SQL Built−ins Pocket Reference
#1

SQL Built−ins Pocket Reference

[attachment=17932]

Introduction
The Oracle PL/SQL Built−ins Pocket Reference is a quick reference guide to the many built−in packages and
functions provided by Oracle Corporation. It contains a concise description of the syntax for the following:
· Built−in packages
· Built−in functions
· RESTRICT REFERENCES pragmas for the built−in packages
· Nonprogram elements (e.g., constants, exceptions, etc.) defined in the built−in packages
Although we don't include every single package and function in this pocket reference, we've included all the
built−ins that most PL/SQL developers will ever need to use.
NOTE: Where a package, program, or function is supported only for a particular version of
Oracle (e.g., Oracle8), we indicate this in the text.
The purpose of this pocket reference is to help PL/SQL users find the syntax of specific built−in headers. It is
not a self−contained user guide; basic knowledge of PL/SQL and its built−ins is required. For more
information, see the following books:



1.3 Built−in Packages
PL/SQL packages allow you to collect related program elements and control access to those elements. Oracle
provides a rich set of built−in packages that extend the functionality of PL/SQL in many important ways.
Many of the built−ins allow you access to features that would otherwise be unavailable to you. You will find
these packages helpful in developing applications, managing server−side resources, and performing many
other operations.
The built−in packages are listed in this section in alphabetical order. For each package, we've shown the
header (calling sequence) for each of the programs defined in the package, and provided a brief description of
the program operation.
There are two default packages that deserve special mention. The STANDARD package contains many of the
basic elements of the PL/SQL language (datatypes, functions, even basic operations like + and −). We
describe the STANDARD functions later, in the Section 1.4, "Built−in Functions" section.
The DBMS_STANDARD package, described in this section, contains kernel extensions to the STANDARD
package.



DBMS_APPLICATION_INFO
DBMS_APPLICATION_INFO allows applications to register their current execution status into several of the
Oracle V$ virtual tables.
PROCEDURE DBMS_APPLICATION_INFO.READ_CLIENT_INFO
(client_info OUT VARCHAR2);
Returns the currently registered client_info for the session.
PROCEDURE DBMS_APPLICATION_INFO.READ_MODULE
(module_name OUT VARCHAR2
,action_name OUT VARCHAR2);


Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: pocket pc, small pocket spanish, pocket doctor seminar topic pdf, mechanical engineers pocket book for free download, pocket pc engineering freeware, pc pocket dictionary free, divya ins notes,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  ELECTRICAL ENGINEERING LIST OF REFERENCE JOURNALS seminar addict 1 1,640 12-10-2012, 12:39 PM
Last Post: seminar details
  Java™: The Complete Reference, Seventh Edition project uploader 0 1,041 09-06-2012, 05:07 PM
Last Post: project uploader
  SQL Query Builder seminar details 0 886 09-06-2012, 04:44 PM
Last Post: seminar details
  GPS and INS Integration with Kalman Filtering for Direct Georeferencing of Airborne I project uploader 0 844 08-03-2012, 11:32 AM
Last Post: project uploader
  Built-In Self-Test and Calibration of Mixed-Signal Devices project uploader 0 761 07-03-2012, 12:19 PM
Last Post: project uploader
  Quick Reference to C Programs seminar paper 0 779 06-03-2012, 02:27 PM
Last Post: seminar paper
  A STUDY ON EMPLOYEE SATISFACTION WITH SPECIALS REFERENCE TO PANASONIC BATTERY PRIVATE seminar addict 0 857 20-01-2012, 03:43 PM
Last Post: seminar addict
  4QD-TEC: Electronics Circuits Reference Archive Current Loop Interface seminar addict 0 768 19-01-2012, 03:47 PM
Last Post: seminar addict
  NI-488.2™ Software Reference Manual for MS-DOS seminar addict 0 763 19-01-2012, 12:28 PM
Last Post: seminar addict
  Join ,SQL JOIN project report helper 0 781 06-10-2010, 12:11 PM
Last Post: project report helper

Forum Jump: