Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • changing kernel parameter in Oracle Enterpise Linux Linux/Unix
  • Optimizer SORT Operations Oracle
  • Goog notes on X$ tables Oracle
  • DBMS_STATS Metalinks Notes Oracle
  • kill all processes from specific user in solaris. Linux/Unix
  • fkwoind.sql fkwoindex.sql Oracle
  • Implementing Listener Security Oracle
  • How to find password change date for user Oracle
  • online_ts_bkup.sql Oracle
  • S3 Basic info AWS
  • oracle 10g on linux Linux/Unix
  • Process Map for CPU and Memory for OS processes Linux/Unix
  • Export Oracle data and Compress at same time Oracle
  • Metalink Note: Note:250655.1 : ADDM Basics USING THE AUTOMATIC DATABASE DIAGNOSTIC MONITOR Oracle
  • Reading parameter file and printing Linux/Unix

export import with parameter file.

Posted on 15-Mar-2007 By Admin No Comments on export import with parameter file.

Export with parameter file and import with same.

===============================================

Task : I am exporting some tables from CS and importing thsoe tables into BASKET schema.

/**************************************************** FILE NAME: exp_wo_data.par *******************/

userid=cs

file=exp_bskt_15MAR07.dmp

compress=N

grants=N

log=bskt_exp_15MAR07.log

ROWS=N

triggers=N

statistics=NONE

tables=(BSKT_AGENT_BASKET_CALL_DETAIL

, BSKT_AGENT_ORDER_NOTE

, BSKT_BASKET_ITEM_TYPE

, BSKT_DISCOUNT_APPLY_TYPE

, BSKT_DISCOUNT_REASON

, BSKT_ITEM_CALC_PRICING

, BSKT_ITEM_PRICING_XREF

, BSKT_ITEM_SUB_PRODUCT

, BSKT_PAYMENT_DETAIL

, BSKT_PAYMENT_METHOD_TYPE

, BSKT_PERSONALIZATION

, BSKT_PERSONALIZATION_STYLE

, BSKT_PRICE_ELEM_MSG_TYPE

, BSKT_PRICING_ELEMENT

, BSKT_PRICING_ELEMENT_MSG

, BSKT_PRICING_GROUP_TYPE

, BSKT_PRICING_TYPE

, BSKT_PRICING_VALUE_TYPE

, BSKT_PRIC_TYP_PRIC_GRP_XREF

, BSKT_RECIPIENT

, BSKT_RECIPIENT_MESSAGE

, BSKT_SESSION

, BSKT_SESSION_ATTRIBUTE_TYPE

, BSKT_SHOPPING_BASKET

, BSKT_SHOPPING_BASKET_ITEM

, BSKT_SHOPPING_BASKET_STATUS

, BASKET_ITEM_INVENTORY_XREF,

, AGENT_BASKETS

)

/*************************** Export command ********************************/

exp parfile=exp_wo_data.par

/***************************************** Import with parameter file, file name : imp_wo_data.par *******/

userid=basket

file=exp_bskt_15MAR07_wo_data.dmp

grants=N

log=imp_bskt_15MAR07_wo_data.log

ROWS=N

statistics=NONE

fromuser=CS

touser=basket

/************************************** Import command *******************/

imp parfile=imp_wo_data.par

Oracle, SQL scripts

Post navigation

Previous Post: chk_space_SID.ksh
Next Post: How to Use DBMS_STATS to Move Statistics to a Different Database

Related Posts

  • Consolidated Reference List Of Notes For Migration / Upgrade Service Requests -ID 762540.1 Oracle
  • All Hints for Oracle Databases Oracle
  • Oracle 11g RAC on OEL 5 and Vmware 2 Oracle
  • DBMS_UTILITY.ANALYZE_SCHEMA Oracle
  • Another Tuning Article for subheap of shared pool Oracle
  • oradebug ipcrm ipcs Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (392)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • load SPM baseline from cursor cache05-Jun-2025
  • Drop all SPM baselines for SQL handle05-Jun-2025
  • Load SPM baseline from AWR05-Jun-2025
  • Drop specific SQL plan baseline – spm05-Jun-2025
  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Oracle Standby Database Library Index from Metalink Oracle
  • switchover for primary database Oracle
  • Reclaim temp tablespace for oracle 8, 8i Oracle
  • Useful Solaris Commands on 28-SEP-2005 Linux/Unix
  • TRUNCATE table and disabling referential constraints. Oracle
  • oracle_env_10g_CADEV Linux/Unix
  • Find_planinfo.sql Oracle
  • _B_TREE_BITMAP_PLANS issue during 8.1.7 to 9.2.0.8 upgrade Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme