You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

PW_PWII_INSTANCE_ID

Defines the instances in the Precise installation.

Column NameColumn Description
PWII_IDID of the instance. Columns of XXXX_PWII_INSTANCE_ID have values from the column.
PWII_INSTANCE_NAMEName of the instance.
PWII_TECHNOLOGYTwo characters defining the technology of the instance (such as OR for Oracle and JE for J2EE).
PWII_SERVERName of the server on which the instance is installed.

PW_ORAS_APPLICATION_STATS_T

Stores application performance statistics per hour for every combination of program, user, host user, machine, module, action, and work type.

The _T table summarizes the data per timeslice.

The _D table summarizes the data per day. 

The _W table summarizes the data per week.

The _M table summarizes the data per month.

(N <table_name>) means normalized, the actual name can be retrieved from the <table_name>.

Column NameColumn Description
ORAS_PROGRAM_IDThe ID of the program that made the Oracle connection (N PW_ORPR_PROGRAM_NAME_N).
ORAS_USER_IDID of the Oracle schema to which the program is connected (N PW_ORUS_USER_NAME_N).
ORAS_HOST_USER_IDID of the host user running the program (N PW_ORHU_HOST_USER_NAME_N).
ORAS_MACHINE_IDID of the operating system machine running the program (N PW_ORMC_MACHINE_NAME_N).
ORAS_MODULE_IDID of the session’s action as set by calling dbms_application_info.set_module (N PW_ORMD_MODULE_NAME_N).
ORAS_ACTION_IDID of the session’s action as set by calling dbms_application_info.set_action (N PW_ORAT_ACTION_NAME_N).
ORAS_WORK_TYPEERP work type.
ORAS_TIMESTAMPTime the session was sampled.
ORAS_MINUTES_COUNT_SUMNumber of minutes summed in the row.
ORAS_PWHG_IDID of the hour group that matches the time sampled.
ORAS_DURATION_SUMTotal elapsed time.
ORAS_IN_ORACLE_TIME_SUMTotal time spent in Oracle.
ORAS_REQUEST_WAIT_TIME_SUMTotal time spent in waiting for client requests.
ORAS_OR_OR_COMM_WAIT_TIME_SUMThe time Oracle spent waiting for another Oracle instance.
ORAS_RSRC_MNGR_WAIT_TIME_SUMThe time Oracle spent waiting for a resource to become available if the database resource manager had been enabled.
ORAS_RAC_OPS_WAIT_TIME_SUMThe time Oracle spent waiting for RAC or OPS synchronization.
ORAS_OR_CL_COMM_WAIT_TIME_SUMThe time Oracle spent waiting for data sent to the client (usually as a result of a select statement), or data send from a client (usually as a result of bind variables).
ORAS_MTS_WAIT_TIME_SUMTotal time spent waiting for a multithreaded server.
ORAS_MISC_TIME_SUMTotal time spent waiting for miscellaneous waits.
ORAS_USING_CPU_TIME_SUMTotal time of CPU use.
ORAS_CPU_WAIT_TIME_SUMTotal time spent waiting for CPU.
ORAS_IO_WAIT_TIME_SUMTotal time spent waiting for I/O.
ORAS_MEMORY_WAIT_TIMETotal time spent waiting for memory.
ORAS_OTHER_HOST_WAIT_TIME_SUMTotal time spent waiting for another host.
ORAS_TABLE_LOCK_WAIT_TIME_SUMTotal time spent waiting for a table lock.
ORAS_ROW_LOCK_WAIT_TIME_SUMTotal time spent waiting for a row lock.
ORAS_SHARED_POOL_WAIT_TIME_AUMTotal time spent waiting for a shared pool (library cache or row cache).
ORAS_BUFFER_WAIT_TIME_SUMTotal time spent waiting for buffers.
ORAS_ROLLBACK_SEG_WAIT_TIME_SUMTotal time spent waiting for a rollback segment.
ORAS_REDO_BUFFER_WAIT_TIMETotal time spent waiting for redo log buffers.
ORAS_LOG_S_AND_C_WAIT_TIME_SUMTotal time spent waiting for a log switch and clear waits.
ORAS_OTHER_LOCK_WAIT_TIME_SUMTotal time spent waiting for other locks (streams, latches, and internal locks in Oracle).
ORAS_BG_PROCESS_WAIT_TIME_SUMTotal time spent waiting for a background process.
ORAS_PQ_SYNC_WAIT_TIME_SUMTotal time spent waiting for parallel query synchronization.
ORAS_PQ_SERVER_WAIT_TIME_SUMTotal time spent waiting for a parallel query server.
ORAS_OTHER_WAIT_TIME_SUMTotal time spent waiting for other waits.
ORAS_CONSISTENT_GETS_STAT_SUMTotal number of buffers for a consistent read.
ORAS_DB_BLOCK_GETS_STAT_SUMTotal number of buffers for a current read.
ORAS_OTR_INT_LCK_WAIT_STAT_SUMTotal number of enqueue waits.
ORAS_PARSE_COUNT_TOTL_STAT_SUMTotal number of times PARSE was called.
ORAS_PARSE_COUNT_HARD_ST_AT_SUMTotal number of times PARSE HARD was called (had to re-parse).
ORAS_PARSE_TIME_CPU_STAT_SUMTotal CPU time spent on parsing.
ORAS_RECURSIVE_CALLS_STAT_SUMTotal number of recursive calls.
ORAS_SORT_MEMORY_STAT_SUMTotal number of sorts done in memory.
ORAS_SORT_DISK_STAT_SUMTotal number of sorts done on disk.
ORAS_TABLE_SCAN_LONG_STAT_SUMTotal number of long table scans.
ORAS_USER_CALLS_STAT_SUMTotal number of user calls.
ORAS_PHYSICAL_READS_STAT_SUMTotal number of disk reads.
ORAS_PWII_INSTANCE_IDID of the instance.
ORAS_OPENS_AND_FETCHES_SUMTotal number of open and fetches.
ORAS_SESSIONS_SUMTotal number of sessions.
ORAS_INTERPOINT_MODEInterpoint mode - OA/SAP/PS.
ORAS_RECEIVED_TIMESTAMPTimestamp at which the row was loaded into the PMDB.
ORAS_SEC_PROG_IDReserved column.
ORAS_EXEC_NO_SUMTotal number of executions.

