Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



설명

Displays session information connected to the Machbase server.

Section


설명

Displays the property information set in the server.

Column

Virtual Table은 마크베이스 서버의 다양한 운영 정보들을 테이블 형태로 표현하는 가상 테이블이다. 이 테이블들의 이름은 V$문자로 시작한다.

마크베이스 서버가 어떤 상태로 동작하고 있는지를 알기 위해서 이 데이터를 읽어서 저장해 두고 이용할 수 있다. 
추가로, 이 Virtual Table 을 다른 테이블들과 JOIN 연산을 통해서 다양한 정보를 얻을 수 있다.

Virtual Table 은 읽기 전용으로 사용자가 추가/삭제/갱신할 수 없다The Virtual Tables are virtual tables that represent various operational information of the Machbase server in the form of a table. The names of these tables begin with "V$".

This data is used to know what state the Machbase server is operating in.
In addition, various information can be obtained through JOIN operation with other tables in this virtual table.

Virtual Tables are read-only and can not be added / deleted / updated by the user.

Session/System


V$PROPERTY

서버에 설정된 프로퍼티 정보를 표시한다.

컬럼 이름

Column Name

Description

NAME
프로퍼티명

Property name

VALUE
프로퍼티 값

Property value

TYPE
데이터 타입

Data type

DEFLT
기본 값

Default value

MIN
설정할 수 있는 최소값

Minimum set value

MAX
설정할 수 있는 최대값

Maximum set value

V$SESSION

MACHBASE 서버에 접속된 세션 정보를 표시한다.

컬럼 이름

Column Name

Description

HOSTNAME (Cluster Only)
세션 연결된 HOST 이름
Name of the HOST which the session is connected.
ID
세션 식별자

Session identifier

CLOSED
연결이 닫혀있는지 여부

Whether connection is closed

USER_ID
사용자 식별자

User identifier

LOGIN_TIME
접속 시각

Connection time

CLIENT_TYPE
접속 Client 타입
Connected client type
USER_NAME
사용자 이름
User name
USER_IP
사용자
User IP address
SQL_LOGGING

해당 세션의 Trace Log 에 메시지를 남길지 여부

Leave message in session trace log status

1: Leaves errors occurring in the Parsing, Validation, Optimization

단계에서 발생하는 에러를 남긴다.
  • DDL을 수행한 결과를 남긴다.
  • (위의 두 케이스 모두 남긴다

    steps
    2: Leaves result performance of DDL
    3: (Leaves both cases above)

    SHOW_HIDDEN_COLS
    SELECT 시, 숨겨진 컬럼을 나타낼 것인지 여부

    Whether hidden columns are shown upon SELECT

    FEEDBACK_APPEND_ERROR
    APPEND 시 에러를 찾으면 곧바로 실패할 것인지 여부

    Whether there is feedback to client on APPEND error

    DEFAULT_DATE_FORMAT
    Datetime 입력 시 기본 입력 포맷

    Default input format upon Datetime input 

    HASH_BUCKET_SIZE
    쿼리 수행 시 생성할, Temp Hashtable 의 Bucket 개수

    Number of Buckets in Temp Hashtable created when performing query

    MAX_QPX_MEM
    쿼리 수행 시 가용할 최대 메모리 크기

    Maximum memory size available when performing query

    RS_CACHE_ENABLE

    Whether Result Cache

    사용 여부

    in in use

    RS_CACHE_TIME_BOUND_MSEC

    Maximum elapsed time to store results when using Result Cache

    사용 시, 결과를 저장하기 위한 최대 경과 시간

    RS_CACHE_MAX_MEMORY_PER_QUERY

    Maximum size of memory used per query when using Result Cache

    사용 시, 쿼리 마다 사용할 최대 메모리 크기

    RS_CACHE_MAX_RECORD_PER_QUERY
    Result Cache 사용 시, 쿼리 마다 사용할 최대 결과 개수

    Maximum number of results used per query when using Result Cache

    RS_CACHE_APPROXIMATE_RESULT_ENABLE

    Whether to cache approximate query results when using Result Cache

    사용 시, 정확하지 않은 쿼리의 결과를 캐싱해 갈 것인지 여부

    IDLE_TIMEOUT
    세션 연결 후 해당 시간 동안 Client 가 아무일도 하지 않을 시 세션 종료
    Terminate the session if the client does nothing for that time after the session connected.
    QUERY_TIMEOUT
    쿼리 수행 시 응답 대기 시간
    Response waiting time for query execution

    V$SESMEM

    세션 메모리 정보를 표시한다Displays session memory information.

    컬럼 이름

    Column Name

    설명

    Description

    SID
    세션 식별자

    Session identifier

    ID
    메모리 매니저 식별자

    Memory manager identifier

    USAGE
    사용 크기

    Usage size

    V$SESSTAT

    세션의 통계 정보를 표시한다Displays statistical information of the session.

    컬럼 이름

    Column Name

    설명

    Description

    SID
    세션 식별자

    Session identifier

    ID
    통계 정보 식별자

    Statistical information identifier

    VALUE
    통계 정보 값

    Statistical information value

    V$SESTIME

    세션의 시간 정보를 표시한다.

    컬럼 이름설명

    Displays the time information of the session.

    Column   Name

    Description

    SID
    세션 식별자

    Session identifier

    ID
    수행 단위 식별자

    Performance unit identifier

    ACCUM_TICK
    누적 시간

    Cumulative time

    MAX_TICK
    (각 수행 중) 최대 시간

    Maximum time (per each performance unit)



    Column
    width25%
    목차

    Index


    Table of Contents
    maxLevel3
    indent20px
    exclude목차
    classtoc



    V$SYSMEM

    시스템의 메모리 정보를 표시한다Displays memory information of the system.

    컬럼 이름

    Column Name

    설명

    Description

    ID
    메모리 매니저 식별자

    Memory manager identifier

    NAME
    메모리 매니저 이름

    Memory manager name

    USAGE
    현재 사용량

    Current usage

    MAX_USAGE

    (

    기록된

    Recorded)

    최대 사용량

    Maximum usage

    V$SYSSTAT

    시스템의 통계 정보를 표시한다Displays statistical information of the system.

    컬럼 이름

    Column Name

    설명

    Description

    ID
    통계 정보 식별자

    Statistical information identifier

    NAME
    통계 정보 이름

    Statistical information name

    VALUE
    통계 정보 값

    Statistical information value

    V$SYSTIME

    시스템의 시간 정보를 표시한다.

    컬럼 이름설명ID수행 단위 식별자NAME수행 단위 이름

    Displays the time information of the system.

    Column Name

    Description

    ID

    Performance unit identifier

    NAME

    Performance unit name

    ACCUM_TICK
    누적 시간

    Cumulative time

    AVG_TICK
    (각 수행 중) 평균 시간

    Average time (per each performance unit)

    MIN_TICK
    (각 수행 중) 최소 시간

    Minimum Time (per each performance unit)

    MAX_TICK
    (각 수행 중) 최대 시간

    Maximum Time (per each performance unit)

    COUNT
    수행 횟수

    Performance frequency

    V$STMT

    사용자가 현재 실행중인 쿼리문에 대한 정보를 표시한다.

    컬럼 이름설명ID쿼리 식별자

    Displays information about the query statement that the user is currently executing.

    Column Name

    Description

    ID

    Query identifier

    SESS_ID
    쿼리를 수행한 세션 식별자

    Performed query session identifier

    STATE
    쿼리 상태

    Query status

    RECORD_SIZE
    SELECT 구문 수행 중인 경우, 결과 레코드 크기

    Resulting record size of select statements

    QUERY
    쿼리 구문

    Query statement

    V$VERSION

    MACHBASE 의 버전에 대한 정보를 표시한다.

    컬럼 이름설명

    Displays information about Machbase version.

    Column Name

    Description

    BINARY_DB_MAJOR_VERSION
    DB 메이저 버전

    Database major version

    BINARY_DB_MINOR_VERSION
    DB 마이너 버전

    Database minor version

    BINARY_META_MAJOR_VERSION

    META

    메이저 버전

    major version

    BINARY_META_MINOR_VERSION

    META

    마이너 버전

    minor version

    BINARY_CM_MAJOR_VERSION

    Client (Communication Level)

    메이저 버전

    major version

    BINARY_CM_MINOR_VERSION

    Client (Communication Level)

    마이너 버전

    minor version

    BINARY_SIGNATURE
    DB서버 파일의 버전 명

    Version name of DB data files.

    FILE_DB_MAJOR_VERSION

    File DB

    메이저 버전

    major version

    FILE_DB_MINOR_VERSION

    File DB

    메이저 버전

    minor version

    FILE_META_MAJOR_VERSION

    File META

    메이저 버전

    major version

    FILE_META_MINOR_VERSION

    File META

    마이너 버전

    minor version

    FILE_CM_MAJOR_VERSION

    File Client (Communication Level)

    메이저 버전

    major version

    FILE_CM_MINOR_VERSION

    File Client (Communication Level)

    마이너 버전

    minor version

    FILE_CREATE_TIME
    파일 생성 시각

    File creation time

    EDITION
    MACHBASE 유형

    Machbase type


    Result Cache


    V$RS_CACHE_LIST

    결과 캐시 목록을 표시한다Display the result cache list.

    컬럼 이름

    Column Name

    설명

    Description

    TOUCH_TIME
    캐시를 사용하거나 생성한 시각

    Time cache was used or created

    USER_ID
    캐시를 생성한 사용자 식별자

    Cache user identifier

    QUERY
    캐시를 만든 쿼리문

    Cache query statement

    TIME_SPENT
    결과를 생성하기까지 경과 시간

    Time spent producing result

    TABLE_COUNT
    쿼리문과 연관된 테이블 개수

    Number of tables associated with query statement

    RECORD_COUNT
    결과 레코드 개수

    Number of result records

    REFERENCE_COUNT
    현재 참조중인 세션의 개수

    Number of sessions currently being referenced

    HIT_COUNT
    캐시 히트 횟수

    Cache hit count

    AGGR_TOUCH_TIME
    집계 결과인 경우, 캐시를 사용하거나 생성한 시각

    Time the cache was used or created for aggregate results

    AGGR_HIT_COUNT
    집계 결과인 경우, 캐시 히트 횟수

    Cache hit count for aggregate results

    V$RS_CACHE_STAT

    하나의 세션에서의 결과 캐시의 통계 정보를 표시한다.

    컬럼 이름설명

    Display statistical information of result cache in one session.

    Column Name

    Description

    CACHE_COUNT
    결과 캐시의 개수

    Number of result caches

    CACHE_HIT
    총 캐시 히트 횟수

    Total cache hit count

    AGGR_HIT
    집계 결과의 총 캐시 히트 횟수

    Total cache hit count for aggregate results

    CACHE_REPLACED
    캐시 교체 횟수

    Cache replacement count

    CACHE_MEMORY_USAGE
    캐시로 사용된 메모리 크기

    Size of cache memory used

    Storage


    V$STORAGE

    저장 시스템의 내부 정보를 표시한다.

    컬럼 이름설명

    Displays internal information of the storage system.

    Column Name

    Description

    DC_TABLE_FILE_SIZE
    디스크 컬럼 데이터의 총 용량

    Total capacity of disk column data

    DC_INDEX_FILE_SIZE
    인덱스 파일 데이터의 총 용량

    Total capacity of index file data

    DC_TABLESPACE_DWFILE_SIZE
    모든 컬럼데이터를 위한 DWFILE의 총 용량

    Total capacity of DWFILE for all column data

    DC_KV_TABLE_FILE_SIZE
    TAGDATA 테이블의 파티션 테이블이 가지는 데이터파일 총 용량

    Total number of data files of TAGDATA table partition tables

    V$STORAGE_MOUNT_DATABASES

    마운트 기능을 이용하여 마운트한 백업 데이터베이스의 정보를 표시한다.

    컬럼 이름설명NAME마운트된 데이터베이스의 이름PATH백업 파일의 위치

    Displays the information of the mounted backup database using the mount function.

    Column Name

    Description

    NAME

    Mounted database name

    PATH

    Backup file location

    BACKUP_TBSID
    백업 데이터베이스의 테이블스페이스 식별자

    Backup database tablespace identifier

    BACKUP_SCN
    백업 데이터베이스의 식별자

    Backup database identifier

    MOUNTDB
    백업 시간

    Backup time

    DB_BEGIN_TIME
    백업 데이터베이스의 최초입력 시간

    Backup database first entry time

    DB_END_TIME
    백업 데이터베이스의 최종 입력 시간

    Backup database last entry time

    BACKUP_BEGIN_TIME
    백업 실행시 시작 시간

    Backup begin time

    BACKUP_END_TIME
    백업 실행시 종료 시간

    Backup end time

    FLAG
    프로퍼티 플래그

    V$CACHE

    Storage Manager 에서 읽은 결과를 캐싱한, 캐시 객체에 대한 종합 정보를 표시한다.

    컬럼 이름설명

    Property flag

    V$CACHE

    Displays the comprehensive information on the cache objects containing the results read from the storage system.

    Column Name

    Description

    OBJ_COUNT
    결과집합 캐시 객체의 현재 수

    Current number of result set cache objects

    V$CACHE_OBJECTS

    저장 시스템에서 읽은 결과를 캐싱한, 각 캐시 객체에 대한 정보를 표시한다.

    컬럼 이름설명OID객체식별자

    Displays information about each cache object that contains the results read from the storage system.

    Column Name

    Description

    OID

    Object identifier

    REF_COUNT
    참조 카운트

    Reference count

    FLAG

    (

    서버 내부 사용 플래그

    Internal server use flag)

    V$STORAGE_DC_TABLESPACES

    저장 시스템의 테이블스페이스 정보를 표시한다.

    컬럼 이름설명

    Displays the table space information of the storage system.

    Column Name

    Description

    NAME
    테이블스페이스 이름

    Tablespace name

    ID
    테이블스페이스 식별자

    Tablespace identifier

    FLAG
    테이블스페이스 Property 를 나타내는 Flag

    Flag indicating tablespace property

    REF_COUNT
    테이블스페이스 참조 횟수

    Tablespace reference count

    DISK_COUNT
    테이블스페이스에 속한 디스크 개수

    Tablespace disk count

    V$STORAGE_DC_TABLESPACE_DISKS

    저장 시스템의 테이블스페이스 정보를 표시한다.

    컬럼 이름설명

    Displays the table space information of the storage system.

    Column Name

    Description

    NAME
    디스크 이름

    Disk name

    ID
    디스크 식별자

    Disk identifier

    TABLESPACE_ID
    디스크가 속한 테이블스페이스 식별자

    Disk tablespace identifier

    PATH
    디스크의 경로

    Disk path

    IO_THREAD_COUNT

    I/O Thread

    개수

    count

    IO_JOB_COUNT

    I/O Job

    개수

    count

    VIRTUAL_DISK_COUNT
    가상 디스크 개수

    Virtual disk count

    V$STORAGE_DC_DWFILES

    저장 시스템에서 운용하는 DoubleDisplays the information of the double-write 파일 file (DW File) 의 정보를 표시한다operated by the storage system.

    컬럼 이름

    Column Name

    설명

    Description

    TBS_ID
    테이블스페이스 식별자

    Tablespace identifier

    DISK_ID
    디스크 식별자

    Disk identifier

    FILE
    파일의 경로

    File path

    TABLE_ID
    테이블 식별자

    Table identifier

    COLUMN_ID
    컬럼 식별자

    Column identifier

    PARTITION_ID
    파티션 식별자

    Partition identifier

    PAGE_ID
    페이지 식별자

    Page identifier

    DISK_OFFSET
    디스크 오프셋

    Disk offset

    DISK_IMAGE_SIZE
    디스크 이미지 크기

    Disk image size

    HEAD_CRC32CODE_IMAGE

    Head CRC32 Code

    의 Head

    Image

    TAIL_CRC32CODE_IMAGE

    Tail CRC32 Code

    의 Tail

    Image

    CRC32CODE_PAGE

    CRC32 Code

    의 Page

    Page

    HEAD_TIMESTAMP_PAGE

    Head Timestamp

    의 Head

    Page

    TAIL_TIMESTAMP_PAGE

    Tail Timestamp

    Tail

    Page

    V$STORAGE_DC_PAGECACHE

    저장 시스템에서 운용하는 Page Cache 에 대한 정보를 표시한다.

    컬럼 이름설명

    Displays information about the Page Cache operating on the storage system

    Column Name

    Description

    MAX_MEM_SIZE

    Maximum memory size of Page Cache

    의 최대 메모리 크기

    CUR_MEM_SIZE

    Current memory size of Page Cache

    의 현재 메모리 크기

    PAGE_CNT
    캐싱된 페이지 개수

    Number of cached pages

    CHECK_TIME
    검사 시간

    Check time

    V$STORAGE_DC_PAGECACHE_LRU_LST

    저장 시스템에서 운용하는 Page Cache 의 LRU List 에 대한 정보를 표시한다.

    컬럼 이름설명

    Displays information about the LRU List of Page Cache operated by the storage system.

    Column Name

    Description

    OBJECT_ID
    객체 식별자

    Object identifier

    LEVEL
    파티션 레벨

    Partition level

    PARTITION_ID
    파티션 식별자

    Partition identifier

    OFFSET

    Page Cache

    Offset

    SIZE
    페이지 크기

    Page size

    REF_CNT
    참조 횟수

    Reference count

    V$STORAGE_USAGE

    저장 시스템에서 사용 중인 스토리지의 사용량을 표시한다.

    컬럼 이름

    설명

    Displays the amount of storage used by the storage system.

    Column Name

    Description

    TOTAL_SPACETotal storage capacity where the $MACHBASE_HOME/dbs
    디렉터리가 위치한 스토리지의 총 용량
    directory is located
    USED_SPACETotal storage usage where the $MACHBASE_HOME/dbs
    디렉터리가 위치한 스토리지의 사용량
    directory is located
    USED_RATIO
    사용량 비율
    Percentage of usage(%)
    RATIO_CAP
    스토리지 사용량 한계. USED_RATIO이 이 한계에 도달하면 데이터 입력/인덱스 구축이 멈춤
    Storage usage limit. Data input/index construction stops when USED_RATIO reaches this limit.

    V$STORAGE_TABLES

    테이블의 상세 정보를 표시한다Display table details.

    컬럼 이름

    Column Name

    설명

    Description

    ID
    테이블의
    Table ID
    TYPE
    테이블 형태

    Table type

    • Persistent: LOG
    테이블과
    • / TAG
    테이블
    • Table
    • Volatile:
    휘발성(
    • Volatile
    ) 테이블
    • Table
    • Key-Value:
    TAG 테이블의 부속 테이블
    •  Accompanying table of TAG table
    STATUS

    현재 상태

    • Creating...:
    CREATE TABLE로 테이블 생성 진행중
    • Creating table by CREATE TABLE query
    • Normal: 정상
    • Predrop: DROP TABLE
    명령 접수 상태
    • query accepted
    • Dropping...:
     DROP TABLE 명령 수행 상태
    •  DROP TABLE query processing
    • Dropped: DROP TABLE
    명령 완료 상태
    • query completed
    • Mounted:
    백업된 데이터베이스를 mount 명령으로 불러온 상태
    • The backed up database loaded with the MOUNT query
    STORAGE_USAGE
    해당 테이블이 스토리지에서 점유한 용량
    Capacity occupied by the table in storage


    Log Table


    V$STORAGE_DC_TABLES

    Log Table 에 대한 내부 정보를 표시한다.

    컬럼 이름설명

    Displays internal information about Log Table.

    Column Name

    Description

    ID
    테이블의 식별자

    Table identifier

    DATABASE_ID
    데이터베이스 식별자

    Database identifier

    CREATE_SCN
    생성 당시의 시스템 변경 번호 (

    System Change Number

    )

    at time of creation

    UPDATE_SCN
    최근 변경 당시의 시스템 변경 번호 (

    System Change Number

    )

    at time of most recent update

    DDL_REF_COUNT
    DDL 구문 수행으로, 해당 테이블을 참조하고 있는 세션의 개수.

    Number of sessions referencing table in DDL syntax execution

    BEGIN_RID
    테이블의 최소

    Minimum table RID

    END_RID
    테이블의 마지막 Row ID

    Last row ID of table + 1

    BEGIN_META_RID
    메타 정보를 기록하기 시작한 시점의 ID

    ID at start of recording meta information

    END_META_RID
    메타 정보의 기록이 종료한 시점의 ID

    ID at end of recording meta information

    END_SYNC_RID
    디스크에 기록된 마지막 Row ID

    Last row ID recorded on disk + 1

    FLAG
    Table Property 를 나타내는 Flag

    Flag indicating table property

    COLUMN_COUNT
    테이블의 컬럼 수

    Table column count

    INDEX_COUNT
    테이블의 인덱스 수

    Table index count

    INDEX_MIN_END_RID
    인덱스에 기록된 마지막 RID

    Last RID recorded in index + 1

    LAST_ARRIVAL_TIME
    마지막으로 기록된

    Last recorded _arrival_time

    value

    LAST_CHECKPOINT_TIME
    마지막으로 Checkpoint 를 지난 시점

    Last checkpoint time

    TYPE
    테이블 유형

    Table type

    REMAINING_ROW_COUNT
    자동 삭제 기능 사용시, 삭제되지 않는 레코드의 수

    Number of records not deleted when using auto delete

    KEPT_DURATION
    자동 삭제 기능 사용시, 데이터를 유지할 기간

    How long to keep data when using auto delete function

    V$STORAGE_DC_TABLES_STAT

    Log Table 에 대한 내부 정보를 표시한다.

    컬럼 이름설명

    Displays internal information about Log Table.

    Column Name

    Description

    TABLESPACE_ID
    테이블스페이스 식별자

    Tablespace identifier

    TABLE_ID
    테이블 식별자

    Table identifier

    COLUMN_ID
    컬럼 식별자

    Column identifier

    COUNT
    레코드 개수

    Record count

    V$STORAGE_DC_TABLE_COLUMNSCOLUMNS

    Displays information about the columns in the Log Table 의 컬럼에 대한 정보를 표시한다.

    컬럼 이름

    Column Name

    설명

    Description

    TABLE_ID
    테이블 식별자

    Table identifier

    DATABASE_ID
    데이터베이스 식별자

    Database identifier

    ID
    컬럼 식별자

    Column identifier

    FLAG
    프로퍼티 플래그

    Property flag

    SIZE
    컬럼의 데이터 크기

    Column data size

    PARTITION_VALUE_COUNT
    파티션에 저장되는 최대 데이터 수

    Maximum number of data stored in partition

    PAGE_VALUE_COUNT
    페이지에 저장되는 최대 데이터 수

    Maximum number of data stored in page

    CACHE_VALUE_COUNT
    캐시 값의 최대 수

    Maximum number of cache values

    MINMAX_CACHE_SIZE
    컬럼 파티션에 대한

    Maximum size of MIN / MAX

    캐시의 최대 크기

    cache for column partitions

    CUR_APPEND_PARTITION_ID
    현재 입력을 진행중인 파티션의 식별자

    Current partition in progress of input identifier

    CUR_CACHE_PARTITION_COUNT
    현재 캐시에 데이터를 읽어들인 파티션의 수

    Number of partitions that have read data in current cache

    CUR_MINMAX_CACHE_SIZE
    현재 MIN/MAX캐시의 크기

    Current Min / MAX cache size

    END_RID_FOR_DEFAULT_VALUE
    이 값보다 작은 RID를 갖는 컬럼은 디폴트값으로 지정됨

    Location value of end rid maintaining default value

    DISK_FILE_SIZE
    해당 컬럼에 대한 컬럼 파티션 데이터 파일의 전체 크기

    Total size of column partition data file for that column

    MEMORY_TOTAL_SIZE
    테이블이 사용 중인 메모리 크기

    Memory size used by table

    MEMORY_ALLOC_SIZE
    테이블이 할당받은 메모리 크기

    Memory size allocated by table

    V$STORAGE_DC_TABLE_COLUMN_PARTS

    Log Table 의 컬럼 파티션 정보를 표시한다.

    컬럼 이름설명

    Displays column partition information of log table.

    Column Name

    Description

    TABLE_ID
    테이블 식별자

    Table identifier

    DATABASE_ID
    데이터베이스 식별자

    Database identifier

    COLUMN_ID
    컬럼 식별자

    Column identifier

    ID
    파티션 식별자

    Partition identifier

    FLAG
    컬럼 Property 를 나타내는 Flag

    Flag indicating column property

    BEGIN_RID
    파티션에 저장된 최소 RID

    First RID stored in partition

    END_RID
    파티션에 저장된 최종 RID

    Last RID stored in partition

    END_SYNC_RID
    SYNC가 끝난 최종 RID.
    시작 RID 보다 크고 마지막 SYNC RID 보다 작은 RID 를 갖는 데이터는 파티션 파일에 기록되어 있다

    Last RID SYNC ended.

    Data with a RID greater than the starting RID and less than the last SYNC RID is recorded in the partition file.

    MIN_TIME
    컬럼 파티션에 최초로 데이터를 입력한 시간

    First time data was entered into column partition

    MAX_TIME
    컬럼 파티션에 마지막으로 데이터를 입력한 시간

    Last time data was entered into column partition

    MAX_VALUE_COUNT_PER_PARTITION
    파티션의 최대 데이터 수

    Maximum partition data count

    MAX_VALUE_COUNT_PER_PAGE
    페이지당 최대 데이터 수

    Maximum page data count

    MAX_PAGE_COUNT
    파티션당 최대 페이지의 수

    Maximum partition page count

    PAGE_SIZE
    컬럼 파티션에 저장된 페이지의 크기

    Page size stored in column partition

    PAGE_COUNT
    현재 컬럼 파티션에 생성된 페이지의 수

    Page count created in current column partition

    COMPRESS_RATIO
    컬럼 파티션의 압축률. 0이면 아직 데이터 압축이 실행되지 않은 경우이다

    Column partition compression ratio. If it is 0, data compression has not been performed yet.

    DISK_FILENAME
    파티션 파일의 이름

    Partition file name

    EXTERNAL_PART_SIZE
    데이터의 양이 큰 값은 외부 파티션 파일에 기록하는데, 그 파일의 크기를 표시

    A large amount of data is written to the external partition file, indicating the size of the file

    MIN_VALUE
    컬럼 파티션의 최소값

    Minimum column partition value

    MAX_VALUE
    컬럼 파티션의 최대값

    Maximum column partition value

    V$STORAGE_DC_TABLE_INDEXES

    Displays index information generated in Log Table 에 생성된 인덱스 정보를 표시한다.

    컬럼 이름

    Column Name

    설명

    Description

    TABLE_ID
    테이블 식별자

    Table identifier

    DATABASE_ID
    데이터베이스 식별자

    Database identifier

    ID
    인덱스 식별자

    Index identifier

    FLAG
    인덱스 Property 를 나타내는 Flag

    Flag indicating index property

    TABLE_BEGIN_RID
    테이블의 입력된 최소 RID

    First RID entered into table

    TABLE_END_RID
    테이블의 마지막

    Last table RID

    BEGIN_RID
    인덱스의 최소

    First index RID

    END_RID
    인덱스의 최대

    Last index RID

    END_SYNC_RID
    파일에 기록된 최대 RID

    Last recorded RID in file + 1

    COLUMN_COUNT
    인덱스 컬럼 수

    Index column count

    BEGIN_PART_ID
    인덱스의 최초 파티션 식별자

    Index first partition identifier

    END_PART_ID
    인덱스의 최종 파티션 식별자

    Index last partition identifier

    FLUSH_REQUEST_COUNT
    디스크에 반영요청된 인덱스 파티션의 수

    Number of index partitions requested to reflect on disk

    MAX_KEY_SIZE
    최대 키 크기

    Maximum key size

    INDEX_TYPE
    인덱스 유형

    Index type

    DISK_FILE_SIZE
    해당 인덱스에 대한 인덱스 파티션 파일의 전체 크기

    Total size of index partition file for that index

    LAST_CHECKPOINT_TIME
    마지막으로 Checkpoint 를 지난 시점

    Last checkpoint time


    LSM(Log Structured Merge) Index


    V$STORAGE_DC_LSMINDEX_LEVEL_PARTS

    Displays information about LSM Index 파티션에 대한 정보를 표시한다partitions.

    컬럼 이름

    Column Name

    설명

    Description

    TABLE ID
    인덱스가 생성된 테이블의 식별자

    Index table identifier

    TABLESPACE_ID
    테이블스페이스 식별자

    Tablespace identifier

    INDEX_ID
    인덱스 식별자

    Index identifier

    LEVEL
    인데스 파티션의

    Index partition LSM

    레벨

    level

    PARTITION_ID
    파티션 식별자

    Partition identifier

    BEGIN_RID
    파티션에 입력된 최소 RID

    First RID entered into partition

    END_RID
    파티션에 입력된 최대 RID

    Last RID entered into partition + 1

    KEY_VALUE_COUNT
    파티션에 입력된 키값의 수

    Key value count entered into partition

    KEY_VALUE_TABLE_SIZE
    키값을 저장하는 페이지 크기

    Size of page storing key value

    KEY_VALUE_TABLE_PAGE_COUNT
    키값을 저장하는 페이지의 수

    Number of pages storing key value

    MIN_KEY_VALUE
    최소 키 값

    Minimum key value

    MAX_KEY_VALUE
    최대 키 값

    Maximum key value

    BITMAP_TABLE_SIZE
    비트맵 값을 저장하는 페이지의 합계

    Total size of page storing bitmap value

    BITMAP_TABLE_PAGE_COUNT
    비트맵 값을 저장하는 페이지의 수

    Number of pages storing bitmap value

    META_SIZE
    메타 정보를 저장하는 페이지의 합계

    Total size of page storing meta information

    META_PAGE_COUNT
    메타 정보를 저장하는 페이지의 수

    Number of pages storing meta information

    TOTAL_BUILD_MSEC
    해당 파티션을 완성하기 까지의 총 시간

    Total time to complete partition

    KEYVAL_BUILD_MSEC

    Total time to complete partition for KeyValue Mode

    에서, 해당 파티션을 완성하기 까지의 총 시간

    BITMAP_BUILD_MSEC

    Total time to complete partition for Bitmap Mode

    에서, 해당 파티션을 완성하기 까지의 총 시간

    V$STORAGE_DC_LSMINDEX_LEVEL_PARTS_CACHE

    Displays information about the LSM Index 파티션 캐시에 대한 정보를 표시한다partition cache.

    컬럼 이름

    Column Name

    설명

    Description

    TABLESPACE_ID
    테이블스페이스 식별자

    Tablespace identifier

    TABLE_ID
    인덱스가 생성된 테이블의 식별자

    Index Table identifier

    INDEX_ID
    인덱스 식별자

    Index identifier

    LEVEL
    인데스 파티션의

    Index partition LSM

    레벨

    level

    PARTITION_ID
    파티션 식별자

    Partition identifier

    BEGIN_RID
    파티션에 입력된 최소 RID

    First RID entered into partition

    END_RID
    파티션에 입력된 최대 RID

    Last RID entered into partition + 1

    KEY_VALUE_COUNT
    파티션에 입력된 키값의 수

    Number of key values entered into partition

    KEY_VALUE_TABLE_SIZE
    키값을 저장하는 페이지의 크기

    Size of page storing key value

    KEY_VALUE_TABLE_PAGE_COUNT
    키값을 저장하는 페이지의 수

    Number of pages storing key value

    BITMAP_TABLE_SIZE
    비트맵 값을 저장하는 페이지의 합계

    Total size of page storing bitmap value

    BITMAP_TABLE_PAGE_COUNT
    비트맵 값을 저장하는 페이지의 수

    Number of pages storing bitmap value

    META_SIZE
    메타 정보를 저장하는 페이지의 합계

    Total size of page storing meta information

    META_PAGE_COUNT
    메타 정보를 저장하는 페이지의 수

    Number of pages storing meta information

    MEMORY_SIZE
    메모리 사용량

    Memory usage

    MEMORY_SIZE_RBTREE

    Redblack Tree

    가 사용한 메모리 사용량

    memory usage

    V$STORAGE_DC_LSMINDEX_LEVELS

    LSM 인덱스의 레벨에 관한 정보를 표시한다.

    컬럼 이름설명

    Displays information about the level of the LSM index.

    Column Name

    Description

    TABLE ID
    테이블 식별자

    Table identifier

    DATABASE_ID
    데이터베이스 식별자

    Database identifier

    INDEX_ID
    인덱스 식별자

    Index identifier

    LEVEL
    레벨

    Level

    BEGIN_RID
    파티션의 첫번째

    First partition RID

    END_RID
    파티션의 마지막

    Last partition RID + 1

    META_BEGIN_RID
    메타정보를 기록하기 시작한 시점의 RID

    RID at start time of recording meta information

    META_END_RID
    메타정보의 기록이 끝난 시점의 RID

    RID at end time of recording meta information

    DELETE_END_RID
    삭제된

    Maximum deleted RID

    최대값

    + 1

    V$STORAGE_DC_LSMINDEX_FILES

    Displays information about the files that make up the LSM Index 를 구성하는 파일에 대한 정보를 표시한다.

    컬럼 이름

    Column Name

    설명

    Description

    TABLE_ID
    테이블 식별자

    Table identifier

    DATABASE_ID
    데이터베이스 식별자

    Database identifier

    INDEX_ID
    인덱스 식별자

    Index identifier

    LEVEL
    인데스 파티션의

    Index partition LSM

    레벨

    level

    PARTITION_ID
    파티션 식별자

    Partition identifier

    BEGIN_RID
    파티션의 첫번째

    Partition first RID

    END_RID
    파티션의 마지막

    Partition last RID + 1

    PATH
    인덱스 파일의 위치

    Index file location

    V$STORAGE_DC_LSMINDEX_AGER_JOBS

    Displays working status of Ager responsible for LSM Index 의 삭제를 담당하는 Ager 의 작업 상태를 표시한다deletion.

    컬럼 이름

    Column Name

    설명

    Description

    TABLE_ID
    테이블 식별자

    Table identifier

    INDEX_ID
    인덱스 식별자

    Index identifier

    LEVEL
    인데스 파티션의

    Index partition LSM

    레벨

    level

    BEGIN_RID
    파티션의 첫번째

    First partition RID

    END_RID
    파티션의 마지막

    Last partition RID + 1

    STATE

    Index Ager

    의 작업 상태

    working status


    Volatile Table


    V$STORAGE_DC_VOLATILE_TABLE

    Displays information about Volatile Table 에 대한 정보를 표시한다.

    컬럼 이름

    Column Name

    설명

    Description

    MAX_MEM_SIZE

    Maximum Volatile Tablespace

    의 최대 크기

    size

    CUR_MEM_SIZE

    Current Volatile Tablespace

    의 현재 크기

    size


    Tag Table


    V$STORAGE_TAG_TABLES

    Displays information about the partition table in the Tagdata Table 의 파티션 테이블에 대한 정보를 표시한다.


    컬럼 이름

    Column Name

    설명

    Description

    ID
    테이블 식별자

    Table identifier

    TABLE_BEGIN_RID
    테이블 시작

    Table start RID

    TABLE_END_RID
    테이블 끝

    Table end RID

    WRITE_END_RID
    데이터 파일에 기록된 마지막 RID
    Last RID which is written to data file.
    EXT_ROW_COUNT
    VARCHAR 레코드 중 외부 파티션에 입력된 개수
    Number of entries to external partitions in VARCHAR records
    EXT_WRITE_COUNT
    VARCHAR 레코드 중 데이터파일에 기록된 개수
    Number of entries to data files in VARCHAR records
    DISK_INDEX_END_RID
    스토리지에 저장된 인덱스의 끝 RID

    Index end RID stored in storage

    MEMORY_INDEX_END_RID
    메모리 인덱스에 상주한 테이블 끝 RID

    Table end RID in memory index

    DELETE_MIN_DATE
    DELETE ... BETWEEN ... 수행시 삭제 대상의 최소 시각
    Minimum time of deleted data by execute  DELETE BETWEEN query
    DELETE_MAX_DATE
    DELETE ... BETWEEN ..., 혹은 DELETE ... BEFORE ... 수행시 삭제 대상의 최대 시각
    Maximum time of deleted data by execute  DELETE BETWEEN/BEFORE query
    INDEX_STATE
    현재 인덱스 구축 상태

    Current Index Build Stats

    • IDLE:
    구축 완료, 대기중.
    • Build Complete, waiting
    • PROGRESS:
    구축 진행중
    • Build in progress
    • IOWAIT:
    스토리지에 입출력 연산 대기.
    • Waiting for I/O operation in storage
    • PENDING:
    테이블에 읽기 잠금 대기중
    • Waiting for table read lock
    • SHUTDOWN:
    정지됨
    •   Stopped. DELETE
    연산, 혹은 DROP 연산 진행중
    • operation or DROP operation in progress.
    • ABNORMAL:
    비정상 종료
    • Abnormal end
    DELETE_STATE
    현재

    Current DELETE

    연산의 상태. DELETE 명령이 들어올 때에만 수행되므로 IDLE이 없다

    operation state. 
    There is no IDLE because it is performed only when a DELETE command is entered.

    • PROGRESS:
    삭제 진행중
    • Deletion in progress
    • IOWAIT:
    스토리지에 입출력 연산 대기.
    • Waiting for I/O operation in storage
    • PENDING:
    테이블에 읽기/쓰기 잠금 대기중
    • Waiting for table read/write lock
    • SHUTDOWN:
    정지됨. DELETE 연산이 진행되지 않음
    • Stopped. DELETE operation or DROP operation in progress.
    • ABNORMAL:
    비정상 종료
    • Abnormal end
    SAVE_STATE
    현재 테이블 저장 연산의 상태.

    Current Table Save operation state. 

    • IDLE:
    저장 완료, 대기중.
    •  Save Complete, waiting
    • PROGRESS:
    저장 진행중
    •  Save in progress
    • IOWAIT:
    스토리지에 입출력 연산 대기.
    •  Waiting for I/O operation in storage
    • PENDING:
    테이블에 읽기 잠금 대기중
    •  Waiting for table read lock
    • SHUTDOWN:
    정지됨
    •  Stopped. DELETE
    연산, 혹은 DROP 연산 진행중
    • operation or DROP operation in progress.
    • ABNORMAL:
    비정상 종료
    •  Abnormal end

    V$STORAGE_TAG_CACHE

    Tagdata Table 의 파티션 테이블에서 사용하는 캐시 정보를 표시한다.

    컬럼 이름설명CATEGORY캐쉬되고 있는 객체 분류

    _CACHE

    Displays the cache information used in the partition table of the Tagdata Table.

    Column Name

    Description

    CATEGORY

    Type of object in cache

    USED_MEMORY
    사용중인 메모리 크기

    Size of memory in use

    BLOCK_COUNT
    데이터 캐시 개수

    Data cache count

    CACHE_HIT
    데이터 캐시 히트 횟수

    Data cache hit count

    CACHE_MISS
    데이터 캐시 미스 횟수

    Data cache miss count

    FLUSHOUT
    데이터 캐시 충돌로 페이지를 비운 횟수COLDREAD스토리지에서 직접 읽어온 데이터 페이지 개수

    Number of page flushouts due to data cache crash

    COLDREAD

    Number of data pages read directly from storage

    MEMORY_WAIT
    데이터 메모리가 캐시 충돌로 대기한 횟수

    Number of times data memory waited for cache crash

    IO_WAIT
    데이터 읽기 연산 대기 횟수

    Data read operation wait count

    V$STORAGE_TAG_CACHE_OBJECTS

    Tagdata Table의 파티션 테이블에서 사용하는 각각의 캐시 블럭에 대한 상세정보를 표시한다Displays detailed information about each cache block used in the partition table of the Tagdata Table.

    컬럼 이름설명
    CATEGORY
    캐쉬되고 있는 객체 분류
    Object classification being cached
    LATEST_HIT
    마지막 접근 시각
    Last approach time
    STATUS
    캐시 상태

    Cache status

    • None:
    메모리 할당을 마친 상태
    • Memory allocation done
    • Resides:
    캐시에 보존된 상태
    • Already stored in cache
    • Loading:
    스토리지에서 테이블 데이터를 불러 오는 중
    •  Loading table data from storage
    • ERROR!:
    데이터를 불러오는 중 오류 발생
    • Error appears while loading data
    WAIT_COUNT
    Loading 상태에서 해당 캐시를 읽지 못해 대기한 회수
    The number of waiting times because the cache could not be read in the Loading state
    REF_COUNT
    현재 캐시 블럭을 참조 중인 세션 수
    Number of sessions currently referencing the cache block
    HIT_COUNT
    캐시 블럭을 참조한 회수
    Number of times a cache block was referenced
    TABLE_ID
    테이블 식별자
    Table Identifier
    FILE_ID
    파일 식별자
    File Identifier
    PART_ID
    데이터파일 내부의 파티션 식별자
    Partition identifier inside the datafile
    SAVE_SCN
    테이블 저장
    SCN of table save
    VSAVE_SCN
    테이블 저장
    SCN of table save
    DELETE_SCN
    DELETE 연산
    SCN of delete operation
    OFFSET
    데이터파일 오프셋
    Datafile offset
    DATA_SIZE
    압축 이전 데이터 크기, 혹은
    Data size before compression, or 0

    V$STORAGE_TAG_TABLE_FILES

    Tagdata Table 의 파티션 테이블의 파일 정보를 표시한다.

    컬럼 이름설명

    Displays the file information of the partition table of the Tag Table.

    Column Name

    Description

    TABLE_ID
    테이블 식별자

    Table identifier

    FILE_ID
    파일 식별자

    File identifier

    STATE
    인덱싱 상태

    Index status

    • COMPLETE:
    데이터 저장, 인덱싱 완료
    • Data stored, index build complete
    • INDEXING:
    인덱스 구축 중.
    • Index build in progress
    • FILLED:
    데이터가 꽉 찬 상태, 인덱싱 대기 중PARTIAL: 아직 데이터가 꽉 차지 않았음. 인덱싱 대기 중.
    • Data is full, waiting for Index build
    • PARTIAL: Data not yet full, waiting for Index build
    REF_COUNT
    현재 파일을 참조 중인 세션 수
    Number of sessions currently referencing the file
    ROW_COUNT
    삭제됐던 레코드를 포함하여 파일에 저장된 레코드 개수
    Number of records stored in the file, including those that were deleted
    DEL_COUNT
    파일에서 삭제된 레코드 개수
    Number of records deleted from the file
    MIN_DATE
    해당 파일에 기록된 데이터의 최소 일자

    Minimum datatime value of this data file.

    MAX_DATE
    해당 파일에 기록된 데이터의 최대 일자

    Maximum datatime value of this data file.


    Tag Rollup


    V$ROLLUP

    Tagdata 테이블의 Rollup 정보를 표시한다.

    컬럼 이름설명

    Displays the Rollup information that stores statistical information of the Tagdata table.

    Column Name

    Description

    ID

    Rollup

    작업

    job ID

    ROLLUP_TABLE_NAME
    Rollup 이 저장할 테이블 이름

    Table name to store Rollup information

    SOURCE_TABLE_NAME
    Rollup 이 조회할 테이블 이름

    Name of tag table that Rollup will query

    END_RID

    Source Table

    의 끝

    end RID

    ENABLED

    Indicates Rollup

    진행 여부를 나타냄

    progress status

    LAST_INSERTED_ROW_COUNT
    최근에 입력했던 레코드 개수

    Number of recently entered records

    V$ROLLUP_STATUS

    Tagdata 테이블의 Rollup 상태를 표시한다.

    컬럼 이름설명

    Displays the rollup status of the Tagdata table.

    Column Name

    Description

    SRC_TABLE
    Rollup 이 조회할 테이블 이름

    Name of table that Rollup will query

    ROLLUP_TABLE
    Rollup 이 저장할 테이블 이름

    Name of table that Rollup will store

    ENABLED

    Indicates Rollup

    진행 여부를 나타냄

    progress status

    ROLLUP_END_RID
    Rollup 저장 테이블의 끝 RID

    End RID of Rollup save table

    LAST_ELAPSED_MSEC
    최근에 진행했던 Rollup 의 경과시간

    Elapsed recent Rollup time


    Stream


    V$STREAMS

    칼럼 이름

    Column Name

    설명
    Description
    NAME
    서버에 등록된 stream질의의 이름. 서버내에서 유일해야 함

    The name of stream query.

    LAST_EX_TIME
    해당 STREAM질의가 마지막으로 수행된 시간

    Last execution time of this query.

    TABLE_NAME
    STREAM질의의 검색 대상 테이블 이름

    The name of table which searched from the query

    END_RID
    STREAM 질의가 마지막으로 읽어 들인 RID
    The last RID read by stream query 
    STATE
    STREAM질의의 현재 상태
    Current state of stream query 
    QUERY_TXT
    사용자가 입력한 STREAM질의의 원본
    Query text 
    ERROR_MSG
    마지막으로 실행했을 때의 에러 메시지FREQUENCY

    질의 수행의 최소 대기 시간. 0이면 매 레코드마다 실행되며 0이 아니면 해당 시간이 지날 때 마다 수행된다.

    단위는 나노초이다
    Error message of the last stream execution 
    FREQUENCY

    Minimum wait time for query execution. If it is 0, it is executed every record. If it is not 0, it is executed each time. The unit is nanoseconds.


    License


    V$LICENSE_INFO

    라이선스 정보를 표시한다Displays license information.

    컬럼 이름

    Column Name

    설명

    Description

    INSTALL_DATE
    설치일

    Installation date

    TYPE
    라이선스 유형

    License type

    POLICY
    라이선스 정책 유형

    License policy type

    CUSTOMER
    고객사 이름

    Customer name

    ISSUE_DATE
    발행일

    Issue date

    ID
    호스트

    Host ID

    EXPIRY_DATE
    만료일

    Expiration date

    SIZE_LIMIT
    일 입력제한량

    Work input limit

    ADDENDUM
    추가 데이터 비율

    Additional data rate

    VIOLATION_ACTION
    위반 시 행동

    Indicates license violation

    VIOLATION_LIMIT
    서비스가 중단될 위반 횟수 (매월 갱신

    Number of violations to suspend service (monthly update)

    STOP_ACTION
    중단 행동

    Indicates database is terminated in the event of license violation

    RESET_FLAG

    (

    서버 내부 사용

    Internal server use)

    V$LICENSE_STATUS

    라이선스 상태를 표시한다Displays the license status.

    컬럼 이름
    Column Name
    설명
    Description
    USER_DATA_PER_DAY
    하루에 입력할 수 있는 데이터 제한량
    Amount of data that can be entered per day
    PREVIOUS_CHECK_DATE
    직전 라이선스 검사일
    Previous license check date
    VIOLATION_COUNT
    라이선스 위반 횟수
    License violation count
    STOP_ENABLED
    (제거됨)
    Display whether license restrictions are enabled or not.


    Mutex


    V$MUTEX

    현재 뮤텍스 상태를 보여준다Displays current mutex status.

    필드명

    Column Name

    설명

    Description

    비고

    Note

    OBJECT
    뮤텍스 객체의 주소
    Address of the mutex object
    NAME
    뮤텍스 생성시 부여한 이름
    The name given when creating the mutex
    TYPE
    뮤텍스 타입
    Mutex type
    • Mutex: pmuMutex
    • RW Mutex: pmuRWMutex
    OWNER
    뮤텍스를 획득한 스레드의 ID
    ID of the thread that acquired the mutex
    • Mutex:
    뮤텍스를 획득한 스레드가 없으면 0
    •  0 if no thread acquired the mutex.
    • RW Mutex w/ Read-Lock: 0
    • RW Mutex w/ Write-Lock:
    Write Lock을 획득한 스레드의 ID
    •  ID of the thread that acquired the write lock.
    LOCK_COUNT
    뮤텍스를 획득한 스레드 개수RW Mutex는 2 이상이 될 수 있음
    Number of threads that acquired the mutex
    • RW Mutex can be 2 or more.
    PEND_COUNT
    뮤텍스를 획득하려고 대기 중인 스레드 개수
    Number of threads waiting to acquire a mutex
    • Collect only when TRACE_MUTEX_WAIT_STATUS=
    1일 때에만 수집
    • 1
    TRY_COUNT
    뮤텍스를 획득하려고 시도한 회수
    Number of attempts to acquire the mutex
    • Collect only when TRACE_MUTEX_WAIT_STATUS=
    1일 때에만 수집
    • 1
    CONFLICT_COUNT
    뮤텍스 획득에 실패한 회수
    Number of failed to acquire mutex
    • Collect only when TRACE_MUTEX_WAIT_STATUS=
    1일 때에만 수집
    • 1
    WAIT_TICK
    뮤텍스 획득 대기 시간의 총합
    Sum of waiting time to acquire mutex
    • Collect only when TRACE_MUTEX_WAIT_STATUS=
    1일 때에만 수집RW Mutex에는 기록하지 않음
    • 1
    • Do not write to RW Mutex
    WAIT_TICK_AVG
    뮤텍스 획득 시도 후 성공까지의 평균 시간
    Average time to success after an attempt to acquire a mutex
    • Collect only when TRACE_MUTEX_WAIT_STATUS=
    1일 때에만 수집RW Mutex에는 기록하지 않음
    • 1
    • Do not write to RW Mutex
    HELD_TICK
    뮤텍스를 획득한 이후 해제할 때까지의 시간 총합
    Total time from acquiring the mutex to releasing it
    • Collect only when TRACE_MUTEX_WAIT_STATUS=
    1일 때에만 수집RW Mutex에는 기록하지 않음
    • 1
    • Do not write to RW Mutex
    HELD_TICK_AVG
    뮤텍스 획득 이후 해제까지의 시간 평균
    Average time from acquisition to release of mutex
    • Collect only when TRACE_MUTEX_WAIT_STATUS=
    1일 때에만 수집RW Mutex에는 기록하지 않음
    • 1
    • Do not write to RW Mutex

    V$MUTEX_WAIT_STAT

    현재 대기중인 뮤텍스의 콜스택을 보여준다.

    필드

    설명

    비고

    Shows the call stack of the currently waiting mutex.

    OBJECT획득 시도 중인 뮤텍스의 주소
    • V$MUTEX의 OBJECT와 동일
    DEPTH호출 깊이

    Column Name

    Description

    Note

    THREAD_ID
    뮤텍스 획득 대기 중인 스레드 ID
    ID of the thread waiting to acquire the mutex
    OBJECTAddress of the mutex being acquired
    • Same as OBJECT in V$MUTEX
    DEPTHCall stack depth
    • Collect only when TRACE_MUTEX_WAIT_
    STACK
    • STATUS=
    1일 때에만 수집
    • 1
    SYMBOL
    뮤텍스 획득을 호출한 함수의 심볼
    Symbol of function that called acquire mutex
    • Collect only when TRACE_MUTEX_WAIT_
    STACK
    • STATUS=
    1일 때에만 수집
    • 1


    Cluster


    V$NODE_STATUS

    Cluster 각 Node 의 상태를 표시한다. 1건만 표시된다.

    컬럼 이름설명

    Displays the Node status for each Cluster. Only one is displayed.

    Column  Name

    Description

    NODETYPE

    Node

    의 유형. 쿼리로 조회 가능한 Type 은 두 가지 뿐이다

    type. There are two types that can be viewed by queries.

    • Broker
    • Warehouse
    STATE

    Node

    의 상태

    status

    V$DDL_INFO

    Cluster 에서 수행한 DDL 정보를 표시한다.

    컬럼 이름설명

    Displays DDL information performed by Cluster.

    Column Name

    Description

    SEQUENCENUMBER

    DDL

    순서 번호

    sequence number

    TIME

    DDL

    수행 시간

    execution time

    VALUE

    DDL

    쿼리 결과 값 (서버 내부 사용

    query result value (Internal server use)

    CLIENT
    클라이언트 이름

    Client name

    BROKER
    Leader

    Lead Broker

    Node

    이름

    name

    USER
    사용자 이름

    User name

    SQL

    DDL

    쿼리 값

    query value

    V$REPLICATION

    Replication 작동에 대한 정보를 표시한다.

    컬럼 이름설명

    Displays information about the replication operation.

    Column Name

    Description

    HOSTNAME

    Replication

    이 작동되는

    Node

    Hostname

    MODE

    (

    서버 내부 사용

    Internal server use)

    STATE

    Node

    의 상태

    status

    ADDR

    Replication Manager

    의 주소

    address

    PORT_NO

    Replication Manager

    의 포트번호

    port number

    MAX_SENDER_COUNT
    생성 가능한 Sender 최대 개수

    Maximum number of Senders that can be created

    RUN_SENDER_COUNT
    작동중인 Sender 최대 개수

    Maximum number of active Senders

    V$REPL_SENDER

    Replication 작동 시, Sender 의 정보를 표시한다.

    컬럼 이름설명

    Displays Sender replication when running Replication.

    Column Name

    Description

    HOSTNAME

    Replication

    이 작동되는

    Node

    Hostname

    ID

    Sender

    식별자

    identifier

    STATUS

    Sender

    Thread 의 작동상태

    operational status

    PAYLOAD_RECV_COUNT
    Sender 로부터 받은 페이로드 개수

    Number of payloads received from sender

    PAYLOAD_RECV_BYTES
    Sender 로부터 받은 페이로드 크기 총합

    Total payload size received from Sender

    QUEUE_REMAIN_COUNT

    Number of buffers remaining in the Receive Queue

    에 남은 버퍼의 개수

    NET_SEND_COUNT
    전체 전송 횟수

    Net send count

    NET_SEND_SIZE
    전체 전송 크기 총합

    Net send size

    NET_RECV_COUNT
    전체 수신 횟수

    Net receive count

    NET_RECV_SIZE
    전체 수신 크기 총합

    Net receive size

    V$REPL_SENDER_META

    Replication 작동 시, Sender 의 메타데이터를 표시한다.

    컬럼 이름설명

    Displays Sender metadata when running Replication.

    Column Name

    Description

    HOSTNAME

    Replication

    이 작동되는

    Node

    Hostname

    SENDER_ID

    Sender

    식별자

    identifier

    TABLE_ID
    대상 테이블 식별자

    Target table identifier

    TABLE_TYPE
    대상 테이블 유형

    Target table type

    BEGIN_RID
    대상 레코드의 시작

    Target record start RID

    END_RID
    대상 레코드의 끝

    Target record end RID

    V$REPL_RECEIVER

    Replication 작동 시, Receiver 의 정보를 표시한다.

    컬럼 이름설명

    Displays Receiver information when running Replication.

    Column Name

    Description

    HOSTNAME

    Replication

    이 작동되는

    Node

    Hostname

    STATUS

    Receiver

    Thread 의 작동상태

    operational status

    PAYLOAD_RECV_COUNT
    Sender 로부터 받은 페이로드 개수

    Number of payloads received from sender

    PAYLOAD_RECV_BYTES
    Sender 로부터 받은 페이로드 크기 총합

    Total payload size received from Sender

    QUEUE_REMAIN_COUNT

    Number of buffers remaining in the Receive Queue

    에 남은 버퍼의 개수

    NET_SEND_COUNT
    전체 전송 횟수

    Net send count

    NET_SEND_SIZE
    전체 전송 크기 총합

    Net send size

    NET_RECV_COUNT
    전체 수신 횟수

    Net receive count

    NET_RECV_SIZE
    전체 수신 크기 총합

    Net receive size

    V$REPL_RECEIVER_META

    Replication 작동 시, Receiver 의 메타데이터를 표시한다.

    컬럼 이름설명

    Displays Receiver metadata when running Replication.

    Column NameDescription
    HOSTNAME

    Replication

    이 작동되는

    Node

    Hostname

    TABLE_ID
    대상 테이블 식별자

    Target table identifier

    TABLE_TYPE
    대상 테이블 유형

    Target table type

    BEGIN_RID
    대상 레코드의 시작

    Target record start RID

    END_RID
    대상 레코드의 끝

    Target record end RID

    V$REPL_READER

    Replication 작동 시, Reader 의 정보를 표시한다.

    컬럼 이름설명

    Displays Reader information when running Replication.

    Column Name

    Description

    HOSTNAME

    Replication

    이 작동되는

    Node

    Hostname

    SENDER_ID

    Sender

    식별자

    identifier

    ID

    Reader

    식별자

    identifier

    STATUS

    Reader

    Thread의 작동상태

    operation status

    FETCH_COUNT

    FETCH

    수행 횟수

    count

    V$REPL_READER_META

    Replication 작동 시, Reader 의 메타데이터를 표시한다.

    컬럼 이름설명

    Displays Reader metadata when running Replication.

    Column Name

    Description

    HOSTNAME

    Replication

    이 작동되는

    Node

    Hostname

    SENDER_ID

    Sender

    식별자

    identifier

    ID

    Reader

    식별자

    identifier

    TABLE_ID
    대상 테이블 식별자

    Target table identifier

    TABLE_TYPE
    대상 테이블 유형

    Target table type

    BEGIN_RID
    대상 레코드의 시작

    Target record start RID

    END_RID
    대상 레코드의 끝

    Target record end RID

    V$REPL_WRITER

    Replication 작동 시, Writer 의 정보를 표시한다.

    컬럼 이름설명

    Displays Writer information when running Replication.

    Column Name

    Description

    HOSTNAME

    Replication

    이 작동되는

    Node

    Hostname

    ID

    Writer

    식별자

    identifier

    STATUS

    Writer

    Thread 의 작동상태

    operational status

    APPEND_COUNT

    APPEND

    수행 횟수

    count

    V$REPL_WRITER_META

    Replication 작동 시, Writer 의 메타데이터를 표시한다.

    컬럼 이름설명

    Displays Writer metadata when running Replication.

    Column Name

    Description

    HOSTNAME

    Replication

    이 작동되는

    Node

    Hostname

    ID

    Writer

    식별자

    identifier

    TABLE_ID
    대상 테이블 식별자

    Target table identifier

    TABLE_TYPE
    대상 테이블 유형

    Target table type

    BEGIN_RID
    대상 레코드의 시작

    Target record start RID

    END_RID
    대상 레코드의 끝

    Target record end RID


    Others


    V$TABLES

    V$로 시작하는 모든 Virtual Table 을 표시한다.

    컬럼 이름설명NAME테이블 이름TYPE테이블 유형

    Displays all Virtual Tables that start with "V$".

    Column Name

    Description

    NAME

    Table name

    TYPE

    Table type

    DATABASE_ID
    데이터베이스 식별자

    Database identifier

    ID
    테이블 식별자

    Table identifier

    USER ID
    테이블을 생성한 사용자

    User who created table

    COLCOUNT
    컬럼의 갯수

    Column count

    V$COLUMNS

    Virtual Table 의 컬럼 정보를 표시한다.

    컬럼 이름설명

    Displays column information of Virtual Tables.

    Column Name

    Description

    NAME
    컬럼명

    Column name

    TYPE
    컬럼의 데이터 타입

    Column data type

    DATABASE_ID
    데이터베이스 식별자

    Database identifier

    ID
    컬럼의 식별자

    Column identifier

    LENGTH
    컬럼의 크기

    Column size

    TABLE_ID
    테이블 식별자

    Table identifier

    FLAG
    비공개 데이터

    Private data

    PART_PAGE_COUNT
    (사용되지 않음)
    Unused
    PAGE_VALUE_COUNT
    (사용되지 않음)
    Unused
    MINMAX_CACHE_SIZE
    (사용되지 않음)
    Unused
    MAX_CACHE_PART_COUNT
    (사용되지 않음)
    Unused