Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ASCII copy of DDL and data
alan_at_prsc.qld.gov.au wrote:
>
> I have to copy a database from a HP3000 MPE/ix to a HP9000 HP-UX
> machine. The dscopy command will not copy BYTE STREAM RECORD TYPE.
>
> How can I copy the DDL and data in ASCII format?
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Would not something like tar or similar piped through stdout avoid this...
tar cf - files | rsh new_machine "tar xf -"
and if neccessary some uuencodes and uudecodes interspersed...
HTH
--
"Some days you're the pigeon, and some days you're the statue." Received on Mon Sep 13 1999 - 07:24:49 CDT
![]() |
![]() |