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 - can I use a hint or set a session level value?

RE: Export - can I use a hint or set a session level value?

From: <JayMiller_at_TDWaterhouse.com>
Date: Fri, 26 May 2006 16:08:24 -0400
Message-ID: <835ECAF414649F408EAF628A9DEA4C5A2BB1CA@usnjc01wmx006.wsi.nt.tdwaterhouse.com>


Nope, doesn't seem to like this, got an

ORA-00933: SQL command not properly ended    

exp eservices3 tables=email_request_queue query=\"SELECT \/\* rule \*\/ \* FROM EMAIL_REQUEST_QUEUE WHERE PROFILE_ID = 7 AND STATUS = \'S\' AND request_branch BETWEEN \'0\' AND \'999\' AND trunc\(EFFECTIVE_DATE\) \<= TO_DATE\(\'30-APR-2006\',\'dd-Mon-yyyy\'\)\" file=/oracle/oper/esmail/email_profile7_052006.dmp log=/oracle/oper/esmail/exp_profile7.log  

Thanks,

Jay Miller

Sr. Oracle DBA

x68355  

-----Original Message-----

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of JayMiller_at_TDWaterhouse.com
Sent: Friday, May 26, 2006 4:01 PM
To: oracle-l_at_freelists.org
Subject: RE: Export - can I use a hint or set a session level value?  

I am exporting using a query, but since the syntax for doing so only includes the WHERE clause I didn't know where I could place the hint (which usually goes after the select.  

query=\"WHERE PROFILE_ID = 7 AND STATUS = \'S\' AND request_branch BETWEEN \'0\' AND \'999\' AND trunc\(EFFECTIVE_DATE\) \<= TO_DATE\(\'30-APR-2006\',\'dd-Mon-yyyy\'\)\"  

Actually, now that I think of it perhaps I can add SELECT /*+ index, etc. */ to the query clause. I'll try that now.      

Thanks,

Jay Miller

Sr. Oracle DBA

x68355  

-----Original Message-----

From: Dennis Williams [mailto:oracledba.williams_at_gmail.com] Sent: Friday, May 26, 2006 3:45 PM
To: Miller, Jay
Cc: oracle-l_at_freelists.org
Subject: Re: Export - can I use a hint or set a session level value?  

Jay,  

Usually people export entire tables, so an index wouldn't be used.

Are you exporting based on a query? Can you put a hint in the query?  

Dennis Williams  


This message is confidential and sent by TD Waterhouse solely for use by the intended recipient. If you are not the intended recipient, you are hereby notified that any use, distribution or copying of this communication is strictly prohibited. This should not be deemed as an offer or solicitation, to buy or sell any product. Any 3rd party information contained herein was prepared by sources deemed reliable, but is not guaranteed. TD Waterhouse does not accept electronic instructions that would require an original signature. Information received by or sent from TD Waterhouse is stored, subject to review, and may be produced to regulatory authorities or others with a legal right to such.

--
http://www.freelists.org/webpage/oracle-l
Received on Fri May 26 2006 - 15:08:24 CDT

Original text of this message

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