码迷,mamicode.com
首页 > 其他好文 > 详细

先打11.2.0.3.8这个PSU,后建库

时间:2015-06-12 11:47:38      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:

SQL> alter session set nls_date_format='yyyy-mm-dd hh24:mi:ss';

Session altered.

SQL> select created from v$database;

CREATED
------------------------------------------------------------------------------------------------------------------------
2015-06-10 13:31:51                         ------------->库的建立时间

SQL> set pages 100 lines 120
SQL> col action format a6
SQL> col namespace format a10
SQL> col version format a10
SQL> col comments format a15
SQL> col action_time format a30
SQL> col bundle_series format a15
SQL> alter session set nls_timestamp_format = 'yyyy-mm-dd hh24:mi:ss.ff';

Session altered.

SQL> 
SQL> select * from dba_registry_history;

ACTION_TIME                    ACTION NAMESPACE  VERSION            ID BUNDLE_SERIES   COMMENTS
------------------------------ ------ ---------- ---------- ---------- --------------- ---------------
2011-09-17 10:21:11.595816     APPLY  SERVER     11.2.0.3            0 PSU             Patchset 11.2.0.2.0
2015-06-10 13:36:01.203202     APPLY  SERVER     11.2.0.3            8 PSU             PSU 11.2.0.3.8------------->PSU的应用时间


 

 

先打11.2.0.3.8这个PSU,后建库

标签:

原文地址:http://blog.csdn.net/msdnchina/article/details/46468623

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!