先打11.2.0.3.8這個PSU,後建庫,11.2.0.3.8psu
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 120SQL> col action format a6SQL> col namespace format a10SQL> col version format a10SQL> col comments format a15SQL> col action_time format a30SQL> col bundle_series format a15SQL> 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.02015-06-10 13:36:01.203202 APPLY SERVER 11.2.0.3 8 PSU PSU 11.2.0.3.8------------->PSU的應用時間