.ora-code.com

Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
Export - can I use a hint or set a session level value?

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

2006-05-26       - By JayMiller@(protected)
Reply:     1     2     3     4     5     6     7     8     9     10     >>  

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

ORA-00933 (See ORA-00933.ora-code.com): 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@(protected)
[mailto:oracle-l-bounce@(protected)] On Behalf Of
JayMiller@(protected)
Sent: Friday, May 26, 2006 4:01 PM
To: oracle-l@(protected)
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@(protected)]
Sent: Friday, May 26, 2006 3:45 PM
To: Miller, Jay
Cc: oracle-l@(protected)
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.



<html>

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">


<meta name=Generator content="Microsoft Word 10 (filtered)">

<style>
<!--
/* Font Definitions */
@(protected)
  {font-family:Tahoma;
  panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
  {margin:0in;
  margin-bottom:.0001pt;
  font-size:12.0pt;
  font-family:"Times New Roman";}
a:link, span.MsoHyperlink
  {color:blue;
  text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
  {color:purple;
  text-decoration:underline;}
p.MsoAutoSig, li.MsoAutoSig, div.MsoAutoSig
  {margin:0in;
  margin-bottom:.0001pt;
  font-size:12.0pt;
  font-family:"Times New Roman";}
span.emailstyle17
  {font-family:Arial;
  color:navy;}
span.EmailStyle19
  {font-family:Arial;
  color:navy;}
@(protected) Section1
  {size:8.5in 11.0in;
  margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
  {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Nope, doesn&#8217;t seem to like this, got
an</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>ORA-00933 (See ORA-00933.ora-code.com): SQL command not properly ended<
/span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>exp eservices3 tables=email_request_queue
query=\&quot;SELECT \/\* rule \*\/ \* FROM</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>EMAIL_REQUEST_QUEUE WHERE PROFILE_ID = 7
AND STATUS = \'S\' AND request_branch BETWEEN \'0\' AND \'999\'&nbsp; AND trunc
\(EFFECTIVE_DATE\)
\&lt;= TO_DATE\(\'30-APR-2006\',\'dd-Mon-yyyy\'\)\&quot;
file=/oracle/oper/esmail/email_profile7_052006.dmp log=/oracle/oper/esmail/exp
_profile7.log</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<div>

<p class=MsoAutoSig><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Thanks,</span></font></p>

<p class=MsoAutoSig><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Jay Miller</span></font></p>

<p class=MsoAutoSig><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Sr. Oracle DBA</span></font></p>

<p class=MsoAutoSig><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>x68355</span></font></p>

</div>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma'>-- --Original Message-- --<br>
<b><span style='font-weight:bold'>From:</span></b> oracle-l-bounce@(protected)
[mailto:oracle-l-bounce@(protected)] <b><span style='font-weight:bold'>On
Behalf Of </span></b>JayMiller@(protected)<br>
<b><span style='font-weight:bold'>Sent:</span></b> Friday, May 26, 2006 4:01 PM
<br>
<b><span style='font-weight:bold'>To:</span></b> oracle-l@(protected)<br>
<b><span style='font-weight:bold'>Subject:</span></b> RE: Export - can I use a
hint or set a session level value?</span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=3 face="Times New Roman"
><span
style='font-size:12.0pt'>&nbsp;</span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 color=navy face=Arial>
<span
style='font-size:10.0pt;font-family:Arial;color:navy'>I am exporting using a
query, but since the syntax for doing so only includes the WHERE clause I
didn&#8217;t know where I could place the hint (which usually goes after the
select.</span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 color=navy face=Arial>
<span
style='font-size:10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 color=navy face=Arial>
<span
style='font-size:10.0pt;font-family:Arial;color:navy'>query=\&quot;WHERE
PROFILE_ID = 7 AND STATUS = \'S\' AND request_branch BETWEEN \'0\' AND
\'999\'&nbsp; AND trunc\(EFFECTIVE_DATE\) \&lt;=
TO_DATE\(\'30-APR-2006\',\'dd-Mon-yyyy\'\)\&quot;</span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 color=navy face=Arial>
<span
style='font-size:10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 color=navy face=Arial>
<span
style='font-size:10.0pt;font-family:Arial;color:navy'>Actually, now that I
think of it perhaps I can add SELECT /*+ index, etc. */ to the query
clause.&nbsp; I&#8217;ll try that now.</span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 color=navy face=Arial>
<span
style='font-size:10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 color=navy face=Arial>
<span
style='font-size:10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 color=navy face=Arial>
<span
style='font-size:10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<div>

<p class=MsoAutoSig style='margin-left:.5in'><font size=2 color=navy
face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy'>Thanks,<
/span></font></p>

<p class=MsoAutoSig style='margin-left:.5in'><font size=2 color=navy
face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy'>Jay
Miller</span></font></p>

<p class=MsoAutoSig style='margin-left:.5in'><font size=2 color=navy
face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy'>Sr.
Oracle DBA</span></font></p>

<p class=MsoAutoSig style='margin-left:.5in'><font size=2 color=navy
face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy'>x68355<
/span></font></p>

</div>

<p class=MsoNormal style='margin-left:.5in'><font size=2 color=navy face=Arial>
<span
style='font-size:10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal style='margin-left:1.0in'><font size=2 face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma'>-- --Original Message-- --<br>
<b><span style='font-weight:bold'>From:</span></b> Dennis Williams
[mailto:oracledba.williams@(protected)] <br>
<b><span style='font-weight:bold'>Sent:</span></b> Friday, May 26, 2006 3:45 PM
<br>
<b><span style='font-weight:bold'>To:</span></b> Miller, Jay<br>
<b><span style='font-weight:bold'>Cc:</span></b> oracle-l@(protected)<br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: Export - can I use a
hint
or set a session level value?</span></font></p>

<p class=MsoNormal style='margin-left:1.0in'><font size=3 face="Times New Roman
"><span
style='font-size:12.0pt'>&nbsp;</span></font></p>

<div>

<p class=MsoNormal style='margin-left:1.0in'><font size=3 face="Times New Roman
"><span
style='font-size:12.0pt'>Jay,</span></font></p>

</div>

<div>

<p class=MsoNormal style='margin-left:1.0in'><font size=3 face="Times New Roman
"><span
style='font-size:12.0pt'>&nbsp;</span></font></p>

</div>

<div>

<p class=MsoNormal style='margin-left:1.0in'><font size=3 face="Times New Roman
"><span
style='font-size:12.0pt'>Usually people export entire tables, so an index
wouldn't be used.</span></font></p>

</div>

<div>

<p class=MsoNormal style='margin-left:1.0in'><font size=3 face="Times New Roman
"><span
style='font-size:12.0pt'>Are you exporting based on&nbsp;a query? Can you put a
hint in the query?</span></font></p>

</div>

<div>

<p class=MsoNormal style='margin-left:1.0in'><font size=3 face="Times New Roman
"><span
style='font-size:12.0pt'>&nbsp;</span></font></p>

</div>

<div>

<p class=MsoNormal style='margin-left:1.0in'><font size=3 face="Times New Roman
"><span
style='font-size:12.0pt'>Dennis Williams</span></font></p>

</div>

<p class=MsoNormal style='margin-right:0in;margin-bottom:12.0pt;margin-left:
.5in;margin-left:..5in'><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'>&nbsp;</span></font></p>

</div>

</body>

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