Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 冲浪宝典 > 网络资源 > The way to create oracle synonyms
【标  题】:The way to create oracle synonyms
【关键字】:The,way,to,create,oracle,synonyms
【来  源】:http://blog.csdn.net/feiliu010/archive/2007/04/09/1557764.aspx

The way to create oracle synonyms

Your Ad Here Some Needs:
    There are two oracle database:SID=A and SID=B,and there is a table "objects" of a user "a" under A ,and a user b
under B.We want to login B as "b" to execute "select * from objects",then it will display the result of a.objects of A.
Resolution
   Let's login B as b and execute "create public synonym objects for a.objects@A",after that we execute
"select * from objects" and it will display all the information of "a.objects"
Attention
  There mustnt be a table named "objects" in B,however the operation will execute but the result is the informatio of b.objects,so we must delete b.objects and recreate synonym. 
修复SQL2000中损坏的表:【上一篇】
MYSQL商标在中国被抢注:【下一篇】
【相关文章】
  • Oracle初学入门
  • oracle segment(1)
  • Default storage engine (InnoDB) is not available解决办法
  • Oracle 几个服务各代表什么作用?
  • oracle10g 储存过程示例
  • ORACLE数据集纵向变横向并合并列数据
  • tomcat部署web應用時涉及到的基本概念
  • IIS访问ASP页面时报错The requested resource is in use.的解决方法
  • tomcat5.5 配置oracle连接池
  • SOAPMonitor使用补充说明
  • 【随机文章】
  • 简述对象关系映射(ORM)与Java中的持久化机制
  • droopyeyes的字符串操作函数集
  • 升级了显卡驱动,好多了
  • 关于继承的
  • 网页库级垂直搜索引擎技术(二)如何做好一个垂直搜索引擎
  • 安装apache
  • 聪明一点的 DNS 均衡解析
  • qmail 不能发邮件问题
  • 《个人电脑的安全防范》课程介绍
  • Ubuntu 6.06 with Picasa[picture]
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 软讯网络 All Rigths Reserved.