Advertisement
fkeles

Untitled

Apr 19th, 2023
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PL/SQL 0.19 KB | Source Code | 0 0
  1. BEGIN
  2.     apex_instance_admin.set_parameter('DISABLE_ADMIN_LOGIN', 'N');
  3.     COMMIT;
  4. END;
  5.  
  6. BEGIN
  7.     apex_instance_admin.set_parameter('DISABLE_WORKSPACE_LOGIN', 'N');
  8.     COMMIT;
  9. END;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement