Quantcast
Channel: Bearajamhousing » General
Viewing all articles
Browse latest Browse all 3854

SQL Monitor

$
0
0

The SQL Monitor enables you to see the actual statement calls created via SQL Links to a remote server or by way of the ODBC socket to an ODBC information source.

To open the SQL Monitor,
Decide on Database|SQL Monitor.

You can elect to monitor different kinds of activity. Decide on Alternatives|Trace Possibilities to bring up the Trace Choices dialog box. This dialog allows you to pick from various categories of activities to monitor. You can monitor any number of the following categories:

Ready Query Statements:
Ready statements to be sent to the server.

Executed Query Statements:
Statements to be executed by the server. Note multirae monitors that a single statement may possibly be prepared after and executed a number of times with distinct parameter bindings.

Input Parameters:
Parameter data sent to servers when undertaking INSERTs or UPDATEs.

Fetched Data:
Data retrieved from servers.

Statement Operations:
Each operation performed such as ALLOCATE, PREPARE, EXECUTE, and FETCH

Connect / Disconnect:
Operations associated with connecting and disconnecting to databases, which includes allocation of connection handles, freeing connection handles, if necessary by server.

Transactions:
Transaction operations such as Begin, COMMIT, and ROLLBACK (ABORT).

Blob I/O:
Operations on Blob datatypes, like GET BLOB Deal with, Retailer BLOB, and so on.

Miscellaneous:
Operations not covered by other categories.

Vendor Errors

Error messages returned by multirae monitors the server. The error message may possibly contain an error code, based on the server.

Vendor Calls
Actual API function calls to the server.

For instance, ORLON for Oracle, ISC_ATTACH for InterBase.

The Buffer page of the Trace Alternatives dialog makes it possible for you to specify how a lot trace information can be maintained in memory by the SQL monitor. You can select to have all trace data maintained in a circular memory buffer, so that as soon as the limit is reached, extra traces replace the first traces. Alternately, you may possibly choose to write traces information to a disk file when the memory buffer becomes multirae monitors complete.


Viewing all articles
Browse latest Browse all 3854

Trending Articles