I'm using Snapcenter 4.6 with Oracle 19c databases. Is the clone specification XML schema defined anywhere i.e. what values/attributes it can contain?
Hope this helps.
Clone specification XML example is given here:https://docs.netapp.com/us-en/snapmanager-oracle/windows/task_creating_clone_specifications.html#clone-specification-example
Create an Oracle database clone specification from a specified backup:"New-SmOracleCloneSpecification" (This command automatically creates an Oracle database clone specification file for the specified source database and its backup.)
https://docs.netapp.com/us-en/snapcenter-46/protect-sco/task_clone_oracle_database_backups_using_unix_commands.html
Thanks. The examples are useful but I'm suprised there is no formal specification for an enteprsie product in our Critical path. For example, this is simply not production ready
<clone-specification xmlns="http://www.example.com
How doe sone validate the schema for the product if creating specifications form code? If I had a path to log to support I would but I don't.