McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 182

↗ View in doc context
page
182
source
cucm/v15/cli-reference/cucm-15-cli-reference.md
chunk_id
cucm::v15::cli-reference::cucm-15-cli-reference::166

Example of Displaying the Schema for the Table tbl_user in the unitydirdb Database admin: show cuc dbtable schema unitydirdb tbl_cos A collection of service privileges for subscribers that control access to features and use of the system into classes. Class of Service objects determine which features a subscriber is licensed to use, the maximum length of their greetings and messages, what numbers they are allowed to dial, and what options are available to the subscriber among other things. Columns: displayname movetodeletefolder accessunifiedclient ... accesslivereply show cuc dbview contents This command saves the results from a specified SQL view in a CSV file. show cuc dbview contents {database_nameview_name} Syntax Description Description Parameters Specifies the database that contains the view whose results you want to save to a file. Be aware that database names are case sensitive. Connection databases include: • unitydirdb—Contains the directory and configuration data. • unitydyndb—Contains dynamic data that Connection uses internally. • unitymbxdb1 to unitymbxdb5—Contains the data about the current voice messages in the corresponding mailbox store, including pointers to the audio files that are stored in the file system. If only one mailbox store is configured, the name of the mailbox store database is always unitymbxdb1. • unityrptdb—Contains audit log data. database_name Specifies the view whose results you want to save to a file. Note For a list of the views in a specified database, use the show cuc dbview list command. Be aware that view names are case sensitive. view_name Command Modes Administrator (admin:) Usage Guidelines After the command completes, the location of the CSV file displays. Use the file commands to display the contents of the file. Command Line Interface Reference Guide for Cisco Unified Communications Solutions, Release 15 and SUs 158 Show Commands show cuc dbview contents