DBMS_TABCOMP_TEMP_CMP organization heap tablespace
Hi,
I am using one way streams in Oracle 11.2. Only on one machine, sometimes I get a trace file with the following
*** TRACE FILE RECREATED AFTER BEING REMOVED ***
TTX id1: 8000b id2: d15 ret: 0 waitopt: 2
TTX id1: 110020 id2: 5ec ret: 0 waitopt: 2
TTX id1: 90021 id2: f18 ret: 0 waitopt: 2
TTX id1: 20013 id2: 8b4 ret: 0 waitopt: 2
TTX id1: 30019 id2: 97f ret: 0 waitopt: 2
Got an error during DDL apply
*** 2014-06-11 22:00:17.422
ORA-00942: table or view does not exist
The offending DDL is:
create table "PR".DBMS_TABCOMP_TEMP_CMP organization heap tablespace "OM_DATA01" compress for all operations nologging\
as select * from "PR".DBMS_TABCOMP_TEMP_UNCMP mytab