473,320 Members | 1,867 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

What Oracle SQL syntax does Oracle have that is not ANSI SQL ?

Hi I am just trying to get a feel for what oracle SQL syntax there is
that would not be covered at all in anyway from a functionality
perspective in the standard ANSI SQL..

Any input is appreciated..

Thank you,

Jack
Jul 19 '05 #1
3 5895
Jack wrote:
Hi I am just trying to get a feel for what oracle SQL syntax there is
that would not be covered at all in anyway from a functionality
perspective in the standard ANSI SQL..


For the life of me, I can't remember the ANSI syntax for 'CONNECT BY'.
Jul 19 '05 #2
ja***********@yahoo.com (Jack) wrote in message news:<20**************************@posting.google. com>...
Hi I am just trying to get a feel for what oracle SQL syntax there is
that would not be covered at all in anyway from a functionality
perspective in the standard ANSI SQL..

Any input is appreciated..

Thank you,

Jack


An appendix in the SQL Reference document contains information
regarding ANSI/ISO compliance. You might wanna check that out.

Also, you could test for compliance of any particular SQL statement you
have by turning on FIPS flagging by using:

in sqlplus:
set flagger {off|entry|intermediate|full}

or

alter session set flagger

Any non-compliant construct will raise an error when this is turned
on.

Hope that helps.
Jul 19 '05 #3
ro******@hotmail.com (Romeo Olympia) wrote in message news:<42**************************@posting.google. com>...
ja***********@yahoo.com (Jack) wrote in message news:<20**************************@posting.google. com>...
Hi I am just trying to get a feel for what oracle SQL syntax there is
that would not be covered at all in anyway from a functionality
perspective in the standard ANSI SQL..

Any input is appreciated..

Thank you,

Jack


An appendix in the SQL Reference document contains information
regarding ANSI/ISO compliance. You might wanna check that out.

Also, you could test for compliance of any particular SQL statement you
have by turning on FIPS flagging by using:

in sqlplus:
set flagger {off|entry|intermediate|full}

or

alter session set flagger

Any non-compliant construct will raise an error when this is turned
on.

Hope that helps.

I am not able to find anywhere Oracle's extensions to standard
SQL...they reference it on tahiti and in their docs but only mention 2
sentences on the subject - where can I find a complete list of these
extensions ?? At least the major ones !?

thanks
Jack
Jul 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: francis70 | last post by:
Hi, I have these 2 problem? Is there a way in Oracle to read UNCOMMITED data. i.e. in Oracle the normal behaviour is that a user's updates to a table are visible to other users ONLY when the...
38
by: Mike | last post by:
No flame wars, please! We're planning a move from a non-relational system to a relational system. Our choices have been narrowed to Oracle and DB2. Since we're moving from non-relational to...
7
by: Jan van Veldhuizen | last post by:
The UPDATE table FROM syntax is not supported by Oracle. I am looking for a syntax that is understood by both Oracle and SqlServer. Example: Table1: id name city ...
2
by: Girish | last post by:
Hi all, We are doing an exercise of migrating an application (developed in Informix 4gl) from Informix to Oracle database. Before doing actual migration, we would like to know some of the key...
6
by: robin9876 | last post by:
In an Access 97 (and 2000) database that has linked tables to Oracle which is showing some fields as text when they are numbers in Oracle. In Oracle they are specified to a size e.g. Number(38)....
127
by: bz800k | last post by:
Hi Does this code satisfy ANSI C syntax ? void function(void) { int a = 2; a = ({int c; c = a + 2;}); /* <<-- here !! */ printf("a=%d\n", a);
2
by: Vinod Sadanandan | last post by:
All, Below listed are the new features in Oracle 11g ,please join me in this discussion to generate a testcase and analyze each of the listed features . Precompilers:...
3
by: Jack | last post by:
Hi I am just trying to get a feel for what oracle SQL syntax there is that would not be covered at all in anyway from a functionality perspective in the standard ANSI SQL.. Any input is...
1
by: ravi | last post by:
hi friends, The below given query is work on oracle.Help me out write same query on sqlserve i want the same resule. select * from (select trunc(sysdate) + level from dual 2 connect by level...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.