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 Developer Center

V4.1.0Community Edition

    Download PDF

    OceanBase logo

    The Unified Distributed Database for the AI Era.

    Follow Us
    Products
    OceanBase CloudOceanBase EnterpriseOceanBase Community EditionOceanBase seekdb
    Resources
    DocsBlogWhite PaperLive 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 Developer Center
    3. V4.1.0
    iconOceanBase Developer Center
    V 4.1.0Community Edition
    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
    • V 4.4.3
    • V 4.4.2
    • V 4.4.1
    • V 4.4.0
    • V 4.3.4
    • V 4.3.3
    • V 4.3.2
    • V 4.3.1
    • V 4.3.0
    • V 4.2.4
    • V 4.2.3
    • V 4.2.2
    • V 4.2.1
    • V 4.2.0
    • V 4.1.3 and earlier
    Community Edition
    • V 4.1.0
    • V 4.0.0
    • V 3.3.2
    • V 3.2.2
    Enterprise Edition
    • V 4.1.3
    • V 3.4.0

    Create a synonym

    Last Updated:2026-04-13 06:45:38  Updated
    Share
    What is on this page
    Overview
    Synonym types
    Procedure
    Step 1: Specify the name of the synonym.
    Step 2: Specify the object owner.
    Step 3: Specify the object type.
    Step 4: Specify the object name.
    Step 5: Specify the synonym type.
    Step 6: Verify the information about the synonym.
    Step 7: Edit the synonym.
    Step 8: Complete the synonym creation.
    Related topics

    folded

    Share

    ODC supports visualized synonym creation. This topic describes how to create a synonym with ODC.

    Overview

    A synonym is an alias that you create for a database object of another user. You can perform operations on the object by querying and operating the synonym.

    Synonyms are similar to views. You can use synonyms to add, delete, modify, and query table data. You can define synonyms for most database objects in OceanBase Database, such as tables, views, materialized views, sequences, functions, stored procedures, packages, and synonyms.

    Synonyms extend the availability of database objects and allow them to be accessed by different database users with the required privileges. This design simplifies and secures access to database objects.

    Synonym types

    OceanBase Database supports synonyms and public synonyms.

    • Synonyms: In general, a synonym created by a regular user is a private synonym. A private synonym can be accessed by the user who created it or other users who are granted the required privileges. To create a private synonym under the current user, you must have the CREATE SYNONYM privilege.

    • Public synonyms: A public synonym is created by a user who is granted the administrator role, such as the system user account, and can be accessed by all users.

    For more information, see Synonyms.

    Create a synonym

    As shown in the preceding figure, you can create a synonym in the following eight steps:

    1. Specify the synonym name.
    2. Specify the object owner.
    3. Specify the object type.
    4. Specify the object name.
    5. Specify the synonym type.
    6. Verify the information about the synonym.
    7. Edit the synonym.
    8. Complete the synonym creation.

    Procedure

    In this example, a synonym named syn_employee is created in the OceanBase Developer Center (ODC) console for an employee table in the SYS database. Procedure:

    Step 1: Specify the name of the synonym.

    Log on to the ODC console and click the name of the desired connection to go to the corresponding connection management page. You can click Synonym in the left-side navigation pane to get a list of synonyms and a list of public synonyms. To create a synonym, click + in the upper-right corner of the synonym list or choose Create > Synonym in the top navigation bar.

    In the Create Synonym dialog box, specify the name of the synonym.

    1

    Step 2: Specify the object owner.

    Specify the schema where the object is located.

    Step 3: Specify the object type.

    Specify the object type. Valid values: Table and View.

    Step 4: Specify the object name.

    Specify the name of the object for which the synonym is created.

    Step 5: Specify the synonym type.

    Specify the synonym type. Valid values: Synonym and Public Synonym.

    Step 6: Verify the information about the synonym.

    Click Next: Verify SQL Statement to go to the Create Synonym page.

    Step 7: Edit the synonym.

    7

    Edit the statement on the Create Synonym page.

    On the statement editing page, a synonym definition statement is generated based on the information specified in the Create Synonym dialog box. You can modify this statement. After you confirm the statement, click the Create button in the upper-right corner of the page to complete the synonym creation. A synonym cannot be modified after it is created.

    Before a synonym is created, you can edit the SQL statements of the synonym on the Create Synonym page. Syntax:

    CREATE OR REPLACE SYNONYM syn_name FOR schema_name.object_name;
    

    Parameters

    Parameter
    Description
    OR REPLACE Updates a synonym if the synonym already exists.
    syn_name The name of the synonym. The name of a synonym must be unique in the specified schema.
    schema_name The database schema to which the object belongs.
    object_name The name of the object.

    Step 8: Complete the synonym creation.

    Click Create. After you create a synonym, you can use it in the same way as a built-in synonym.

    8.1

    Note
    To manage a synonym, right-click the synonym name in the left-side navigation pane, and select the required operation from the context menu, which provides the following options: View, Create, Delete, Download, and Refresh.

    For more information, see Manage synonyms.

    Syntax:

    SELECT * FROM syn_name ([syn_parameter[,...])
    

    Example:

    SELECT * FROM syn_employee;
    

    8.2

    Related topics

    • Create a table
    • Create a view
    • Create a function
    • Create a stored procedure
    • Create a sequence
    • Create a program package
    • Create a trigger
    • Create a type

    Previous topic

    Overview
    Last

    Next topic

    Manage synonyms
    Next
    What is on this page
    Overview
    Synonym types
    Procedure
    Step 1: Specify the name of the synonym.
    Step 2: Specify the object owner.
    Step 3: Specify the object type.
    Step 4: Specify the object name.
    Step 5: Specify the synonym type.
    Step 6: Verify the information about the synonym.
    Step 7: Edit the synonym.
    Step 8: Complete the synonym creation.
    Related topics