Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
plsql [2020/05/30 13:37] – andonovj | plsql [2021/07/14 10:42] (current) – [Projects] andonovj | ||
---|---|---|---|
Line 1: | Line 1: | ||
=====Overview===== | =====Overview===== | ||
- | PL\SQL takes a special place for me, because it was the first language which I had to learn all by myself. I found it very interesting and easy to grasp. No inheritance, | + | PL/SQL takes a special place for me, because it was the first language which I had to learn all by myself. I found it very interesting and easy to grasp. No inheritance, |
I have created couple PL\SQL programs as you can see below: | I have created couple PL\SQL programs as you can see below: | ||
+ | =====Basics===== | ||
+ | - [[plsql_triggers|Triggers]] | ||
+ | - [[plsql_bind_varialbes|Parsing & Bind Variables]] | ||
+ | - [[plsql_static_dynamic_sql|Static & Dynamic SQL]] | ||
+ | - [[plsql_autonomous|Autonomous Transactions]] | ||
+ | - [[plsql_debugging|Debugging]] | ||
+ | - [[plsql_sql_injection|SQL Injection]] | ||
=====Projects===== | =====Projects===== | ||
- | |||
- [[plsql_fixer|Fixer Project]] | - [[plsql_fixer|Fixer Project]] | ||
- [[plsql_etl_manipulation|ETL Manipulation for DB2]] | - [[plsql_etl_manipulation|ETL Manipulation for DB2]] | ||
+ | - [[plsql_insert_email_notifications|E-mail Notifications for Insert]] | ||
+ | - [[plsql_rest_api_call|Call RESTful API From Oracle]] |