Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Export Mystery -- Solved

RE: Export Mystery -- Solved

From: Miller, Karalyn <karalyn.miller_at_marconi.com>
Date: Mon, 26 Aug 2002 10:13:21 -0800
Message-ID: <F001.004BFB04.20020826101321@fatcity.com>

Someone at the customer site dropped the table between the time when I ran the export and when I looked at the dictionary views.

Waleed, I tried your suggestions. Thank you very much for the help and information.

Kay Miller

-----Original Message-----
Sent: Thursday, August 22, 2002 4:38 PM
To: Multiple recipients of list ORACLE-L

Could the table name be in lower case or could it have any special characters?

In the dump file find which schema has the table and then search for the table is DBA_TABLES using the exact case you see in the dump file or

select * from dba_tables where upper(table_name) like upper('%<the_table_name>%');

By the way all the views used in export could be found in catexp.sql in $ORACLE_HOME/rdbms/admin

Waleed

-----Original Message-----
Sent: Thursday, August 22, 2002 7:04 PM
To: Multiple recipients of list ORACLE-L

No.

-----Original Message-----
Sent: Thursday, August 22, 2002 3:44 PM
To: Multiple recipients of list ORACLE-L

Any materialized views or snapshots?

Waleed

-----Original Message-----
Sent: Thursday, August 22, 2002 5:16 PM
To: Multiple recipients of list ORACLE-L

Could someone please tell me where the export utility gets the information it uses to
construct the DDL it writes to the dump file?

The reason I ask is that I exported a set of schema objects, including triggers, indexes
and constraints, and discovered that the dump file has DDL for a table and an index that
are not listed in any of the "standard" dictionary views (DBA_TABLES, DBA_OBJECTS,
DBA_SEGMENTS, DBA_INDEXES). I also searched the SYS.OBJ$ base table.

There is nothing special about the DDL--the table is not IOT or nested--and there are no
other references to it in the dump file aside from the CREATE INDEX and a few GRANT SELECT
statements.

The export log lists the table as being exported with 0 rows.

My system is Oracle 8.1.6 on HP-UX.

I would like to know which base tables export reads so that (maybe) I can figure out why
the table and index exist in the murky depths of the dictionary but not in the views. Thanks
in advance for any information you can pass along.

Kay Miller
Baffled Oracle Rookie
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Miller, Karalyn
  INET: karalyn.miller_at_marconi.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Khedr, Waleed
  INET: Waleed.Khedr_at_FMR.COM
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Miller, Karalyn
  INET: karalyn.miller_at_marconi.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Khedr, Waleed
  INET: Waleed.Khedr_at_FMR.COM
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Miller, Karalyn
  INET: karalyn.miller_at_marconi.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Aug 26 2002 - 13:13:21 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US