Beginning Oracle, PL/SQL Programming? [closed]
I have spent a few years doing more functional programming (and concurrent programming) than Object oriented. I have so been glued to Mnesia DBMS
which comes bundled in the Erlang/OTP System from Ericsson.
Oracle Times Ten In-Memory Database
. Now basing on that simple introduction, here the main body comes...In the recent project we have worked on, we used mnesia for holding distributed session data in Main Memory. Mnesia's performance is good so far, but our users are increasing in number. In the future, we may need to have several options for in-Memory Storage. We may also need to compare the performance of our existing solution with the one that Oracle Times Ten may give to us. I would like to see and experiment with the performance of Oracle Times Ten, so that in a future project i can make informed decisions based on an experience of the two DBMS. I have it running and i would like to get started with PL/SQL
, its Query Language. Where would an Oracle newbie start from, especially concerning the selection of database (11g, 10g, 9i, e.t.c.) and PL/SQL in particular? Any sites, pdfs, tutorials for a PL/SQL beginner will be very helpful. Also, provide some highlights on the several options of accessing data (writing, reading, updating and deleting) with Oracle databases from different application memory space (Database Connections, Pipes e.t.c), in general (basing on my Mnesia and MySQL background) thanks in advanceThis may be a fast start: http://infolab.stanford.edu/~ullman/fcdb/oracle/or-plsql.html
When in doubt, first goto the official docs. See the Oracle PL/SQL Language Reference for a good place to start.
I would start with some book. Usually things are described better in books for the beginners.
O'Reilly books are quite cheap when comparing the material e.g. one book is offering and Steven Feuerstein is an excellent author!
精彩评论