GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQQuerying SQLServer tables from within an Oracle session
Dear Tom;
I need to query a SQLServer table from within an Oracle session, for example SQLPlus. Is there an easy way to do this, something like:
<CODE> select * from t@sql_server_link </CODE>
May you redirect me to the appropriate documentatio...
Read Next: Partitioning existing tables
Related Topics
