Oracle Imp show=y & Indexfile: How to generate sql scripts from Oracle dump file?

advertisements

_____________________________________________________________________________________________________________________

The Eucharistic Miracles of the World

imp SHOW=Y
Import (imp) is the oracle utility to read export dump files and insert them into database. Export dump files can only be read by imp utility. Using SHOW=Y option, the content of the dump file can be generated into readable ASCII format. If we use this option with Y as the value the content of the dump will not be inserted into the database whereas it will spool the sql statements to the log file. SHOW option can be used only with FULL=Y, FROMUSER, TOUSER and TABLES mode.


Scenario: Generate table creation script for a schema from the dump
Imp file=exp_schema.dmp log=imp_schema_script.log full=y show=y rows=n

imp indexfile=index.sql
Indexfile: This is another option with import (imp) utility to generate index DDL script from the export dump.  INDEXFILE option will spool the CREATE INDEX statements (including storage parameters) to the filename which specify in the indexfile. This will not generate primary key indexes.

_____________________________________________________________________________________________________________________

A visitor from Roebling viewed 'Oracle relink all command failed with ld: 0706-006' 22 mins ago
A visitor from Hyderabad viewed 'How to Increase, Decrease or Resize FRA(Flash Reco' 1 hr 18 mins ago
A visitor from Roebling viewed 'Oracle relink all command failed with ld: 0706-006' 1 hr 46 mins ago
A visitor from Adelaide viewed 'Data Pump Impdp TRANSFORM option SEGMENT_ATTRIBUTE' 1 hr 48 mins ago
A visitor from Alabama viewed 'Usage syntax for Oracle 10g REGEXP_LIKE regular ex' 2 hrs 5 mins ago

0 comments:

Post a Comment

Labels

Oracle (629) Script (86) General (77) Unix (47) Blog (23) Technology (19) gadget (6) games (6) Business (3) OCI (3) SQL* Loader (3) Datapump (2)
 

acehints.com Copyright 2011-25 All Rights Reserved | Site Map | Contact | Disclaimer