We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 12 months ago.
开发者_如何学JAVA Improve this questionPlease suggest some Freeware both for Client and server side. This is to learn every thing about PL/SQL..
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.
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.
精彩评论