Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

What are the constants in dbms _ utility-oracle?


Asked by Eileen Roberson on Dec 01, 2021 FAQ



The DBMS_UTILITY package uses the constants shown in Table 174-1, "DBMS_UTILITY Constants". The following table lists the exceptions raised by DBMS_UTILITY.
Accordingly,
The DBMS_UTILITY package uses the constants shown in Table 116-1, "DBMS_UTILITY Constants". Lists of database links should be stored here. The order in which objects should be generated is returned here. The list of active instance number and instance name. The starting index of instance_table is 1; instance_table is dense.
In respect to this, DBMS_UTILITY runs with the privileges of the calling user for the NAME_RESOLVE Procedure and the COMPILE_SCHEMA Procedure. This is necessary so that the SQL works correctly. The package does not run as SYS.
In addition,
The DBMS_UTILITY package provides various utility subprograms. This chapter contains the following topics: These DBMS_UTILITY subprograms are deprecated in Oracle Database 12 c release 12.2. Oracle recommends that you do not use deprecated procedures in new applications.
Indeed,
Many Oracle scripts will provide you with the file number and block number, but you must then translate this information into the actual data block address (DBA) for the block, dbms_utility simplifies the process.. For example, to dump file number 101, block 50, you could enter the following PL/SQL.