PW_ORSA_STMT_APPL_STATS_T

Stores statistics about the performance of statements inside applications per hour for every combination of program, user, host user, machine, module, action, and work type.

The _T table summarizes the data per timeslice.

The _D table summarizes the data per day. 

The _W table summarizes the data per week.

The _M table summarizes the data per month.

(N <table_name>) means normalized, the actual name can be retrieved from the <table_name>.

Column NameColumn Description
ORSA_PROGRAM_IDID of the program that made the Oracle connection (N PW_ORPR_PROGRAM_NAME_N).
ORSA_USER_IDID of the Oracle schema the program connected to (N PW_ORUR_USER_NAME_N).
ORSA_HOST_USER_IDID of the host user running the program (N PW_ORHU_HOST_USER_NAME_N).
ORSA_MACHINE_IDID of the operating system machine running the program (N PW_ORMC_MACHINE_NAME_N).
ORSA_MODULE_IDID of the session's action as set by calling dbms_application_info.set_module (N PW_ORMD_MODULE_NAME_N).
ORSA_ACTION_IDID of the session's action as set by calling dbms_application_info.set_action (N PW_ORAT_ACTION_NAME_N).
ORSA_WORK_TYPEThe ERP work type.
ORSA_SHVThe statement hash value.
ORSA_TIMESTAMPTime the session was sampled.
ORSA_PWHG_IDID of the hour group that matches the time sampled.
ORSA_DURATION_SUMTotal elapsed time.
ORSA_IN_ORACLE_TIME_SUMTotal time spent inside Oracle.
ORSA_REQUEST_WAIT_TIME_SUMTotal time spent waiting for client requests.
ORSA_OR_OR_COMM_WAIT_TIME_SUMTotal time Oracle spent waiting for another Oracle instance.
ORSA_RSRC_MNGR_WAIT_TIME_SUMThe time Oracle spent waiting for a resource to become available, if the database manager is enabled.
ORSA_RAC_OPS_WAIT_TIME_SUMThe time Oracle spent waiting for RAC or OPS synchronization.
ORSA_OR_CL_COMM_WAIT_TIME_SUMThe time Oracle spent waiting for data sent to the client (usually as a result of a SELECT statement), or data sent from a client (usually as a result of bind variables).
ORSA_MINUTES_COUNT_SUMTotal amount of minutes summed in that row.
ORSA_MTS_WAIT_TIME_SUMTotal time spent waiting for a multithreaded server.
ORSA_MISC_TIME_SUMTotal time spent waiting for miscellaneous waits.
ORSA_USING_CPU_TIME_SUMTotal time of CPU use.
ORSA_CPU_WAIT_TIME_SUMTotal time spent waiting for CPU.
ORSA_IO_WAIT_TIME_SUMTotal time spent waiting for I/O.
ORSA_MEMORY_WAIT_TIME_SUMTotal time spent waiting for memory.
ORSA_OTHER_HOST_WAIT_TIME_SUMTotal time spent waiting for another host.
ORSA_TABLE_LOCK_WAIT_TIME_SUMTotal time spent waiting for a table lock.
ORSA_ROW_LOCK_WAIT_TIME_SUMTotal time spent waiting for a row lock.
ORSA_SHARED_POOL_WAIT_TIME_SUMTotal time spent waiting for a shared pool (library cache or row cache).
ORSA_BUFFER_WAIT_TIME_SUMTotal time spent waiting for buffer waits.
ORSA_ROLLBCK_SEG_WAIT_TIME_SUMTotal time spent waiting for a rollback segment.
ORSA_REDO_BUFFER_WAIT_TIME_SUMTotal time spent waiting for redo log buffers.
ORSA_BG_PROCESS_WAIT_TIME_SUMTotal time spent waiting for a background process.
ORSA_PQ_SYNC_WAIT_TIME_SUMTotal time spent waiting for a parallel query synchronization.
ORSA_PQ_SERVER_WAIT_TIME_SUMTotal time spent waiting for a parallel query server.
ORSA_OTHER_WAIT_TIME_SUMTotal time spent waiting for other waits.
ORSA_CONSISTENT_GETS_STAT_SUMTotal number of buffers for a consistent read.
ORSA_DB_BLOCK_GETS_STAT_SUMTotal number of buffers for a current read.
ORSA_EXEC_COUNT_TOTAL_STAT_SUMTotal number of times EXECUTE was called.
ORSA_PARSE_COUNT_TOTL_STAT_SUMTotal number of times PARSE was called.
ORSA_PARSE_COUNT_HARD_STAT_SUMTotal number of times PARSE HARD was called (had to re-parse).
ORSA_PARSE_TIME_CPU_STAT_SUMTotal CPU time spent on parsing.
ORSA_RECURSIVE_CALLS_STAT_SUMTotal number of recursive calls.
ORSA_SORT_MEMORY_STAT_SUMTotal number of sorts done in memory.
ORSA_SORT_DISK_STAT_SUMTotal number of sorts done on disk.
ORSA_TABLE_SCAN_LONG_STAT_SUMTotal number of long table scans.
ORSA_USER_CALLS_STAT_SUMTotal number of user calls.
ORSA_PHYSICAL_READS_STAT_SUMTotal number of disk reads.
ORSA_PWII_INSTANCE_IDID of the instance.
ORSA_OPENS_AND_FETCHES_SUMTotal number of open and fetches.
ORSA_SESSIONS_SUMTotal number of sessions.
ORSA_PARENT_SHVName of the PL/SQL that ran the SQL statement.
ORSA_MIN_PARALLEL_DEGREE_MINMinimum parallel degree used to run the statement.
ORSA_MAX_PARALLEL_DEGREE_MAXMaximum parallel degree used to run the statement.
ORSA_RED_SUMSLA breach.
ORSA_YELLOW_SUMSLA near breach.
ORSA_GREEN_SUMSLA okay.
ORSA_START_BIT_MAPInternal use.
ORSA_INTERPOINT_MODEInterpoint mode - OA/SAP/PS.
ORSA_RECEIVED_TIMESTAMPTimestamp at which the row was loaded into the PMDB.
ORSA_LOG_S_AND_C_WAIT_TIME_SUMTotal time spent waiting for a log switch and clear waits.
ORSA_OTHER_LOCK_WAIT_TIME_SUMTotal time spent waiting for other locks (streams, latches, and internal locks in Oracle).
ORSA_OTR_INT_LCK_WAIT_STAT_SUMTotal number of enqueue waits.
ORSA_RECEIVED_TIMESTAMPTimestamp at which the row was loaded into the PMDB.
ORSA_BUFFER_GETS_SUMTotal time spent getting buffers.
ORSA_ROWS_PROCESSED_SUMTotal number of rows processed.
ORSA_EXEC_NO_SUMTotal number of executions.
ORSA_SQL_ID_MINMinimum Oracle's SQL ID.
ORSA_HASH_VALUE_MINMinimum Oracle's hash value
ORSA_PLAN_HASH_VALUEOracle's plan hash value.
ORSA_END_OF_FETCH_COUNT_SUMNumber of END OF FETCHs.
ORSA_VERSION_COUNT_MAXNumber of statement versions.

