 |
|
Oracle Tips by Burleson |
Oracle10g Grid Computing
with RAC
Chapter 17 -
Oracle’s Grid Integration Technologies
Data Pump
Export
ESTIMATE –
This specifies whether or not export should estimate how much disk
space the export job consumes in bytes. The estimated size is
displayed in the log file and on the client’s output screen. The
estimate is only for table row data; it does not include metadata.
Valid values
for this parameter are:
-
BLOCKS – The
estimate is calculated by multiplying the number of database blocks
used by the target objects by the appropriate block size. This is the
default value.
-
SAMPLING
–
The estimate is calculated by sampling a fixed number of rows per
table.
-
STATISTICS –
The estimate is calculated by using each table’s statistics from the
most recent analysis.
-
When
estimate_only=y, the
export estimates the space that would be consumed, but no data is
actually exported. The default value is N. Here is an example of an
export using estimate_only=y:
$ expdp
oracle/passwd estimate_only=y
Export:
Release 10.1.0.0.0 - 64bit Beta on Sun Sep 21 18:00:59 2003
(c)
Copyright 2002 Oracle Corporation. All rights reserved.
Connected
to: Oracle10i Enterprise Edition Release 10.1.0.0.0 - 64bit Beta
With the
Partitioning, OLAP and Oracle Data Mining options
Starting
"ORACLE"."SYS_ESTIMATE_SCHEMA_01": estimate_only=y
Estimate in
progress using BLOCKS method...
Processing
object type SCHEMA_EXPORT/TABLE/TABLE_DATA
. estimated
"ORACLE"."PLAN_TABLE" 64 KB
. estimated
"ORACLE"."TEST" 64 KB
Total
estimation using BLOCKS method: 128 KB
Job
"ORACLE"."SYS_ESTIMATE_SCHEMA_01" successfully completed
exclude –
This allows fine-grained specification of objects and object types
that are to be excluded from the export operation (default value is
NONE). The excludeand include parameters
are mutually exclusive.
For more information,
see the book
Oracle 11g
Grid and Real Application Clusters 30% off if you
buy it directly from Rampant TechPress .
Written by top Oracle
experts, this RAC book has a complete online code depot with
ready to use RAC scripts.
Remote DBA
Services
Burleson Consulting
can offer world-class remote Oracle database support at super-affordable prices.
Our remote
Oracle DBA service provides 100% of the remote Oracle database administration
needs for your company, and includes 24x7 access to our staff of 100% OCP
Certified Oracle DBAs.
We require a 12 month service commitment and include the following services:
- Initial configuration review and problem identification
- Installation of Oracle statistics collection mechanisms and quarterly
database growth summaries
- Hourly monitoring of your Oracle database for pending problems
- Periodic performance analysis & identification of tuning activities
- Twenty Four hour Oracle emergency support
- Reporting and resolving all serious Oracle alert log messages
- Free use of the BC
TablePack,
ServerPack
and
AuditPack
services
- Quick response emergency support for production database outages
- Four hours of free remote DBA support every month. You can use these free
hours for any DBA activity, including database analysis, system design,
production migrations or personal mentoring.
For more
information, please visit www.dba-oracle.com.
 |