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: myersg
  • Content: Threads
  • Order by date
  1. myersg

    High c:\ disk activity

    I have a server which runs the Oracle Enterprise Manager repository and website. I'm experiencing high disk activity on the C drive. its a mirrored 18gb disk. The bulk of the oracle datafiles are on another striped drive. Oracle is reporting that the c drive is 600% utilised - whatever that...
  2. myersg

    before triggers on dodgy insert

    we seem to have a bug in our code that is allowing some null columns to be inserted into a table. However those columns have NOT NULL constraints on them and thus the insert fails. We're trying to track down the circumstances of the event and the programmer tasked with this came up with the...
  3. myersg

    variables with metacharacters in them - help pls

    I have the following script.... if(!found && match($0, PATstart)) { found=1; printf("%s", substr($0, 1, RSTART-1)); next; } if( found && match($0, PATend)) {...

Part and Inventory Search

Back
Top