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.