Hey, Dev!
Are you looking for a forum full of active developers to help you?
So if you want to:
➡️ Get answers for your development issues
➡️ Help others
➡️ Write an article
➡️ Get rewarded for your active participation
Then this place is just for you and it is 100% FREE.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Unable to login into Apex - login screen doesn't appear after installation
Subrat
worked this time, after executing below. SQL> CONN sys@cdb1 AS SYSDBA DECLARE l_passwd VARCHAR2(40); BEGIN l_passwd := DBMS_RANDOM.string('a',10) || DBMS_RANDOM.string('x',10) || '1#'; -- Remove CONTAINER=ALL for non-CDB environments. EXECUTE IMMEDIATE 'ALTER USER anonymous IDENTIFIED BY ' || l_pRead more
worked this time, after executing below.
See lessUnable to login into Apex - login screen doesn't appear after installation
Subrat
I have already followed that step, changed the PDB.
I have already followed that step, changed the PDB.
See lessUnable to login into Apex - login screen doesn't appear after installation
Subrat
Install logs, Thank you for installing Oracle Application Express 20.1.0.00.13 Oracle Application Express is installed in the APEX_200100 schema. The structure of the link to the Application Express administration services is as follows:http://host:port/pls/apex/apex_admin (Oracle HTTP Server withRead more
Install logs,
Thank you for installing Oracle Application Express 20.1.0.00.13
Oracle Application Express is installed in the APEX_200100 schema.
The structure of the link to the Application Express administration services is as follows:
http://host:port/pls/apex/apex_admin (Oracle HTTP Server with mod_plsql)
http://host:port/apex/apex_admin (Oracle XML DB HTTP listener with the embedded PL/SQL gateway)
http://host:port/apex/apex_admin (Oracle REST Data Services)
The structure of the link to the Application Express development interface is as follows:
http://host:port/pls/apex (Oracle HTTP Server with mod_plsql)
http://host:port/apex (Oracle XML DB HTTP listener with the embedded PL/SQL gateway)
http://host:port/apex (Oracle REST Data Services)
timing for: Phase 3 (Switch)
Elapsed: 00:00:17.56
timing for: Complete Installation
Elapsed: 00:10:45.03
PL/SQL procedure successfully completed.
1 row selected.
...null1.sql
See lessUnable to login into Apex - login screen doesn't appear after installation
Subrat
I see the user APEX_200100 is already getting created in 4th step (@apexins.sql) itself. When I run 5th step (@apxrtins.sql), it fails with same error. Note : after removing apex I have validated APEX_200100 was not present under all_users. Is there any compatibility issue? Please note that I haveRead more
I see the user APEX_200100 is already getting created in 4th step (@apexins.sql) itself.
When I run 5th step (@apxrtins.sql), it fails with same error.
Note : after removing apex I have validated APEX_200100 was not present under all_users.
Is there any compatibility issue? Please note that I have used same version of apex in oracle xe 11 without any issue.