Posted on 2007-04-05 09:42
Kevin Meng 閱讀(677)
評論(1) 編輯 收藏
oracle打了9.2.0.4的補丁之后,必須把版本也改變過來。
運行cmd
sqlplus /nolog
SQL*Plus: Release 9.2.0.1.0 - Production on 星期四 4月 5 09:35:41 2007
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL> conn sys/system@ora as sysdba
已連接。
SQL> shutdow immediate
數據庫已經關閉。
已經卸載數據庫。
ORACLE 例程已經關閉。
SQL> startup migrate
ORACLE 例程已經啟動。
Total System Global Area 1687760036 bytes
Fixed Size 457892 bytes
Variable Size 486539264 bytes
Database Buffers 1199570944 bytes
Redo Buffers 1191936 bytes
數據庫裝載完畢。
數據庫已經打開。
SQL> spool d:\catpatch.log
SQL> @d:\oracle\ora92\rdbms\admin\catpatch.sql
SQL> spool off
注:在catpatch中會調用catexp來修改exp
至此成功修改exp
使用exp導出成功DD