Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> An expert on Standby ? ORA-01157 error after adding a new datafile

An expert on Standby ? ORA-01157 error after adding a new datafile

From: <andrei_ursu_at_yahoo.com>
Date: 17 May 2006 21:17:08 -0700
Message-ID: <1147925828.179421.186710@g10g2000cwb.googlegroups.com>


Hi,
I'm using 9.2.0.4.0
on Linux 2.4.21-15.ELhugemem #1 SMP i686 with physical standby (not DataGuard). Working OK for a while:
- status is VALID in V$ARCHIVE_DEST_STATUS on primary.

Needed to add an new datafile on primary. Did the following on primary:
alter system set STANDBY_FILE_MANAGEMENT = AUTO -- system altered
alter TABLESPACE ... add datafile size 1024M AUTOEXTEND ON NEXT 1024M MAXSIZE 30720M;
-- tablespace altered, file is there.
ALTER SYSTEM ARCHIVE LOG CURRENT;
-- after a minute, file shows up in V$DATAFILE on standby server

NOW THE PROBLEM:
- file is not in the UNIX fine system on standby server, AND

Any ideas ?
I'd very much appreciate any and all help you can give me. Thanks much
Andrei Received on Wed May 17 2006 - 23:17:08 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US