Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
plsql [2020/06/04 15:07] – [Basics] andonovj | plsql [2021/07/14 10:42] (current) – [Projects] andonovj | ||
---|---|---|---|
Line 4: | Line 4: | ||
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===== | =====Basics===== | ||
- | - [[plsql_variables|Local & Bind Variables & Records]] | ||
- [[plsql_triggers|Triggers]] | - [[plsql_triggers|Triggers]] | ||
- [[plsql_bind_varialbes|Parsing & Bind Variables]] | - [[plsql_bind_varialbes|Parsing & Bind Variables]] | ||
Line 11: | Line 10: | ||
- [[plsql_debugging|Debugging]] | - [[plsql_debugging|Debugging]] | ||
- [[plsql_sql_injection|SQL Injection]] | - [[plsql_sql_injection|SQL Injection]] | ||
- | - [[plsql_differences|Native vs. DBMS_SQL]] | ||
=====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]] |