Advertisement
fkeles

Untitled

Apr 13th, 2023 (edited)
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PL/SQL 0.17 KB | Source Code | 0 0
  1. BEGIN
  2.     apex_instance_admin.set_parameter(
  3.         p_parameter => 'IMAGE_PREFIX',
  4.         p_value => 'https://static.oracle.com/cdn/apex/22.2.0/'
  5.     );
  6.     COMMIT;
  7. END;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement