Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Select a from remote table
>My Oracle Documentation (for ORA 7.x) states that the name of the dblink
>must match the name of the remote database. Are you sure about this?
That is correct, as of a certain version number. Don't ask me why though...
Although some (obsolete) backward compatibility settings exists, I'd
recommend using the database name for the database link as well. This also
implies that one should not use the default database name, like ORCL or
ORACLE.
>> IDENTIFIED BY password VALUE 'remote_domain'
May be a typo, but I'd use USING instead of VALUE:
identified by password USING 'remote_domain'.
Arjan. Received on Thu Sep 03 1998 - 14:18:04 CDT
![]() |
![]() |