1 Changes in Release 22.1 for Oracle APEX API Reference
All content in Oracle APEX API Reference has been updated to reflect release 22.1 functionality.
New Features and Updates
The following topics have been added or updated for this release:
-
APEX_APPLICATION_INSTALL (Updates)
SET_REMOTE_SERVERProcedure (Updates) - New parametersp_default_databaseandp_mysql_sql_modes.
-
APEX_AUTHENTICATION (Updates)
LOGIN(Update) - New parameterp_set_persistent_auth.PERSISTENT_AUTH_ENABLEDFunction (New) - Returns whether persistent authentication is enabled at instance level.REMOVE_CURRENT_PERSISTENT_AUTHProcedure (New) - Removes all Persistent Authentication entries for a user and ends all related sessions in the current workspace.REMOVE_PERSISTENT_AUTHProcedure (New) - Removes all Persistent Authentication entries for a user and ends all related sessions in the current workspace.
-
APEX_AUTOMATION (Updates)
ABORTProcedure (New) - Aborts a currently executing automation.GET_SCHEDULER_JOB_NAMEFunction (New) - Returns the name which is used for the scheduler job when the automation executes.IS_RUNNINGFunction (New) - Determines whether a given automation is currently running.
-
APEX_CSS (Updates)
ADD_3RD_PARTY_LIBRARY_FILEProcedure (Updates) - New attributep_attributes.ADD_FILEProcedure (Updates) - New attributep_attributes.
-
APEX_DG_DATA_GEN (New) - API package for the new Data Generator feature in SQL Workshop.
-
APEX_EXEC (Updates)
- Constants (Updates):
- Database Vendor Constants (New)
- Aggregation Type Constants (New)
- Aggregation Column Role Constants (New)
- Aggregation Function Constants (New)
- Aggregation Columns (New)
- Collection of Aggregation Columns (New)
- Aggregation (New)
ENQUOTE_LITERALFunction (New) - Enquote a string literal and escape contained quotes.ENQUOTE_NAMEFunction (New) - Enquote a database object name and escape contained quotes.OPEN_QUERY_CONTEXTFunction (Updates) - New parameterp_aggregation.OPEN_QUERY_CONTEXTProcedure (Updates) - New parameterp_aggregation.OPEN_REST_SOURCE_QUERYFunction (Updates) - New parameterp_aggregation.OPEN_WEB_SOURCE_QUERYFunction (Deprecated) (Updates) - New parameterp_aggregation.
- Constants (Updates):
-
APEX_INSTANCE_ADMIN (Updates)
- New parameter
SAML_NAMEID_FORMAT.
- New parameter
-
APEX_JAVASCRIPT (Updates)
ADD_3RD_PARTY_LIBRARY_FILEProcedure (Updates) - New attributep_attributes.ADD_LIBRARYProcedure (Updates) - New attributes:p_is_module,p_is_async,p_is_defer, andp_attributes.
-
APEX_JSON (Updates)
GET_VALUE_KINDFunction (New) - Returns the kind of the value at a path position.
-
APEX_MARKDOWN (Updates)
- TO_HTML Function (Updates) - Function now supports passing content as CLOB. Default behavior of parameter
p_softbreakchanged to<br />.
- TO_HTML Function (Updates) - Function now supports passing content as CLOB. Default behavior of parameter
-
APEX_PLUGIN_UTIL (Updates)
GET_CURRENT_DATABASE_TYPEFunction (New) - Retrieves the database type for the currently active region.
-
APEX_STRING (Updates)
- New supported data type
apex_t_clob. JOIN_CLOBSFunction (New) - Returns the values of theapex_t_clobinput tablep_tableas a concatenated clob, separated byp_sep.SPLIT_CLOBSFunction (New) - Splits input clobs at the separator and returns a table of clobs.PUSHProcedure Signtaure 5 (New) - Appends collection values to theapex_t_clobtable.PUSHProcedure Signtaure 6 (New) - Appends values of a PL/SQL table to theapex_t_varchar2table.
- New supported data type
-
APEX_WEB_SERVICE (Updates)
CLEAR_REQUEST_COOKIESProcedure (New) - Clears all cookies, so that the next MAKE_REST_REQUEST call executes without sending any cookies.CLEAR_REQUEST_HEADERSProcedure (New) - clears the current request headers.
Deprecated and Desupported Features
- APEX_IR
GET_REPORTFunction (Deprecated) - This function is deprecated as of this release and will be removed in a future release. UseAPEX_REGION.OPEN_QUERY_CONTEXTFunction instead.
See Deprecated Features and Desupported Features in Oracle APEX Release Notes .