A SERVICE OF

logo

5 Database Administration Call Data Tables
UCS 1000 R4.2 Administration 585-313-507 Issue 3 April 2000 209
2 Enter your root password.
The system displays the system prompt
#.
3 Enter sqlplus sti/sti
The system starts a sqlplus session.
4 Enter describe CCA
Note: If the table name is lowercase, do not use the describe command.
Instead, use desc as described below:
desc table_name
The system displays the current definition of the CCA table, similar to the
following:
Name Null? Type
---------- ----- -----
START_TIME DATE
PHONE_NUM VARCHAR2(16)
RESULT_CODE VARCHAR2(1)
5
Enter quit
The system exits the sqlplus session.