单机oracle数据库打最新11.2.0.4.7记录(九)

2015-07-21 16:26:16 · 作者: · 浏览: 3
ll from v$enabledprivs
40 where priv_number = -265 /* CREATE ANY JOB */
41 )
42 and e.owner!='SYS')
43 )
44 )
45 /


View created.


SQL>
SQL>
SQL> alter view USER_AUDIT_POLICIES compile;


View altered.


SQL> alter view USER_AUDIT_POLICY_COLUMNS compile;


View altered.


SQL> alter view user_scheduler_job_log compile;


View altered.


SQL> alter view user_scheduler_job_run_details compile;


View altered.


SQL> alter view all_scheduler_job_log compile;


View altered.


SQL> alter view all_scheduler_job_run_details compile;


View altered.


SQL>
SQL> ALTER SESSION SET current_schema = SYS;


Session altered.


SQL> PROMPT Updating registry...
Updating registry...
SQL> INSERT INTO registry$history
2 (action_time, action,
3 namespace, version, id,
4 bundle_series, comments)
5 VALUES
6 (SYSTIMESTAMP, 'APPLY',
7 SYS_CONTEXT('REGISTRY$CTX','NAMESPACE'),
8 '11.2.0.4',
9 7,
10 'PSU',
11 'PSU 11.2.0.4.7');


1 row created.


SQL> COMMIT;


Commit complete.


SQL> SPOOL off
SQL> SET echo off
Check the following log file for errors:
/u01/app/cfgtoollogs/catbundle/catbundle_PSU_ORA11G_APPLY_2015Jul21_01_28_35.log
SQL> select * from dba_registry_history;
ACTION_TIME ACTION NAMESPACE VERSION ID BUNDLE_SERIES COMMENTS
--------------------------------------------------------------------------- ------------------------------ ------------------------------ ------------------------------ ---------- ------------------------------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
08-NOV-14 12.54.51.873764 PM APPLY SERVER 11.2.0.4 2 PSU PSU 11.2.0.4.2
27-JAN-15 11.57.18.744412 AM APPLY SERVER 11.2.0.4 5 PSU PSU 11.2.0.4.5
01-APR-15 11.54.50.240210 AM APPLY SERVER 11.2.0.4 6 PSU PSU 11.2.0.4.6
21-JUL-15 01.28.36.827706 AM APPLY SERVER 11.2.0.4 7 PSU PSU 11.2.0.4.7


4 rows selected.


SQL>

?

5 Known Issues

7.2 Bug Fixes

没有啥特别的单机,比较简单那,需要注意下readme里面的knowns issues和bug fixes

?