Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Difference between Security Group and Workspace

monicanSep 26 2018 — edited Sep 27 2018

Hello, I'm new to APEX and I'm trying understand some concepts. I've found that in several forums and question discussions sometimes the terms security group and workspace are mixed up. Also when making use of the APEX API, in function calls like the following:

APEX_UTIL.FIND_WORKSPACE (p_security_group_id =>'20'); -- it's passing the security group id to get the workspace name, why not workspace ID? are they the same?

apex_util.find_security_group_id (p_workspace => 'PROJECTS'); -- it's passing the workspace name to get the security group id

Are these two concepts the same thing? So, whenever I refer to security_group_id, I'm refering to workspace_id.

Thank you in advance!

This post has been answered by Hilary Farrell-Oracle on Sep 27 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 25 2018
Added on Sep 26 2018
4 comments
792 views