Home » Page 111

if condition in shell script

If condition Unix Shell scripting like other languages have the conditional statement processing also.if condition in unix shell script (Conditional statement) add intelligence to our scripts. This gives us the functionality to perform various command based on various conditions We will be working on if condition in shell script (if/then/else statement) in this post The …

if condition in shell script Read More »

How to Perform a Non-Default Oracle JVM Re-installation

Introduction to Oracle JVM Re-installation If the currently installed JVM in the database has a problem, a supported JVM re-installation would involve running rmjvm.sql and initjvm.sql but this would remove ALL Java objects in the database. The steps in this post will remove and re-install the CORE JVM while leaving all the user defined Java objects …

How to Perform a Non-Default Oracle JVM Re-installation Read More »

How to create physical Standby database in Oracle

A few days back I did create the physical standby database for our Oracle production database.I thought of sharing the experience with you. So here are detailed steps on How to do physical Standby creation  I am assuming we have Oracle ASM configured on both the primary and standby site. ASM instance has DATA diskgroup …

How to create physical Standby database in Oracle Read More »

Scroll to Top