Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

generic connectivity to mssql server with client id

user12228228Aug 20 2010 — edited Aug 20 2010
Hi Guys,

I got generic connectivity set up to a sql server machine with ODBC connection,

I can query the following:


select * from information_schema.tables@mssql;


TABLE_CATALOG TABLE_SCHEMA TABLE_NAME TABLE_TYPE
Client00010006 dbo G_COUNTRY BASE TABLE

how to query this G_COUNTRY table over the database link?

select * from Client00010006.dbo.G_COUNTRY@mssql does not work....

And how to check if i got the permissions on that table on Mickysoft?

Thanks!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 17 2010
Added on Aug 20 2010
12 comments
1,404 views