waterye

通过Database Links访问Remote Database

-- create database link
create database link remotedb connect to user identified by pwd using 'remotedb';

-- access remote object
select * from test@remotedb;

参考: SQL Reference

posted on 2005-12-31 15:27 waterye 阅读(984) 评论(0)  编辑  收藏 所属分类: oracle


标题  
姓名  
主页
验证码 *  
内容(请不要发表任何与政治相关的内容)  
  登录  使用高级评论  新用户注册  返回页首  恢复上次提交      
该文被作者在 2005-12-31 16:27 编辑过