Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mariocq
  • Content: Threads
  • Order by date
  1. mariocq

    parsing ioscan output

    hi all, I am making an script to balance load manually between hadrware paths to disks. I need to parse ioscan output. but before this I need to join the line with the device files with the line with the hardware path. this is the input disk 2592 0/0/6/1/0.11.65.0.0.1.1 sdisk...
  2. mariocq

    outlook 2003- The operation failed. An object could not be found

    hello: I have just recovered some pst files from a backup. I can read the emails without any problem but everytime I try to open an attachment I obtain the following error message: "The operation failed. An object could not be found" I have tried the following: 1. run scanpst 2. close and...
  3. mariocq

    Informix remove VCPU

    Hello: We are migrating from PA-RISC 11.11 to Itanium 11.23. One of the application that is running on the systems is Informix with 14 VCPU. I suspect these VCPU are doing almost nothing(although glance shows the CPU as busy) and that Informix could work better with fewer. Is there anway to...
  4. mariocq

    Adding strings in shell script

    Hello: I want to make the following XXX:#cat prueba.txt uno dos tres cuatro --------- #!/usr/bin/sh -x comando="grep -e uno -e dos prueba.txt" comando="$comando |grep dos" $comando ---------------- but instead executing the comand grep -e uno -e dos prubea.txt|grep dos I obtain the...
  5. mariocq

    Not view triggers in table user_triggers

    Hello: I am facing an strange problem, I can create triggers or table inside my DB with any user but whent I try to view these objects in tables like user_tables or user_triggers I can´t XXX@/opt>sqlplus XXXX/XXX SQL*Plus: Release 9.2.0.6.0 - Production on Thu Aug 31 11:10:29 2006...
  6. mariocq

    Export a trigger

    Hello: First of all I am not a DBA so I excuse myself if this is an easy question. We want to export a trigger from one database to another database, how can I do this?(I only want the trigger not the data) Regards
  7. mariocq

    timeouts in weblogic.admin

    Hello: I am trying to use weblogic.admin to monitor the state of my servers. As the script that executes weblogic.admin monitors other subsystems too i need to stablish two timeouts in its execution(connect timeout and read timeou). root@mes1:/hpsupport/scripts# more check_state.sh #!/bin/sh...
  8. mariocq

    Calculating average size of a CLOB column

    Hello: I have a table with two CLOBS colummns, I need to make the following: a) Calculate the average size of the data stored in the CLOB columns b) Find out the size of the biggest data stored in that columns. Regards, Mario.
  9. mariocq

    Using Interval datatype in oracle 9i

    Hello: I am trying to run a script that delete messages from a table older than six months: -------- ALTER SESSION SET TIME_ZONE = DBTIMEZONE; SELECT SEQUENCEID FROM MESSAGE_TRACE WHERE CURRENT_TIMESTAMP - MESSAGE_TRACE.TIME_STAMP > INTERVAL '6' MONTH; -------------- When I run the script...
  10. mariocq

    See when a table has been modified

    Hello: Is there anyway to see the time of the last insert-delete-update in a table? Regards, Mario.
  11. mariocq

    Locate a file

    Hi all, Is possible locate in which tape is a file stored? Regards.
  12. mariocq

    ftp script

    Hello: Does any you if there are any script that allows to automate the upload of files to a list of unix servers? Regards, Mario.
  13. mariocq

    xml xalan xerces

    Hello: Is there any site in which I can find a compatibility list of the different xml libraries? Regards, Mario.
  14. mariocq

    NFS cluster

    Hello: This should be an easy question for you. I have a Sun NFS cluster behind the firewall that uses the real ip address of the system to answer any request made to the virtual ip address of the cluster. The only thing I can imagine to solve this problem is to NAT the real ip address of...
  15. mariocq

    Sort method (VBA Outlook)

    Hi, I'm trying to create a button to send to the clipboard the dates and subjects of all the emails in the current folder but I can't get them sorted by subject! I'm using the 'Sort' method but doesn't seem to work at all (doesn't generate an error but doesn't sort my items neither). Any idea...
  16. mariocq

    ksawpd

    Hello: Our scenario is the following: One web server runninng kernel 2.4.9-e-12(smp), it is used to host an Apache webserver with an integrated application server. The system has 2Gb of RAM and 2Gb of swap. The last day an strange thing happened. We tried to connect to our system using ssh...
  17. mariocq

    Test applet

    Hello: I am trying to monitor my web site and I need a tool that enables me to test an applet using a script(yes, I know that winrunner can make it but it is a bit expensive for me). Regards.
  18. mariocq

    mtu

    Hi all, I am having an strange problem here. I have a linux as frontend to access internet. This linux box is splitting packets when I try to connect to a web-server. The mtu of the interface is 1500 bytes and the mms negotiated with the webserver is 1360 bytes but the packets are splitted...
  19. mariocq

    How to have three network interfaces with only two cards

    Hello: First of all I have to say that I don´t want to make ip aliasing(eth0:1,eth1:1...). what I really want to do is to have a third interface with only two real cards. To make some tests with a cluster software I have two linux system with two network cards each one but the cluster...
  20. mariocq

    Changing host_id

    Hello: Does anyone know how to change the host_id of an HP-UX 9.0? Best regards, Mario,

Part and Inventory Search

Back
Top