在EXP出數據時遇到ORA-00942的問題的解決辦法
2024-07-21 02:39:49
供稿:網友
eXPorting PRe-schema procedural objects and actions. exporting foreign function library names for user ITEM. exporting PUBLIC type synonyms. exporting private type synonyms. exporting object type definitions for user ITEM EXP-00008: Oracle error 942 encounteredORA-00942: table or view does not existEXP-00024: Export views not installed, please notify your DBAEXP-00000: Export terminated unsUCcessfully 查幫助: ORA-00942 table or view does not exist Cause: The table or view entered does not exist, a synonym that is not allowed here was used, or a view was referenced where a table is required. Existing user tables and views can be listed by querying the data dictionary. Certain privileges may be required to access the table. If an application returned this message, the table the application tried to access does not exist in the database, or the application does not have access to it. Action: Check each of the following: the spelling of the table or view name.that a view is not specified where a table is required.that an existing table or view name exists.Contact the database administrator if the table needs to be created or if user or application privileges are required to access the table. Also, if attempting to access a table or view in another schema, make certain the correct schema is referenced and that access to the object is granted. 發現這個幫助對解決問題的幫助不太,后來想起有人說過,用高版本的EXP導出低版本會有這個問題,偶的是從9.2.0.1升級到9.2.0.4,可以有可能某些EXP需要的字典沒有被升級,只要用9.2.0.1的客戶端去導出啦。