Oracle DBMS_UTILITY package- How to use – learn with example
Oracle dbms_utility is a powerful built-in package that can be used to perform several tasks from pl/sql programs. Learn here with loads of example.
|
| |||
Oracle, SQL, PL/SQL, Microsoft SQL Server and T-SQL related Tips and Techniques |
|
Oracle dbms_utility is a powerful built-in package that can be used to perform several tasks from pl/sql programs. Learn here with loads of example.
Learn how to use dbms_utility to find out how to get database object dependency in Oracle
This function returns CPU time in 100th’s of a second. See example
Use Oracle dbms_utility package to find the cluster mode of your Oracle database server – example
Oracle dbms_utility package can be used to find the instance number of an Oracle RAC instance – see example
Using ORacle dbms_utility package it is possible to analyze Oracle Table and Index partitions – see how
dbms_utility.db_version: returns as OUT parameter the current database version and the version of the database with which this current version is compatible with. This is a procedure in Oracle built-in DBMS_UTILITY package.
dbms_utility.port_string: returns the operating system version and port of the operating system (i.e ALPHA/VMS-8.0.0-64). This is a function in Oracle built-in DBMS_UTILITY package.
Learn how to use Oracle built-in DBMS_UTILITY package to get ini.ora parameter type and value
Find out how current time can be used using dbms_utility package