You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Clone Apex Session

Received Response
9
Views
3
Comments
edited Apr 16, 2022 7:22AM in Autonomous Database 3 comments

Summary

I clone Apex Session in local Database 18c XE and work fine, but on the Cloud not Work.

Content

Hi, I need to clone the Apex session to the Oracle Cloud Free Tier, but the submit command 
begin
apex_instance_admin.set_parameter(
p_parameter => 'CLONE_SESSION_ENABLED',
p_value     => 'Y');
end;
/
generates the following error message:
ORA-20987: APEX - Instance parameter not found ORA-06512: at "APEX_200200.WWV_FLOW_ERROR", line 1040 ORA-06512: at "APEX_200200.WWV_FLOW_ERROR", line 1407 ORA-06512: at "APEX_200200.WWV_FLOW_INSTANCE_ADMIN", line 88 ORA-06512: at "APEX_200200.WWV_FLOW_INSTANCE_ADMIN", line 218 ORA-06512: at line 2
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!