Hi there,
I have installed oracle 12c (winx64_12201_database.zip) on a windows 2016 server. everything is ok except accessing the EM in the browser.
I tried on web for a solution. unfortunately I could not get.
"server localhost is asking for user name and password. The server reports that it is from XDB."
I used admin user and password. and also tried system, sys no luck.
I have done the below from google research.
SQL> select dbms_xdb_config.getHttpsPort() from dual;
DBMS_XDB_CONFIG.GETHTTPSPORT()
------------------------------
5500
SQL> select dbms_xdb_config.gethttpport() from dual;
DBMS_XDB_CONFIG.GETHTTPPORT()
-----------------------------
0
none of these helped.
can some one help me to resolve this issue.
thankyou very much.
