Export form 9.2.0.8 of a schema that is 98 GB - I have two filesystems one 70 Gb and another 50 gb
Hi experts.
I need to do an export from 9.2.0.8 , exporting a schema that is 98 GB in size.
I have two filesystems one 70 gb and another 50 gb with large files enabled.
64 bit.
I use the following to do the compress but I don't know how to include this two filesystems on the comand and the %U so that it writes the file dump with different names:
rm /hyperdb1/POLEPRD/ora2/ospexport/osp4149_admin_pipe.dmp
/usr/sbin/mknod /hyperdb1/POLEPRD/ora2/ospexport/osp4149_admin_pipe.dmp p
cat /hyperdb1/POLEPRD/ora2/ospexport/osp4149_admin_pipe.dmp | compress > /hyperdb1/POLEPRD/ora2/ospexport/osp4149_admin.dmp.Z &
I need to do an export from 9.2.0.8 , exporting a schema that is 98 GB in size.
I have two filesystems one 70 gb and another 50 gb with large files enabled.
64 bit.
I use the following to do the compress but I don't know how to include this two filesystems on the comand and the %U so that it writes the file dump with different names:
rm /hyperdb1/POLEPRD/ora2/ospexport/osp4149_admin_pipe.dmp
/usr/sbin/mknod /hyperdb1/POLEPRD/ora2/ospexport/osp4149_admin_pipe.dmp p
cat /hyperdb1/POLEPRD/ora2/ospexport/osp4149_admin_pipe.dmp | compress > /hyperdb1/POLEPRD/ora2/ospexport/osp4149_admin.dmp.Z &
0