﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FranklinFaces.com - Oracle &amp; SQL Server Database Forums for all IT Professionals / Oracle Forum / ORA - Oracle Database Error Codes - Search via specific error codes. / EXP- IMP- Error Codes </title><generator>InstantForum.NET v4.1.4</generator><description>FranklinFaces.com - Oracle &amp; SQL Server Database Forums for all IT Professionals</description><link>http://www.franklinfaces.com/</link><webMaster>no-reply@FranklinFaces.com</webMaster><lastBuildDate>Sat, 31 Jul 2010 07:25:07 GMT</lastBuildDate><ttl>20</ttl><item><title>EXP-00008: ORACLE error 942 encountered</title><link>http://www.franklinfaces.com/Topic148-108-1.aspx</link><description>&lt;FONT color=#3333dd&gt;When exporting, we're getting the following error:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#113333&gt;&lt;STRONG&gt;EXP-00008: &lt;SPAN class=searchTerm&gt;ORACLE&lt;/SPAN&gt; &lt;SPAN class=searchTerm&gt;error&lt;/SPAN&gt; &lt;SPAN class=searchTerm&gt;942&lt;/SPAN&gt; &lt;SPAN class=searchTerm&gt;encountered&lt;/SPAN&gt;&lt;BR&gt;ORA-00942: table or view does not exist&lt;BR&gt;EXP-00024: Export views not installed, please notify your DBA&lt;BR&gt;EXP-00000: Export terminated unsuccessfully&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;FONT color=#3333dd&gt;Regarding this error you want to first make sure that the user you are using has &lt;SPAN class=searchTerm&gt;EXP&lt;/SPAN&gt;_FULL_DATABASE granted to it.&lt;/FONT&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;Then you you must run the following when you create the db and make sure there are no errors:&lt;/FONT&gt;&lt;BR&gt;&lt;FONT color=#113333&gt;&lt;STRONG&gt;%&lt;SPAN class=searchTerm&gt;ORACLE&lt;/SPAN&gt;_HOME%/rdbms/admin/&lt;WBR&gt;catalog.sq&lt;WBR&gt;l &lt;BR&gt;%&lt;SPAN class=searchTerm&gt;ORACLE&lt;/SPAN&gt;_HOME%/rdbms/admin/&lt;WBR&gt;catproc.sq&lt;WBR&gt;l&lt;/STRONG&gt;&lt;/FONT&gt; &lt;BR&gt;&lt;BR&gt;&lt;FONT color=#3333dd&gt;Hope this helps.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;Thanks,&lt;/FONT&gt;</description><pubDate>Tue, 28 Jul 2009 16:29:55 GMT</pubDate><dc:creator>Admin</dc:creator></item><item><title>IMP-00003:ORACLE error 1435 encountered.</title><link>http://www.franklinfaces.com/Topic147-108-1.aspx</link><description>&lt;FONT color=#3333dd&gt;When importing a dump, we get the following error into another machine.&lt;/FONT&gt;&lt;BR&gt;&lt;BR&gt;&lt;FONT color=#113333&gt;&lt;STRONG&gt;IMP-00003:ORACLE error 1435 encountered. &lt;BR&gt;ORA-01435 user doesn't exist&lt;BR&gt;IMPORT terminated unsuccessfully.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;This is somewhat easy solution.    Check to see if your  target database has the user you are trying to import.  If not, you may want to create the user first and then import.   Or you can simply do FROMUSER TOUSER to another user.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;Another solution would be to take full export with rows=n and try to get all the schemas imported with full=y and rows=nn this way you got the schemas going.  Then do an import with rows=y .     &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;Hope this helps,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;Thanks,&lt;/FONT&gt;</description><pubDate>Tue, 28 Jul 2009 16:22:03 GMT</pubDate><dc:creator>Admin</dc:creator></item><item><title>EXP-00056: ORACLE error 19206 encountered during an export</title><link>http://www.franklinfaces.com/Topic144-108-1.aspx</link><description>&lt;TABLE dir=ltr style="WIDTH: 697px; HEIGHT: 648px" cellSpacing=1 cellPadding=0 width=697 border=0&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color=#0000ff&gt;&lt;P&gt;Hi,&lt;/FONT&gt; &lt;/P&gt;&lt;FONT color=#0000ff&gt;&lt;P&gt;I'm getting the following error code when exporting :&lt;/P&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT color=#008080&gt;&lt;P&gt;EXP-00056: ORACLE error 19206 encountered during an export&lt;/B&gt;&lt;/FONT&gt; &lt;/P&gt;&lt;FONT color=#0000ff&gt;&lt;P&gt;I was getting this while exporting entire schema:&lt;/P&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT face="Courier New" color=#008080&gt;&lt;FONT face="Courier New" color=#008080&gt;&lt;P&gt;EXP-00056: ORACLE error 19206 encountered &lt;BR&gt;ORA-19206: Invalid value for query or REF CURSOR parameter &lt;BR&gt;ORA-06512: at "SYS.DBMS_XMLGEN", line 83 &lt;BR&gt;ORA-06512: at "SYS.DBMS_METADATA", line 353 &lt;BR&gt;ORA-06512: at "SYS.DBMS_METADATA", line 418 &lt;BR&gt;ORA-06512: at "SYS.DBMS_METADATA", line 457 &lt;BR&gt;ORA-06512: at "SYS.DBMS_METADATA", line 1181 &lt;BR&gt;ORA-06512: at "SYS.DBMS_METADATA", line 1162 &lt;BR&gt;ORA-06512: at line 1 &lt;BR&gt;EXP-00056: ORACLE error 19206 encountered &lt;BR&gt;ORA-19206: Invalid value for query or REF CURSOR parameter &lt;BR&gt;ORA-06512: at "SYS.DBMS_XMLGEN", line 83 &lt;BR&gt;ORA-06512: at "SYS.DBMS_METADATA", line 353 &lt;BR&gt;ORA-06512: at "SYS.DBMS_METADATA", line 418 &lt;BR&gt;ORA-06512: at "SYS.DBMS_METADATA", line 457 &lt;BR&gt;ORA-06512: at "SYS.DBMS_METADATA", line 1181 &lt;BR&gt;ORA-06512: at "SYS.DBMS_METADATA", line 1162 &lt;BR&gt;ORA-06512: at line 1 &lt;BR&gt;EXP-00000: Export terminated unsuccessfully &lt;BR&gt;(END)&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Times New Roman"&gt; &lt;/FONT&gt;&lt;/P&gt;&lt;FONT color=#0000ff&gt;&lt;P&gt;I couldn't figure it out at first and tried and verified all my settings. Then I came across a find where there was a mention of xmldb modification. Recently there was and it might have been corrrupted. I connected as sysdba and ran the following and it fixed it:&lt;/P&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT face="Courier New" color=#008080&gt;&lt;FONT face="Courier New" color=#008080&gt;&lt;P&gt;$ORACLE_HOME/rdbms/admin/catmeta.sql&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Times New Roman"&gt; &lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description><pubDate>Tue, 28 Jul 2009 15:47:31 GMT</pubDate><dc:creator>Admin</dc:creator></item></channel></rss>