Are the APIs documented for 12c
I am trying to automate some of our management of 12c. We have tables in other databases that has who has access to a host. I would like to use stored procedures to do the promoting and grants when a target becomes managed. I am not looking to call out to emcli since I am joining tables between my tables and the repository. So, I am looking for any documentation on the APIs (like the DBMS APIs for the database)?
0