Some good Oracle linkage:
When you don’t have the time to read all the wonderful Oracle Docs, start with the concepts.
Tom never disappoints. How to fake passing “arrays” to stored procedures.
You should never write any SQL without explain plan, especially that Oracle gives you so much information about how your query’s run.
Yes, you can send e-mail from within Oracle. Just use UTL_SMTP .