In Tablespace Management, the command line option allows you to:
View Sentinel database space usage
This action (dbstats) displays the Sentinel database usage for all Sentinel tablespaces in Oracle and Sentinel filegroups in MS SQL.
This command uses the following flags:
-action |
dbstats |
-connectFile |
<filePath> |
To view Sentinel Database Space Usage (Command Line):
Execute the following command:
-action dbStats -connectFile <filePath>
The following example displays the tablespaces of Sentinel database with their total space, used space and free space available.
Oracle Example:
./sdm action dbStats connectFile sdm.connect
SQL Server Example:
Sdm action dbStats connectFile sdm.connect