Package Name
|
Description
|
---|---|
Provides support for notification of database events on an asynchronous basis. Registers a process with an alert and then waits for a signal from that alert.
| |
Provides a programmatic access to some of the SQL DDL statements.
| |
Used to submit and manage regularly scheduled jobs for execution inside the database.
| |
Allows users to create their own locks using the Oracle Lock Management (OLM) services in the database.
| |
Offers an interface to Oracle Office (previously known as Oracle Mail).
| |
Displays output from PL/SQL programs to the terminal. The "lowest common denominator" debugger mechanism for PL/SQL code.
| |
Allows communication between different Oracle sessions through a pipe in the RDBMs shared memory. One of the few ways to share memory-resident data between Oracle sessions.
| |
Provides a programmatic interface to several SQL ALTER SESSION commands and other session-level commands.
| |
A programmatic interface through which you can manage snapshots and purge snapshot logs. You might use modules in this package to build scripts to automate maintenance of snapshots.
| |
Full support for dynamic SQL within PL/SQL. Dynamic SQL means SQL statements that are not prewritten into your programs. They are, instead, constructed at runtime as character strings and then passed to the SQL Engine for execution. (PL/SQL Release 2.1 only)
| |
A programmatic interface to a number of the SQL transaction statements, such as the SET TRANSACTION command.
| |
The "miscellaneous" package. Contains various useful utilities, such as GET_TIME, which calculates elapsed time to the hundredth of a second, and FORMAT_CALL_STACK, which returns the current execution stack in the PL/SQL runtime engine.
| |
Allows PL/SQL programs to read from and write to operating system files. (PL/SQL Release 2.3 only)
|
Monday, 22 February 2016
Some of the Builtin Packages Stored in the Oracle Database
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
If you Like my blog Spread it and help friends for whom this blog is useful for their career.