How to Switch the Logfile of All the Threads in RAC environment

Unpublished and Unofficially switch the logfile of all the threads by one command

A. Switch the logfile of current instance only.

SQL> alter system switch logfile;

System altered.

B. Archive the logfile of all the threads in RAC environment.

SQL> alter system archive log current;

System altered.

C. Switch the logfile of all the threads in RAC environment (Unpublished , Unofficially ).

SQL>alter system switch all logfile;

System altered.
Advertisement

One thought on “How to Switch the Logfile of All the Threads in RAC environment”

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: