Can't attach session ORA-21002
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 ?