windows - What's the best way to determine which version of Oracle client I'm running? -
The topic says: What is the best way to determine the exact version of the Iacle client? Our clients are running all windows.
I have not found any suggestions that run the tnsing utility, without the parameters, which displays the version information is there any better way?
Does customer information contain this information in any type of text file? Similarly, sqlPlus.exe will print its version,
Command line will show TNSPing version. You can also go to the Readme file in the 'Relation' directory of your client installation. Version 10.2 contains a file named README_jdbc.txt, for example, which will tell you which version is installed.
Comments
Post a Comment