News

Create ActiveX servers for PL/SQL packages A general rule of thumb for tuning database applications is "80 percent application, 20 percent database." Written by Scott Stephens, Contributor ...
5 PL/SQL Packages - Administration This chapter provides reference information for using the PL/SQL packages provided with ConText to administer ConText servers and queues, as well as to obtain ...
When you use SELECT in a PL/SQL block, it’s important to make sure that exactly one row will always be returned by your query. If more than one row is returned, the TOO_MANY_ROWS exception occurs.