Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 195 Bytes

howto_see_oracle_version.md

File metadata and controls

9 lines (6 loc) · 195 Bytes

How to see what version of Oracle you are using

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

References