We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Difference between Managed By and Owned By in case of database instance

uditseth
Kilo Contributor

I am trying to gather some details of Oracle Instances, but "managed_by" and "owned_by" keys in JSON (result of calling REST API to "cmdb_ci_db_ora_instance") confused me.

Out of both, which has access to the actual oracle instance?

1 ACCEPTED SOLUTION

sachin_namjoshi
Kilo Patron

Managed_by will have access to oracle instance.


Owned_by is usually business user who relies on apps which are hosted on this oracle instance.



Regards,


Sachin


View solution in original post

2 REPLIES 2

sachin_namjoshi
Kilo Patron

Managed_by will have access to oracle instance.


Owned_by is usually business user who relies on apps which are hosted on this oracle instance.



Regards,


Sachin


Thanks for your help Sachin.