Pls Help [message #289891] |
Wed, 26 December 2007 07:24 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
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 #289907 is a reply to message #289891] |
Wed, 26 December 2007 09:07 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/102589.gif) |
Michel Cadot
Messages: 68733 Registered: March 2007 Location: Saint-Maur, France, https...
|
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
|
|
|