Posts

Showing posts from October, 2017

RMAN-03002: failure of recover command at 07/18/2011 18:12:11 RMAN-06094: datafile 1 must be restored

RMAN> report schema; RMAN> catalog start with 'target datafiles path'; RMAN> list copy of database; RMAN> switch database to copy; RMAN> report schema; reference: RMAN-06094 or RMAN-06571 During Recovery or Switch to Copy at Standby Site (Doc ID 1339439.1)                            

Checking Database connection from a weblogic server using DBPING utility.

DBPING UTIITY IN WEBLOGIC THE DBPING COMMAND-LINE UTILITY TESTS THE CONNECTION BETWEEN A DBMS AND YOUR CLIENT MACHINE VIA A JDBC DRIVER. Ensure you have set weblogic.jar in the classpath and have JAVA_HOME set properly before executing the dbping command. 1)export PATH=/jdk150_11/bin:$PATH 2)export CLASSPATH=$CLASSPATH: /Weblogic/utils/bea101/wlserver_10.0/server/lib/weblogic.jar Follow the synatax available on utils.dbping $ java utils.dbping DBMS [-d dynamicSections ] user password DB $ java utils.dbping ORACLE_THIN USERNAME PASSWORD IP:PORT/SID Ex: java -cp /WebLogic/utils/bea815/weblogic81/server/lib/weblogic.jar utils.dbping ORACLE_THIN KrishnaDB KrishnaPWD KrishnaDBServer:1536/KrishnaDB Note: The telnet command and the ping might give as success but that is *NOT* the correct way to check the connectivity to database from WebLogic servers. Examples The following is an example using the Oracle Thin Driver. C:\>java utils.dbping ORACLE_THIN scott

Oracle WebLogic Server (WLS) 12cR2 (12.2.1.3.0) Installation on Oracle Linux 5 and 6

Image
Oracle WebLogic Server (WLS) 12cR2 (12.2.1.3.0) Installation on Oracle Linux 5 and 6 This article presents a brief overview of installing Oracle WebLogic Server (WLS) 12cR1 (12.2.1.3.0) on Oracle Linux 5 and 6. Assumptions Download Software Setup Installation Create Domain Post-Installation Assumptions This article assumes you have an existing server (real or virtual) with either Oracle Linux 5.x or 6.x installed on it. For instruction on how to do this check out the following articles. Oracle Linux 5 (OL5) Installation : I did the basic installation with no extra package groups for this installation. Oracle Linux 6 (OL6) Installation : I picked the "Desktop" option for this installation, so I would have a graphical interface without having to select separate package groups. Everything in the installation will be 64-bit. Software Download the Weblogic Server 12c software from Oracle Technology Network . Java Development Kit (I us