Top Oracle Data guard queries

Here are some of the Top Oracle data guard queries/physical standby database queries for monitoring and troubleshooting How to check the archive log sequence on Primary Side SELECT THREAD# “Thread”,SEQUENCE# “Last Sequence Generated” FROM V$ARCHIVED_LOG WHERE (THREAD#,FIRST_TIME ) IN (SELECT THREAD#,MAX(FIRST_TIME) FROM V$ARCHIVED_LOG GROUP BY THREAD#) ORDER BY 1; How to check the archive log […]

Top Oracle Data guard queries Read More »

How to perform weblogic Installation

We will go through the weblogic installation 10.3 .6 in the post. Similar will be the installation for Weblogic 12c Here are steps on How to perform weblogic Installation  1) Download the WebLogic software. The package WebLogic Server (10.3.6) generic installer for use with 64-bit JVMs should also be downloaded athttp://www.oracle.com/technetwork/middleware/weblogic/downloads. The filename is wls1036_generic.jar. 2)

How to perform weblogic Installation Read More »

Scroll to Top