Wojtek
Member²
I've notice, that sometimes during compilation of pckg there occur message:
"ORA-03114 - no connection to Oracle"
In v$session there is :
BEGIN
/* NOP UNLESS A TABLE OBJECT */
IF dictionary_obj_type = 'TABLE' AND SYS.dbms_cdc_publish.active > 0
THEN
SYS.dbms_cdc_publish.change_table_trigger (dictionary_obj_owner,
dictionary_obj_name,
'LOCK'
);
END IF;
END;
for a while, for compiled session, and then session is breaking. Has anybody the same situation ?
conf: w2k+sp3 oracle 9.2.0.5
regs
"ORA-03114 - no connection to Oracle"
In v$session there is :
BEGIN
/* NOP UNLESS A TABLE OBJECT */
IF dictionary_obj_type = 'TABLE' AND SYS.dbms_cdc_publish.active > 0
THEN
SYS.dbms_cdc_publish.change_table_trigger (dictionary_obj_owner,
dictionary_obj_name,
'LOCK'
);
END IF;
END;
for a while, for compiled session, and then session is breaking. Has anybody the same situation ?
conf: w2k+sp3 oracle 9.2.0.5
regs