This is a discussion on New bie within the Oracle Database forums, part of the Database Server Software category; --> Pls advice me of a small download compiler SQL that I can test my program and exmples in it ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| You can use the syntax check in QA for this. Aynway, unless you donīt have a database to do a semantic check and object resolution you can hardly check that. Download a MSDE and fire the script against a sample database. HTH, Jens Suessmeyer. |
| |||
| <ehabaziz2001@gmail.com> wrote in message news:1138361974.510690.103970@g49g2000cwa.googlegr oups.com... > Pls advice me of a small download compiler SQL that I can test my > program and exmples in it (select,insert,drop,...) > why not get the real thing: oracle XE...you'll be glad you did. http://www.oracle.com/technology/pro.../xe/index.html ++ mcs |
| |||
| You can download the SQL Server 2005 Express Edition from the link below. Not only is it free and fully functional, you can use it in production application too. http://www.microsoft.com/downloads/d...displaylang=en -- Hope this helps. Dan Guzman SQL Server MVP <ehabaziz2001@gmail.com> wrote in message news:1138361974.510690.103970@g49g2000cwa.googlegr oups.com... > Pls advice me of a small download compiler SQL that I can test my > program and exmples in it (select,insert,drop,...) > |
| |||
| You can download the Oracle Database 10g Express Edition from the link below. It is free and fully functional, for use in production, education, testing, and so on. http://www.oracle.com/technology/sof...10g/index.html It also includes Oracle's HTMLDB, so you can create and deploy web database applications without using any extra Java/C#, C/C++, J2EE/.Net code And while you are at it, you can also download Oracle's 'Project Raptor' which provides a GUI environment - see all data & structures in all your Oracle databases and schemas, do PL/SQL debugging, plus much, much more. It, too, is it free and fully functionaland you can use it to build, test, deploy productions applications too. http://www.oracle.com/technology/pro...tor/index.html You don't mention platform explicitly - the above leaves you pretty much operating system independent so you can chose the best, and most cost effective, way to roll this out. -- Hans Forbrich Canada-wide Oracle training and consulting mailto: Fuzzy.GreyBeard_at_gmail.com *** Top posting [replies] guarantees I won't respond. *** |
| |||
| Dan Guzman wrote: > You can download the SQL Server 2005 Express Edition from the link below. > Not only is it free and fully functional, you can use it in production > application too. > > http://www.microsoft.com/downloads/d...displaylang=en Which is, of course, precisely what you can do with Oracle XE except that you then are not limited to a single brain-dead operating system. -- Daniel A. Morgan http://www.psoug.org damorgan@x.washington.edu (replace x with u to respond) |
| |||
| DA Morgan (damorgan@psoug.org) writes: > Dan Guzman wrote: >> You can download the SQL Server 2005 Express Edition from the link below. >> Not only is it free and fully functional, you can use it in production >> application too. >> >> http://www.microsoft.com/downloads/d...220549b5-0b07- >> 4448-8848-dcc397514b41&displaylang=en > > Which is, of course, precisely what you can do with Oracle XE except > that you then are not limited to a single brain-dead operating system. Indeed, a very grown-up comment! If Dan insulted you by only posting a link to SQL Server 2005, and not mentioning Oracle, I can only say I am sorry. But since I know Dan as a very nice and friendly person, I am fully convinced that his purpose was only to be helpful with what he could contribute with. Besides, someone else had already posted a link to Oracle XE. -- Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se Books Online for SQL Server 2005 at http://www.microsoft.com/technet/pro...ads/books.mspx Books Online for SQL Server 2000 at http://www.microsoft.com/sql/prodinf...ons/books.mspx |