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
to_number question

to_number question

2004-07-15       - By Wolfgang Breitling

Reply:     <<     31     32     33     34     35     36     37     38     39     40     >>  

This only covers the syntax of the SQL language. I have not read the standard
in detail, but I am sure that somewhere it says that it is up to the relational
database engine HOW it evaluates the SQL and that it is allowed to transform
the quireies.

Quoting Jonathan Gennick <jonathan@(protected) >:

> Thursday, July 15, 2004, 10:06:04 AM, Wolfgang Breitling
> (breitliw@(protected)) wrote:
>
> Ok. I 've started to do a bit of digging in the 1999 ANSI SQL
> standard. Section 7.5 describes the FROM clause as
> containing a <table reference list >:
>
> FROM <table reference list >
>
> <table reference list > ::= <table reference > ...
>
> Later, section 7.6 defines <table reference > as follows:
>
> <table reference > ::= <table primary > | <joined table >
>
> <table primary > can be many things, one of which is a
> <derived table >, and a <derived table >, in turn, is defined
> as a <table subquery >.
>
> The standard does seem here, to put a subquery in the FROM
> clause on an equal footing with a table that you specify by
> name. A subquery is simply another way of specifying a
> table.
>

--
Regards

Wolfgang Breitling
Oracle 7,8,8i,9i OCP DBA
Centrex Consulting Corporation
www.centrexcc.com

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
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
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --