This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "PL/SQL"

From OWASP
Jump to: navigation, search
Line 5: Line 5:
 
PL/SQL is one of three languages embedded in the Oracle Database, the other two being SQL and Java.
 
PL/SQL is one of three languages embedded in the Oracle Database, the other two being SQL and Java.
  
* [[SQL Injection in PL/SQL]]
+
* [[PL/SQL:SQL Injection]]
* [[Cursor Injection in PL/SQL]]
+
* [[PL/SQL:Cursor Injection]]
* [[Dangling Cursor Snarfing in PL/SQL]]
+
* [[PL/SQL:Dangling Cursor Snarfing]]
* [[Buffer overflow in PL/SQL]]
+
* [[PL/SQL:Buffer overflow]]
 +
* [[PL/SQL:Privilege escalation]]
  
 
http://en.wikipedia.org/wiki/PL/SQL
 
http://en.wikipedia.org/wiki/PL/SQL
  
 
[[Category:OWASP Oracle Project]]
 
[[Category:OWASP Oracle Project]]
[[Category:Frameworks]]
+
[[Category:Development]]

Revision as of 15:29, 13 November 2008

PL/SQL (Procedural Language/Structured Query Language) is Oracle Corporation's proprietary procedural extension to the SQL database language. Some other SQL database management systems offer similar extensions to the SQL language. PL/SQL's syntax strongly resembles that of Ada.

The key strength of PL/SQL is its tight integration with the Oracle database.

PL/SQL is one of three languages embedded in the Oracle Database, the other two being SQL and Java.

http://en.wikipedia.org/wiki/PL/SQL