Name

DESCRIBE

Synopsis

DESC[RIBE] [schema.]object_name
           [@database_link_name]

The DESCRIBE command is used to display information about a table, a view, an Oracle8 object type, a stored package, a stored procedure, or a stored function. For example:

DESCRIBE employee
DESCRIBE jenny.employee
DESCRIBE employee@other_db

Parameters

schema

Is the name of the object’s owner.

object_name

Is the name of the object that you want to describe.

database_link_name

Is the name of a database link pointing to the database where the object exists.

Get Oracle SQL*Plus Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.