Auto Start Oracle Database Server and Listener

From SmartHCM Wiki
Revision as of 11:08, 22 December 2016 by Usman (talk | contribs) (Created page with "The following represents the Oracle recommended method for automating database startup and shutdown of Oracle 11g, 12c instances on Linux, but it works fine for Oracle other v...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The following represents the Oracle recommended method for automating database startup and shutdown of Oracle 11g, 12c instances on Linux, but it works fine for Oracle other versions as well. It can be used on any RHEL-style distribution, including Oracle Linux, CentOS and etc.

Once the instance is created, edit the "/etc/oratab" file setting the restart flag for each instance to 'Y'.

BEGIN ABC END; /