OceanBase logo

OceanBase

A unified distributed database ready for your transactional, analytical, and AI workloads.

DEPLOY YOUR WAY

OceanBase Cloud

The best way to deploy and scale OceanBase

OceanBase Enterprise

Run and manage OceanBase on your infra

TRY OPEN SOURCE

OceanBase Community Edition

The free, open-source distributed database

OceanBase seekdb

Open source AI native search database

Customer Stories

Real-world success stories from enterprises across diverse industries.

View All
BY USE CASES

Mission-Critical Transactions

Global & Multicloud Application

Elastic Scaling for Peak Traffic

Real-time Analytics

Active Geo-redundancy

Database Consolidation

Resources

Comprehensive knowledge hub for OceanBase.

Blog

Live Demos

Training & Certification

Documentation

Official technical guides, tutorials, API references, and manuals for all OceanBase products.

View All
PRODUCTS

OceanBase Cloud

OceanBase Database

Tools

Connectors and Middleware

QUICK START

OceanBase Cloud

OceanBase Database

BEST PRACTICES

Practical guides for utilizing OceanBase more effectively and conveniently

Company

Learn more about OceanBase – our company, partnerships, and trust and security initiatives.

About OceanBase

Partner

Trust Center

Contact Us

International - English
中国站 - 简体中文
日本 - 日本語
Sign In
Start on Cloud

A unified distributed database ready for your transactional, analytical, and AI workloads.

DEPLOY YOUR WAY

OceanBase Cloud

The best way to deploy and scale OceanBase

OceanBase Enterprise

Run and manage OceanBase on your infra

TRY OPEN SOURCE

OceanBase Community Edition

The free, open-source distributed database

OceanBase seekdb

Open source AI native search database

Customer Stories

Real-world success stories from enterprises across diverse industries.

View All
BY USE CASES

Mission-Critical Transactions

Global & Multicloud Application

Elastic Scaling for Peak Traffic

Real-time Analytics

Active Geo-redundancy

Database Consolidation

Comprehensive knowledge hub for OceanBase.

Blog

Live Demos

Training & Certification

Documentation

Official technical guides, tutorials, API references, and manuals for all OceanBase products.

View All
PRODUCTS
OceanBase CloudOceanBase Database
ToolsConnectors and Middleware
QUICK START
OceanBase CloudOceanBase Database
BEST PRACTICES

Practical guides for utilizing OceanBase more effectively and conveniently

Learn more about OceanBase – our company, partnerships, and trust and security initiatives.

About OceanBase

Partner

Trust Center

Contact Us

Start on Cloud
编组
All Products
    • Databases
    • iconOceanBase Database
    • iconOceanBase Cloud
    • iconOceanBase Tugraph
    • iconInteractive Tutorials
    • iconOceanBase Best Practices
    • Tools
    • iconOceanBase Cloud Platform
    • iconOceanBase Migration Service
    • iconOceanBase Developer Center
    • iconOceanBase Migration Assessment
    • iconOceanBase Admin Tool
    • iconOceanBase Loader and Dumper
    • iconOceanBase Deployer
    • iconKubernetes operator for OceanBase
    • iconOceanBase Diagnostic Tool
    • iconOceanBase Binlog Service
    • Connectors and Middleware
    • iconOceanBase Database Proxy
    • iconEmbedded SQL in C for OceanBase
    • iconOceanBase Call Interface
    • iconOceanBase Connector/C
    • iconOceanBase Connector/J
    • iconOceanBase Connector/ODBC
    • iconOceanBase Connector/NET
icon

OceanBase Database

