Oracle Magazine, July/August 2019
ORACLE MAGAZINE JULY AUGUST 2019 78 Database Developer OPEN SOURCE Transaction Processing instance The properties I will be passing into the create_ atp method are atp_ details admin_ password atp_ details compartment_ id atp_ details db_ name atp_ details display_ name atp_ details cpu_ core_ count atp_ details data_ storage_ size_ in_ tbs atp_ details license_ model The create_ atp method calls create_ autonomous_ database passing in the details object It stores the response in the atp_ response variable The response object contains detailed information about the newly provisioned Oracle Autonomous Transaction Processing instance but Im going to use only the atp_ id value The atp_ id is the OCID for the new Oracle Autonomous Transaction Processing instance def create_ atp db_ client atp_ details Provision a new ATP Database atp_ response db_ client create_ autonomous_ database create_ autonomous_ database_ details atp_ details Get the OCID for the new ATP Database print and return the ID atp_ id atp_ response data id print Created Automated Transaction Processing Database format atp_ ID return atp_ id
You must have JavaScript enabled to view digital editions.