Changes in This Release
This preface contains:
Changes in Oracle Application Express Release 19.2
All content in Oracle Application Express API Reference has been updated to reflect release 19.2 functionality.
New Features and Updates
The following topics have been added or updated for this release:
-
APEX_APPLICATION_INSTALL(Updates)-
GET_AUTHENTICATION_SCHEMEFunction - This new function retrieves the authentication scheme name that should override the default. -
GET_BUILD_STATUSFunction - This new function retrieves the build status that should override the default. -
GET_INFOFunction - This new function retrieves install information from a source file. -
REMOVE_APPLICATIONProcedure - This new procedure removes an application from a workspace. -
SET_AUTHENTICATION_SCHEMEProcedure - This new procedure overrides the active authentication scheme for the applications that are about to be installed. -
SET_BUILD_STATUSFunction - This new function overrides the build status for applications that are about to be installed. -
Import Data Types - Describes import data types used by the
APEX_APPLICATION_INSTALLpackage.
See "APEX_APPLICATION_INSTALL."
-
APEX_CREDENTIALpackage (Updates)SET_PERSISTENT_CREDENTIALS Procedure Signature 1addedp_namespaceandp_fingerprintparameters.SET_SESSION_CREDENTIALS Procedure Signature 2addedp_namespaceandp_fingerprintparameters.
See "APEX_CREDENTIAL."
-
APEX_DATA_PARSERPackage (Update)-
ParseFunction - This function has been extended to include support forCLOBs. See PARSE Function.
See "APEX_DATA_PARSER."
-
-
APEX_LANGPackage (Updates)-
CREATE_MESSAGEProcedure - This new procedure creates a translatable text message for the specified application. -
DELETE_MESSAGEProcedure - This new procedure deletes a translatable text message in the specified application.
See "APEX_LANG."
-
-
APEX_JSONPackage (Updates)-
WRITE_CONTEXTProcedure - This new procedure writes an array with all rows that the context handle returns. Each row is a separate object. -
WRITE Procedure Signature 19- This new procedure procedure writes aBLOBobject attribute. The value will be Base64-encoded.
See "APEX_JSON."
-
-
APEX_REGIONPackage (Update)-
OPEN_QUERY_CONTEXTFunction - This new function opens a query context and executes the provided SQL query on the ORDS REST Enabled SQL instance.
See "APEX_REGION."
-
-
APEX_WEB_SERVICEPackage (Updates)-
OAUTH_AUTHENTICATE Procedure Signature 1- This procedure was incorrectly described as a function in previous release. -
OAUTH_AUTHENTICATE Procedure Signature 2- This new procedure performs OAUTH autentication and requests an OAuth access token.
See "APEX_WEB_SERVICE."
-
-
APEX_INSTANCE_ADMINPackage (Updates)-
Added the parameters
SYSTEM_MESSAGE,SYSTEM_DEBUG_LEVEL, andLOGIN_MESSAGE. -
VALIDATE_EMAIL_CONFIGProcedure - This new procedure validates the email server parameters configured in an Application Express instance.
See "APEX_INSTANCE_ADMIN."
-
Deprecated and Desupported Features
See Deprecated Features and Desupported Features in Oracle Application Express Release Notes.
Parent topic: Changes in This Release