![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, some one could tel me how can i do to duplicate schema (no rows) onto the same base ? thank's |
#3
| |||
| |||
|
|
On Wed, 18 May 2011 05:44:57 -0700, eliot06 wrote: Hi, some one could tel me how can i do to duplicate schema (no rows) onto the same base ? thank's Create new schema, export only metadata and import into the new schema. --http://mgogala.byethost5.com |
#4
| |||
| |||
|
|
usualy i use networklink into impdp like : impdp system DIRECTORY=data_pump_dir schemas=USER1 content=METADATA_ONLY logfile=impdp.log network_link=REMOTE and it is not necessary to create an export dump !!but the remote is not the same base |
#5
| |||
| |||
|
|
On Wed, 18 May 2011 06:13:24 -0700, eliot06 wrote: *usualy i use networklink into impdp like *: *impdp system DIRECTORY=data_pump_dir schemas=USER1 content=METADATA_ONLY logfile=impdp.log network_link=REMOTE and it is not necessary to create an export dump !!but the remote is not the same base So? This time you can use the file. --http://mgogala.byethost5.com |
#6
| |||
| |||
|
|
On May 18, 9:30*am, Mladen Gogala <gogala.mla... (AT) gmail (DOT) com> wrote: On Wed, 18 May 2011 06:13:24 -0700, eliot06 wrote: *usualy i use networklink into impdp like *: *impdp system DIRECTORY=data_pump_dir schemas=USER1 content=METADATA_ONLY logfile=impdp.log network_link=REMOTE and it is not necessary to create an export dump !!but the remote is not the same base So? This time you can use the file. --http://mgogala.byethost5.com impdp system DIRECTORY=data_pump_dir schemas=USER1 remap_schema=USER1:NEWUSER content=METADATA_ONLY logfile=impdp.log network_link=REMOTE creates newuser with the schema from USER1. In this example, you need to create a database link called remote that points to the database. *System will need to be granted DATAPUMP_{EXP,IMP}_FULL_DATABASE |
![]() |
| Thread Tools | |
| Display Modes | |
| |