Hello everybody
We are trying to change the database name from an existing database. We
followed the next setps:
- We have obtained a file from the comand alter database backup
controlfile to trace. We modified the line where appears the old
database name. This line was: create crontrolfile reuse database "zzzz"
...... and we modified the old name.
- We have startup the database without mounting.
- Then we execute the command: alter database rename global_name xx.yy;
- We modified the init.....ora and rename it as initxx.ora. The
parameter db_name inside was modified too.
- Then we use the file obtained in the first step and the following
error appears: "the Database name found in common line does not match
the database name in the file file header"
Anybody can help us?
Thanks.
Jaime.
Received on Mon Jan 03 2000 - 06:35:17 CST