Oracle查字符集查版本号

---查字符集

select * from nls_database_parameters

---查版本

   查看oracle的版本信息

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

(2)select * from product_component_version

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

原文地址:https://www.cnblogs.com/qingsong-do/p/3878189.html