Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Replication+database links

Replication+database links

From: gszalach <member34649_at_dbforums.com>
Date: Tue, 09 Sep 2003 11:01:28 -0400
Message-ID: <3348203.1063119688@dbforums.com>

Hi,

I am trying to create replication enviroment between to databases.

When I create snapshot group using Oracle Replication Manager I get following error : select gname from sys.dba_repgroup_at_sid.domain where master='Y' ora-00933 ...

I believe that query should be

select gname from sys.dba_repgroup@"sid.domain" where master='Y'.

Why ORM do not place " ?

Can it be other reason ?

I have Oracle 8.1.7

Thanks for any ideas

Szalas

--
Posted via http://dbforums.com
Received on Tue Sep 09 2003 - 10:01:28 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US