Have the other guy do the following: If on UNIX, strings <dump_file_name> | grep 'CREATE TABLE' > table_names.lst else perform a dry imp run with indexfile= option.
If the table existed then the generated file will have CREATE TABLE command (as a comment in the latter case). - Kirti -----Original Message----- Sent: Monday, November 25, 2002 3:41 PM To: Multiple recipients of list ORACLE-L 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: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] (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: Deshpande, Kirti INET: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] (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).
