Oracle DBMS_DBLINK
Version 11.2.0.3

General Information
Purpose Upgrades all database links, this will simply execute the DDL as the owner of the database link. This needs to be in the migrate mode and the current user executing this should be SYSDBA user.
AUTHID DEFINER
Dependencies
DBMS_DBLINK_LIB    
Security Model Owned by SYS with EXECUTE granted to the EXECUTE_CATALOG_ROLE role only
Source $ORACLE_HOME/rdbms/admin/dbmslink.sql
 
UPGRADE
Upgrades all database links, this will simply execute the DDL as the owner of the database link. This needs to be in the migrate mode and the current user executing this should be SYSDBA user. dbms_dblink.upgrade;
exec dbms_dblink.upgrade;

Related Topics
Database Links
Packages

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