Transportable Tablespace 12c
Hallo ,
I'm trying to import a database (current version 11g) withing network, using this command ?
> impdp system full=y network_lind= sales_link1 transportable = always transport_datafiles= '/sales/disk01/df01.dbf, /sales/disk01/df02.dbf' version=12 logfile=impSales.log
The export dump file must be created before starting the import on the target database.
1. must be The source and target database running on the same platform with the same endianness ?
2. must be The path of data files on the target database the same as that on the source database ?
regards