PW_ORSS_STATEMENTS_STATS_T

Stores statistics about statement performance per hour.

The _T table summarizes the data per timeslice.

The _D table summarizes the data per day. 

The _W table summarizes the data per week.

The _M table summarizes the data per month.

(N <table_name>) means normalized, the actual name can be retrieved from the <table_name>.

Column NameColumn Description
ORSS_SHVThe statement hash value.
ORSS_TIMESTAMPTime the session was sampled.
ORSS_PWHG_IDID of the hour group that matches the time sampled.
ORSS_DURATION_SUMTotal elapsed time.
ORSS_IN_ORACLE_TIME_SUMTotal time spent inside Oracle.
ORSS_REQUEST_WAIT_TIME_SUMTotal time spent waiting for client requests.
ORSS_OR_OR_COMM_WAIT_TIME_SUMTotal time Oracle spent waiting for another Oracle instance.
ORSS_RSRC_MNGR_WAIT_TIME_SUMThe time Oracle spent waiting for a resource to become available, if the database manager is enabled.
ORSS_RAC_OPS_WAIT_TIME_SUMThe time Oracle spent waiting for RAC or OPS synchronization.
ORSS_OR_CL_COMM_WAIT_TIMEThe time Oracle spent waiting for data sent to the client (usually as a result of a SELECT statement), or data sent from a client (usually as a result of bind variables).
ORSS_MINUTES_COUNT_SUMTotal amount of minutes summed in that row.
ORSS_MTS_WAIT_TIME_SUMTotal time spent waiting for a multithreaded server.
ORSS_MISC_TIME_SUMTotal time spent waiting for miscellaneous waits.
ORSS_USING_CPU_TIME_SUMTotal time of CPU use.
ORSS_CPU_WAIT_TIME_SUMTotal time spent waiting for CPU.
ORSS_IO_WAIT_TIME_SUMTotal time spent waiting for I/O.
ORSS_MEMORY_WAIT_TIME_SUMTotal time spent waiting for memory.
ORSS_OTHER_HOST_WAIT_TIME_SUMTotal time spent waiting for another host.
ORSS_TABLE_LOCK_WAIT_TIME_SUMTotal time spent waiting for a table lock.
ORSS_ROW_LOCK_WAIT_TIME_SUMTotal time spent waiting for a row lock.
ORSS_SHARED_POOL_WAIT_TIME_SUMTotal time spent waiting for a shared pool (library cache or row cache).
ORSS_BUFFER_WAIT_TIME_SUMTotal time spent waiting for buffer waits.
ORSS_ROLLBACK_SEG_WAIT_TIME_SUMTotal time spent waiting for a rollback segment.
ORSS_REDO_BUFFER_WAIT_TIME_SUMTotal time spent waiting for redo log buffers.
ORSS_LOG_S_AND_C_WAIT_TIME_SUMTotal time spent waiting for a log switch.
ORSS_OTHER_LOCK_WAIT_TIMEOther lock wait is for all the locking that does not fall in the other locking states. It is for Streams, Latches and other internal locking in Oracle.
ORSS_BG_PROCESS_WAIT_TIME_SUMTotal time spent waiting for a background process.
ORSS_PQ_SYNC_WAIT_TIME_SUMTotal time spent waiting for a parallel query synchronization.
ORSS_PQ_SERVER_WAIT_TIME_SUMTotal time spent waiting for a parallel query server.
ORSS_OTHER_WAIT_TIME_SUMTotal time spent waiting for other waits.
ORSS_CONSISTENT_GETS_STAT_SUMTotal number of buffers for a consistent read.
ORSS_DB_BLOCK_GETS_STAT_SUMTotal number of buffers for a current read.
ORSS_OTR_INT_LCK_WAIT_STAT_SUMTotal number of enqueue waits.
ORSS_EXEC_COUNT_TOTAL_STAT_SUMTotal number of times EXECUTE was called.
ORSS_PARSE_COUNT_TOTL_STAT_SUMTotal number of times PARSE was called.
ORSS_PARSE_COUNT_HARD_STAT_SUMTotal number of times PARSE HARD was called (had to re-parse).
ORSS_PARSE_TIME_CPU_STAT_SUMTotal CPU time spent on parsing.
ORSS_RECURSIVE_CALLS_STAT_SUMTotal number of recursive calls.
ORSS_SORT_MEMORY_STAT_SUMTotal number of sorts done in memory.
ORSS_SORT_DISK_STAT_SUMTotal number of sorts done on disk.
ORSS_TABLE_SCAN_LONG_STAT_SUMTotal number of long table scans.
ORSS_USER_CALLS_STAT_SUMTotal number of user calls.
ORSS_PHYSICAL_READS_STAT_SUMTotal number of disk reads.
ORSS_PWII_INSTANCE_IDID of the instance.
ORSS_OPENS_AND_FETCHES_SUMTotal number of open and fetches.
ORSS_PARENT_SHVName of the PL/SQL that ran the SQL statement.
ORSS_MIN_PARALLEL_DEGREE_MINMinimum parallel degree used to run the statement.
ORSS_MAX_PARALLEL_DEGREE_MAXMaximum parallel degree used to run the statement.
ORSS_RECEIVED_TIMESTAMPTimestamp at which the row was loaded into the PMDB.
ORSS_BUFFER_GETS_SUMTotal time spent getting buffers.
ORSS_ROWS_PROCESSED_SUMTotal number of rows processed.
ORSS_EXEC_NO_SUMTotal number of statement executions.
ORSS_SQL_ID_MINMinimum Oracle's SQL ID.
ORSS_HASH_VALUE_MINMinimum Oracle's hash value.
ORSS_PLAN_HASH_VALUEOracle's plan hash value.
ORSS_END_OF_FETCH_COUNT_SUMNumber of END OF FETCHs.
ORSS_VERSION_COUNT_MAXNumber of versions.

