Dump file generation [message #539794] |
Wed, 18 January 2012 10:26 |
|
Jack14
Messages: 497 Registered: December 2011 Location: INDIA
|
Senior Member |
|
|
Hi,
I have a question on export dump file generation.
select sum(bytes)/(1024*1024*1024) "GB" from dba_segments where owner='JACK';
The above select query give the output of Schema size with 15 GB.
When i perform the same schema export, the dump file size generating is 2 GB.
Can somebody explain the difference between the two scenarios as how come there could be a variation in file size?
Thank you
|
|
|
|
|
|
|
|
|