有以下三种方式可以查看Oracle版本号 (1)用客户端连接到数据库,执行select * from v$instance 查看version项 (2)select * from product_component_version (3)select * from V$VERSION 答案源自网络:http://blog.csdn.net/jietoulangren/article/details/27799655
有以下三种方式可以查看Oracle版本号
(1)用客户端连接到数据库,执行select * from v$instance
查看version项
(2)select * from product_component_version
(3)select * from V$VERSION
答案源自网络:http://blog.csdn.net/jietoulangren/article/details/27799655