droping the queue tables [message #207079] |
Mon, 04 December 2006 01:53 |
m.arunrajkumar
Messages: 13 Registered: July 2005 Location: Chennai-India
|
Junior Member |
|
|
Hi,
While droping the queue tables i am facing this problem.
SQL> exec DBMS_AQADM.DROP_QUEUE_TABLE(queue_table=>'IFTB_ONLN_IN_QU_V',force =>
TRUE);
BEGIN DBMS_AQADM.DROP_QUEUE_TABLE(queue_table=>'IFTB_ONLN_IN_QU_V',force => TRUE
); END;
*
ERROR at line 1:
ORA-03113: end-of-file on communication channel.
Can any one help out me in solving this. It's urgent.
Regrds,
Arun
|
|
|
|
|