Hello,
I have run all the scripts from page https://www.foxinfotech.in/2020/04/installing-oracle-apex-20-1.html and https://www.foxinfotech.in/2019/04/install-oracle-apex-19-1-in-eleven-easy-steps.html but when i run
http://localhost:8181/apex/apex_admin on my browser, my username and password are wrong. I am using username admin and password of my choice. Is there a way to by pass the credentials to be able to see apex homepage and see admin apex page to sign in. Thank you Note: I can show you my issue on whatsapp if you prefer
Actually I installed database 12c and your code work completely fine on 12c but there error on 19c.
Issue still I cannot login to http://localhost:8181/apex/apex_admin
It is not accepting my admin credentials during
What error are you getting when specifying the password for the admin?
Actually, the method is the same as installing Oracle Apex on Oracle Database 12c onwards. I think you have to specify the complex password to meet the Oracle standard.
I got erros on the rest:
I think you should remove the installation and try again. You can remove the installation using the following script:
@apxremov.sql
Run the above script after logging in as an SYS user and after setting the container for the session.
Then repeat the steps to install Oracle Apex.
I am doing on Oracle Database 19c with apex 20.1. I did what you just said:
You need to repeat the steps from 6th to 9th from the tutorial you followed and check carefully if you get any errors.
If all these steps will complete successfully, then you will be able to log in without any issues.
Are you installing Oracle Apex on the Oracle 12c database or later? If yes, then you should set the container for the session before running each script. Below is the command to set the PDB for the current session:
You can also refer to the following threads: Unable to Login into Apex.
If installing on Oracle Database prior to 12c, check if you have successfully completed the 7th step from the following tutorial. You can rerun the 7th step to confirm:
Installing Oracle Apex 19.1 in eleven easy steps