|
-
 Originally Posted by paulb
On step 1, I didn't know expdp could compress on the fly ... did I miss that feature? Maybe you're using plain exp?)
This is not a feature of export. We are using exp + compress, exp sends dump into a pipe; compress gets data from the pipe and writes the compressed file.
You have to do the other way around when importing.
 Originally Posted by paulb
#3 - I'm interested, how are your tablespaces set up then?
Depending on size of target table we have anything in between 1 to 4 tablespaces per table. These are generic tablespaces, we assign partitions depending on tablespace utilization/availability.
Just what works for us.
Pablo (Paul) Berzukov
Author of Understanding Database Administration available at amazon and other bookstores.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|