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
One last question

One last question

2004-07-16       - By Jonathan Gennick

Reply:     1     2     3     4  

I 've definitely got to pay more attention when I cut and
paste addresses. Well, never mind my question below. Thanks
to Wolfgang 's help, I 've got that one nailed.

Best regards,

Jonathan Gennick --- Brighten the corner where you are
http://Gennick.com * 906.387.1698 * mailto:jonathan@(protected)

Join the Oracle-article list and receive one
article on Oracle technologies per month by
email. To join, visit http://five.pairlist.net/mailman/listinfo/oracle-article,
or send email to Oracle-article-request@(protected) and
include the word "subscribe " in either the subject or body.


Friday, July 16, 2004, 9:01:58 PM, Jonathan Gennick (jonathan@(protected)) wrote:
JG > Wolfgang,

JG > One last question, and then I 'm done for the night. Here 's
JG > that query again:

SQL > > SELECT *
JG > 2 FROM ( SELECT flag, TO_NUMBER(num) num
JG > 3 FROM subtest
JG > 4 WHERE flag IN ( 'A ', 'C ') )
JG > 5 WHERE num > 0;
JG > ERROR:
JG > ORA-01722 (See ORA-01722.ora-code.com): invalid number


JG > How can I know whether it is "num > 0 " that is causing the
JG > error? Could it be that TO_NUMBER(num) is being evaluated
JG > *before* the subquery 's WHERE clause filters out rows NOT IN
JG > ( 'A ', 'C ')?

JG > In other words, how can I know that the problem I 'm seeing
JG > is really the result of the two queries being merged?

JG > Best regards,

JG > Jonathan Gennick --- Brighten the corner where you are
JG > http://Gennick.com * 906.387.1698 * mailto:jonathan@(protected)

JG > Join the Oracle-article list and receive one
JG > article on Oracle technologies per month by
JG > email. To join, visit http://five.pairlist.net/mailman/listinfo/oracle-article,
JG > or send email to Oracle-article-request@(protected) and
JG > include the word "subscribe " in either the subject or body.

JG > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
JG > Please see the official ORACLE-L FAQ: http://www.orafaq.com
JG > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
JG > To unsubscribe send email to: oracle-l-request@(protected)
JG > put 'unsubscribe ' in the subject line.
JG > --
JG > Archives are at http://www.freelists.org/archives/oracle-l/
JG > FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
JG > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe send email to: oracle-l-request@(protected)
put 'unsubscribe ' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --