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

Home -> Community -> Usenet -> c.d.o.server -> Re: Editing an Export (.dmp) file

Re: Editing an Export (.dmp) file

From: David Russell <user_at_msn.com>
Date: 1997/12/08
Message-ID: <01bd041c$797136a0$2f5395c1@thor>#1/1

This can be done by adjusting the length bytes and then using sed to replace the username, but it would be simpler (and quicker) to either :

  1. import the first user then create a duplicate user routine that inserts into the table select .... userx ... from table
  2. or why not produce a comma separated file then just edit the user name column

Regards
David Russell Received on Mon Dec 08 1997 - 00:00:00 CST

Original text of this message

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