GoldenGate, Streams and Distributed Database (MOSC)

MOSC Banner

DBMS_REPCAT.DROP_MASTER_REPOBJECT hangs

edited Feb 17, 2010 10:05PM in GoldenGate, Streams and Distributed Database (MOSC) 2 commentsAnswered
Hi, I have tried to execute this statement at the base table site, but it hangs. Please advise.

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center