Skip to content

Instantly share code, notes, and snippets.

@fatih-keles
Created April 11, 2023 12:33
Show Gist options
  • Save fatih-keles/3e0931b3a1650a2d9aee21c1c1545644 to your computer and use it in GitHub Desktop.
Save fatih-keles/3e0931b3a1650a2d9aee21c1c1545644 to your computer and use it in GitHub Desktop.
BEGIN
apex_instance_admin.set_parameter(
p_parameter => 'IMAGE_PREFIX',
p_value => 'https://static.oracle.com/cdn/apex/22.2.0/'
);
COMMIT;
END;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment