Tuesday 11 September 2012

Repository Creation Utility


Before running this utility, the following commands need to be run in database:

1. Login to the sqlplus as "system" user.
2. conn sys as sysdba
3. alter system set processes=800 scope=spfile;
4. alter system set open_cursors=800 scope=spfile;
5. shutdown immediate
6. startup
7. show parameter processes;
Value for processes should be 800
8. show parameter open_cursors;
Value for open_cursors should be 800

Run this utility for creating schemas related to Fusion Middle-ware.

By the end of the step, the component schemas related to Fusion Middleware will be created in the database installed in the previous step.

No comments:

Post a Comment