Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Export Util
Hi Guys,
at the risk of appearing even more stupid than I usually do, whats wrong with :
exp ...... file=/dev/rmt/some_other_non_default_tape_device
Works for me on HP and Dec Unix servers. I havent got AIX, so if I'ce got it all wrong, please ignore me :o)
Cheers,
Norman.
Tel: 0113 289 6265 Fax: 0113 289 3146 URL: http://www.Lynx-FS.com -------------------------------------
-----Original Message-----
From: Billy Verreynne [mailto:verreyb_at_telkom.co.za]
Posted At: Friday, August 23, 2002 7:57 AM
Posted To: server
Conversation: Export Util
Subject: Re: Export Util
AMADIUM ELEMENT wrote:
> Hello,
> How do I change the default name of an export going to a tape drive
> (/dev/rmt0)? I am running on AIX4.3.3.
To expand on the cryptic answer by Roman.
You create a pipe. You start a background backup process that copies the
contents of the pipe to tape (cpio or dd for example).
Now you start the export and set the file parameter to the pipe.
Export writes a byte into the pipe. The byte is read by the background process and written to tape. Repeats. Until EOF is send to the pipe by Export.
-- BillyReceived on Fri Aug 23 2002 - 05:21:13 CDT
![]() |
![]() |