エクスポートの中断・再開

(8.0.22)

中断
[Ctrl + Z]

確認
jobs

再開
fg %1

mysqldump -uroot -p test > test.dmp

(19c)


expdp test/test@pdb1 directory=ORA_DIR dumpfile=test.dmp logfile=test.log schemas=test reuse_dumpfiles=yes

select * from dba_datapump_jobs;

expdp test/test@pdb1 attach=SYS_EXPORT_SCHEMA_05

中断
STOP_JOB=IMMEDIATE

確認
STATUS

再開
START_JOB

 

(13)

中断
[Ctrl + Z]

確認
jobs

再開
fg %1


pg_dump -Fp test > test.dmp

 

(2019)
https://troushoo.blog.fc2.com/blog-entry-280.html

リソースモニター→プロセスを右クリック→「プロセスの中断」or「プロセスの再開」


bcp test.dbo.tab1 out "C:\tab1.txt" -T -c -t,