Oracle: Does a 10g oracle client work with an 11g server?

后端 未结 4 488
情歌与酒
情歌与酒 2021-02-05 21:33

This is the reciprocal to this question. Currently, I am trying to use the instant client for Mac, version 10.2. There\'s no 11g version for Mac, as of now, based on this page(y

4条回答
  •  离开以前
    2021-02-05 22:04

    It should work. I have never had problems with upwards compatiblity of Oracle Client. Test:

    myclient{oracle}# sqlplus system@rac11g
    
    SQL*Plus: Release 10.2.0.3.0 - Production on Thu Jun 25 08:44:09 2009
    
    Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.
    
    Enter password:
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options
    
    SQL> select * from v$version;
    
    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    PL/SQL Release 11.1.0.7.0 - Production
    CORE    11.1.0.7.0      Production
    TNS for Linux: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production
    

提交回复
热议问题