PW_ORFS_FILES_STATS_T

Stores performance statistics about datafiles per hour.

The _T table summarizes the data per timeslice.

The _D table summarizes the data per day. 

The _W table summarizes the data per week.

The _M table summarizes the data per month.

(N <table_name>) means normalized, the actual name can be retrieved from the <table_name>.

Column NameColumn Description
ORFS_UNIT_IDThe ID of the unit caching the I/O wait (N PW_ORUT_UNIT_NAME_N).
ORFS_DEVICE_IDThe ID of the device caching the I/O wait (N PW_ORDV_DEVICE_NAME_N).
ORFS_FILE_IDThe ID of the Oracle file caching the I/O wait (N PW_ORFL_FILE_NAME_N).
ORFS_PDEV_IDPhysical device name (N PW_ORPV_PDEV_NAME_N).
ORFS_FS_IDFile system name (N PW_ORFY_FS_NAME_N).
ORFS_LV_IDLogical volume name (N PW_ORLV_LV_NAME_N).
ORFS_TIMESTAMPThe time when the session was sampled.
ORFS_OBJECT_NAME_IDObject name ID (N PW_OROB_OBJECT_NAME_N).
ORFS_OBJECT_IDObject ID.
ORFS_OBJECT_OWNER_IDID of the object owner (N PW_OROO_OBJECT_OWNER_NAME_N).
ORFS_NAMESPACE_IDID of the translation table (PW_ORNN_NAMESPACE_NAME).
ORFS_MINUTES_COUNT_SUMTotal amount of minutes summed in that row.
ORFS_PWHG_IDThe hour group ID that matches the time sampled.
ORFS_DIRECT_IO_SUMTotal time spend in waiting for a direct I/O.
ORFS_SCATTERED_IO_SUMTotal time spend in waiting for a scattered I/O.
ORFS_SEQ_IO_SUMTotal time spend in waiting for a sequential I/O.
ORFS_OTHER_SUMTotal time spend in waiting for an I/O that is not scattered/sequential/direct.
ORFS_PWII_INSTANCE_IDThe ID of the instance.
ORFS_RECEIVED_TIMESTAMPThe timestamp that the row was loaded into the PW.
ORFS_STORAGE_TYPEType of storage.
ORFS_SUB_OBJECT_NAME_IDID of the sub object name (N PW_OROB_OBJECT_NAME_N).
ORFS_IN_ORACLE_TIME_SUMTotal time spent in Oracle.
ORFS_ROW_LOCK_SUMTotal time spent in waiting for a row lock.
ORFS_TABLE_LOCK_SUMTotal time spent in waiting for a table lock.
ORFS_BUFFER_WAIT_SUMTotal time spent in waiting for a buffer wait.
ORFS_RAC_OPS_WAIT_TIME_SUMThe time Oracle spent waiting for RAC or OPS synchronization.

