Sybase Adaptive Server Anywhere Reference page 1119

Table of Contents

Advertisement

Database-level properties
Examples
v To retrieve the value of a database property:
v To retrieve the values of all database properties:
Descriptions
Appendix A Database Performance and Connection Properties
Property
ServerIdleWaits
TotalBuffers
TriggerPages
UnschReq
ViewPages
The following table lists properties available for each database on the server.
Use the
db_property
statement returns the page size of the current database:
select db_property ( 'PageSize')
Use the
sa_db_properties
call sa_db_properties
Property
Alias
CharSet
CheckpointUrgency
CurrentRedoPos
ConnCount
File
FileVersion
GlobalDBId
Description
The number of times the server has gone idle waiting
for IO completion or a new request.
The total number of network buffers.
The number of relocatable heap pages used for
triggers.
The number of requests that are currently queued up
waiting for an available server thread.
The number of relocatable heap pages used for views.
system function: For example, the following
system procedure:
Description
The database name.
The character set of the database.
The time that has elapsed since the last checkpoint, as
a percentage of the checkpoint time setting of the
database.
The current offset in the transaction log file, where
the next database operation is to be logged.
The number of connections to the database.
The file name of the database root file, including path.
The version of the database file. This does not
correspond to a software release version.
The value of the GLOBAL_DATABASE_ID option
used to generate unique primary key values in a
1101

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents