Oracle Application Express (MOSC)

MOSC Banner

Can't attach session ORA-21002

edited Jul 3, 2025 4:17PM in Oracle Application Express (MOSC) 2 commentsAnswered

Hi

I try attach apex session in SQLDeveloper:

BEGIN
apex_session.attach( p_app_id => 9101, p_page_id => 270, p_session_id => 16829727300000);
END;

Error at line 5/38: ORA-21002: attempted to reraise a cleared error ORA-06512: at "APEX_240200.WWV_FLOW_SESSION", line 3056 ORA-06512: at "APEX_240200.WWV_FLOW_SESSION_API", line 88 ORA-06512: at line 2 3. p_app_id => 9100, 4. p_page_id => 270, 5. p_session_id => 16829727300000); 6. end;

I use Oracle APEX 24.2.5
Oracle DB 23ai

It looks like APEX bug : ( Do you know some workaround ?

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