Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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
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
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.