Editor reviews are provided by professional editors who evaluate a blog based on the following criteria: Frequency of Updates, Relevance of Content, Site Design, and Writing Style.
Recently I got hold of a box which didn't have a CD drive. We wanted to install Windows Server 2003 on that box for some R&D work. The only way to boot was through a floppy disk. It had been ages since I used a floppy. Fortunately I found some...
I found this from Migration FAQ of Classic Metalink available on
http://www.oracle.com/us/support/040368
How do I view the old Service Request number on my Service Request?
As part of Oracle's move to a single system for tracking SRs, SR numbers were...
We went live with Sun JRE plugin on our first instance in the weekend. As expected, we got lot of calls for issues. Here's a list:
1. Proxy issues: All our ERPs are configured with load balancers. However, whenever a JVM like Jinitiator / Sun JRE...
Steve asked me this question today. Many months back Srinivas Reddy had asked me a similar question and I had found out about the existance of Oracle Applications Framework Developer's Guide. So I searched My Oracle Support for this and landed up...
10g has a new package called DBMS_MONITOR
EXECUTE DBMS_MONITOR.SESSION_TRACE_ENABLE(&sid,&serial,waits=>true, binds=>false);
To disableEXECUTE DBMS_MONITOR.SESSION_TRACE_DISABLE(&sid,&serial)
My old article on...