/ 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
Expand |
Embed | Plain Text
SELECT * FROM v$version;
You need to login to post a comment.
