Topic: Database Administration >> ORA-03113: end-of-file on communication channel
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| Title: ORA-03113: end-of-file on communication channel |
| Ajav L |
Posted: Feb 20, 2008 06:14:19 AM |
Total Post: 1
Joined: Feb, 2008
|
Hello There !!
After removing dataguard configuration from primary and standby database , the startup of primary db fails with the below mentioned error message .
SQL> startup;
ORACLE instance started.
Total System Global Area 209715200 bytes
Fixed Size 2019672 bytes
Variable Size 88084136 bytes
Database Buffers 113246208 bytes
Redo Buffers 6365184 bytes
Database mounted.
ORA-03113: end-of-file on communication channel
Alert log :-
LGWR: Primary database is in MAXIMUM AVAILABILITY mode
LGWR: Destination LOG_ARCHIVE_DEST_3 is using asynchronous network I/O
LGWR: Destination LOG_ARCHIVE_DEST_2 is not serviced by LGWR
LGWR: Destination LOG_ARCHIVE_DEST_1 is not serviced by LGWR
LGWR: Minimum of 1 synchronous standby database required
Wed Feb 20 18:26:45 2008
Errors in file /u03/app/admin/oracle/admin/ORCL/bdump/orcl_lgwr_4251.trc:
ORA-16072: a minimum of one standby database destination is required
Wed Feb 20 18:26:45 2008
Errors in file /u03/app/admin/oracle/admin/ORCL/bdump/orcl_lgwr_4251.trc:
ORA-16072: a minimum of one standby database destination is required
LGWR: terminating instance due to error 16072
Instance terminated by LGWR, pid = 4251
could somebody have a look plz .
Regards ,Ajay |
|
|
Vinod |
| Posted: Feb 20, 2008 06:20:45 AM | |
|
Total Post: 54
Joined: Oct, 2007
|
Hi Ajay ,
It looks like you have removed the datauard configuration files from $ORACLE_HOME/dbs but the primary database still has the protection mode stored in the data dictonary the primary db requires a running connection to a Standby Database with LGWR SYNC as Log-Transportation Mode.Since the standby is not available ,LGWR of the primary terminates the instance with
ORA-03113: end-of-file on communication channel as you mentioned above.
Fix
----
1) mount the primary database
ALTER DATABASE SET STANDBY DATABASE TO MAXIMIZE PERFORMANCE;
SQL> alter database open ;
Database altered.
-Vinod
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 814 |
| Mohammed Taj | 694 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 386 |
| positive fanatic | 361 |
| Gitesh Trivedi | 322 |
| Gopu Gopi | 239 |
| neeraj sharma | 228 |
| Ramesh Jois | 226 |
| snehalatha p | 169 |
|
|