SQL - V4.3.3

    Download PDF

    OceanBase logo

    The Unified Distributed Database for the AI Era.

    Follow Us
    Products
    OceanBase CloudOceanBase EnterpriseOceanBase Community EditionOceanBase seekdb
    Resources
    DocsBlogLive DemosTraining & Certification
    Company
    About OceanBaseTrust CenterLegalPartnerContact Us
    Follow Us

    © OceanBase 2026. All rights reserved

    Cloud Service AgreementPrivacy PolicySecurity
    Contact Us
    Document Feedback
    1. Documentation Center
    2. OceanBase Database
    3. SQL
    4. V4.3.3
    iconOceanBase Database
    SQL - V 4.3.3
    SQL
    KV
    • V 4.4.2
    • V 4.3.5
    • V 4.3.3
    • V 4.3.1
    • V 4.3.0
    • V 4.2.5
    • V 4.2.2
    • V 4.2.1
    • V 4.2.0
    • V 4.1.0
    • V 4.0.0
    • V 3.1.4 and earlier

    V$SQL_WORKAREA_ACTIVE

    Last Updated:2024-12-02 03:48:27  Updated
    share
    What is on this page
    Purpose
    Columns

    folded

    share

    Purpose

    The V$SQL_WORKAREA_ACTIVE view displays the workarea information about active operators.

    Note

    This view is introduced since OceanBase Database V2.2.77.

    Columns

    Column Type Nullable? Description
    SQL_HASH_VALUE NUMBER NO The hash value of the executed statement. At present, this column is not supported and is NULL by default.
    SQL_ID VARCHAR2(32) NO The unique identifier of the SQL statement.
    SQL_EXEC_START DATE NO The time when the SQL statement execution starts. At present, this column is not supported and is NULL by default.
    SQL_EXEC_ID NUMBER NO The unique identifier of the SQL execution.
    WORKAREA_ADDRESS RAW(8) NO The address of the workarea. At present, this column is not supported and is NULL by default.
    OPERATION_TYPE VARCHAR2(160) NO The type of the operator using the workarea, such as Sort, Hash Join, or Group by.
    OPERATION_ID NUMBER NO The unique identifier of the operator in the plan tree.
    POLICY VARCHAR2(24) NO The policy for the workarea. Valid values:
  • MANUAL
  • AUTO
  • SID NUMBER NO The unique identifier of the session.
    QCINST_ID NUMBER NO The instance ID of the query coordinator. At present, this column is not supported and is NULL by default.
    QCSID NUMBER NO The session ID of the query coordinator. At present, this column is not supported and is NULL by default.
    ACTIVE_TIME NUMBER NO The average active duration of the workarea, in milliseconds.
    WORK_AREA_SIZE NUMBER NO The maximum size in bytes of the workarea used by the operator.
    EXPECT_SIZE NUMBER NO The expected size in bytes of the workarea.
    ACTUAL_MEM_USED NUMBER NO The size in bytes of memory allocated to the workarea.
    MAX_MEM_USED NUMBER NO The maximum size in bytes of memory used by the workarea.
    NUMBER_PASSES NUMBER NO The operating mode of the workarea. Valid values:
  • 0: the optimal mode.
  • 1: the one pass mode.
  • Value no less than 2: the multipasses mode.
  • TEMPSEG_SIZE NUMBER NO The size in bytes of the temporary space used by the workarea. The value NULL indicates that no temporary file is written.
    TABLESPACE VARCHAR2(128) NO The table namespace for writing temporary files. The value NULL indicates that no temporary file is written. At present, this column is not supported and is NULL by default.
    SEGRFNO# NUMBER NO The number of files related to temporary file writes. The value NULL indicates that no temporary file is written. At present, this column is not supported and is NULL by default.
    SEGBLK# NUMBER NO The number of blocks for creating temporary files in the workarea. The value NULL indicates that no temporary file is written. At present, this column is not supported and is NULL by default.
    CON_ID NUMBER NO The ID of the tenant.
    SVR_IP VARCHAR2(46) NO The IP address of the OBServer node.
    SVR_PORT NUMBER(38) NO The port number of the OBServer node.

    Previous topic

    V$SQL_WORKAREA
    Last

    Next topic

    V$SQL_WORKAREA_HISTOGRAM
    Next
    What is on this page
    Purpose
    Columns