5 Database Administration

Call Data Tables

2Enter your root password.

The system displays the system prompt #.

3Enter sqlplus sti/sti

The system starts a sqlplus session.

4Enter 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)

5Enter quit

The system exits the sqlplus session.

UCS 1000 R4.2 Administration 585-313-507

Issue 3 April 2000 209