Oracle LOGSTDBY_INTERNAL
Version 26ai

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

Oracle Database 26ai is now availble. If you haven't you downloaded already: Why?
Purpose Logical Standby Internal Support Utilities
AUTHID CURRENT_USER
Dependencies
DBMS_DATAPUMP DBMS_PRIV_CAPTURE KU$_LOGLINE1010
DBMS_INTERNAL_LOGSTDBY DBMS_STANDARD KU$_STATUS
DBMS_LOCK KU$_JOBSTATUS1220 PLITBLM
DBMS_LOGSTDBY KU$_LOGENTRY  
Documented No
First Available Not Known
Security Model Owned by SYS with no privileges granted
Source {ORACLE_HOME}/rdbms/admin/prvtlsis.plb
Subprograms
 
INSTANTIATE_TABLE_I
Undocumented logstdby_internal.instantiate_table_i(
schema_name IN VARCHAR2,
table_name  IN VARCHAR2,
dblink      IN VARCHAR2,
eds         IN BOOLEAN);
TBD
 
VALIDATE_AUTH_I
Undocumented logstdby_internal.validate_auth_i RETURN BOOLEAN;
BEGIN
  IF logstdby_internal.validate_auth_i THEN
    dbms_output.put_line('T');
  ELSE
    dbms_output.put_line('F');
  END IF;
END;
/
T

PL/SQL procedure successfully completed.

Related Topics
Built-in Functions
Built-in Packages
Database Security
DBMS_INTERNAL_LOGSTDBY
DBMS_LOGSTDBY
DBMS_LOGSTDBY_CONTEXT
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