|
The database console (XCONS) is a database tool that displays information about the databases. It shows a quick overview of the operating system resources being used by the database system, the distribution of database tasks to threads, and the status of active database tasks. It is a command line tool and can be used on all operating systems supported by the database system.
Call at Shell Level
x_cons <database_name> <command> [<interval> [<repeat>]]
- <command> : x_cons command
- <interval> : Time between repetitions of the same command. If you do not specify an <interval>, the command is executed once.
- <repeat> : Number of times the command is repeated. If you specify an <interval> but no <repeat>, the command is repeated an unlimited number of times.
Call with Database Manager CLI
dbmcli -d <database_name> -u <dbm_operator>, <password> <command>
You can also execute all console commands with Database Manager CLI.
Detailed information about XCONS is available at
SAP MaxDB Database Console 7.6
SAP MaxDB Database Console 7.7
SAP MaxDB Database Console 7.8
|