PW_ORST_STATEMENTS

Stores general information about statements.

Column NameColumn Description
ORST_ORST_SHV
Hash value (calculation based on the statement text).
ORST_TEXTText of the statement.
ORST_TEXT_VARCHARFirst 1299 characters of unformatted text of the statement.
ORST_IS_FORMATTEDY/N flag indicating whether the statement text is formatted.
ORST_BIND_VARIABLES_SUMSum of the bind variables.
ORST_CONSISTENT_HVPrecise's consistent hash value.

PW_ORSN_STATEMENT_INFO

Stores additional information about statements.

Column NameColumn Description
ORSN_STATEMENT_IDUnique statement identifier.
ORSN_INSTANCE_IDInstance ID.
ORSN_SHVHash value calculation based on the statement text.
ORSN_IS_ALTERNATIVEThe statement is saved as a related statement (alternative for other statement).
ORSN_SOURCE_TYPE
  • C = Collected
  • G = Gathered
  • M = Manually entered
  • A = Alternative statement
ORSN_CABINET_NAMEName of the cabinet.
ORSN_FOLDER_NAMEName of the folder.
ORSN_STATEMENT_NAMEName of the statement.
ORSN_ORIG_STMT_IDFor related statements; original statement ID.
ORSN_USERNAMEStatement's schema.
ORSN_OPTIMIZERNot used.
ORSN_STIMELast time the statement was updated.
ORSN_PTIMELast time the statement was explained.
ORSN_HASH_VALUEOracle's hash value.
ORSN_SOURCESource file name of gathered statements.
ORSN_STATEMENT_TYPEType of the statement (such as select, insert, and so on).
ORSN_EXPLAIN_ERROROracle error that occurred during an explain.
ORSN_LAST_COSTCost of the statement in the last explain.
ORSN_LAST_PLANIDPlan ID of the last explain.
ORSN_LAST_PLAN_HASHHash value calculation based on the last execution plan of the statement.
ORSN_LAST_VIEWEDNot used.
ORSN_COMMENTSComments.

