What's the best way to determine which version of Oracle client I'm running?

前端 未结 14 1920
遥遥无期
遥遥无期 2020-12-12 23:46

The subject says it all: What is the best way to determine the exact version of the oracle client I\'m running? Our clients are all running Windows.

I found one su

14条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-12 23:59

    This is another, though not necessarily "better", way:

    Determining Your Current Version

    To determine which Oracle client version you have installed on your pc, run sql*plus to connect to the DW. The folder names may vary somewhat based on your Oracle setup but should be similar. To run sql*plus choose start > programs > Oracle > Oracle - OUDWclient > Application Development > sqlplus. Enter your DW user name, password, and 'ordj' for the host name or service name. This should connect you to the DW via sqlplus. At this point, you could write your own sql statements to pull information from the DW (if you knew sql). The Oracle client version can be determined in the first line - 'SQL*Plus: Release 10.2.0.1.0'.

    [Reference] Oracle Client Information http://www.ohio.edu/technology

提交回复
热议问题