﻿<?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. / ORA-30000 Through ORA-40273  </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>Thu, 09 Feb 2012 10:45:45 GMT</lastBuildDate><ttl>20</ttl><item><title>ORA-39060: table(s) dropped because of conflict with master table</title><link>http://www.franklinfaces.com/Topic570-57-1.aspx</link><description>Hi,&lt;P&gt;I am trying to import back the dump file into the schema and facing the below issue. We have cleared the schema before trying to import, the schema is completely empty i.e. select count(*) from user_ojects returns 0.&lt;BR&gt;Database version is 10.2.0.3. The database is a RAC database. We have checked with the DBA as we do not have admin access that the dumpfile do exist on the server under DATAPUMP_DIR directory itself.&lt;/P&gt;&lt;P&gt;Any idea on the below error?&lt;/P&gt;&lt;P&gt;Command: impdp &amp;lt;schema&amp;gt;\/&amp;lt;password&amp;gt;@&amp;lt;dbname&amp;gt; dumpfile=ESMSTG_BCKUP_JUNE132011.dmp directory=DATAPUMP_DIR logfile=ESMSTG_BCKUP_JUNE132011_imp.log parallel=4&lt;/P&gt;&lt;P&gt;Import: Release 10.2.0.3.0 - Production on Monday, 20 June, 2011 17:06:55&lt;/P&gt;&lt;P&gt;Copyright (c) 2003, 2005, Oracle.  All rights reserved.&lt;/P&gt;&lt;P&gt;Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production&lt;BR&gt;With the Partitioning, Real Application Clusters, OLAP, Data Mining&lt;BR&gt;and Real Application Testing options&lt;BR&gt;ORA-39060: table(s) dropped because of conflict with master table&lt;BR&gt;Master table "SWC"."SYS_IMPORT_FULL_01" successfully loaded/unloaded&lt;BR&gt;Starting "SWC"."SYS_IMPORT_FULL_01":  &lt;A href="mailto:SWC/********@ESMSTG1"&gt;SWC/********@ESMSTG1&lt;/A&gt; dumpfile=ESMSTG_BCKUP_JUNE132011.dmp directory=DATAPUMP_DIR logfile=ESMSTG_BCKUP_JUNE132011_imp.log parallel=4 &lt;BR&gt;ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105&lt;BR&gt;ORA-06512: at "SYS.KUPW$WORKER", line 6351&lt;/P&gt;&lt;P&gt;----- PL/SQL Call Stack -----&lt;BR&gt;  object      line  object&lt;BR&gt;  handle    number  name&lt;BR&gt;0x84ce2478     15032  package body SYS.KUPW$WORKER&lt;BR&gt;0x84ce2478      6372  package body SYS.KUPW$WORKER&lt;BR&gt;0x84ce2478      3579  package body SYS.KUPW$WORKER&lt;BR&gt;0x84ce2478      6972  package body SYS.KUPW$WORKER&lt;BR&gt;0x84ce2478      1314  package body SYS.KUPW$WORKER&lt;BR&gt;0xb06730d8         2  anonymous block&lt;/P&gt;&lt;P&gt;Job "SWC"."SYS_IMPORT_FULL_01" stopped due to fatal error at 20:07:03&lt;/P&gt;&lt;P&gt;Thanks in advance.</description><pubDate>Mon, 20 Jun 2011 21:25:16 GMT</pubDate><dc:creator>AnirudhDas9</dc:creator></item><item><title>ora error ORA-39029: worker 2 with process name "DW02" prematurely terminated</title><link>http://www.franklinfaces.com/Topic305-57-1.aspx</link><description>ORA-39029: worker 2 with process name "DW02" prematurely terminated&lt;/P&gt;&lt;P&gt;I got the following error message when using impdp :&lt;/P&gt;&lt;P&gt;ORA-30036: unable to extend segment by 4 in undo tablespace 'UNDOTBS01'&lt;BR&gt;ORA-39171: Job is experiencing a resumable wait.&lt;BR&gt;ORA-30036: unable to extend segment by 4 in undo tablespace 'UNDOTBS01'&lt;BR&gt;ORA-39171: Job is experiencing a resumable wait.&lt;BR&gt;ORA-30036: unable to extend segment by 4 in undo tablespace 'UNDOTBS01'&lt;BR&gt;ORA-39171: Job is experiencing a resumable wait.&lt;BR&gt;ORA-30036: unable to extend segment by 4 in undo tablespace 'UNDOTBS01'&lt;BR&gt;ORA-39171: Job is experiencing a resumable wait.&lt;BR&gt;ORA-30036: unable to extend segment by 4 in undo tablespace 'UNDOTBS01'&lt;BR&gt;ORA-39171: Job is experiencing a resumable wait.&lt;BR&gt;ORA-30036: unable to extend segment by 4 in undo tablespace 'UNDOTBS01'&lt;BR&gt;ORA-39171: Job is experiencing a resumable wait.&lt;BR&gt;ORA-30036: unable to extend segment by 4 in undo tablespace 'UNDOTBS01'&lt;BR&gt;ORA-39014: One or more workers have prematurely exited.&lt;BR&gt;ORA-39029: worker 2 with process name "DW02" prematurely terminated&lt;BR&gt;ORA-31672: Worker process DW02 died unexpectedly.&lt;BR&gt;Job "SYS"."SYS_IMPORT_SCHEMA_03" stopped due to fatal error at 16:30:38&lt;BR&gt;ORA-39014: One or more workers have prematurely exited.&lt;BR&gt;&lt;/P&gt;&lt;P&gt;This was pretty clear cut.   My undo tablespace needed tuning.&lt;/P&gt;&lt;P&gt;&lt;BR&gt;I updated my undo_retention and set it to 900 :&lt;/P&gt;&lt;P&gt;alter system set undo_retention=900 scope=both;&lt;/P&gt;&lt;P&gt;I added another undo datafile and then kicked off the import again and it went through fine.</description><pubDate>Mon, 14 Jun 2010 11:54:29 GMT</pubDate><dc:creator>Admin</dc:creator></item><item><title>Ora Error ORA-39125 and ORA-04063 during export for transportable tablespace</title><link>http://www.franklinfaces.com/Topic288-57-1.aspx</link><description>ora error ORA-39125 and ORA-04063 during export for transportable tablespace &lt;/P&gt;&lt;P&gt;I'm using the Oracle Enterprise Manager (browser is IE) to create a tablespace transport file. Maintenance...Transport Tablespaces uses the wizard to walk me through each step. The job gets created and submitted. &lt;BR&gt;&lt;BR&gt;The 'Prepare' and 'Convert Datafile(s)' job steps complete successfully. The Export step fails with the following error. Can anyone shed some light on this for me? &lt;BR&gt;&lt;BR&gt;Thank you in advance!&lt;BR&gt;&lt;BR&gt;=======================================================&lt;BR&gt;Output Log &lt;BR&gt;&lt;/P&gt;&lt;P&gt;Export: Release 10.2.0.2.0 - Production on Sunday, 03 September, 2006 19:31:34&lt;BR&gt;&lt;BR&gt;Copyright (c) 2003, 2005, Oracle. All rights reserved.&lt;BR&gt;&lt;BR&gt;Username: &lt;BR&gt;Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production&lt;BR&gt;With the Partitioning, OLAP and Data Mining options&lt;BR&gt;Starting "SYS"."GENERATETTS000024": SYS/******** AS SYSDBA dumpfile=EXPDAT_GENERATETTS000024.DMP directory=EM_TTS_DIR_OBJECT transport_tablespaces=SIEBEL job_name=GENERATETTS000024 logfile=EXPDAT.LOG &lt;BR&gt;Processing object type TRANSPORTABLE_EXPORT/PLUGTS_BLK&lt;BR&gt;Processing object type TRANSPORTABLE_EXPORT/TABLE&lt;BR&gt;Processing object type TRANSPORTABLE_EXPORT/TABLE_STATISTICS&lt;BR&gt;&lt;BR&gt;ORA-39125: Worker unexpected fatal error in KUPW$WORKER.UNLOAD_METADATA while calling DBMS_METADATA.FETCH_XML_CLOB [TABLE_STATISTICS]&lt;BR&gt;ORA-04063: view "SYS.KU$_IOTABLE_VIEW" has errors&lt;BR&gt;&lt;BR&gt;ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105&lt;BR&gt;ORA-06512: at "SYS.KUPW$WORKER", line 6241&lt;BR&gt;&lt;BR&gt;&lt;HR&gt;&lt;P&gt;PL/SQL Call Stack &lt;/P&gt;&lt;HR&gt;&lt;P&gt;object line object&lt;BR&gt;handle number name&lt;BR&gt;2CF48130 14916 package body SYS.KUPW$WORKER&lt;BR&gt;2CF48130 6300 package body SYS.KUPW$WORKER&lt;BR&gt;2CF48130 2340 package body SYS.KUPW$WORKER&lt;BR&gt;2CF48130 6861 package body SYS.KUPW$WORKER&lt;BR&gt;2CF48130 1262 package body SYS.KUPW$WORKER&lt;BR&gt;2CF0850C 2 anonymous block&lt;BR&gt;&lt;BR&gt;Job "SYS"."GENERATETTS000024" stopped due to fatal error at 19:31:44</description><pubDate>Mon, 14 Jun 2010 11:11:15 GMT</pubDate><dc:creator>Admin</dc:creator></item><item><title>ora error ORA-31694: master table "SYSTEM"."SYS_EXPORT_SCHEMA_02" failed to load/unload</title><link>http://www.franklinfaces.com/Topic282-57-1.aspx</link><description>ORA-31694: master table "SYSTEM"."SYS_EXPORT_SCHEMA_02" failed to load/unload&lt;BR&gt;&lt;/P&gt;&lt;P&gt;Iam trying to take a datapump back up of a schema 'DSS', and i get this error message..here are the details..I have about 25GB space left on that file system.&lt;BR&gt;&lt;BR&gt;====================================&lt;BR&gt;SQL&amp;gt; SELECT * FROM dba_directories;&lt;BR&gt;&lt;BR&gt;OWNER DIRECTORY_NAME DIRECTORY_PATH&lt;BR&gt;----------------------------------------------------------&lt;BR&gt;SYS DPUMP_DIR1 /tmp/dump_dir&lt;BR&gt;SYS WORK_DIR /ade/aime_ship_10gR2_050630/oracle/work&lt;BR&gt;SYS DATA_PUMP_DIR /u10/app/ORACLE/product/10.2.0.1/rdbms/log/&lt;BR&gt;SYS ADMIN_DIR /ade/aime_ship_10gR2_050630/oracle/md/admin&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;$expdp system/password@dss DIRECTORY=DATA_PUMP_DIR dumpfile=dssdp.dmp schema=dss&lt;BR&gt;&lt;BR&gt;Export: Release 10.2.0.1.0 - 64bit Production on Thursday, 19 April, 2007 11:02:34&lt;BR&gt;&lt;BR&gt;Copyright (c) 2003, 2005, Oracle. All rights reserved.&lt;BR&gt;;;; &lt;BR&gt;Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production&lt;BR&gt;With the Partitioning, OLAP and Data Mining options&lt;BR&gt;Starting "SYSTEM"."SYS_EXPORT_SCHEMA_02": system/********@dss DIRECTORY=DATA_PUMP_DIR dumpfile=dssdp.dmp schemas=dss &lt;BR&gt;Estimate in progress using BLOCKS method...&lt;BR&gt;Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA&lt;BR&gt;Total estimation using BLOCKS method: 9.202 GB&lt;BR&gt;Processing object type SCHEMA_EXPORT/USER&lt;BR&gt;Processing object type SCHEMA_EXPORT/SYSTEM_GRANT&lt;BR&gt;Processing object type SCHEMA_EXPORT/ROLE_GRANT&lt;BR&gt;Processing object type SCHEMA_EXPORT/DEFAULT_ROLE&lt;BR&gt;....&lt;BR&gt;....&lt;BR&gt;ORA-31694: master table "SYSTEM"."SYS_EXPORT_SCHEMA_02" failed to load/unload&lt;BR&gt;ORA-31644: unable to position to block number 1 in dump file "/u10/app/ORACLE/product/10.2.0.1/rdbms/log/dssdp.dmp"&lt;BR&gt;ORA-19502: write error on file "/u10/app/ORACLE/product/10.2.0.1/rdbms/log/dssdp.dmp", blockno 892675 (blocksize=4096)&lt;BR&gt;ORA-27063: number of bytes read/written is incorrect&lt;BR&gt;SVR4 Error: 28: No space left on device&lt;BR&gt;Additional information: -1&lt;BR&gt;Additional information: 262144&lt;BR&gt;ORA-19502: write error on file "/u10/app/ORACLE/product/10.2.0.1/rdbms/log/dssdp.dmp", blockno 892483 (blocksize=4096)&lt;BR&gt;ORA-27063: number of bytes read/written is incorrect&lt;BR&gt;SVR4 Error: 28: No space left on device&lt;BR&gt;Additional information: -1&lt;BR&gt;Additional information: 262144&lt;BR&gt;&lt;BR&gt;</description><pubDate>Mon, 14 Jun 2010 11:04:20 GMT</pubDate><dc:creator>Admin</dc:creator></item><item><title>ora error ORA-39002 ORA-39070 ORA-39087 with Datapump</title><link>http://www.franklinfaces.com/Topic270-57-1.aspx</link><description>ORA-39002 ORA-39070 ORA-39087 with Datapump &lt;/P&gt;&lt;P&gt;If you are using the datapump (expdp or impdp etc.) and you get the following errors:&lt;BR&gt;&lt;BR&gt;ORA-39002: invalid operation&lt;BR&gt;ORA-39070: Unable to open the log file.&lt;BR&gt;ORA-39087: directory name DATA_PUMP_DIR is invalid&lt;BR&gt;&lt;BR&gt;There is no directory defined. You have to define it on the server.&lt;BR&gt;Choose a user with the rights to create an directory, start sqlplus and enter following&lt;BR&gt;command:&lt;BR&gt;&lt;BR&gt;create directory data_pump_dir as '\exphd\datapump';&lt;BR&gt;&lt;BR&gt;for windows...&lt;BR&gt;&lt;BR&gt;create directory data_pump_dir as 'x:\exportdrive\datapump';&lt;BR&gt;&lt;BR&gt;Be sure, that the directory exists on the os before you define it in the database!&lt;BR&gt;</description><pubDate>Mon, 14 Jun 2010 10:37:47 GMT</pubDate><dc:creator>Admin</dc:creator></item><item><title>ORA-31693, ORA-06502, ORA-31605, LPX-314 EXPDP FAILS ora error</title><link>http://www.franklinfaces.com/Topic249-57-1.aspx</link><description>&lt;H3 class="post-title entry-title"&gt;Expdp fails with ORA-31693, ORA-06502, ORA-31605, LPX-314&lt;/H3&gt;Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/CONSTRAINT&lt;BR&gt;Processing object type TABLE_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS&lt;BR&gt;Processing object type TABLE_EXPORT/TABLE/AUDIT_OBJ&lt;BR&gt;Processing object type TABLE_EXPORT/TABLE/TRIGGER&lt;BR&gt;Processing object type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS&lt;BR&gt;ORA-31693: Table data object "MAXIM"."HISTORY" failed to load/unload and is being skipped due to error:&lt;BR&gt;ORA-06502: PL/SQL: numeric or value error&lt;BR&gt;ORA-31605: the following was returned from LpxXSLSetTextVar in routine kuxslSetParam:&lt;BR&gt;LPX-314: an internal failure occurred&lt;BR&gt;Master table "SYSTEM"."SYS_EXPORT_TABLE_01" successfully loaded/unloaded&lt;BR&gt;******************************************************************************&lt;BR&gt;Dump file set for SYSTEM.SYS_EXPORT_TABLE_01 is:&lt;BR&gt;/db1/oracle/dump/expdat.dmp&lt;BR&gt;Job "SYSTEM"."SYS_EXPORT_TABLE_01" completed with 1 error(s) at 17:24:11&lt;P class="post-title entry-title"&gt; &lt;/P&gt;&lt;SPAN style="FONT-WEIGHT: bold"&gt;&lt;U&gt;Cause of the Problem&lt;/U&gt;&lt;/SPAN&gt;&lt;BR&gt;In the data pump export operation ORA-31693, ORA-06502, ORA-31605, LPX-314 happened due to incorrect usage of single or double quotes for the QUERY parameter. So in the query parameter within the parameter files quote is given incorrect.&lt;BR&gt;We see there is single quote(') surrounding double quote(") in the query parameter.&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="FONT-WEIGHT: bold"&gt;&lt;U&gt;Solution of the Problem&lt;/U&gt;&lt;/SPAN&gt;&lt;BR&gt;Just omit the single quote (') from the query parameter in the expdp.&lt;P class="post-title entry-title"&gt; &lt;/P&gt;&lt;P class="post-title entry-title"&gt; </description><pubDate>Fri, 11 Jun 2010 15:59:09 GMT</pubDate><dc:creator>Admin</dc:creator></item><item><title>ORA-31202: DBMS_LDAP: LDAP client/server error: string</title><link>http://www.franklinfaces.com/Topic151-57-1.aspx</link><description>ORA-31202: DBMS_LDAP: LDAP client/server error: string&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cause:&lt;/STRONG&gt; There is a problem either on the LDAP server or on the client.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Action:&lt;/STRONG&gt; Please report this error to the LDAP server administrator or your Database administrator.&lt;/P&gt;&lt;P&gt;Please add more information about this Error if you have any.&lt;/P&gt;&lt;P&gt;The ORA-31202 error is a generic error returned by the DBMS_LDAP and DBMS_LDAP_UTL packages whenever they encounter an unexpected return code from the LDAP server being called. To be able to diagnose this error further it is necessary to determine the LDAP error that is being returned.&lt;BR&gt;&lt;BR&gt;To do this trace the LDAP calls made and their responses.&lt;BR&gt;&lt;BR&gt;If the server is Oracle Internet Directory (OID) then the simple solution is to enable OID debug and check the response codes.&lt;BR&gt;&lt;BR&gt;For all LDAP servers network packet trace can be used as this will show the LDAP requests sent and the responses received.</description><pubDate>Tue, 08 Sep 2009 14:43:54 GMT</pubDate><dc:creator>Admin</dc:creator></item><item><title>ORA-31655: no data or metadata objects selected for job</title><link>http://www.franklinfaces.com/Topic135-57-1.aspx</link><description>&lt;FONT color=#3333dd&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;I am getting the following error message when using impdp and trying to import just the tables that were exported using expdp.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#113333&gt;&lt;STRONG&gt;impdp parfile=test.par&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#113333&gt;Import: Release 10.2.0.4.0 - 64bit Production on Tuesday, 23 June, 2009 11:27:16&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#113333&gt;Copyright (c) 2003, 2007, Oracle.  All rights reserved.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#113333&gt;Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production&lt;BR&gt;With the Partitioning, Data Mining and Real Application Testing options&lt;BR&gt;ORA-31655: no data or metadata objects selected for job&lt;BR&gt;ORA-39039: Schema expression "IN (SELECT object_name FROM "SYS"."SYS_IMPORT_SCHEMA_01" WHERE process_order = -56 AND duplicate BETWEEN 1 AND 1)" contains no valid schemas.&lt;BR&gt;Master table "SYS"."SYS_IMPORT_SCHEMA_01" successfully loaded/unloaded&lt;BR&gt;Starting "SYS"."SYS_IMPORT_SCHEMA_01":  parfile=test.par&lt;BR&gt;Processing object type TABLE_EXPORT/TABLE/TABLE_DATA&lt;BR&gt;Job "SYS"."SYS_IMPORT_SCHEMA_01" successfully completed at 11:27:20&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;Here is my expdp parfile:&lt;/FONT&gt;  &lt;/P&gt;&lt;P&gt;&lt;FONT color=#113333&gt;userid="/ as sysdba"&lt;BR&gt;directory=special_export&lt;BR&gt;dumpfile=expdp_NON_LOB_PROD_062309_%U.dmp&lt;BR&gt;logfile=expdp_NON_LOB_PROD.log&lt;BR&gt;parallel=10&lt;BR&gt;tables=.......&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;The tables parameter had about 40 tables listed as example:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;ecom.customer, ecom.account, ecom.address etc......&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;&lt;/FONT&gt; &lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;My impdp parameter file was :&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#113333&gt;userid="/ as sysdba"&lt;BR&gt;directory=special_export&lt;BR&gt;schemas=ecom&lt;BR&gt;dumpfile=expdp_NON_LOB_PROD_062309_%U.dmp&lt;BR&gt;logfile=impdp_NON_LOB_PROD.log&lt;BR&gt;parallel=10&lt;BR&gt;remap_schema=ecom:ecom&lt;BR&gt;TABLE_EXISTS_ACTION=REPLACE&lt;BR&gt;CONTENT=ALL&lt;/FONT&gt;&lt;BR&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;When i used this impdp parameter file, i kept getting that error :&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR&gt;&lt;FONT color=#113333&gt;Import: Release 10.2.0.4.0 - 64bit Production on Tuesday, 23 June, 2009 11:27:16&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#113333&gt;Copyright (c) 2003, 2007, Oracle.  All rights reserved.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#113333&gt;Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production&lt;BR&gt;With the Partitioning, Data Mining and Real Application Testing options&lt;BR&gt;ORA-31655: no data or metadata objects selected for job&lt;BR&gt;ORA-39039: Schema expression "IN (SELECT object_name FROM "SYS"."SYS_IMPORT_SCHEMA_01" WHERE process_order = -56 AND duplicate BETWEEN 1 AND 1)" contains no valid schemas.&lt;BR&gt;Master table "SYS"."SYS_IMPORT_SCHEMA_01" successfully loaded/unloaded&lt;BR&gt;Starting "SYS"."SYS_IMPORT_SCHEMA_01":  parfile=test.par&lt;BR&gt;Processing object type TABLE_EXPORT/TABLE/TABLE_DATA&lt;BR&gt;Job "SYS"."SYS_IMPORT_SCHEMA_01" successfully completed at 11:27:20&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#113333&gt;&lt;/FONT&gt; &lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;This was very frustrating and all the help online couldn't fix it . .. because all i wanted to do was import just the tables... and all of them not specific ones.   So i tried a few things manually and here is the fix :&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;&lt;/FONT&gt; &lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;In the impdp parfile add this to the bottom:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR&gt;&lt;FONT color=#113333&gt;&lt;STRONG&gt;INCLUDE=TABLE&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;This will include all the tables in the exported dump files and the error message went away.   Basically what you have to do is to make sure you put in any of the following:  INCLUDE, EXCLUDE, CONTENT etc.. .  otherwise it'll throw that error message.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;&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;BR&gt;&lt;/FONT&gt;&lt;BR&gt;</description><pubDate>Tue, 23 Jun 2009 12:09:11 GMT</pubDate><dc:creator>Admin</dc:creator></item><item><title>ORA-04021: timeout occurred while waiting to lock object</title><link>http://www.franklinfaces.com/Topic134-57-1.aspx</link><description>&lt;FONT color=#3333dd&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;I was getting the following error while compiling a procedure:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR&gt;&lt;FONT color=#113333&gt; alter procedure ECOM1.MAINRUN compile&lt;BR&gt;*&lt;BR&gt;ERROR at line 1:&lt;BR&gt;ORA-04021: timeout occurred while waiting to lock object ECOM1.MAINRUN&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;I checked the following two queries to see if there were any blockers etc.. and the query came back with no rows and still I was not sure where to go from here.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;SQL&amp;gt;  &lt;FONT color=#113333&gt;&lt;STRONG&gt;select * from dba_blockers;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;no rows selected&lt;/P&gt;&lt;P&gt;SQL&amp;gt; &lt;FONT color=#113333&gt;&lt;STRONG&gt;select * from dba_waiters;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;no rows selected&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;So then I ran the compile statement again and then ran this query:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;SQL&amp;gt; &lt;FONT color=#113333&gt;&lt;STRONG&gt;select p.spid "Thread", s.sid "SID-Top Sessions",&lt;BR&gt;substr(s.osuser,1,15) "OS User", substr(s.program,1,25) "Program Running"&lt;BR&gt;from v$process p, v$session s&lt;BR&gt;where p.addr=s.paddr&lt;BR&gt;order by substr(s.osuser,1,15);&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;Using this query, I found a couple of processes that were running.  I killed them using the OS process id at OS prompt:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#113333&gt;&lt;STRONG&gt;kill -9 &amp;lt;thread from above&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;That fixed it .&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;SQL&amp;gt; &lt;FONT color=#113333&gt;&lt;STRONG&gt;alter procedure ECOM1.MAINRUN compile;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;Procedure altered.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;&lt;/FONT&gt; &lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;Thanks,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR&gt; </description><pubDate>Tue, 09 Jun 2009 02:06:32 GMT</pubDate><dc:creator>Admin</dc:creator></item><item><title>ORA-39087: directory name DATA_PUMP_DIR is invalid</title><link>http://www.franklinfaces.com/Topic119-57-1.aspx</link><description>&lt;FONT color=#3333dd&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;I got the following error message when doing an impdp.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#113311&gt;&lt;STRONG&gt;prod005:(ECOM01)/oracle/db03/ECOM01/EXPORTS &amp;gt; impdp parfile=imp_ecom.par&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#113311&gt;&lt;STRONG&gt;Import: Release 10.2.0.4.0 - 64bit Production on Tuesday, 28 April, 2009 17:00:44&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#113311&gt;&lt;STRONG&gt;Copyright (c) 2003, 2007, Oracle.  All rights reserved.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#113311&gt;&lt;STRONG&gt;Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production&lt;BR&gt;With the Partitioning, OLAP, Data Mining and Real Application Testing options&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color=#113311&gt;&lt;BR&gt;&lt;STRONG&gt;ORA-39002: invalid operation&lt;BR&gt;ORA-39070: Unable to open the log file.&lt;BR&gt;ORA-39087: directory name DATA_PUMP_DIR is invalid&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;Problem is either 1 of two things:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.    The datapump directory doesn't exist&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.    The user trying to import doesn't have read/write privilege to access the directory.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;In my case this was my parfile:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;userid=ecom/ecompassword&lt;BR&gt;DIRECTORY=DATA_PUMP_DIR&lt;BR&gt;dumpfile=ecom_from_QA_042809.dmp&lt;BR&gt;logfile=imp_ecom_from_QA_042809.log&lt;BR&gt;TABLE_EXISTS_ACTION=APPEND&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;I issued the following statment and then it went through successfully:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL&amp;gt; grant read,write on directory DATA_PUMP_DIR to ecom;&lt;BR&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;Also, just make sure that the DATA_PUMP_DIR exists.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;&lt;/FONT&gt; &lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;Thanks,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;&lt;/FONT&gt; &lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Tue, 28 Apr 2009 15:58:55 GMT</pubDate><dc:creator>Admin</dc:creator></item></channel></rss>
