有以下三种方式可以查看Oracle版本号
(1)用客户端连接到数据库,执行select * from v$instance
查看version项
(2)select * from product_component_version
(3)select * from V$VERSION

相关文章:

  • 2021-09-25
  • 2022-12-23
  • 2021-07-10
  • 2021-05-19
  • 2021-12-26
  • 2022-01-01
  • 2021-10-06
  • 2021-12-02
猜你喜欢
  • 2021-12-02
  • 2021-08-25
  • 2021-11-04
  • 2021-12-07
  • 2022-01-22
  • 2021-12-09
  • 2021-05-16
相关资源
相似解决方案