PS_ORSM_SCHEMA_CHANGE_LOG

Stores information about changes made to the database schema, such as adding, dropping, or modifying tables, indexes, or columns.

Column NameColumn Description
ORSM_DATABASE_IDDatabase ID of the changed object.
ORSM_CHANGE_TIMETime of the change.
ORSM_CHANGE_TYPEType of the change (such as new, deleted, or changed).
ORSM_OWNERName of the object's owner.
ORSM_OBJECT_NAMEName of the object that was changed.
ORSM_BASE_OWNERName of the base object's owner.
ORSM_BASE_OBJECT_NAMEName of the base object.
ORSM_SUBOBJECT_NAMEName of the sub-object.
ORSM_OBJECT_TYPEType of the changed object, such as table or index.
ORSM_COLUMN_NAMEName of the column of the object that was changed.
ORSM_FIELD_NAMEName of the field.
ORSM_OLD_VALUEValue of the field as sampled at the previous run.
ORSM_NEW_VALUEValue of the field as sampled at the last run.
ORSM_COLUMN_LISTList of column names.
ORSM_DDL_COMMANDDDL command that created the object.

PW_ORSN_STRUCTURE_CHANGE_LOG

Stores information about changes to the database structure, such as changes in redo log files, rollback segments, or initialization parameters.

