Hello,
I work on an on prem product which interacts with Oracle Autonomous Database. We connect to the database using wallet. We plan to use database cloning to copy the data/ddl from source to target .
We plan to create a procedure for this. I went through the Oracle Autonomous documentations and it only talks about how to achieve it through OCI UI. I am also aware of OCI sdk support for this but since its an on prem product we cannot use it.
I need help in understanding how I can achieve it using DBMS packages.