首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 冲浪宝典 > 网络资源 > [转载]Oracle10g与各版本的连通性
【标  题】:[转载]Oracle10g与各版本的连通性
【关键字】:Oracle10g
【来  源】:http://blog.csdn.net/KittyWang/archive/2006/12/23/1455649.aspx

[转载]Oracle10g与各版本的连通性

 

作者:eygle 发表于 2006-04-06 16:35
http://www.eygle.com/archives/2006/04/oracle10g_to_oracle8i.html

昨天有朋友问到Oracle10g和Oracle8i的连通性问题,一时记不清楚,同事作了一些测试.得到的结论是:

Oracle8.1.5可以连接Oracle10g
Oracle8.1.7也可以连接Oracle10g
Oracle10gR2可以连接Oracle8.1.7,但是不能连接Oracle8.1.5
Oracle10g和Oracle9i各版本可以互连.

简要记录于此:
1.Oracle8.1.5连接Oracle10gR1

oracle:/oracle/oracle8/network/admin>sqlplus /nolog

            SQL*Plus: Release 8.1.5.0.0 - Production on Wed Apr 5 17:21:30 2006
            (c) Copyright 1999 oracle Corporation.  All rights reserved.
            SQL> conn mlqin/*****@mmsdb
            Connected.
            SQL> select * from v$version
            2  /
            BANNER
            ----------------------------------------------------------------
            oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - 64bi
            PL/SQL Release 10.1.0.3.0 - Production
            CORE    10.1.0.3.0      Production
            TNS for Solaris: Version 10.1.0.3.0 - Production
            NLSRTL Version 10.1.0.3.0 - Production
            SQL> exit
            

2.Oracle8.1.7连接Oracle10gR2

$ sqlplus /nolog
            SQL*Plus: Release 8.1.7.0.0 - Production on Wed Apr 5 16:58:05 2006
            (c) Copyright 2000 oracle Corporation.  All rights reserved.
            SQL> conn mlqin/*****@hsstat
            Connected.
            SQL> select * from v$version;
            BANNER
            ----------------------------------------------------------------
            oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi
            PL/SQL Release 10.2.0.1.0 - Production
            CORE    10.2.0.1.0      Production
            TNS for Solaris: Version 10.2.0.1.0 - Production
            NLSRTL Version 10.2.0.1.0 - Production
            SQL> exit
            Disconnected from oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
            With the Partitioning, OLAP and Data Mining options

3.Oracle10gR2连接Oracle8.1.7.4

$ sqlplus /nolog
            SQL*Plus: Release 10.2.0.1.0 - Production on Wed Apr 5 17:19:01 2006
            Copyright (c) 1982, 2005, oracle.  All rights reserved.
            SQL> conn mlqin/*****@test8
            Connected.
            SQL> select * from v$version;
            BANNER
            ----------------------------------------------------------------
            Oracle8i Enterprise Edition Release 8.1.7.4.0 - 64bit Production
            PL/SQL Release 8.1.7.4.0 - Production
            CORE    8.1.7.0.0       Production
            TNS for Solaris: Version 8.1.7.4.0 - Production
            NLSRTL Version 3.4.1.0.0 - Production
            SQL> 

4.Oracle10gR2不能连接Oracle8.1.5

$ sqlplus /nolog
            SQL*Plus: Release 10.2.0.1.0 - Production on Wed Apr 5 17:09:38 2006
            Copyright (c) 1982, 2005, oracle.  All rights reserved.
            SQL> conn mlqin/****@199
            ERROR:
            ORA-03134: Connections to this server version are no longer supported.
            
-----

 

 

金融IT公司与银行之比较:【上一篇】
SQL server 2005的表分区:【下一篇】
【相关文章】
  • Oracle10g新特性:临时表空间组(temporary tablespace group)
  • oracle10g新特性:闪回恢复区(Flash recovery area)
  • Oracle10g新特性:Recycle Bin回收站
  • Oracle10g for AIX5L安装过程
  • 使用VS和ORACLE10g Instant Client开发数据库应用程序
  • oracle10g安装解决遇到的问题
  • oracle10g em Database Control的启动问题修复
  • oracle10g Enterprise Manager的修复
  • oracle10g Data Guard新特性:物理备库也可以read/write
  • oracle10g+rac配置standby
  • 【随机文章】
  • 不玩游戏也能看动画
  • 说说“数据库的自动安装、升级”
  • 在Windows NT 4.0上安装Apache+Servlet+jsp
  • linux下vncserver的配置
  • 加速交换机端口初始化进程
  • ps--报告程序执行状况
  • sizeof运算符详解(ZZ)
  • 线索二叉树算法
  • 翻译:Effective C++, 3rd Edition, Item 32: 确保 public inheritance 模拟 "is-a"(上)
  • 轻松治好WinXP无法远程登陆的怪病
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 软讯网络 All Rigths Reserved.