Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: batch interactive import
hi
i use the following approach. spool all the table names in a file. edit =
the
file and add lines which correspond to the interactive export. like =
first
line is buffer
second id file name, etc. u can get the exact seq by running a dummy =
export
interactiveyl.
then i issue exp username/pwd < the_file
this similates a interactive export and it works nicely for > 1000 = tables...
Babu Nagarajan
Citibank, Mumbai
#653-5042
_\\|//_ (' O-O ')
> -----Original Message-----
> From: StevenHaas_at_ebico.com [SMTP:StevenHaas_at_ebico.com]
> Sent: Wednesday, July 19, 2000 7:48 PM
> To: LEDUC Nicole
> Cc: oracledba_at_quickdoc.co.uk; oracle-l_at_fatcity.com
> Subject: RE: batch interactive import
>=20 >=20
>=20
>=20
>=20
>=20 >=20 >=20 >=20 >=20
>=20
>=20 >=20 >=20
>=20
>=20> % exp user/passwd file=3D/tmp/exp_pipe full=3Dy # Export to the =
> % mknod /tmp/exp_pipe p # Make the pipe
> % cd /fs_with_25gig_freespace # Make sure disk has space
> % split -b2047m < /tmp/exp_pipe & # Split input to 2Gb chunks
>=20
> % mknod /tmp/imp_pipe p # Make the pipe
> % cd /fs_with_25gig_freespace
> % cat xaa xab xac > /tmp/imp_pipe & # Put files into the pipe
> % imp user/passwd file=3D/tmp/imp_pipe # And import
> -----------------------------------------------
>=20
>=20> >
> > -----Message d'origine-----
> > De: StevenHaas_at_ebico.com [SMTP:StevenHaas_at_ebico.com]
> > Date: mercredi 19 juillet 2000 15:35
> > =C0: oracledba_at_quickdoc.co.uk; oracle-l_at_fatcity.com
> > Objet: RE: batch interactive import
> >
> > Back to the original question...
>=20
>=20 >=20 >=20 >=20 >=20 >=20 >=20