Home » Server Options » Replication » Pls Help
Pls Help [message #289891] Wed, 26 December 2007 07:24 Go to next message
arthik_babu
Messages: 8
Registered: December 2007
Junior Member
Hi ,

I am trying to create Master_repobject , getting following error


BEGIN

DBMS_REPCAT.CREATE_MASTER_REPOBJECT (

gname => 'babu_rep',

sname => 'BABU',

oname => 'EMP',

type => 'TABLE',

use_existing_object => TRUE ,

copy_rows => FALSE );

END;

/

BEGIN
*
ERROR at line 1:
ORA-23308: object BABU.EMP does not exist or is invalid
ORA-06512: at "SYS.DBMS_REPCAT_MAS", line 2627
ORA-06512: at "SYS.DBMS_REPCAT", line 562
ORA-06512: at line 3


Note : BABU is a empty schema with no tables


Thanks in advance
Re: Pls Help [message #289892 is a reply to message #289891] Wed, 26 December 2007 07:40 Go to previous messageGo to next message
Mohammad Taj
Messages: 2412
Registered: September 2006
Location: Dubai, UAE
Senior Member

>ORA-23308: object BABU.EMP does not exist or is invalid
then first create table then try to replicate.
Re: Pls Help [message #289907 is a reply to message #289891] Wed, 26 December 2007 09:07 Go to previous message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
This is the third question (and your 3 ones) you posted on Relication.
I advice you to read Database Advanced Replication

In addition, you get profit to read OraFAQ Forum Guide, especially "How to format your post?" section.
Make sure that lines of code do not exceed 80 characters when you format. Use the "Preview Message" button.
Also post your Oracle version (4 decimals).

Regards
Michel

Previous Topic: Single Master Replication
Next Topic: Probelm creating snapshot
Goto Forum:
  


Current Time: Thu Mar 28 18:29:12 CDT 2024