Blogia
tecnolakis

Import - archivo comprimido

 

# cambiar el nombre del grupo ########

GRUPO=Export_A

ORACLE_SID=TACOR8

mkfifo puente_$GRUPO

gunzip puente_$GRUPO &

imp system/???? buffer=50000000 file=puente_$GRUPO log=Import_$GRUPO.log fromuser=ARCARDTA touser=ARCARDTA commit=y grants=n RECORDLENGTH=65535 INDEXES=N IGNORE=Y FEEDBACK=100000 RESUMABLE=Y constraints=n

rm /interface/infacor8/TACOR8/ARCARDTA/puente_$GRUPO

 

0 comentarios