To view installed Oracle version information


Answer posted by Scott on 2005-05-25 18:41:26: From the SQL> prompt, type the following: 
 
select * from v$version;

Showing Answers 1 - 8 of 8 Answers

Scott

  • May 25th, 2005
 

From the SQL> prompt, type the following: 
 
select * from v$version;

  Was this answer useful?  Yes

Shasi

  • Jan 7th, 2006
 

There is one more view called product_component_version which can queried to get all the version details

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions