Stop asm instance in standalone database
If you need to close ASM than you need to also close database
You need to close db:
srvctl stop database -d instance_name
or
set ORACLE_HOME and ORACLE_SID
sqlplus "/as sysdba"
shutdown immediate;
srvctl stop LISTENER
srvctl stop ASM -f
# to stop an ASM instance, please use the below command:
srvctl stop asm [-o stop_options] [-f]
-o stop_options
Options for the shutdown operation, for example, NORMAL, TRANSACTIONAL, IMMEDIATE, or ABORT
-f
Force. Must be present if disk groups are currently started (mounted). This option enables SRVCTL to stop the disk groups before stopping Oracle ASM. Each dependent database instance is also stopped according to its stop options, or with the ABORT option if the configured stop options fail.
Subscribe to:
Post Comments (Atom)
DAILY CHECKLIST Oracle Database instance is running or not select name,open_mode from V$database; Note: Check the Oracle databases are ru...
-
7 Important CellCLI Commands for Exadata DBA Now you are an Exadata DBA and I suppose you know Exadata basic Components and Feature...
-
Alert: After SAN Firmware Upgrade, ASM Diskgroups ( Using ASMLIB) Cannot Be Mounted Due To ORA-15085: ASM disk "" has inconsiste...
-
7 Steps to Data Warehousing Data warehousing is a business analyst's dream—all the information about the organization's activitie...
No comments:
Post a Comment