Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> (no subject)
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