How to Shutdown and Startup Oracle Database on OGG
How to Shutdown and Startup Oracle Database on OGG
Target Database
Shutdown:
SQL> alter system set job_queue_processes=0; |
Startup:
SQL> startup |
Source Database
SQL> alter system set job_queue_processes=0; |
Startup:
SQL> startup |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.