Column NameColumn Description
ORSN_DATABASE_IDDatabase ID of the changed object.
ORSN_CHANGE_TIMETime of the change.
ORSN_CHANGE_TYPEType of the change, such as new, deleted, or changed.
ORSN_OWNERName of the object's owner.
ORSN_OBJECT_NAMEName of the object that was changed.
ORSN_SUBOBJECT_NAMEName of the sub-object.
ORSN_OBJECT_TYPEType of the changed object, such as table or index.
ORSN_COLUMN_NAMEName of the column of the object that was changed.
ORSN_FIELD_NAMEName of the field.
ORSN_OLD_VALUEValue of the field as sampled at the previous run.
ORSN_NEW_VALUEValue of the field as sampled at the last run.
ORSN_COLUMN_LISTList of column names.

PW_ORPS_PW_SIZE

Stores information about the space usage of Precise Oracle-related objects in the PMDB.

Column NameColumn Description
ORPS_SAMPLE_DATETime when the analyzed batch started.
ORPS_ROW_TYPEType of row.
ORPS_LAST_ANALYZEDLast time the PMDB schema was analyzed.
ORPS_SCHEMA_USEDTotal space (in bytes) used by schema change objects that are related to Precise for Oracle.
ORPS_SCHEMA_FREETotal space (in bytes) unused by schema change objects that are related to Precise for Oracle.
ORPS_SCHEMA_ALLOCATEDTotal space (in bytes) allocated to schema change objects that are related to Precise for Oracle.
ORPS_STATS_USEDTotal space (in bytes) used by statistics objects that are related to Precise for Oracle.
ORPS_STATS_FREETotal space (in bytes) unused by statistics objects that are related to Precise for Oracle.
ORPS_STATS_ALLOCATEDTotal space (in bytes) allocated to statistics objects that are related to Precise for Oracle.
ORPS_STRUCT_USEDTotal space (in bytes) used by structure objects that are related to Precise for Oracle.
ORPS_STRUCT_FREETotal space (in bytes) unused by structure objects that are related to Precise for Oracle.
ORPS_STRUCT_ALLOCATEDTotal space (in bytes) allocated to structure objects that are related to Precise for Oracle.
ORPS_REP_USEDTotal space (in bytes) used by repository objects that are related to Precise for Oracle.
ORPS_REP_FREETotal space (in bytes) unused by repository objects that are related to Precise for Oracle.
ORPS_REP_ALLOCATEDTotal space (in bytes) allocated to repository objects that are related to Precise for Oracle.
ORPS_TOTAL_USEDTotal space (in bytes) used by objects that are related to Precise for Oracle.
ORPS_TOTAL_FREETotal space (in bytes) unused by objects that are related to Precise for Oracle.
ORPS_TOTAL_ALLOCATEDTotal space allocated to objects that are related to Precise for Oracle.

PS_ORTA_TABLES_OVER_TIME

Stores information about the table's analyze statistics over time.

Column NameColumn Description
ORTA_DATABASE_IDID of the database.
ORTA_CHANGE_TIMEDate of the change.
ORTA_OWNEROwner of the table.
ORTA_OBJECT_NAMEName of the table.
ORTA_EXTENTSNumber of extents in the table.
ORTA_SEGMENT_BLOCKSNumber of blocks allocated to the table.
ORTA_NUM_ROWSNumber of rows in the table.
ORTA_BLOCKSNumber of used data blocks in the table.
ORTA_EMPTY_BLOCKSNumber of empty (never used) data blocks in the table.
ORTA_AVG_SPACEAverage amount of freed space (in bytes) in a data block allocated to the table.
ORTA_CHAIN_CNTNumber of rows in the table that are chained from one data block to another or that have migrated to a new block, requiring a link to preserve the old ROWID.
ORTA_AVG_ROW_LENAverage row length in the table in bytes.
ORTA_LAST_ANALYZEDDate this table was most recently analyzed.

