Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Solved! See The Solution
1 ACCEPTED SOLUTION
shocko has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.)
2 REPLIES 2
shocko has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
