Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script to add user to SQL Dev Web #21

Open
martindsouza opened this issue Jan 13, 2020 · 0 comments
Open

Script to add user to SQL Dev Web #21

martindsouza opened this issue Jan 13, 2020 · 0 comments

Comments

@martindsouza
Copy link
Owner

Thanks to @fuzziebrain for pointing out that schemas either need to be mapped to an APEX workspace or explicit access needs to be granted to them to access SQL Dev Web.

begin
  ords_admin.enable_schema(
    p_enabled => true
    , p_schema => 'GRE'
    , p_url_mapping_type => 'BASE_PATH'
    , p_url_mapping_pattern => 'gre'
    , p_auto_rest_auth => null
  );
  
  commit;
end;

This could be a script we provide here and suggest to run via sqlcl (via raw URL)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant