Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: db links in a database
yls177 wrote:
> Hi, a select query does not return any hits for table ALL_DB_LINKS.
> Does that meant that there are no db links for this database?
>
> Please advise.
No.
As usual, the ALL_ views contain data about objects,
which the user can 'see';
USR_ which the user owns
DBA_ which are all there (privileged information).
Use DBA_DB_LINKS instead (if you have privileges to query it).
-- Regards, Frank van BortelReceived on Mon Dec 20 2004 - 04:12:19 CST
![]() |
![]() |