今天,在向Oracle中匯入資料時,提示:
Import started on 2008-7-2 8:51:15d:/oracle/ora90/bin/IMP.EXE log=C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1/plsimp.log file=E:/20080630/20070630.dmp userid=LZ/LZ buffer=30720 commit=no full=yes grants=yes ignore=yes indexes=yes rows=yes show=no constraints=yes
串連到: Oracle9i Enterprise Edition Release 9.0.1.1.1 - ProductionWith the Partitioning optionJServer Release 9.0.1.1.1 - Production
經由常規路徑匯出由EXPORT:V09.02.00建立的檔案已經完成ZHS16GBK字元集和AL16UTF16 NCHAR 字元集中的匯入.
正在將LZ的對象匯入到 LZIMP-00017: 由於 Oracle 的 6550 錯誤,以下的語句失敗
"BEGIN " "sys.dbms_logrep_imp.instantiate_schema(schema_name=>'LZ', export_db_name=>'" "SDH92', inst_scn=>'8991106410528');" "COMMIT; END;"IMP-00003: 遇到 Oracle 錯誤 6550ORA-06550: 第 2 行, 第 1 列: PLS-00201: 必須說明標識符 'SYS.DBMS_LOGREP_IMP'ORA-06550: 第 2 行, 第 1 列: PL/SQL: Statement ignoredIMP-00017: 由於 Oracle 的 922 錯誤,以下的語句失敗......
問題的原因沒有找到,但是,問了一下,匯出的Oracle版本是 9.0.2.6,估計是Oracle版本不同造成的問題吧,還得找原因。