[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference orarep::nomahs::sql_services

Title:SQL/Services Forum
Notice:kits(3) ft info(7) QAR access (8) SPR access (10)
Moderator:SQLSRV::MAVRIS
Created:Thu Oct 13 1988
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2214
Total number of notes:8586

2210.0. "SQLNET4RDB trying database links => SQL_CAPABILITY" by CHSR36::JSUBRI (Focus on Open/Rdb++) Tue Jun 03 1997 07:52

Customers are trying to use database link against Rdb...
I'm not so sure if this kind of feature is supported .

Thanks for any advise.
/Jean-Luc
 
 
---- log from SQLPLUS, under my RDBMS 7.3.3 on NT -----------
 
create public database link rdb 
connect to jsubri identified by <pass> using 'mf_pers70_oci'; 
 
create public synonym employees for employees@rdb; 
 
select count(*) from employees; 
select count(*) from employees 
* 
ERROR at line 1: 
ORA-02071: error initializing capabilities for remote database RDB.WORLD 
ORA-00942: table or view does not exist 
%SQL-F-RELNOTDEF, Table SQL_CAPABILITY is not defined in database or schema 
ORA-02063: preceding 2 lines from RDB 
 
    
T.RTitleUserPersonal
Name
DateLines
2210.1Not Supported.NOVA::GUZMANRay Guzman -- Rdb engineering (SQL compiler/SQL*Net for Rdb)Tue Jun 03 1997 11:0910
No, this isn't supported at this time.  I think it's mentioned in the
DOC, but you might also check out the FAQ pointed to from our web
page: http://nhdig1.us.oracle.com:2080/sqlnet4rdb/

We are looking at supporting this kind of think in the future.
However today they still need to purchase the Transparent Gateway for
Rdb.

- Ray