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...
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...
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)) {...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.