RCU:6107 DB Init Param error July 20, 2010
Posted by Muhammad Habib in Fusion Middleware.13 comments
While Installing Repository Creation Utility (RCU) Installation the following error occurs:
RCU:6107 DB Init Param Error
This can be removed simply by the following:
1. Login on your database with system user.
2. Write > show parameters processes (which will show the current value of processes).
3. If its value is less than 500 then write the following command:
ALTER SYSTEM SET PROCESSES=500 SCOPE=SPFILE;
4. Write > show parameters open_cursors (which will show the current value of open_cursors).
5. If its value is less than 500 then write the following command:
ALTER SYSTEM SET OPEN_CURSORS=500 SCOPE=SPFILE;
6. Restart your DB or system.
7. Start the installation now….
There will be no error…..
Oracle Applications R12 – Complete Documentation July 13, 2010
Posted by Muhammad Habib in Oracle Applications.1 comment so far
For complete documentation of Oracle Applications R12 ……….
http://download-west.oracle.com/docs/cd/B40089_02/current/html/docset.html
Regards
Multiple Matrix in one Report July 13, 2010
Posted by Muhammad Habib in Oracle Developer, Oracle General.3 comments
When we run a wizard to create a new matrix report, we can only create a single matrix on a report.
How we can make a report having multiple matrixes?
Very simple …………
In report Builder Layout Model,
Just select ”Additional Default Layout” from the tools and create an additional layout.
This will help in creating a new matrix …. .
We can even draw many matrixes.
Regards