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 -> Re: invalid qualified SQL name

Re: invalid qualified SQL name

From: <frank.van.bortel_at_gmail.com>
Date: 1 Sep 2006 03:02:35 -0700
Message-ID: <1157104955.782297.132780@74g2000cwt.googlegroups.com>

mike7411_at_gmail.com schreef:

> I'm trying to configure multimaster replication. Here is what I do:
>
> SQL> BEGIN
> 2 DBMS_REPCAT.ADD_MASTER_DATABASE (
> 3 gname => 'hand',
> 4 master => 'orcl_sms-222',

> ORA-44004: invalid qualified SQL name
> ORA-06512: at "SYS.DBMS_REPCAT_UTL", line 4271
> ORA-06512: at "SYS.DBMS_REPCAT_MAS", line 2156
> ORA-06512: at "SYS.DBMS_REPCAT", line 146
> ORA-06512: at line 2
>

You cannot use an arthmatic operator in a name; you used a minus Received on Fri Sep 01 2006 - 05:02:35 CDT

Original text of this message

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