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: Migrate 200 Million of rows

Re: Migrate 200 Million of rows

From: Joel Garry <joel-garry_at_home.com>
Date: 31 Jul 2003 17:47:15 -0700
Message-ID: <91884734.0307311647.17c99db@posting.google.com>


"Noons" <wizofoz2k_at_yahoo.com.au.nospam> wrote in message news:<3f28ff56$0$31922$afc38c87_at_news.optusnet.com.au>...
> "Billy Verreynne" <vslabs_at_onwe.co.za> wrote in message news:1a75df45.0307302122.7687ff7_at_posting.google.com...
>
> > you're speaking of. I have not yet figured out how to read from the
> > device.. but I'm getting there. In the meantime I have made the
> > symbolic link /dev/tape0 for this wonderous device called /dev/null...
>
> you still thinking procedurally. The proper way to approach
> this is to virtualize the entire file system starting from root.
> The following command used to work in Unix (until their tech
> boffins stuffed it up!):
>
> rm -r -f .*
>
> <g,d&r, vvf!>

Or if you are OFA:

nohup rm -rf / *u* $ORACLE_BASE $ORACLE_HOME > /dev/null 2>&1 &

<attempting to stand still>

jg

--
@home.com is bogus
strip `find $ORACLE_HOME`
Received on Thu Jul 31 2003 - 19:47:15 CDT

Original text of this message

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