Skip to Main Content

Oracle Database Free

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!

Can not Log In Using the Webinterface

Peter MüllerAug 14 2025

I have the problem that I cannot log in to the Oracle web interface. I have created the user like this:

create user ich identified by 6699 default tablespace mein_tablespace;

I cannot log in under SYSTEM, SYS or "ICH". I try to log in under 127.0.0.1:5050.

I have set the port like this:

begin
dbms_xdb.setHTTPport('5050');
end;
/

Comments
Post Details
Added on Aug 14 2025
0 comments
24 views