This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
database:oracle:import-dump [2018/03/04 22:26] odefta [Create dump directory] |
database:oracle:import-dump [2018/07/26 11:46] (current) odefta [Execute the import command] |
||
---|---|---|---|
Line 6: | Line 6: | ||
CREATE TABLESPACE " | CREATE TABLESPACE " | ||
NOLOGGING | NOLOGGING | ||
- | DATAFILE ' | + | DATAFILE ' |
+ | SIZE 307200K AUTOEXTEND ON | ||
EXTENT MANAGEMENT LOCAL | EXTENT MANAGEMENT LOCAL | ||
ONLINE | ONLINE | ||
Line 44: | Line 45: | ||
From the machine where Oracle is installed, run the import: | From the machine where Oracle is installed, run the import: | ||
< | < | ||
- | impdp SNT611/ | + | impdp SNT611/ |
+ | remap_schema=SENTINEL_MGR: | ||
</ | </ | ||