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)
How to Change Instance Type & Security Group of EC2 in AWS By David Taylor Updated April 29, 2023 EC2 stands for Elastic Compute Cloud...
-
Alert: After SAN Firmware Upgrade, ASM Diskgroups ( Using ASMLIB) Cannot Be Mounted Due To ORA-15085: ASM disk "" has inconsiste...
-
Installing QLogic drivers on CentOS Linux hosts I have a couple of hosts in my lab with QLA2342 HBAs, and use the drivers from QLogic ins...
-
7 Important CellCLI Commands for Exadata DBA Now you are an Exadata DBA and I suppose you know Exadata basic Components and Feature...
No comments:
Post a Comment