Monday, February 6, 2023

Oracle::TO shutdown fastly use alter system switch log file#Fast shutdown of Oracle Database

 Oracle::TO shutdown in faster way use alter system switch log file:

SQL> alter system switch logfile;

System altered.

SQL> shutdown immediate;

Database closed.

Database dismounted.

ORACLE instance shut down.

SQL>

Then release the server for any maintenance task.

No comments:

Post a Comment

MYSQL:::Keeping Your MySQL Database Secure: A Guide to Encryption Key Rotation

  Keeping Your MySQL Database Secure: A Guide to Encryption Key Rotation: >>>>>>Minimize Disruptions, Maximize Security<...