6 Comments

Resolve ORA-10562,10564,01110,10561,00600 at Standby database In Oracle 4.7 (21)

Resolve ORA-10562, 10564, 01110, 10561, 00600 at Standby database In Oracle In this article, we will resolve errors ORA-10562, 10564, 01110, 10561, 00600 at Standby. A few days back, we got an SYSAUX tablespace error at DBGURU STANDBY database and the error was as below: Errors in file /u02/app/oracle/diag/rdbms/dbguru/dbguru/trace/dbguru_mrp0_26696.trc:ORA-10562: Error occurred while applying redo to […]

Loading

0 Comments

Step by Step Weblogic Patching steps 4.7 (21)

Below are step-by-step demonstrations about the apply patches in Weblogic. Create Directory PATCH (It’s optional) Go to the patch directory. Copy Weblogic patch from /tmp. Check opatch version. Go to the patch directory. Unzip patch. Stop the Weblogic process. Stopped nodemanager and weblogic process. List current opatch inventory. Go to patch directory and first upgrade […]

Loading

2 Comments

ORACLE APPS R12 CLONING STEPS 4.5 (19)

ORACLE APPS R12 CLONING STEPS In this article, we will set up Oracle APPS R12 on the server Oracle Linux. Follow the below ORACLE APPS R12 CLONING STEPS. (ON PRODUCTION APPS TIER) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Run adpreclone.pl on Production server. (It will create EBSapps on production) [appl@DBGURU]$ cd $ADMIN_SCRIPTS_HOME  perl adpreclone.pl appsTier Now, move EBSapps from Production […]

Loading

3 Comments

Transparent Application Fail-over in Oracle RAC 4.5 (22)

Transparent Application Fail-over in Oracle RAC Transparent Application Failover (TAF) is used for the failover process, if the database instance connection goes fails it would reconnect to the next available database instance. TAF can be configured in 2 ways. 1. Server-Side2. Client-Side. In this blog, we will configure server-side TAF. To configure TAF policy use […]

Loading