OceanBase logo

OceanBase

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

Product Overview
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

OceanBase

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

Product Overview
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.6.0

    Download PDF

    OceanBase logo

    The Unified Distributed Database for the AI Era.

    Follow Us
    Products
    OceanBase CloudOceanBase EnterpriseOceanBase Community EditionOceanBase seekdb
    Resources
    DocsBlogLive DemosTraining & CertificationTicket
    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.6.0
    iconOceanBase Database
    SQL - V 4.6.0
    Databases
    • OceanBase Database
    • OceanBase Cloud
    • OceanBase Tugraph
    • Interactive Tutorials
    • OceanBase Best Practices
    Tools
    • OceanBase Cloud Platform
    • OceanBase Migration Service
    • OceanBase Developer Center
    • OceanBase Migration Assessment
    • OceanBase Admin Tool
    • OceanBase Loader and Dumper
    • OceanBase Deployer
    • Kubernetes operator for OceanBase
    • OceanBase Diagnostic Tool
    • OceanBase Binlog Service
    Connectors and Middleware
    • OceanBase Database Proxy
    • Embedded SQL in C for OceanBase
    • OceanBase Call Interface
    • OceanBase Connector/C
    • OceanBase Connector/J
    • OceanBase Connector/ODBC
    • OceanBase Connector/NET
    SQL
    KV
    • V 4.6.0
    • 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:2026-05-07 11:26:24  Updated
    Share
    What is on this page
    Purpose
    Columns

    folded

    Share

    Note

    This view is available starting with V2.2.77.

    Purpose

    This view displays the workarea information of the current active operator on the current node.

    Columns

    Column
    Type
    Nullable
    Description
    SQL_HASH_VALUE bigint(0) NO The hash value of the executed statement. This value is currently NULL.
    SQL_ID varchar(32) NO The unique identifier of the SQL statement.
    SQL_EXEC_START date NO The start time of the SQL statement execution.
    SQL_EXEC_ID bigint(20) NO The unique identifier of the SQL statement execution.
    WORKAREA_ADDRESS varbinary(8) NO The address of the workarea.
    OPERATION_TYPE varchar(40) NO The type of the operator in the workarea. For example, Sort, Hash Join, Group by, and so on.
    OPERATION_ID bigint(20) NO The unique identifier of the operator in the plan tree.
    POLICY varchar(6) NO The policy of the workarea:
    • MANUAL
    • AUTO
    SID bigint(20) NO The unique identifier of the session.
    QCINST_ID bigint(0) NO The instance ID of the query coordinator.
    QCSID bigint(0) NO The session identifier of the query coordinator.
    ACTIVE_TIME bigint(20) NO The average time when the workarea is active, in milliseconds.
    WORK_AREA_SIZE bigint(20) NO The maximum value of the workarea used by the operator, in bytes.
    EXPECT_SIZE bigint(20) NO The expected size of the workarea, in bytes.
    ACTUAL_MEM_USED bigint(20) NO The amount of memory allocated to the workarea, in bytes.
    MAX_MEM_USED bigint(20) NO The maximum memory usage of the workarea, in bytes.
    NUMBER_PASSES bigint(20) NO The mode in which the workarea is running:
    • 0: optimal mode
    • 1: one pass mode
    • ≥2: multi pass mode
    TEMPSEG_SIZE bigint(20) NO The size of the temporary space used by the workarea, in bytes. If this value is NULL, no temporary file was written.
    TABLESPACE varchar(20) NO The table namespace for writing temporary files. If this value is NULL, no temporary file was written.
    SEGRFNO# bigint(0) NO The number of files related to writing temporary files. NULL indicates that no temporary file was written.
    SEGBLK# bigint(0) NO The number of blocks used for creating temporary files by the workarea. NULL indicates that no temporary file was written.
    CON_ID bigint(20) NO The tenant ID
    SVR_IP varchar(46) NO The IP address of the server
    SVR_PORT bigint(20) NO The port number of the server

    Previous topic

    V$SQL_WORKAREA
    Last

    Next topic

    V$SQL_WORKAREA_HISTOGRAM
    Next
    What is on this page
    Purpose
    Columns