What are the best references for Oracle PL/SQL? I have an excellent knowlege of SQL-92 and of MS-SQL extensions, but now I'm working with Oracle and I'm struggling to find good references for the PL/SQL language.
I am looking for references for the following:
- Variable
- Loops
- Cursor
- Packages
- Trigger
- Stored Procedures
- Temporary Tables
Thanks so much.