Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Help needed with physical standby database
Environment : Oracle 9i (9.2.0.7)
OS :Solaris 8
Setup :Primary database and physical standby database.
I tried to add tablespace in primary database with three datafiles. Command succeeded on primary site. Unfortunately, filesystem ran out of space on standby site after creating two files.. Received following error in alert.log on standby site.
Recovery created file /oracle_tspaces/oradata/jrnl_ln_data01.dbf
WARNING: File being created with same name as in Primary
Existing file may be overwritten
Thu May 3 12:30:07 2007
Recovery created file /oracle_tspaces/oradata/jrnl_ln_data02.dbf
WARNING: File being created with same name as in Primary
Existing file may be overwritten
Thu May 3 12:31:05 2007
File #192 added to control file as 'UNNAMED00192'. Originally created as:
'/oracle_tspaces/oradata/jrnl_ln_data03.dbf'
Recovery was unable to create the file as:
'/oracle_tspaces/oradata/jrnl_ln_data03.dbf'
MRP0: Background Media Recovery terminated with error 1274
Thu May 3 12:31:07 2007
Errors in file /opt/oracle/admin/bdump/proddb_mrp0_15828.trc:
ORA-01274: cannot add datafile '/oracle_tspaces/oradata/jrnl_ln_data03.dbf' -
file could not be created
ORA-19502: write error on file "/oracle_tspaces/oradata/jrnl_ln_data03.dbf",
blockno 213889 (blocksize=8192)
ORA-27063: skgfospo: number of bytes read/written is incorrect
SVR4 Error: 28: No space left on device
Additional information: -1
Additional information: 1048576
ORA-19502: write error on file "/oracle_tspaces/oradata/jrnl_ln_data03.dbf",
blockno 213761 (blocksize=8192)
ORA-27063: skgfospo: number of bytes read/written is incorrect
Additional information: 748544
Additional information: 1048576
Some recovered datafiles maybe left media fuzzy
Media recovery may continue but open resetlogs may fail
MRP0: Background Media Recovery process shutdown
Thu May 3 12:51:53 2007
ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION
After adding additional space to filesystem on standby site, I tried to start
recovery and got following in alert.log at standby site:
Attempt to start background Managed Standby Recovery process
MRP0 started with pid=16
MRP0: Background Managed Standby Recovery process started
MRP0: Background Media Recovery terminated with error 1111
Thu May 3 12:51:59 2007
Errors in file /opt/oracle/admin/bdump/proddb_mrp0_21606.trc:
ORA-01111: name for data file 192 is unknown - rename to correct file ORA-01110: data file 192: '/opt/oracle/product/dbs/UNNAMED00192' ORA-01157: cannot identify/lock data file 192 - see DBWR trace file ORA-01111: name for data file 192 is unknown - rename to correct file ORA-01110: data file 192: '/opt/oracle/product/dbs/UNNAMED00192'MRP0: Background Media Recovery process shutdown Thu May 3 12:52:00 2007
I tried to refresh standby controlfile but did not help.
Any help in this matter is greatly appreciated.
Thank you.
Mayen
-- http://www.freelists.org/webpage/oracle-lReceived on Thu May 03 2007 - 13:16:15 CDT