Part IV Other Utilities
The topics discussed in this part describe how to use the original Import utility to import dump files created by the original Export utility.
- ADRCI: ADR Command Interpreter
The Automatic Diagnostic Repository Command Interpreter (ADRCI) utility is a command-line tool that you use to manage Oracle Database diagnostic data. - DBVERIFY: Offline Database Verification Utility
DBVERIFY is an external command-line utility that performs a physical data structure integrity check. - DBNEWID Utility
DBNEWID is a database utility that can change the internal database identifier (DBID) and the database name (DBNAME) for an operational database. - Using LogMiner to Analyze Redo Log Files
Oracle LogMiner, which is part of Oracle Database, enables you to query online and archived redo log files through a SQL interface. - Using the Metadata APIs
Using theDBMS_METADATA
APIs. - Original Export
The original Export utility (exp
) writes data from an Oracle database into an operating system file in binary format. - Original Import
The original Import utility (imp
) imports dump files that were created using the original Export utility.