windows service of database keep crashing after clone a database from linux x86-64 to windows x86-64
Recently I cloned a database from linux x86-64 to windows x86-64 using rman duplicate command,but the windows service of the database keep crashing when I run some applications such as EBS.
the issue was finally fixed after I ran utlirp.sql.Must we run the script?
Following is the steps I took to clone the db
1.put the source db(on linux) in read only mode(the database is noarchivelog mode)
2.change the init parameters in the dest db(on windows),add two parameters:data_file_name_convert and log_file_name_convert
3.put the dest db(on windows) in nomount status