PS_ORIO_INDEXES_OVER_TIME

Stores information about the index's analyze statistics over time.

Column NameColumn Description
ORIO_DATABASE_IDID of the database.
ORIO_CHANGE_TIMEDate of the change.
ORIO_OWNEROwner of the index.
ORIO_OBJECT_NAMEName of the index.
ORIO_TABLE_OWNEROwner of the table.
ORIO_TABLE_NAMEName of the table.
ORIO_BLEVELB*-Tree level: depth of the index from its root block to its leaf blocks. A depth of 0 indicates that the root block and leaf block are the same.
ORIO_LEAF_BLOCKSNumber of leaf blocks in the index.
ORIO_DISTINCT_KEYS

Number of distinct indexed values.

For indexes that enforce UNIQUE and PRIMARY KEY constraints, this value is the same as the number of rows in the table (USER_TABLES.NUM_ROWS).

ORIO_AVG_LEAF_BLOCKS_PER_KEY

Average number of leaf blocks in which each distinct value in the index appears, rounded to the nearest integer.

For indexes that enforce UNIQUE and PRIMARY KEY constraints, this value is always 1.

ORIO_AVG_DATA_BLOCKS_PER_KEY

Average number of data blocks in the table that are pointed to by a distinct value in the index rounded to the nearest integer.

This statistic is the average number of data blocks that contain rows with a given value for the indexed columns.

ORIO_CLUSTERING_FACTOR

Indicates the amount of order of the rows in the table based on the values of the index.

  • If the value is nearly the number of blocks, the table is very well ordered. In this case, the index entries in a single leaf block tend to point to rows in the same data blocks.
  • If the value is nearly the number of rows, the table is very randomly ordered. In this case, it is unlikely that index entries in the same leaf block point to rows in the same data blocks.
ORIO_NUM_ROWSNumber of rows in the index.
ORIO_SAMPLE_SIZESample size used in analyzing this table.
ORIO_LAST_ANALYZEDDate this table was most recently analyzed.

PS_ORCO_COLUMNS_OVER_TIME

Stores information about the table column's analyze statistics over time.

Column NameColumn Description
ORCO_DATABASE_IDID of the database.
ORCO_CHANGE_TIMEDate of the change.
ORCO_OWNEROwner of the table.
ORCO_TABLE_NAMEName of the table.
ORCO_COLUMN_NAMEName of the column.
ORCO_NUM_DISTINCTNumber of distinct values in the column.
ORCO_DENSITYDensity of the column.
ORCO_NUM_NULLSNumber of null values in the column.
ORCO_NUM_BUCKETSNumber of buckets used to analyze the column.
ORCO_LAST_ANALYZEDDate this table was most recently analyzed.

PW_ORWA_V_WAITSTAT_H

Stores information about Oracle block contention statistics over time.

The _T table summarizes the data per hour.

The _D table summarizes the data per day. 

The _W table summarizes the data per week.

The _M table summarizes the data per month.

(N <table_name>) means normalized, the actual name can be retrieved from the <table_name>.

Column NameColumn Description
ORWA_PWII_INSTANCE_IDID of the database.
ORWA_TIMESTAMPDate of the sampling.
ORWA_CLASS_IDClass of the block (N PW_ORCL_CLASS_N).
ORWA_COUNT_SUMNumber of waits by this OPERATION for this CLASS of the block.
ORWA_TIME_SUMTotal value of the wait times for all waits by this OPERATION for this CLASS of the block.
ORWA_MINUTES_COUNT_SUMTotal amount of minutes summed in the row.
ORWA_PWHG_IDThe hour group ID that matches the sampled time.
ORWA_RECEIVED_TIMESTAMPThe timestamp that the row was loaded into the PW.





IDERA |  Products | Purchase | Support |  Community |  Resources |  About Us  | Legal
  • No labels