Oracle Labs September 4, 2010
Posted by Muhammad Habib in Oracle General.1 comment so far
Excellant Oracle Blog
Oracle Labs – Worth Oracle Experiences
http://www.oraclelabs.com
Regards
Installing and Configuring Oracle Portal, Forms, Reports and Discoverer August 31, 2010
Posted by Muhammad Habib in Fusion Middleware.add a comment
Excellant steps…
Regards
RCU:6107 DB Init Param error July 20, 2010
Posted by Muhammad Habib in Fusion Middleware.11 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
Oracle Buys mValent February 16, 2009
Posted by Muhammad Habib in Oracle General.1 comment so far
Oracle has acquired mValent, a leading provider of application configuration management solutions. With the acquisition of mValent, Oracle is expected to enable customers with the ability to collect, compare and reconcile deep configuration information of complex systems. The mValent solution ensures consistent configuration across IT environments and also provides agile support for ongoing environment and technology changes.
Getting Cumulative Sum Using Oracle Analytical Functions November 18, 2008
Posted by Muhammad Habib in Oracle General.1 comment so far
Great technique used to get cumulative sum
http://www.oracle.com/technology/oramag/code/tips2005/062005.html
http://www.oracle.com/technology/oramag/code/tips2005/052305.html
Regards