JDBC_REPORT

Contains data required for the FusionAnalytics reports.

Structure

Column NameData TypeUniqueNullableDescription
IDbigintxThe primary key column
REPORT_ENTRY_IDbigintThe related report_entry_id
VIEW_NAMEvarchar(255)The Analytics perspective name
JDBC_IDbigintThe FusionReactor JDBC ID
SERVERsmallintThe Server ID taken from ServerMap
DTbigintThe number of milliseconds since the epoch. Timezone adjustments can be made with the timezone attribute of the DataCollector that provided the data.
VERSIONsmallintThe version of the log files being imported.
SRVSTARTTSbigintThe time (in milliseconds since the epoch) that the server last came online.
REQIDbigintThe FusionReactor request ID
THREADIDvarchar(35)The name of the thread responsible for responding to this request.
CLIENTIPvarchar(39)The IP of the client making the request.
REQMETHODvarchar(20)The request HTTP method (GET/POST)
REQURLvarchar(2048)The full URL of the request
DBTIMEFROMbigintThe time (in milliseconds since the epoch) when the JDBC query started on the database.
DBTIMETObigintThe time (in milliseconds since the epoch) when the JDBC query finished with the database.
TOTALTIMETObigintThe time (in milliseconds) at which the query was completely finished.
DBTIMEbigintThe total time (in milliseconds) that the query spent on the database.
TOTALTIMEbigintThe total amount of time (in milliseconds) it took to complete this query.
ROW_COUNTbigintThe number of rows returned by this query.
PREPSTMTvarchar(5)Boolean describing whether this was a prepared statement.
ROWLIMITEDvarchar(5)Boolean describing whether the query was row limited.
DATASOURCEvarchar(255)If you have assigned a name to your data source wrapper then it will appear here.
STMTlong varcharThe actual statement which ran.
STACKTRACElong varcharThe stack trace which was stored when the query was run.
QUERYSTRINGvarchar(4096)The query string from the request running the JDBC statement.
MESSAGElong varcharFor Notifications and Reminders, this will contain the notification or reminder message.

Primary Key Constraints

Indices

  1. IDX_JDBC_REPORT_1

    Columns

Statistics

    none