Why Recovery catalog ?It is always recommended to have the recovery catalog. If the target database controlfiles are lost recovery can become difficult if not impossible.Having recovery catalog makes the DBA life easier at the time of critical scenario. Even for larger system the use of a recovery catalog can increase the backup performance. Recovery Catalog Schema can be created in the Target database or in any test or development database. It is not at all recommended to create the recovery catalog in the target database itself. Make sure to have a separate database for the recovery catalog always .Also its recommended to create the recovery catalog database in a different machine. If creating the Recovery catalog database in different machine is not possible then ensure that the recovery catalog and target databases do not reside on the same disk. If both your recovery catalog and your target database suffer hard disk failure, your recovery process is much more difficult. If possible, take other measures as well to eliminate common points of failure between your recovery catalog database and the databases you are backing up. The recovery catalog contains information about RMAN operations, including: |
- Sharing Knowledge on Oracle E-Business Suite Applications, Database, Fusion Middleware !!!
Sunday, March 23, 2008
Recovery catalog for RMAN backup
scripts to monitor jdbc connections in Apps 11i and R12
Just cut and past the sql block below and save in a file named monitor_jdbc_conn.sql
To run the script, just execute:
sqlplus apps/apps
@monitor_jdbc_conn.sql
|
Oracle E-Business Suite System Survey
should know from the viewpoint of performance. This output will help in understanding h/w configuration
and its related environment for Oracle E-Business Suite.
Sql*plus login to production database with apps user is required.
The first 6 questions should be provided manually and rest of them could be gathered by script. prompt Apps Version SELECT release_name from fnd_product_groups; prompt DB SERVER INFORMATION |
How do you manually regenerate a form in Release 12?
1. Check the FORMS_PATH env variable. Assuming these are US forms the FORMS_PATH should include frmcmp.sh module=FNDFBMAS.fmb userid=apps/<apps password> module_type=form batch=yes compile_all=yes frmcmp_batch module=FNDFBMAS.fmb userid=apps/<apps password> module_type=form batch=yes compile_all=yes |
How to distribute the load of concurrent requests in the same node ?
In order to distribute concurrent requests to distincts concurrent managers on the same node, you |
Saturday, March 22, 2008
Steps to recover Applications context file if it is corrupted or deleted accidentally?
The Applications context file can be retrieved by running the adclonectx.pl script.
To retrieve the Applications tier context file,
perl /clone/bin/adclonectx.pl retrieve
- On being prompted for the context file to be retrieved, select the option of retrieving the
Applications tier context file that has been lost and retrieve it to the default location specified
by the script.
The above command can be used only when INST_TOP the is still intact. In case that has also been lost
accidentally, the Applications tier context file may be retrieved as follows:
- Execute the following command on the Database tier:
perl /appsutil/clone/bin/adclonectx.pl retrieve
- On being prompted for the context file to be retrieved, select the option of retrieving the
Applications tier context file that has been lost.
- While confirming the location for the context file, set it to any existing directory with write permission.
- Once the context file has been generated in the specified location, move it to the location specified
for the context file in the context variable 's_contextfile'.
To retrieve the Database tier context file,
- Execute the following command on the Database tier:
perl /appsutil/clone/bin/adclonectx.pl retrieve
- On being prompted for the context file to be retrieved, select the Database tier context file and
retrieve it to the default location specified by the script.