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

Home -> Community -> Mailing Lists -> Oracle-L -> (no subject)

(no subject)

From: Ehresmann, David <David.Ehresmann_at_ps.net>
Date: Mon, 25 Nov 2002 13:41:02 -0800
Message-ID: <F001.0050B574.20021125134102@fatcity.com>


List,

Is there anyway to know absolutely that a table is not in an export file? My import bought in 6 tables, but not the seventh ( I don't think it is in the export). The import bought in the other 544 tables! I have queried under the schema name, after logging in as that user:

select table_name from user_tables
where table_name like '%BATCH_%';

all other tables are there like they should be, but not the 7th table. This is 8.1.7 to 8.1.7. When I imp I get "IMP-00033 Warning table not found in export file". When I test my imp statement against one of the other tables from the export file that I know are there under the schema owner I get: "IMP-00015 object already exists". I can't convince this guy the table is not there. What else can I do?

David Ehresmann.

--

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

Author: Ehresmann, David
  INET: David.Ehresmann_at_ps.net

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Nov 25 2002 - 15:41:02 CST

Original text of this message

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