I've Solaris 10 with some Oracle on it .
How to find exactly, with maximum accuracy what Oracle version installed + what 64 or 32 bit this Oracle supported ?
Thanks
I've Solaris 10 with some Oracle on it .
How to find exactly, with maximum accuracy what Oracle version installed + what 64 or 32 bit this Oracle supported ?
Thanks
Can you connect and execute a query?
If so:
select * from v$version where banner like ‘Oracle%’;