import DB (another database location)
Roger25Jul 3 2011 — edited Jul 3 2011Hi,
I export my old database (with full=Y option) and the datafiles were located at 'D:\oracle\product\11.2.0\app\sorin\oradata\scoala\'. Now i have another instance, having the same name as the old one, but the datafiles are now on 'D:\oracleDB\app\Sorin\oradata\scoala\'.
When i invoke impdp to fully import the database, it says that the path 'D:\oracle\product\11.2.0\app\sorin\oradata\scoala\' cannot be found (normally, as it now it's 'D:\oracleDB\app\Sorin\oradata\scoala\'). So, before import, what changes should i make in order to import all the old datafiles to the new location, namely 'D:\oracleDB\app\Sorin\oradata\scoala\' ?
Thanks!