Skip to content

Script to add user to SQL Dev Web #21

@martindsouza

Description

@martindsouza

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)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions