Chapter 14 System Procedures and Functions
973
♦ Connections
♦ Disconnections
♦ Beginnings of transactions
♦ DROP STATEMENT statement.
♦ Cursor explanations
♦ Cursor closings
♦ Cursor resume
♦ Errors
You can find the current value of this setting using the RequestLogging
property function.
$ For more information, see "–zr command-line option" on page 40, and
"Server-level properties" on page 1095.
The following statement disallows new connections to the database server.
call sa_server_option( ’disable_connections’, ’ON’)
sa_table_page_usage system procedure
Reports information about the page usage of database tables.
sa_table_page_usage
DBA authority required.
None
"The Information utility" on page 96
The results include the same information provided by the Information utility.
$ For information on the Information utility, see "The Information utility"
on page 96.
sa_validate system procedure
Validates all tables in a database.
sa_validate [
tbl_name
, ] [
owner_name
, ] [
check_type
]
DBA authority required.
None
Example
Function
Syntax
Permissions
Side effects
See also
Description
Function
Syntax
Permissions
Side effects