Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Create Snapshot failed - why ?
Dear All,
two days ago, we created the following snapshot (see above) without any problems.
CREATE SNAPSHOT ksa_dba.sys_schnr_webksa_max_repl
STORAGE (
TABLESPACE TS_SCH NOLOGGING BUILD IMMEDIATE USING INDEX STORAGE(
REFRESH COMPLETE WITH ROWID ON DEMAND AS
(SELECT sparte, MAX(MOD(schnr,100000)) mlfd FROM repl_ksa.meld_sch WHERE anl >= TRUNC(SYSDATE,'YYYY') AND MOD(schnr,2) = 0 GROUP BY sparte) sc
sp.sparte < 10 AND sc.sparte (+) =sp.sparte UNION
(SELECT sparte, MAX(MOD(schnr,100000)) mlfd FROM repl_ksa.meld_sch WHERE anl >= TRUNC(SYSDATE,'YYYY') AND MOD(schnr,2) = 1 GROUP BY sparte) sc
>From yesterday, we still in trouble. If we try to create it from a client with sql*plus,
we get an ORA-03113 (end-of-file on communication channel). On the server itself,
with sql*plus we get a core dump file.
In the trace file we get only the entry above:
Tue May 15 16:14:46 2001
Errors in file
/usr/local/oracle/8i/u01/app/oracle/admin/GLBL/udump/ora_9784.trc:
ORA-07445: exception encountered: core dump [11] [0] [] [] [] []
Has anybody ANY idea what happend to our instance ???
TIA Andreas