Skip to Main Content

ORDS, SODA & JSON in the Database

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!

localhost:8080/ords/apex_admin user/pwd ?

User_IK6T0Sep 4 2021 — edited Sep 4 2021

It apperas I installed everything (db,apex,ords) OK.

does not work: localhost:8080/ords/apex_admin

added following to listener.ora:
 (DESCRIPTION=
     (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=8080))(Presentation=HTTP)(Session=RAW)
   )
 )

at this point listener service will not even start without that in listener.ora

Anyway, at this point even only http://localhost:8080/ brings up
user name/pwd form.

Have no idea which user name and pwd ?
'admin' and pwd of db does not work.

I guess, since I did
alter user APEX_PUBLIC_USER account unlock;
the user should be that, APEX_PUBLIC_USER ? Does not work either.

I did set username & pwd with @apxchpwd.sql
That does not work either.

Since I read APEX_PUBLIC_USER has some randome pwd, executed:

ALTER USER APEX_PUBLIC_USER IDENTIFIED BY new_password

Has no effect to my problem, can't log in.

Comments
Post Details
Added on Sep 4 2021
2 comments
4,006 views