标签:blog http io ar os sp on 数据 log
原文:Oracle查字符集查版本号
---查字符集
select * from nls_database_parameters
---查版本
查看oracle的版本信息
(1)用客户端连接到数据库,执行select * from v$instance 查看version项
(2)select * from product_component_version
(3)或查询V$VERSION查看组件级信息
标签:blog http io ar os sp on 数据 log
原文地址:http://www.cnblogs.com/lonelyxmas/p/4152310.html