Skip to content

Instantly share code, notes, and snippets.

@fatih-keles
Created April 11, 2023 12:35
Show Gist options
  • Save fatih-keles/9398b68b1be34b2dbb435dd33ac76bff to your computer and use it in GitHub Desktop.
Save fatih-keles/9398b68b1be34b2dbb435dd33ac76bff to your computer and use it in GitHub Desktop.
BEGIN
apex_instance_admin.set_parameter(
p_parameter => 'IMAGE_PREFIX',
p_value => '/i/20.2.0.00.20/'
);
COMMIT;
END;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment