Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> 10g Database Link DBA_DB_LINKS mystery
Hi guys,
Can you help me with this?
SQL> select open_mode from v$database;
OPEN_MODE
TABLE_NAME
*
SQL> grant dba to a identified by a;
Grant succeeded.
SQL> create database link db_link_a connect to a identified by a using 'CANADA'; Database link created.
SQL> select sysdate from dual_at_db_link_a;
SYSDATE
*
SQL> select count(*) from all_db_links;
COUNT(*)
1
SQL> select banner from v$version;
BANNER
Why I can't query my DBA_DB_LINKS?
--
regards,
Sinardy
--
http://www.freelists.org/webpage/oracle-l
Received on Mon Jul 03 2006 - 01:29:48 CDT
![]() |
![]() |