2

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

Toren
  • 137
  • 3

1 Answers1

1

Can you connect and execute a query?

If so:

select * from v$version where banner like ‘Oracle%’;

Pitto
  • 2,009
  • 10
  • 33
  • 49