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 ...
To create a client handle to a COM automation server, simply create an instance of an Automation object. Then, you can access properties or invoke methods in the same way as PL/SQL.
CTX_DDL: Text Setup and Management The CTX_DDL PL/SQL package is used to create preferences and policies for ConText and to perform DDL actions such as index creation and optimization. CTX_DDL ...
Wagner Bianchi, Principal Remote DBA for MariaDB Corporation, will describe the Oracle PL/SQL syntax supported, including cursors, data types, functions, loops, packages and stored procedures. Join us ...
The PL/SQL package DBMS_RANDOM can generate random text and date values as well as numbers. Check out these code examples to learn how you can generate these values in your development work.