Search code examples
databaseoracle-databaseoracle-apexdatabase-administration

Getting 404-Not Found Error on running Oracle APE X Application


I have started learning oracle APEX and installed oracle apex 20.2 on my desktop PC just now. I am facing a problem that on running a sample application after install it shows me 404 - Not Found error. enter image description here Can anybody help me on this issue?


Solution

  • I have solved this issue. Actually the issue was with the user rights. I created a new user other the APEX_PUBLIC_USER and then the APEX was not working well because my new user didn't have those rights which APEX_PUBLIC_USER has.

    I solved it by configuring the APEX back to the APEX_PUBLIC_USER and it runs well.