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: What computer and setting for big import to oracle database

Re: What computer and setting for big import to oracle database

From: John Chiu <johnymc_at_netscape.com>
Date: Sun, 05 Sep 1999 07:14:50 -0400
Message-ID: <37D250AA.644F064B@netscape.com>


I would like to use sql*loader with direct = true or
import without the index and create the index table afterward:

   create the indexfile script from the export dump:

        imp ......... indexfile=indexfile.sql full=y    edit the index.sql and change the tablespace accordingly    import without indexes

        imp ......... indexes = N
   run the script to recreate indexes

john chiu
johnymc_at_netscape.net Received on Sun Sep 05 1999 - 06:14:50 CDT

Original text of this message

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