---查字符集
select * from nls_database_parameters
---查版本
查看oracle的版本信息
(1)用客户端连接到数据库,执行select * from v$instance 查看version项
(2)select * from product_component_version
(3)或查询V$VERSION查看组件级信息
时间: 2024-11-02 23:26:42
---查字符集
select * from nls_database_parameters
---查版本
查看oracle的版本信息
(1)用客户端连接到数据库,执行select * from v$instance 查看version项
(2)select * from product_component_version
(3)或查询V$VERSION查看组件级信息