I have an oracle database on a windows 2003 server which i can't start. How can i find out which version it is?
EDIT: Some of the oldest files are from 2003 and I dunno know if it's the original server.
I have an oracle database on a windows 2003 server which i can't start. How can i find out which version it is?
EDIT: Some of the oldest files are from 2003 and I dunno know if it's the original server.
Locate and launch the "Oracle Universal Installer" in your start menu. Once it will be opened, click on the "Installed products" button (bottom left).
It will show you every Oracle product installed on this server and you will be able to view the version of every components.
You can also run the following command in a DOS prompt:
It will show you the list of the components installed in this Oracle Home and their version number.
run a query select * from v$version where banner like ‘Oracle%’;
**update just noticed you had mentioned that you cannot start it. Check in the application directory or the add/remove software from control panel may show the version number.
Have you checked HKLM\Software\Oracle? I thought the Oracle version was held in the oracle homes section?