| General Information |
| Purpose |
Implements an export action which is automatically called by export to export server alert thresholds.
Generates PL/SQL blocks that define thresholds stored in the export |
| Source |
{ORACLE_HOME}/rdbms/admin/dbmsslxp.sql |
| First Available |
2003-4 |
| Dependencies |
| DBA_THRESHOLDS |
V$METRICNAME |
|
| Security Model |
Execute is granted to the EXECUTE_CATALOG_ROLE role. |
| |
| SYSTEM_INFO_EXP |
| Undocumented |
dbms_server_alert_export.system_info_exp(
prepost IN PLS_INTEGER,
connectstring OUT VARCHAR2,
version IN VARCHAR2,
new_block OUT PLS_INTEGER); |
| TBD |