Oracle
Commands
Globals
See declared instance:
Found instance alert logs file:
Oracle RAC
Oracle RAC user: grid
List cluster's nodes:
Check cluster status:
Check status of Oracle High Availability Services and the Oracle Clusterware stack on the local server:
Get configured node role of nodes in the cluster:
Procedure
Check status of an instance:
# Login with oracle user
su - oracle
# Load oracle envs, Select instance: ORACLE_SID
. oraenv
# Start oracle client
sqlplus / as sysdba
# Check status
select open_mode from v$database ;
Links
- https://docs.oracle.com/database/121/CWADD/GUID-6A4E73C4-E1A0-4D90-B69A-7B2B4DAB66BA.htm#CWADD91595