This procedure is used by the Sybase to Oracle translator. It doesn't actually do anything except to provide a routine that can be called when the source is extracted from Sybase.
For Internal Use Only.
Procedure SP_PROCXMODE
(
PROCNAME VARCHAR2
, TRANMODE VARCHAR2
) ;
| Parameter | Description |
|---|---|
procname |
Name of procedure. |
tranmode |
Optional transaction mode. |
The following example illustrates how you might call sp_procxmode:
http.sp_procxmode;