Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

Back

. oraenv

# or
. /usr/local/bin/oraenv
Host operating system File location
Linux /etc/oratab
Solaris /var/opt/oracle/oratab
IBM AIX /etc/oratab

oratab01


Linux command to return process of Oracle

Command Description
pgrep -lf smon search for process like smon to verify the database is started
pgrep -lf tns search for tns process like tns to verify the listener is started

alt text


archive log view:

Also note that the VSARCHIVED LOG view contains historic information of prior database incarnations. The NAME column of the active database incarnation contains the path and name of the archive log; historic incarnations have a null value. The status A is for archived logs, D is for deleted ones.