Advertisement
fkeles

Untitled

Apr 13th, 2023
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PL/SQL 0.15 KB | Source Code | 0 0
  1. BEGIN
  2.     apex_instance_admin.set_parameter(
  3.         p_parameter => 'IMAGE_PREFIX',
  4.         p_value => '/i/20.2.0.00.20/'
  5.     );
  6.     COMMIT;
  7. END;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement