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 WITH QUERY CLAUSE in win NT

Re: EXPORT WITH QUERY CLAUSE in win NT

From: Jay Hostetter <jhostetter_at_decommunications.com>
Date: Tue, 08 Jan 2002 07:32:03 -0800
Message-ID: <F001.003E9840.20020108065549@fatcity.com>

Put your parameters into a parfile. If you use the query clause on the command line, then you need to include escape characters. I can't remember exactly, but it is something like QUERY="\where proj_code='CF-804'\". If you put it into a parameter file, then you don't need to worry about the escape character.

Jay Hostetter
Oracle DBA
D. & E. Communications
Ephrata, PA USA

>>> rpapnoi_at_chemtex.co.in 01/08/02 01:00AM >>>
Hi list

I want to export few tables with a common column in all. My OS is WinNT and db version is Oracle 8.1.6

I am using the folling command

exp username/password_at_nts7 tables=(linemto,specs,specmast,password) file=c:\MTO.DMP QUERY="where PROJ_CODE='CF-804'"

It gives me the following error:
EXP-00019: failed to process parameters, type 'EXP HELP=Y' for help EXP-00000: Export terminated unsuccessfully

Where I am missing? Can someone correct me. Regards,
Ramesh D Papnoi
Oracle DBA @ Chemtex Global Engineers Pvt. Ltd., Mumbai, India (BrainBench & Brainbuzz Certified Oracle 8/8i DBA & Developer) http://www22.Brinkster.com/rpapnoi

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com 
-- 
Author: 
  INET: rpapnoi_at_chemtex.co.in 

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: Jay Hostetter
  INET: jhostetter_at_decommunications.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 Tue Jan 08 2002 - 09:32:03 CST

Original text of this message

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