Upgrade Oracle 11.2.0.1 to 11.2.0.2
Hello everybody,
I've just upgraded an Oracle Server 11gR2 test machine.
- installed 11.2.0.2 server in separate ORACLE_HOME
- upgraded one instance manually and another using DBUA
Both options worked, but I think I'd prefer the manuell upgrade (DBUA is easier, but manually I have more influence on procedure)
One thing is left:
What about the Listener? When should I switch to the new one?
When I install the 11.2.0.2 server into a new directory (ORACLE_HOME) and try to configure OracleNet, the listener (default configuration) won't start, because the port 1521 is in use by the old listener. If I want to register the databases with the new listener, I need to stop the old one, start the new one and then register the databases with the new listener.
I've just upgraded an Oracle Server 11gR2 test machine.
- installed 11.2.0.2 server in separate ORACLE_HOME
- upgraded one instance manually and another using DBUA
Both options worked, but I think I'd prefer the manuell upgrade (DBUA is easier, but manually I have more influence on procedure)
One thing is left:
What about the Listener? When should I switch to the new one?
When I install the 11.2.0.2 server into a new directory (ORACLE_HOME) and try to configure OracleNet, the listener (default configuration) won't start, because the port 1521 is in use by the old listener. If I want to register the databases with the new listener, I need to stop the old one, start the new one and then register the databases with the new listener.
0