SELECT * FROM ALL_CONS_COLUMNS A JOIN ALL_CONSTRAINTS C ON A.CONSTRAINT_NAME = C.CONSTRAINT_NAME WHERE C.TABLE_NAME = 'RSC' AND C.CONSTRAINT_TYPE = 'R'; --To get Table PK and indexes. --------------------------------- SELECT USER_TABLES.TABLE_NAME, USER_INDEXES.INDEX_NAME FROM USER_TABLES JOIN USER_INDEXES ON USER_INDEXES.TABLE_NAME = USER_TABLES.TABLE_NAME WHERE USER_TABLES.TABLE_NAME = 'CERT_TASK_ACTION' ORDER BY USER_TABLES.TABLE_NAME, USER_INDEXES.INDEX_NAME; SELECT USER_TABLES.TABLE_NAME, USER_INDEXES.INDEX_NAME, USER_IND_COLUMNS.COLUMN_NAME FROM USER_TABLES JOIN USER_INDEXES ON USER_INDEXES.TABLE_NAME = USER_TABLES.TABLE_NAME JOIN USER_IND_COLUMNS ON USER_INDEXES.INDEX_NAME = USER_IND_COLUMNS.INDEX_NAME WHERE USER_TABLES.TABLE_NAME = 'CERT_TASK_ACTION' ORDER BY USER_TABLES.TABLE_NAME, USER_INDEXES.INDEX_NAME;
Oracle Identity Manager (OIM R2PS2/PS3/12C) is a highly flexible and scalable enterprise identity administration system that provides operational and business efficiency by providing centralized administration & complete automation of identity and user provisioning events across enterprise as well as extranet applications.
SQL Queries to get Constraints and Indexes from OIM Tables.
Subscribe to:
Posts (Atom)
About OIM
Oracle Identity Management enables organizations to effectively manage the end - to - end life - cycle of user ide...
Popular Posts
-
OIM API's Sample Code : Videos: Massive Gaze Videos Connection Related API's : OIM DB Connection/ Data Source connection ...
-
Videos: Massive Gaze Videos 1. Basic OIM Information 2. MDS Export/Import 3. Steps For R2PS2 / R2PS3 Custom Pre-processor Ev...
-
Videos: Massive Gaze Videos 1. Query to get OIM Provsioned/provisioning Account details 2. Query to get usr keys For Rejected / ...
No comments:
Post a Comment