Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

DBMS_LDAP , 19 of 30


err2string Function

This function converts an LDAP error code to string in the local language in which the API is operating

Syntax

DBMS_LDAP.err2string ( 

ldap_err  IN PLS_INTEGER )
RETURN VARCHAR2;

Parameters
Table 20-55 err2string Function Parameters
Parameter  Description 

ldap_err (IN) 

An error number returned from one the API calls. 

Return Values
Table 20-56 err2string Function Return Values
Value  Description 

VARCHAR2  

A character string appropriately translated to the local language which describes the error in detail. 

Exceptions
Table 20-57 err2string Function Exceptions
Exception  Description 

N/A 

None. 

Usage Notes

In this release, the exception handling mechanism automatically invokes this if any of the API calls encounter an error.


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback