Purpose |
Get the current version of the Kintana Oracle database.
|
Tested |
With HP PPM (Project and Portfolio Management) Kintana v6.0.
|
Usage |
Paste the script into Toad
|
| Script |
kintana_scripts_system_oracle_db_version_information
select * from v$version
where banner like 'Oracle%'
|
Download |
KintanaScripts.zip (58 Kb)
|