Skip to Main Content

DevOps, CI/CD and Automation

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!

need Oracle Designer data model, for database roles

Wm Peck 1958Feb 11 2015 — edited Feb 27 2015

I'm using Oracle Designer 10.1.2.6, and need to know where to find Role Descriptions for a module.

Here's my starting point in Designer-Repository Object Navigator,

bus units.PNG

These point to here, so ultimately I want to get Role Responsibilities --> "ACADEMIC_DEPARTMENT" on the right.

Role description.PNG

I've looked at these tables but can't find where to find this data.

SELECT * FROM sdd_folders app -- applications

SELECT * from sdd_folder_members afm -- intersect between applications and folders

SELECT * from sdd_folders fol -- folders

SELECT * from sdd_folder_members fms -- intersect between folders and modules

SELECT * from sdd_mod gmd WHERE -- modules

SELECT * from sdd_mun mco -- module components

SELECT * from sdd_mti mdt -- module detail table usages

SELECT * from sdd_tab tab -- tables

SELECT * from sdd_ite dbi -- data bound items

SELECT * from sdd_col col -- columns

This post has been answered by Wm Peck 1958 on Feb 27 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 27 2015
Added on Feb 11 2015
14 comments
3,159 views