 |
How to create an Oracle PL/SQL package body
Question: How do I create a PL/SQL package body in Oracle? I understand that if I put my PL/SQL procedures into a package, then I can pin them into RAM with dbms_shared_pool.keep, so I need the create package syntax please. Answer: First, there are many .
dba-oracle.com |
 |