The Information_Schema Routines Table - Oracle 5.0 Reference Manual

Table of Contents

Advertisement

DURATION
CPU_USER
CONTEXT_VOLUNTARY
context switches occurred.
BLOCK_OPS_IN
MESSAGES_SENT
and received.
PAGE_FAULTS_MAJOR
faults.
indicates how many swaps occurred.
SWAPS
• SOURCE_FUNCTION, SOURCE_FILE, and
source code the profiled state executes.
19.8. The
INFORMATION_SCHEMA ROUTINES
The
ROUTINES
table does not include user-defined functions (UDFs).
ROUTINES
The column named
the
INFORMATION_SCHEMA.ROUTINES
INFORMATION_SCHEMA
SPECIFIC_NAME
ROUTINE_CATALOG
ROUTINE_SCHEMA
ROUTINE_NAME
ROUTINE_TYPE
DTD_IDENTIFIER
ROUTINE_BODY
ROUTINE_DEFINITION
EXTERNAL_NAME
EXTERNAL_LANGUAGE
PARAMETER_STYLE
IS_DETERMINISTIC
SQL_DATA_ACCESS
SQL_PATH
SECURITY_TYPE
CREATED
LAST_ALTERED
SQL_MODE
ROUTINE_COMMENT
DEFINER
Notes:
The
INFORMATION_SCHEMA ROUTINES
indicates how long statement execution remained in the given state, in seconds.
and
indicate user and system CPU use, in seconds.
CPU_SYSTEM
and
CONTEXT_INVOLUNTARY
and
BLOCK_OPS_OUT
and
MESSAGES_RECEIVED
and
PAGE_FAULTS_MINOR
table provides information about stored routines (both procedures and functions). The
"mysql.proc
name" indicates the
Name
indicate how many voluntary and involuntary
indicate the number of block input and output operations.
indicate the number of communication messages sent
indicate the number of major and minor page
provide information indicating where in the
SOURCE_LINE
mysql.proc
table column, if any.
Name
mysql.proc
specific_name
db
name
type
body
language
is_deterministic
sql_data_access
security_type
created
modified
[495]
sql_mode
comment
definer
1722
Table
Table
table column that corresponds to
Remarks
NULL
{PROCEDURE|FUNCTION}
data type descriptor
SQL
NULL
NULL
SQL
NULL
MySQL extension
MySQL extension
MySQL extension

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 5.0 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Mysql 5.0

Table of Contents