| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: DBlink
In article <01bf3159$e581c280$a504fa80_at_mndnet>, "Suresh Bhat"
<suresh.bhat_at_mitchell-energy.com> writes:
>Hi,
>
>You must have either internal or sys DBA Oracle account to get to the link$
>account.
>
>Usually no other account can get to *$ tables except sys and internal.
>
>However, you can query all_db_links via any other account.
>
NOT EXACTLY...
SQL>connect scott/tiger
connected
SQL> select * from sys.link$;
select * from sys.link$
*
SQL>connect system/manager
connected
SQL>GRANT SELECT ANY TABLE TO SCOTT;
SQL>connect scott/tiger
connected
SQL>select * from sys.link$;
no rows selected
Paul in VT Received on Thu Nov 18 1999 - 12:20:56 CST
![]() |
![]() |