Oracle DBMS_AWRAPP_ADMIN
Version 26ai

General Information
Library Note Morgan's Library Page Header
The best Oracle News for FY2026

Oracle Database 26ai will be available on generic Linux platforms in January and soon on AIX and Windows
Purpose Support for log based replication by creating an APPMAP
AUTHID CURRENT_USER
Dependencies
DBMS_SWRF_LIB    
Documented No
First Available 23ai
Security Model Owned by SYS with EXECUTE granted to the DBA role
Source {ORACLE_HOME}/rdbms/admin/dbmsaa.sql
{ORACLE_HOME}/rdbms/admin/prvtaa.plb
Subprograms
 
CREATE_APPMAP (new 23ai)
Creates an APPMAP dbms_awrapp_admin.create_appmap(
dbid                  IN NUMBER   DEFAULT NULL,
appmap_name           IN VARCHAR2,
module_pat            IN VARCHAR2 DEFAULT '%',
action_pat            IN VARCHAR2 DEFAULT '%',
client_info_pat       IN VARCHAR2 DEFAULT '%',
client_identifier_pat IN VARCHAR2 DEFAULT '%');
TBD
 
DROP_APPMAP (new 23ai)
Drops an APPMAP dbms_awrapp_admin.drop_appmap(
dbid        IN NUMBER DEFAULT NULL,
appmap_name IN VARCHAR2);
TBD

Related Topics
Built-in Functions
Built-in Packages
Database Security
DBMS_AWRAPP
What's New In 21c
What's New In 26ai

Morgan's Library Page Footer
This site is maintained by Daniel Morgan. Last Updated: This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2026 Daniel A. Morgan All Rights Reserved