Execute the post execution steps for the patch, and those are as follows
1. Run the startup migrate command. If you are running Oracle Real Applications Clusters, set cluster_database in the initSID.ora file to FALSE prior to starting in migrate mode.
2. Run the spool patch.log command.
3. Run the @\rdbms\admin\catpatch.sql script.
4. Run the spool off command.
5. Review the patch.log file for errors, and rerun the catpatch.sql script after correcting any problems.
6. Run the shutdown command.
7. Run the startup command.
8. Run the ORACLE_BASE\ORACLE_HOME\rdbms\admin\utlrp.sql script. This step is optional, and will recompile all invalid PL/SQL packages now instead of when the packages are accessed the first time. You can use the utlrcmp.sql script to parallelize this in multiprocessor computers.
9. Run the exit command.
takken @
2006-12-31 12:32 |
评论 (0) |
小命令 | 无标签 |
加入收藏
SQL> alter system flush shared_pool;
SQL> alter session set events '10119 trace name context forever, level 12';
takken @
2006-12-31 11:13 |
评论 (0) |
小命令 | 无标签 |
加入收藏
1.SQL>select object_id,object_name from dba_objects where object_id in (select obj# from sys.ustats$);
2.SQL>delete from sys.ustats$ where obj#=<object_id from step 1>;
3.SQL> commit;
4.SQL> drop table table_name ;
takken @
2006-12-31 10:57 |
评论 (0) |
小命令 | 无标签 |
加入收藏
chfs -a size=+2048M /ufdata
takken @
2006-12-29 17:20 |
评论 (0) |
小命令 | 无标签 |
加入收藏