Search
 
SCRIPT & CODE EXAMPLE
 

SQL

export partttion and import in oracle

expdp jagruti/oracle directory=DIR_PART dumpfile=expdp_partition.dmp logfile=expdp_partiiton.log tables=TRANSACTIONS_MAIN:Y_2015

Y_2015 - partition name

impdp jagruti/oracle directory=DIR_PART dumpfile=expdp_partition.dmp logfile=impdp_partiiton.log tables=TRANSACTIONS_MAIN:Y_2015 TABLE_EXISTS_ACTION=APPEND
Comment

PREVIOUS NEXT
Code Example
Sql :: sparql year function 
Sql :: i wanted to select among the rows the highest value in mysql 
Sql :: sql create table with references not primary key 
Sql :: SQL server select to get sum of hours 
Sql :: sqlite query timer 
Sql :: distinct 
Sql :: Mysql Install Ubuntu with native password 
Sql :: coursera spark sql max count 
Sql :: ring MySQL enable or disable the auto commit feature 
Sql :: oracle sql developer closed connection 
Sql :: install package for sqlserver in asp.net core 
Sql :: sql or operator 
Sql :: sql grant 
Sql :: ms sql filter all sympbol 
Sql :: ORA-13717 
Sql :: liquibase default-schema in sql 
Sql :: oserror mysql_config not found virtualenv 
Sql :: sqlserver now 
Sql :: convert mongodb to sql 
Sql :: sql bild in function 
Sql :: PostgreSQL random boolean for generate test values 
Sql :: connecting mySQL to STS 
Sql :: codeigniter MySQL - Issue with SELECT & GROUP BY 
Sql :: float in sql 
Sql :: All Some Any 
Sql :: Executing an update/delete query 
Sql :: backup table mssql 
Sql :: IlluminateDatabaseQueryExceptionSQLSTATE[HY000] [2002] No such file or directory 
Csharp :: reload scene unity 
Csharp :: c# random number between 1 and 100 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =