For checking Database Version we can use the Below SQL Statement.
1. select * from v$version;
Or We Also can use
2. select version from v$instance;
Thanks
No comments:
Post a Comment