2015年5月14日 星期四

【Oracle ERP Note 】查詢系統平台版本

SELECT * FROM V$VERSION 查詢Oracle DB 版本 / PL/SQL 版本 / TNS 版本 等如下:


SQL> SELECT * FROM V$VERSION;

BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
PL/SQL Release 11.2.0.2.0 - Production
CORE    11.2.0.2.0      Production
TNS for Linux: Version 11.2.0.2.0 - Production
NLSRTL Version 11.2.0.2.0 - Production
只查看 DB Release:

SQL> show release
release 1102000200
待續

沒有留言:

張貼留言

prettyPrint();