creating database in linux using a windows database dump
Hi Everyone,
I'm having a problem in creating a database in Oracle Enterprise Linux using a database dump of Windows platform.
I Have the following-
-->RMAN Backup (for windows database)
-->Archive log files.
Using these i've to create the same database (clone) in linux.
But when i'm try to do this ,everything goes fine except the datafile structures remain same as in windows( like C:\oracle\datafiles\system.dbf instead of /home/oracle/datafiles/system.dbf)
And also i'm not able to restore the full database.
Please suggest me the way to accomplish the task.
I'm having a problem in creating a database in Oracle Enterprise Linux using a database dump of Windows platform.
I Have the following-
-->RMAN Backup (for windows database)
-->Archive log files.
Using these i've to create the same database (clone) in linux.
But when i'm try to do this ,everything goes fine except the datafile structures remain same as in windows( like C:\oracle\datafiles\system.dbf instead of /home/oracle/datafiles/system.dbf)
And also i'm not able to restore the full database.
Please suggest me the way to accomplish the task.
0