Oracle9i Database Reference
Release 1 (9.0.1)

Part Number A90190-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

Static Data Dictionary Views, 464 of 521


USER_PUBLISHED_COLUMNS

USER_PUBLISHED_COLUMNS describes all existing source table columns for which the user has privileges.

Column  Datatype  Description 

SOURCE_SCHEMA_NAME 

VARCHAR2(30) 

Table owner in the source system 

SOURCE_TABLE_NAME 

VARCHAR2(31) 

Table name in the source system 

COLUMN_NAME 

VARCHAR2(30) 

Column name 

DATA_TYPE 

VARCHAR2(30) 

Column datatype 

DATA_LENGTH 

NUMBER 

Column length in bytes 

DATA_PRECISION 

NUMBER 

Decimal precision for NUMBER datatype; binary precision for FLOAT datatype; NULL for all other datatypes 

DATA_SCALE 

NUMBER 

Digits to the right of a decimal point in a number 

NULLABLE 

CHAR(1) 

Nulls allowed (Y |N)? 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback