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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Increasing DBS filesize while importing

Re: Increasing DBS filesize while importing

From: Joe Kazimierczyk <kazimiej_at_bms.com>
Date: 1997/08/04
Message-ID: <33E5CD96.5922@bms.com>#1/1

Jennifer Hopeman wrote:
>
> I have a question about increasing the size of a DBS file
> when importing. I am importing with the DESTROY option
> equal to Y. I am trying to import into a DBS file that
> has the same name as the one exported from but a different
> size. I get the Oracle error ORA-07517 which basically is
> complaining that the destination file size is different from
> from the source. This error is in the VMS-specific portion of the
> error manual.
> ...
> Bill

Bill/Jennifer,

I think that destroy=y expects the filesize in the dump file to be the same size as the os datafile. The way to do this is to create the empty tablespace with the desired size, then just "imp destroy=n ignore=y" . The import then generates an error because the tablespace's datafiles already exsit, but happily ignores it and continues importing your data. Just be sure that ignore=y won't have any other side effects on what you're trying to accomplish with the import.



Joe Kazimierczyk
kazimiej_at_bms.com Received on Mon Aug 04 1997 - 00:00:00 CDT

Original text of this message

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