[20191125]18c oraversion.txt --//18c提供使用程序显示oracle版本号.有时候显示测试环境需要,12c以上查询v$version输出有点长. --//简单做一个记录: $ oraversion This program prints release version information. These are its possible arguments: -compositeVersion: Print the full version number: a.b.c.d.e. -baseVersion: Print the base version number: a.0.0.0.0. -majorVersion: Print the major version number: a. -buildStamp: Print the date/time associated with the build. -buildDescription: Print a description of the build. -help: Print this message. --//各个参数输出如下: $ oraversion | grep "^-[^h]" | cut -f1 -d: | xargs -IQ bash -c "echo -n Q = ; oraversion Q " -compositeVersion =18.3.0.0.0 -baseVersion =18.0.0.0.0 -majorVersion =18 -buildStamp =180628094320 -buildDescription =Release_Update --//也可以将参数连在一起: $ oraversion | grep "^-[^h]" | cut -f1 -d: | paste -sd" " | xargs -IQ bash -c "oraversion Q" 18.3.0.0.0 18.0.0.0.0 18 180628094320 Release_Update
[20191125]18c oraversion.txt
来源:这里教程网
时间:2026-03-03 14:34:48
作者:
编辑推荐:
下一篇:
相关推荐
-
雷神推出 MIX PRO II 迷你主机:基于 Ultra 200H,玻璃上盖 + ARGB 灯效
2 月 9 日消息,雷神 (THUNDEROBOT) 现已宣布推出基于英
-
制造商 Musnap 推出彩色墨水屏电纸书 Ocean C:支持手写笔、第三方安卓应用
2 月 10 日消息,制造商 Musnap 现已在海外推出一款 Oce
热文推荐
- 生产库上在线不停机搭建dataguard
生产库上在线不停机搭建dataguard
26-03-03 - ORA-600:[qertbGetPartitionNumber:qesma2],[],[],[]
- 从电商到软件市场,阿里双11战火蔓延
从电商到软件市场,阿里双11战火蔓延
26-03-03 - oracle 精确查询和模糊查询
oracle 精确查询和模糊查询
26-03-03 - ORA-56935: existing datapump jobs are using a different version of time zone dat
- 华为EMUI 10语音助手更新了!语音功能出现新玩法,小艺太智能了
华为EMUI 10语音助手更新了!语音功能出现新玩法,小艺太智能了
26-03-03 - 联想的冰与火:财报亮眼、股价难堪
联想的冰与火:财报亮眼、股价难堪
26-03-03 - oracle数据库事务transaction隔离级别isolation level的选择依据
- 财报辉煌路上,腾讯音乐不能忽视的两大劲敌
财报辉煌路上,腾讯音乐不能忽视的两大劲敌
26-03-03 - imp-00017 ora-06550
imp-00017 ora-06550
26-03-03
