Skip to Main Content

Database Software

Shutting down the CDB without individually closing each PDBs

KirkPatrickOct 3 2017 — edited Oct 5 2017

DB version: 12.2

OS : Oracle Linux 7.4

I have 5 production PDBs in the below mentioned CDB (its named CDB4 ) . Due to a hardware problem, I wanted to quickly 'close' all the PDBs. Instead, I just shutdown the CBD as shown below.

Is it recommended to shutdown the CDB without individually closing each PDBs ?

[oracle@mndcrac215 ~]$ . oraenv

ORACLE_SID = [oracle] ? CDB4

The Oracle base has been set to /u01/app/oracle

[oracle@mndcrac215 ~]$

[oracle@mndcrac215 ~]$

[oracle@mndcrac215 ~]$ sqlplus / as sysdba

SQL*Plus: Release 12.2.0.1.0 Production on Tue Oct 3 17:00:14 2017

Copyright (c) 1982, 2016, Oracle.  All rights reserved.

Connected to:

Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production

SQL> shutdown immediate

Database closed.

Database dismounted.

ORACLE instance shut down.

SQL>

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 2 2017
Added on Oct 3 2017
8 comments
2,488 views