【发布时间】:2017-12-10 21:26:41
【问题描述】:
如何从 Oracle 访问 Sybase 中我的用户模式中的表?
在isql我可以做
use mydb
go
如何使用 dblink NITSYB5 从 Oracle 的 mydb 表中进行选择?
这不起作用:
select count(*) from "mydb"."lon_client_confirm_exec"@NITSYB5;
错误:
ORA-00942: table or view does not exist
[Oracle][ODBC Sybase Wire Protocol driver][SQL Server]"mydb"."lon_client_confirm_exec" not found. Specify owner.objectname or use sp_help to check whether the object exists (sp_help may produce lots of output).
{42S02,NativeErr = 208}
ORA-02063: preceding 3 lines from NITSYB5
00942. 00000 - "table or view does not exist"
*Cause:
*Action:
Error at Line: 3 Column: 30
【问题讨论】: