Home » RDBMS Server » Server Administration » what is the tool to read exp file
what is the tool to read exp file [message #131339] Fri, 05 August 2005 07:20 Go to next message
dnvs_praveen
Messages: 47
Registered: July 2005
Location: bangalore
Member

Hi

After exporting the schema or entire database the (logical) statements will be generated and kept into a file. If DBA wants to read that file, oracle provides a tool to read the content easily i heard other than (vi editor, cat command of Operating system). Plz let me know what is the easiest way to read text/particular text from this huge file?

Thanks,
Praveen
Re: what is the tool to read exp file [message #131348 is a reply to message #131339] Fri, 05 August 2005 08:02 Go to previous message
Mahesh Rajendran
Messages: 10708
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
Exported dump file can only be read by imp tool.
You need to user show=y option.
oracle@mutation#imp scott/tiger fromuser=scott touser=scott show=y log=log.sql

Import: Release 9.2.0.4.0 - Production on Fri Aug 5 08:59:46 2005

Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.


Connected to: Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
With the Partitioning option
JServer Release 9.2.0.4.0 - Production

Export file created by EXPORT:V09.02.00 via conventional path
import done in US7ASCII character set and AL16UTF16 NCHAR character set
import server uses WE8ISO8859P1 character set (possible charset conversion)
 "BEGIN  "
 "sys.dbms_logrep_imp.instantiate_schema(schema_name=>'SCOTT', export_db_name"
 "=>'MUTATION', inst_scn=>'13816361');"
 "COMMIT; END;"
 "CREATE TABLE "DEPT" ("DEPTNO" NUMBER(2, 0), "DNAME" VARCHAR2(14), "LOC" VAR"
 "CHAR2(13))  PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 STORAGE(INITIAL 1"
 "048576 FREELISTS 1 FREELIST GROUPS 1) TABLESPACE "USERS" LOGGING NOCOMPRESS"
. . skipping table "DEPT"

 "CREATE TABLE "EMP" ("EMPNO" NUMBER, "ENAME" VARCHAR2(10), "JOB" VARCHAR2(9)"
 ", "MGR" NUMBER(4, 0), "HIREDATE" DATE, "SAL" NUMBER(7, 2), "COMM" NUMBER(7,"
 " 2), "DEPTNO" NUMBER(2, 0))  PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 "
 "STORAGE(INITIAL 1048576 FREELISTS 1 FREELIST GROUPS 1) TABLESPACE "USERS" L"
 "OGGING NOCOMPRESS"
. . skipping table "EMP"

 "CREATE TRIGGER "SCOTT".alt_session"
 "after logon on database"
 "begin"
 "if sys_context('userenv','session_user') ='SCOTT' Then"
 "      execute immediate 'alter session set SKIP_UNUSABLE_INDEXES = TRUE' ;"
 "end if;"
 "end;"
 "ALTER TRIGGER "ALT_SESSION"  ENABLE"
Import terminated successfully without warnings.
Previous Topic: Need Your for various Installations..
Next Topic: deleting old archive log files..!
Goto Forum:
  


Current Time: Fri Jan 10 09:20:11 CST 2025