Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: parsing oracle DUMP file?

Re: parsing oracle DUMP file?

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Fri, 13 Oct 2000 18:39:18 +0800
Message-ID: <39E6E656.77F5@yahoo.com>

peter meulmeester wrote:
>
> Hello,
>
> I have a DMP file I would like to work with.
> I would like to scan it en create a separate files like tablename.sql
> which creates the table. same for views etc...
>
> Does anybody know of a tool or Perl script which does this?
>
> Also, I started hacking with Perl but encountered ^Z
> characters in the DMP. Perl then thinks "end of file". Is there a tool
> to get rid of these? Else I need to read in a binary mode and get rid of
> all the junk characters.
>
> And is there a format description of these dump files?
>
> best regards,
> Peter

imp show=y OR imp indexfile=

and then work with that file that results..

HTH

-- 
===========================================
Connor McDonald
http://www.oracledba.co.uk
(faster/mirrored at http://www.oradba.freeserve.co.uk)

Its not the voices in my head that bother me... 
  its the voices in yours.
Received on Fri Oct 13 2000 - 05:39:18 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US