tags:

views:

124

answers:

2

Please suggest some Freeware both for Client and server side. This is to learn every thing about PL/SQL..

+11  A: 

You can use Oracle XE database and Oracle SQL Developer. Both are free.
Add a good book on PL/SQL. I'd suggest Steven's book.

Oracle products can be used for learning for free.

Padmarag
+1  A: 

Oracle 11g Enterprise and Standard Edition come with a development licence that allows the use of either for free for educational purposes.

Download from here: http://www.oracle.com/technology/software/index.html.

Try SQL Developer for writing PL/SQL with. This provides syntax support and compilation error reporting.

Janek Bogucki