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.2.5

    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.2.5
    iconOceanBase Database
    SQL - V 4.2.5
    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

    oceanbase.DBA_OB_USERS

    Last Updated:2025-11-19 10:08:13  Updated
    share
    What is on this page
    Purpose
    Columns

    folded

    share

    Purpose

    The oceanbase.DBA_OB_USERS view displays all the throttling information about the current tenant.

    Note

    This view is introduced since OceanBase Database V4.0.0.

    Columns

    Column Type Nullable? Description
    USER_NAME varchar(128) NO The name of the tenant.
    HOST varchar(128) NO The name of the server.
    PASSWD varchar(128) NO The password of the tenant.
    INFO varchar(4096) NO The tenant information.
    PRIV_ALTER varchar(3) NO The privilege to modify databases or tables.
    PRIV_CREATE varchar(3) NO The privilege to create databases or tables.
    PRIV_DELETE varchar(3) NO The privilege to delete database or table records.
    PRIV_DROP varchar(3) NO The privilege to drop databases or tables.
    PRIV_GRANT_OPTION varchar(3) NO The privileges granted to the current tenant.
    PRIV_INSERT varchar(3) NO The privilege to insert records.
    PRIV_UPDATE varchar(3) NO The privilege to update records.
    PRIV_SELECT varchar(3) NO The privilege to query records.
    PRIV_INDEX varchar(3) NO The privilege to set indexes.
    PRIV_CREATE_VIEW varchar(3) NO The privilege to create views.
    PRIV_SHOW_VIEW varchar(3) NO The privilege to query views.
    PRIV_SHOW_DB varchar(3) NO The privilege to query all databases.
    PRIV_CREATE_USER varchar(3) NO The privilege to create tenants.
    PRIV_SUPER varchar(3) NO The super tenant privileges.
    IS_LOCKED varchar(3) NO The privilege to lock tables.
    PRIV_PROCESS varchar(3) NO The privilege to view all threads.
    PRIV_CREATE_SYNONYM varchar(3) NO The privilege to create synonyms.
    SSL_TYPE bigint(20) NO The security type of Security Socket Layer (SSL) encryption.
    SSL_CIPHER varchar(1024) NO The security password for SSL encryption.
    X509_ISSUER varchar(1024) NO The name of the X.509 certificate issuer.
    X509_SUBJECT varchar(1024) NO The name of the subject of the X.509 certificate.
    TYPE varchar(4) NO The type.
    PROFILE_ID bigint(20) NO The document ID.
    PASSWORD_LAST_CHANGED timestamp(6) YES The time when the password was last changed.
    PRIV_FILE varchar(3) NO The privilege to view files.
    PRIV_ALTER_TENANT varchar(3) NO The privilege to modify tenant information.
    PRIV_ALTER_SYSTEM varchar(3) NO The privilege to modify server configuration parameters.
    PRIV_CREATE_RESOURCE_POOL varchar(3) NO The privilege to create resource pools.
    PRIV_CREATE_RESOURCE_UNIT varchar(3) NO The privilege to create resource units. This column defines the specifications of hardware resources. Hardware resources are allocated to tenants based on resource units.
    MAX_CONNECTIONS bigint(20) NO The maximum number of connections.
    MAX_USER_CONNECTIONS bigint(20) NO The maximum number of tenant connections.
    PRIV_REPL_SLAVE varchar(3) NO The privilege to manage secondary servers. The tenant can determine the locations of the secondary and primary servers for replication.
    PRIV_REPL_CLIENT varchar(3) NO The privilege to manage primary servers. The tenant can read binary log files that are used to maintain the replicated database environment. This user is located in the primary system to facilitate the communication between the host and the client.

    Previous topic

    oceanbase.DBA_SCHEDULER_WINDOWS
    Last

    Next topic

    oceanbase.DBA_OB_DATABASE_PRIVILEGE
    Next
    What is on this page
    Purpose
    Columns