Loading...
Characteristics
Corporate Training
Expdp Parameters
Online Training
Oracle
Oracle Database
Oracle RAC
Overview
RAC
Real Application Clusters
VirtualNuggets
https://oracleraconlinetraining.blogspot.com/2016/06/expdp-parameters-include-and-query.html
1) Expdp with Include.
expdp test/test directory=dp_dir dumpfile=tabs_test_31dec13.dmp logfile=tabs_test_31dec13.log include=TABLE:
\"LIKE \'%2013%\'\" or expdp test/test directory=dp_dir dumpfile=tabs_test_31dec13.dmp logfile=tabs_test_31dec13.log
include=table:"in(select table_name from user_tables where table_name like 'ITEM_'||to_char(sysdate-1,'mmddyy')||'%')"
Export: Release 11.2.0.1.0 - Production on Tue Dec 31 05:42:19 2013
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
Starting "RESEARCH"."SYS_EXPORT_SCHEMA_01": research/******** directory=dp_dir dumpfile=tabs_research_31dec13.dmp log tabs_research_31dec13.log include=TABLE:"LIKE '%2013%'"
Estimate in progress using BLOCKS method.
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 30.57 GB
Processing object type SCHEMA_EXPORT/TABLE/TABLE
Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
2) Expdp with Include and query
expdp test/test directory=dp_dir dumpfile=tabs_test_31dec13.dmp logfile=tabs_test_31dec13.log include=TABLE:\"LIKE \'%2013%\'\" query="where bus_date between to_date('01-DEC-13 00:00:00','DD-MON-YY HH24:MI:SS') and to_date('31-DEC-13 00:00:00','DD-MON-YY HH24:MI:SS')"
Characteristics,
Corporate Training,
Expdp Parameters,
Online Training,
Oracle,
Oracle Database,
Oracle RAC,
Overview,
RAC,
Real Application Clusters,
VirtualNuggets
VirtualNuggets
1463458460859708430
Post a Comment
Home
item
Popular Posts
-
Prior versions of Oracle required a connection to the TARGET and optional rman catalog for duplicate database. In 11GR2, we can perfor...
-
Oracle Real Application Clusters (RAC) is the foundation for data center high availability (HA). Based on Oracle Grid Infrastructure as it...
-
A cluster involves various interconnected PCs or servers that show up as though they are one server to end clients and applications. Oracl...
-
1. Where are the Clusterware files stored on a RAC environment? The Clusterware is installed on each node (on an Oracle Home) and on t...
-
1. Is it possible to use ASM for the OCR and voting disk? No, the OCR and voting disk must be on raw or CFS (cluster file system). 2...
-
1) Expdp with Include. expdp test/test directory=dp_dir dumpfile=tabs_test_31dec13.dmp logfile=tabs_test_31dec13.log include=TABLE: ...
-
There are two system profile options that can be used to change look and feel. 1. Java Look and Feel. -Java Look and Feel can have...
-
1. When to use raw over CFS? Always when CFS is not available or not supported by Oracle. The performance is very, very important: Raw...