NAME

ExtProc - Perl interface to the Oracle Perl External Procedure Library

SYNOPSIS

use ExtProc;

DESCRIPTION

The ExtProc module provides several functions that return useful data from an Oracle database connection. It is only useful from the Oracle Perl External Procedure Library.

FUNCTIONS

database_name or DATABASE_NAME (exportable)

Returns the name of the database the client is connected to.

user or USER (exportable)

Returns the username used to connect to Oracle.

sessionid or SESSIONID (exportable)

Returns the session ID of the current connection

exception(message)

Throws a user-defined Oracle exception. Note that the Perl subroutine will probably complete after this function is called, but no return values should be accepted by the calling client.

AUTHOR

Jeff Horwitz <jeff@smashing.org>

SEE ALSO

perl(1), perlembed(1)

1 POD Error

The following errors were encountered while parsing the POD:

Around line 74:

=back doesn't take any parameters, but you said =back 4