Here is a nice trick to work with files larger than 2GB on Unix/Linux using pipe. First case - TKPROF When trying to execute TKPROF on a trace file larger than 2 GB I got this error:
In order to successfully execute TKPROF on this trace file you can use the mkfifo command to create named pipe as follow:
This way you'll successfully get the output file.
Second case - spool Similar issue with spool to file larger than 2GB can be treat similarly.
Related Notes: Note 62427.1 - 2Gb or Not 2Gb - File limits in Oracle Aviad |
Tuesday, June 24, 2008
How to execute TKPROF on trace files larger than 2GB ? --> Use pipe
Posted by Aviad at 1:54 PM 1 comments
Labels: DB Tools, Troubleshooting, Unix\Linux
Friday, June 6, 2008
Mix of Old & New style buttons in OA Framework pages
After some heavy patches applied on our system we noticed that some buttons in OAF pages looks like the old style gray buttons while the others are fine new style yellow buttons.
(The "Advanced" is the old style and all the others are the new style) Trying to clear cache ($COMMON_TOP/_pages) and bounce Apache didn't solve the problem. The solution is hiding within jserv.properties:
And the problem will be resolved...
Related Note: 368188.1 - Buttons Are Not Rendering Correctly In Self Service Framework Pages. Aviad |
Posted by Aviad at 4:59 PM 0 comments
Labels: AutoConfig, Troubleshooting