And no, in general you should not assume you can execute Oracle sql on any other product than Oracle. If you stick to ANSI SQL, then you can, but there is a lot more to Oracle SQL than what ANSI provides. Typical SQL makes use of Oracle specific functions. TO_DATE, TO_CHAR, DECODE, NVL, Oracle join syntax, and I could go on and on.
Main Topics
Browse All Topics





by: mrjoltcolaPosted on 2009-06-14 at 05:13:48ID: 24623052
You should use a download of Oracle. Syntax on SQL Server and Access will vary from Oracle, and vice-versa.
nology/sof tware/prod ucts/datab ase/ xe/ind ex.html
Oracle XE is free, completely and is easier to setup. I recommend you go that route.
http://www.oracle.com/tech
You can take an export from your Oracle server and import into the XE database.
Whoever decided to deny create view permission in your organization made a really poor decision and they would be getting a lecture from me or be on their way out the door at my shop.