How do I properly remove a snapshotdb created with oakcli?
I'm running an ODA x5-2 version 12.1.2.6 installed.
I've got the 'create snapshotdb' working great when I realized there is no 'delete snapshotdb' command.
I tried running 'oakcli delete database -db <dbname>' but that does not remove the directories created by the snapshot.
Checking with 'acfsutil snap info /u02/app/oracle/oradata/datastore' I can see the snapshot.
My assumption is
oakcli delete database -db <dbname>
acfsutil snap delete <snap_name> <mountpoint>
But it would be nice to have another one-liner like the create snapshotdb.
Thanks in advance,
John