Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error while trying to install oracle apex on-premises

user-gett0Jul 30 2023

when i try to run this command “@apexins.sql SYSAUX SYSAUX TEMP /i/” it shows me an error, please I need help

SQL> @apexins.sql SYSAUX SYSAUX TEMP /i/

...set_appun.sql

PL/SQL procedure successfully completed.

...set_ufrom_and_upgrade.sql

PL/SQL procedure successfully completed.

PL/SQL procedure successfully completed.

Performing installation in multitenant container database in the background.

The installation progress is spooled into apexins_cdb*.log files.

Please wait...

catcon::set_log_file_base_path: ALL catcon-related output will be written to [C:\Users\cegmr-bioinformatic\Desktop\apex_22.1_en\apex\apexins_cdb_catcon_8256.lst]

catcon::set_log_file_base_path: catcon: See [C:\Users\cegmr-bioinformatic\Desktop\apex_22.1_en\apex\apexins_cdb*.log] files for output generated by scripts

catcon::set_log_file_base_path: catcon: See [C:\Users\cegmr-bioinformatic\Desktop\apex_22.1_en\apex\apexins_cdb_*.lst] files for spool files, if any

catcon::print_exec_DB_script_output: ] end of output produced in exec_DB_script

catcon::catconInit2: unexpected error in get_instance_status_and_name

Unexpected error encountered in catconInit2; exiting

Installation completed. Log files for each container can be found in:

apexins_cdb*.log

You can quickly scan for ORA errors or compilation errors by using a utility

like grep:

grep ORA- *.log

grep PLS- *.log

SQL> @apexins.sql SYSAUX SYSAUX TEMP /i/

...set_appun.sql

PL/SQL procedure successfully completed.

...set_ufrom_and_upgrade.sql

PL/SQL procedure successfully completed.

PL/SQL procedure successfully completed.

Performing installation in multitenant container database in the background.

The installation progress is spooled into apexins_cdb*.log files.

Please wait...

catcon::set_log_file_base_path: ALL catcon-related output will be written to [C:\Users\cegmr-bioinformatic\Desktop\apex_22.1_en\apex\apexins_cdb_catcon_3804.lst]

catcon::set_log_file_base_path: catcon: See [C:\Users\cegmr-bioinformatic\Desktop\apex_22.1_en\apex\apexins_cdb*.log] files for output generated by scripts

catcon::set_log_file_base_path: catcon: See [C:\Users\cegmr-bioinformatic\Desktop\apex_22.1_en\apex\apexins_cdb_*.lst] files for spool files, if any

catcon::print_exec_DB_script_output: ] end of output produced in exec_DB_script

catcon::catconInit2: unexpected error in get_instance_status_and_name

Unexpected error encountered in catconInit2; exiting

Installation completed. Log files for each container can be found in:

apexins_cdb*.log

You can quickly scan for ORA errors or compilation errors by using a utility

like grep:

grep ORA- *.log

grep PLS- *.log

SQL> clear

SQL> @apexins.sql SYSAUX SYSAUX TEMP /i/

...set_appun.sql

PL/SQL procedure successfully completed.

...set_ufrom_and_upgrade.sql

PL/SQL procedure successfully completed.

PL/SQL procedure successfully completed.

Performing installation in multitenant container database in the background.

The installation progress is spooled into apexins_cdb*.log files.

Please wait...

catcon::set_log_file_base_path: ALL catcon-related output will be written to [C:\Users\cegmr-bioinformatic\Desktop\apex_22.1_en\apex\apexins_cdb_catcon_22336.lst]

catcon::set_log_file_base_path: catcon: See [C:\Users\cegmr-bioinformatic\Desktop\apex_22.1_en\apex\apexins_cdb*.log] files for output generated by scripts

catcon::set_log_file_base_path: catcon: See [C:\Users\cegmr-bioinformatic\Desktop\apex_22.1_en\apex\apexins_cdb_*.lst] files for spool files, if any

catcon::print_exec_DB_script_output: ] end of output produced in exec_DB_script

catcon::catconInit2: unexpected error in get_instance_status_and_name

Unexpected error encountered in catconInit2; exiting

Installation completed. Log files for each container can be found in:

apexins_cdb*.log

You can quickly scan for ORA errors or compilation errors by using a utility

like grep:

grep ORA- *.log

grep PLS- *.log

Comments
Post Details
Added on Jul 30 2023
7 comments
1,096 views