Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Help datafiles corrupted - index tablespaces affected - no DDL lieing around
> Guys,
>
> I have a very recent export. I had to drop
> corrupted
> datafiles/tablesapces for indexes.
> Isn't there an option in the import to just pull
> indexes?
yes.
use the INDEXFILE option.
That will create a file (that you specify the path
for)
that you can run to create the indexes.
The table creation code will be commented out.
imp help=y
Aren't you glad that you had your tables and indexes separated by tablespace?
Pd
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Tue Jul 27 2004 - 16:59:34 CDT
![]() |
![]() |