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: Import table into different tablespace

Re: Import table into different tablespace

From: Dirk Gomez <usenet_at_dirkgomez.de>
Date: 29 Jan 2002 01:39:43 +0100
Message-ID: <m37kq2dm7k.fsf@colorado.arsdigita.de>


A lot of people might be unhappy with this solution, but this little perl script has always helped:

perl -pi.bak -e 's/OLDSTRING/NEWSTRING/g' <filename>

where OLDSTRING and NEWSTRING will be something like <TABLESPACE \"BLABLA\">. Received on Mon Jan 28 2002 - 18:39:43 CST

Original text of this message

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