Cisco Cisco Prime Optical 9.6 Technical References

Page of 536
Cisco Prime Optical 9.6.3 Database Schema
 
 
OL-28045-01 
58 
  For medium, large, and high-end configurations, this table is partitioned. 
 
Table 1-27 Circuit_VLAN_Tbl 
Column Name 
Oracle Data 
Type 
Integrity 
Constraints 
Description 
CktNodeId 
NUMBER(10) 
NOT NULL 
Node ID of the circuit's source node. This 
is an internal field. 
CktUniqueId 
NUMBER(10) 
NOT NULL 
Unique number within each source node. 
This is an internal field. The CktNodeId 
and CktUniqueId combine to form a 
circuit ID that is unique in the network. 
CktVlanId 
NUMBER(10) 
— 
VLAN ID. 
CktVlanName 
VARCHAR2(64) 
— 
VLAN name. 
NPID 
NUMBER(10) 
DEFAULT 0 
Network partition ID. 
1.1.29  CLISession_Command_History_Tbl  
The CLISession_Command_History_Tbl provides a list of commands used by a specific 
user in a CLI session.  
Primary key: CLISESSION_COMMAND_HISTORY_PK  
Tablespace: BASE_DATA_TABLESPACE  
Table 1-28 CLISession_Command_History_Tbl 
Column Name 
Oracle Data 
Type 
Integrity 
Constraints 
Description 
SessionTag 
VARCHAR2(32) 
NOT NULL 
Session tag. 
UserName 
VARCHAR2(64) 
NOT NULL 
Name of the user. 
Command_History  VARCHAR2(256)  NOT NULL 
Command history. 
1.1.30   Connless_TP_Table  
The Connless_TP_Table contains the connectionless termination points (TPs) along with 
their associated information.  
Primary key: CONNLESS_TP_TABLE_PK  
Tablespace: BASE_DATA_TABLESPACE  
Table 1-29 Connless_TP_Table