DBMS_REPCAT.DROP_MASTER_REPOBJECT hangs
I am using oracle 9207 and I have added new columns to the base table. Hence I need to recreate the repobject.
BEGIN
DBMS_REPCAT.DROP_MASTER_REPOBJECT(
sname => '"ABCD"',
oname => '"Vxx_xxx"',
type => 'TABLE');
END;
/
Regards,
Belinda