Oracle Application Express (MOSC)

MOSC Banner

DB 18.3/Win 10/APEX 20.1: SAML setup java version issue

edited Nov 14, 2020 3:46AM in Oracle Application Express (MOSC) 2 commentsAnswered ✓

I'm trying to setup SAML authentication on the APEX 20.1 and Oracle DB 18.3 (on Win 10, just downloaded from https://www.oracle.com/database/technologies/oracle18c-windows-180000-downloads.html and installed).

and getting following issue with the first step - running 

${ORACLE_HOME}/apex/core/PublicKeyUtil_class.sql 

the error is: 

SQL> select * from apex_release; 

VERSION_NO 

-------------------------------------------------------------------------------- 

API_COMPATIBILITY 

-------------------------------------------------------------------------------- 

PATCH_APPLIED 

-------------------------------------------------------------------------------- 

20.1.0.00.13 

2020.03.31 

APPLIED 

SQL> alter session set current_schema=apex_200100; 

SQL> exec apex_instance_admin.set_parameter('SAML_ENABLED','Y'); 

SQL> commit; 

SQL> @C:\Users\mkhodzyn\ORA\apex\20.1\apex_20.1_en\apex\core\PublicKeyUtil_class.sql 

create or replace and resolve java class using 'x' 

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center