SQL Developer

SQL Developer is a convenient way for database developers to edit and develop basic tasks using SQL*Plus. SQL Developer is a graphical version of SQL*Plus, written in Java, that supports…

Parameter Files in Oracle

To start a database instance, Oracle Database must read either a server parameter file, which is recommended, or a text initialization parameter file, which is a legacy implementation. These files…

Running nohup commands

The nohup command runs the command specified by the Command parameter and any related Arg parameters, ignoring all hang up signals (SIGHUP) or modifies the process specified with the -p…

Split Brain Syndrome in RAC

Where two or more instances attempt to control a cluster database. Each node in this cluster are interconnected through private interconnect and end users connects to cluster through public network.…