db_crs.ksh

This script serves to start/stop a single instance database in a Veritas cluster โ€œactive/passiveโ€.

Syntax

db_crs.ksh [start|stop|clean|check]

The script has been developed to be as flexible as possible, without any hardcoded reference neither to the Oracle release nor the Oratab. The logic consists of extracting the database Oracle SID from the resource name; which follows strictly the naming convention: <ORACLE_SID>.db (Case sensitive!)

Last updated