describe
Syntax
describe [[owner_pattern.] name_pattern | procedure_name_pattern |sql_statement | [connect_id.]command_id |*]
Description
List information on tables, synonyms, views, materialized views, sequences,
cache groups, PL/SQL functions, PL/SQL procedures, PL/SQL packages and TimesTen built-in
procedures in that order when the argument is
[
owner_pattern
.]
name_pattern
.
Otherwise lists the specific objects that match the given pattern.
Describes the parameters and results columns when the argument is
sql_statement
.
If passthrough
is set to 3, lists information about the same
types of objects in the Oracle database.
If *
is specified, reports the prepared statements for all
connections.
If the table or materialized view being described is in a TimesTen Scaleout database, this command reports the distribution scheme.
When describing cache groups, reports information on cache groups defined in the currently connected data source, including the state of any terminated databases that contain autorefresh cache groups.
If the command is describing a sequence in a TimesTen Scaleout database, displays the batch field.
The command alias is desc
.
For examples, see Prepare a SQL Statement for Subsequent Runs and describe Command.