How To Extract The List Of All Admin Users Created In OBDX From Database ?
(Doc ID 2766703.1)
Last updated on APRIL 23, 2023
Applies to:
Oracle Banking Digital Experience - Version 18.3.0.0.0 to 18.3.0.0.0 [Release 18]Information in this document applies to any platform.
Goal
How to extract the list of all admin users created in OBDX from Database? Kindly provide required database query.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
SELECT * FROM GROUPMEMBERS where G_name='administrator'; |