Oracle查字符集查版本号

 

 

---查字符集

select * from nls_database_parameters

---查版本

   查看oracle的版本信息

(1)用客户端连接到数据库,执行select * from v$instance             查看version项

(2)select * from product_component_version

(3)或查询V$VERSION查看组件级信息

posted @ 2014-07-30 15:35  qingsong_do  阅读(737)  评论(0编辑  收藏  举报