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
I was told there would be no (date) math

I was told there would be no (date) math

2006-04-13       - By Michael Ebert

Reply:     1     2     3     4     5     6     7     8     9     10     >>  

I expect it has to do with "Abstract DataType (DATE in this case)
semantics". You can subtract a Date from a Date; the result is a number of
days (a difference). You can subtract a number of days from a date; the
result is a date. That's how your second example gets resolved. In your
first example, the implicit order of execution would be ((DATE - DATE) -
DATE)  which is (#DAYS-DATE) which is not a defined operation for this
ADT...

Dr. Michael Ebert
DB2 & Oracle Database Administrator
aMaDEUS Data Processing
Erding / Munich, Germany


<br><font size=2 face="sans-serif">I expect it has to do with &quot;Abstract
DataType (DATE in this case) semantics&quot;. You can subtract a Date from
a Date; the result is a number of days (a difference). You can subtract
a number of days from a date; the result is a date. That's how your second
example gets resolved. In your first example, the implicit order of execution
would be ((DATE - DATE) - DATE) &nbsp;which is (#DAYS-DATE) which is not
a defined operation for this ADT...</font>
<br>
<br><font size=2 face="sans-serif">Dr. Michael Ebert</font>
<br><font size=2 face="sans-serif">DB2 &amp; Oracle Database Administrator<
/font>
<br><font size=2 face="sans-serif">aMaDEUS Data Processing</font>
<br><font size=2 face="sans-serif">Erding / Munich, Germany</font>
<br>