Posted By

geekzspot on 10/23/12


Tagged

database Oracle


Versions (?)

Who likes this?

1 person have marked this snippet as a favorite

geekzspot


Oracle Database Version


 / Published in: SQL
 

If you do not have access to the v$ Tables then you can use SQL Developer: SQL Developer > View > Reports > Data Dictionary Reports > About Your Database > Version Banner

  1. SELECT * FROM v$version;

Report this snippet  

You need to login to post a comment.