Skip to main content
SnapManager Oracle

The smo clone list command

Contributors NetAppZacharyWambold

This command lists the clones of the database for a given profile.

Syntax

        smo clone list
-profile profile_name
-delimiter character
\[-quiet \| -verbose\]

Parameters

  • -profile profile_name

    Specifies the list of clones associated with the profile. The profile contains the identifier of the database and other database information.

  • -delimiter character

    When this parameter is specified, the command lists the attributes in each row separated by the character specified.

  • -quiet

    Displays only error messages on the console. The default is to display error and warning messages.

  • -verbose

    Displays error, warning, and informational messages on the console.

Example command

The following example lists the database clones in the SALES1 profile.

smo clone list -profile SALES1 -verbose
ID Status SID Host Label Comment
-------- ------- ----- ------- ---------- -------
8ab...01 SUCCESS hsdbc server1 back1clone test comment

Related information