Export Size. [message #202828] |
Mon, 13 November 2006 00:25 |
Brayan
Messages: 315 Registered: June 2002
|
Senior Member |
|
|
Hi,
1. I have a database of size of 250 GB. I need to export this databse. For a size of 250GB database how much would be the export dump size(approx size), the reason is I need to allocate that much space for export.
2. I need to export the entire database, will this command do..or any other parameters required??
exp userid/password full=Y direct=Y File='/export/export.dmp'
Regards,
Brayan
|
|
|
|
Re: Export Size. [message #202840 is a reply to message #202828] |
Mon, 13 November 2006 00:52 |
Brayan
Messages: 315 Registered: June 2002
|
Senior Member |
|
|
Hi Mohammad,
My database is "Oracle9i Enterprise Edition Release 9.2.0.7.0 - 64bit Production"
I have another question
If I use "exp userid/password full=Y direct=Y File='/export/export.dmp' " will the constrint, grants, index Definations(not data) will be exported.
Regards,
Ronald.
|
|
|
Re: Export Size. [message #202849 is a reply to message #202840] |
Mon, 13 November 2006 01:12 |
Mohammad Taj
Messages: 2412 Registered: September 2006 Location: Dubai, UAE
|
Senior Member |
|
|
hi brayan
exp userid/password full=Y direct=Y File='/export/export.dmp' rows=n -- for not data
for more info about exp
C:\>exp help=y
i have no idea about oracle 9i in exp how can know estimate size of dump file.
and above procedure create dump file without any data.
regards
Mohammad Taj.
|
|
|