質問編集履歴
1
実行コマンドラインを追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -66,7 +66,13 @@
|
|
66
66
|
|
67
67
|
```
|
68
68
|
|
69
|
+
エクスポートのコマンドライン
|
70
|
+
|
71
|
+
expdp directory=dpump_dir1 dumpfile=test.dmp logfile=explog.log full=y
|
72
|
+
|
69
|
-
|
73
|
+
インポートのコマンドライン
|
74
|
+
|
75
|
+
impdp directory=dpump_dir1 dumpfile=test.dmp logfile=implog.log full=y
|
70
76
|
|
71
77
|
```
|
72
78
|
|