I 'm upgrading Apex from version: 20.1 to 22.2 using Database: 12.2.0.1.0.
The steps I'm following are from this guide:
https://docs.oracle.com/en/database/oracle/apex/22.2/htmig/downloading-installing-apex.html#GUID-7E432C6D-CECC-4977-B183-3C654380F7BF
SQLPLUS /NOLOG
connect sys as sysdba
CONNECT SYS as SYSDBA
Then my SYS password
and after typing: @apexins.sql SYSAUX SYSAUX TEMP /i/
after it checks for the prerequisites and all are passed, i am getting these errors for every file (5).
coreins_catcon_4068
coreins2_catcon_4068
coreins3_catcon_4068
coreins4_catcon_4068
coreins5_catcon_4068
catcon: See [C:/Windows/Temp/apex/apex/coreins*.log] files for output generated by scripts
catcon: See [C:/Windows/Temp/apex/apex/coreins_*.lst] files for spool files, if any
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
0.01
catconInit: start logging catcon output at 2024-11-13 03:41:13
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
get_instance_status_and_name: unexpected error in exec_DB_script
output produced in exec_DB_script [
SQL*Plus: Release 12.2.0.1.0 Production on Mié Nov 13 03:41:13 2024 Copyright (c) 1982, 2016, Oracle. All rights reserved. SQL> ERROR: ORA-01017: nombre de usuario/contraseña no válidos; conexión denegada SQL> SQL> SQL> 2 SP2-0640: No conectado SQL> SQL> SQL> ] end of output produced in exec_DB_script
catconInit: unexpected error in get_instance_status_and_name
It looks like the scripts by itself is disconnecting my connection?? my oracle_home is set in windows.
My previous version was installed as CDB, not PDB, i wanna keep using it that way (if it's possible).
Please help