Oracle7 Server Utilities

Contents Index Home Previous Next

Table Information

The Table Information Section provides the following entries for each table loaded:

For example:

Table EMP, loaded from every logical record.
Insert option in effect for this table: REPLACE
   Column Name                Position   Len  Term Encl Datatype
--------------------------------------   ---  ---- ---- ---------
   EMPNO                           1:4     4            CHARACTER
   ENAME                          6:15    10            CHARACTER
   JOB                           17:25     9            CHARACTER
   MGR                           27:30     4            CHARACTER
   SAL                           32:39     8            CHARACTER
   COMM                          41:48     8            CHARACTER
   DEPTNO                        50:51     2            CHARACTER
Column EMPNO is NULL if EMPNO = BLANKS
Column MGR is NULL if MGR = BLANKS
Column SAL is NULL if SAL = BLANKS
Column COMM is NULL if COMM = BLANKS
Column DEPTNO is NULL if DEPTNO = BLANKS


Contents Index Home Previous Next