Hello everybody.
Let's say we want to move from oracle 9.2 residing on windows to oracle 11.2 residing on linux.
Let's examine the output from the query below
select name, value from v$parameter where name like '%name%' and value is not null;
instance_name Asomp
service_names Asomp
db_name Asomp
We see that all provided parameters are not in the one case.
So which value should be put into the database name field during DBCA session maintain the parameter in the right way?