Cloning sessions
This commit is contained in:
parent
757fbdb1a6
commit
d354579f19
@ -55,3 +55,14 @@ BEGIN
|
|||||||
END;
|
END;
|
||||||
/
|
/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
BEGIN
|
||||||
|
APEX_INSTANCE_ADMIN.SET_PARAMETER (
|
||||||
|
p_parameter => 'CLONE_SESSION_ENABLED',
|
||||||
|
p_value => 'Y'
|
||||||
|
);
|
||||||
|
COMMIT;
|
||||||
|
END;
|
||||||
|
/
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user