Login  Register

Re: Blank Page when connecting

Posted by big on Aug 05, 2021; 5:15pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Blank-Page-when-connecting-tp10045p10050.html

Hi,

Running adautoconfig after editting CONTEXT_FILE did not resolved the problem and we have:
SQL> select fnd_web_sec.validate_login('GUEST','ORACLE') from dual;

FND_WEB_SEC.VALIDATE_LOGIN('GUEST','ORACLE')
--------------------------------------------------------------------------------
N

SQL>  select fnd_message.get from dual;

GET
--------------------------------------------------------------------------------
Oracle error -29548: ORA-29548: Java system class reported: release of Java syst
em classes in the database (11.2.0.4.200714) does not match that of the oracle e
xecutable (11.2.0.4.170718) has been detected in FND_WEB_SEC.VALIDATE_LOGIN(u,p)

Is ther any query to vérify release of Java syst
em classes ?
What to do to resolve the release problem?

Thanks and regards.