Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
OUD vs CMU

Hello OUD Gurus,
With oracle introducing CMU, I am trying to understand what is the future of OUD? And if OUD is going to stay around, what would be the difference between OUD & CMU?
Thanks,
aBBy
Best Answer
-
If the query is regarding 18c/19c DB and CMU then it does make it easier to set up the whole identity store concept by not having an extra layer in OUD.
So technically, yes, you can have a system which need not use OUD but have just CMU for user authentication from DB.
AFAIK OUD is going to stay around for quite a long while and be used as the de-facto user store for all other applications.
This is my 2 cents on this topic.
Answers
-
If the query is regarding 18c/19c DB and CMU then it does make it easier to set up the whole identity store concept by not having an extra layer in OUD.
So technically, yes, you can have a system which need not use OUD but have just CMU for user authentication from DB.
AFAIK OUD is going to stay around for quite a long while and be used as the de-facto user store for all other applications.
This is my 2 cents on this topic.
-
LDAP is generic purpose for authentication and authorization.
DB is one usage among many others.
So likely OUD and other directories will stay for long time
-
Thank you Srinath & Etienne.