#if !defined(SQLACTNM_H_HEADER) && !defined(NO_CCMP_SCCS_ID)
#define SQLACTNM_H_HEADER
static char SCCS_ID_SQLACTNM_H[] = "@(#) LIV  2001/08/01 11:51:21   sqlactnm.h \\main\\callpilot2.0\\1 ~";
// LIV  2001/08/01 11:51:21   sqlactnm.h \main\callpilot2.0\1 ~
// [liv/Database/nbdb0078]
//
#endif
#ifndef _SQLACTNM_H_
#define _SQLACTNM_H_

#define	OI_ENGINE 0
#define	OI_DATABASE 2
#define	OI_CONNECTION 4
#define	CI_IDLE_ACTIVE	6
#define	CI_IDLE_WRITES	8
#define	CI_IDLE_CHECKPOINTS	10
#define	CI_IDLE_CHECKP_TIME	12
#define	CI_CHECKPOINTS	14
#define	CI_CHECKPOINT_LOG	16
#define	CI_CHECKPOINT_FLUSH	18
#define	CI_EXTEND_DB	20
#define	CI_EXTEND_TEMP	22
#define	CI_COMMIT_FILE	24
#define	CI_CURRENT_READ	26
#define	CI_MAXIMUM_READ	28
#define	CI_CURRENT_WRITE	30
#define	CI_MAXIMUM_WRITE	32
#define	CI_CURRENT_IO	34
#define	CI_MAXIMUM_IO	36
#define	CI_JVM_NAMESPACE_SIZE	38
#define	CI_IO_TO_RECOVER	40
#define	CI_CHECKPOINT_URGENCY	42
#define	CI_RECOVERY_URGENCY	44
#define	CI_RELOCATABLE_HEAP_PAGES	46
#define	CI_PROCEDURE_PAGES	48
#define	CI_TRIGGER_PAGES	50
#define	CI_VIEW_PAGES	52
#define	CI_PAGE_RELOCATIONS	54
#define	CI_MAP_PAGES	56
#define	CI_LOCK_TABLE_PAGES	58
#define	CI_CACHE_HITS	60
#define	CI_CACHE_READ	62
#define	CI_DISK_READ	64
#define	CI_CACHE_TABLE_READ	66
#define	CI_CACHE_INDEXLEAF_READ	68
#define	CI_CACHE_INDEXINT_READ	70
#define	CI_DISK_TABLE_READ	72
#define	CI_DISK_INDEXLEAF_READ	74
#define	CI_DISK_INDEXINT_READ	76
#define	CI_DISK_WRITE	78
#define	CI_REDO_WRITE	80
#define	CI_REDO_FREE_COMMIT	82
#define	CI_INDEX_ADDS	84
#define	CI_INDEX_LOOKUPS	86
#define	CI_FULL_COMPARES	88
#define	CI_JVM_HEAP_SIZE	90
#define	CI_ROLLBACK_LOG_PAGES	92
#define	CI_GETDATA	94
#define	CI_COMMIT	96
#define	CI_ROLLBACK	98
#define	CI_STATEMENT	100
#define	CI_STATEMENT_PREPARES	102
#define	CI_CURSOR	104
#define	CI_OPEN_CURSOR	106
#define	CI_CONTEXT_SWITCHES	108
#define	CI_PACKETS_RECEIVED	110
#define	CI_BYTES_RECEIVED	112
#define	CI_PACKETS_SENT	114
#define	CI_BYTES_SENT	116
#define	CI_PACKETS_RESENT	118
#define	CI_PACKETS_RERECEIVED	120
#define	CI_PACKETS_CORRUPTED	122
#define	CI_PACKETS_DROPPED	124
#define	CI_MULTI_PACKETS_SENT	126
#define	CI_MULTI_PACKETS_RECEIVED	128
#define	CI_REMOTEPUT_WAIT	130
#define	CI_SEND_FAIL	132
#define	CI_FREE_BUFFERS	134
#define	CI_TOTAL_BUFFERS	136
#define	CI_BUFFER_MISSES	138
#define	CI_SERVER_IDLE_WAITS	140
#define	CI_UNSCHEDULED_REQUESTS	142
#define	CI_ACTIVE_REQUESTS	144
#define	CI_REQUESTS	146
#define	CI_JVM_GLOBALFIXED_SIZE	148
#define	CI_CACHE_HITS_ENG	150
#define	CI_CACHE_READ_ENG	152
#define	CI_DISK_READ_ENG	154
#define	CI_LOCKED_HEAP_PAGES	156
#define	CI_AVAIL_IO	158
#define	CI_MAIN_HEAP_PAGES	160
#define	CI_MAIN_HEAP_BYTES	162
#define	CI_REQUEST_QUEUE_WAIT	164
#define	CI_CACHE_REPLACEMENTS	166
#define	CI_CURRENT_CACHE_SIZE	168
#define	CI_MIN_CACHE_SIZE	170
#define	CI_MAX_CACHE_SIZE	172
#define	CI_PEAK_CACHE_SIZE	174
#endif
