检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn

不再显示此消息

  • Intl-English
    International
    • English
    • Bahasa Indonesia
    • Español
    • Português
    • Türkçe
    • عربي
    • ไทย
    • 简体中文
    • 日本語
    中国站
    • 简体中文
    Europe
    • English
    • Deutsch
    • Español
    • Français
    • Nederlands
  • Huawei Cloud
    • Activities
    • Products
    • Solutions
    • Pricing
    • KooGallery
    • Partners
    • Developers
    • Support
    • About Us
    Hot
    • Free Packages
    • Elastic Cloud Server (ECS)
    • Object Storage Service (OBS)
    • ModelArts
    • Cloud Container Engine (CCE)
      Show more results for “”
      • Contact Us
      • Documentation
      • Console
        • My Account
        • Billing & Costs
        • Service Tickets
        • Unread Messages
        • Console
        • Partner Center
        • Sign In Sign Up
      • Sign In
      • Sign Up
        • My Account Complete Sign Up
        • Billing & Costs
        • Service Tickets
        • Unread Messages
        • Console
        • Partner Center
        • Log Out
      Cancel
      Hot
      • Free Packages
      • Elastic Cloud Server (ECS)
      • Object Storage Service (OBS)
      • ModelArts
      • Cloud Container Engine (CCE)
        • All
        • Products
        • Solutions
        • Documentation
        • KooGallery
        • Developer
        • Learn
        • Others
        10000 results found.
        • GAUSS-00491 -- GAUSS-00500 - GaussDB(DWS)

          GAUSS-00491 -- GAUSS-00500 - GaussDB(DWS)

          Solution:contact technical support GAUSS-00494: "permission denied to delete audit" SQLSTATE: 42501 Description: Internal system error. Solution:contact technical support GAUSS-00495: "conflicting or redundant options" SQLSTATE: 42601 Description: Internal system error.

          Help > GaussDB(DWS) > 8.2.0 and earlier versions > Data Warehouse Service Error Codes > GAUSS-00401 -- GAUSS-00500
        • GAUSS-01011 -- GAUSS-01020 - GaussDB(DWS)

          GAUSS-01011 -- GAUSS-01020 - GaussDB(DWS)

          Solution: Delete the deferrability attribute from the domain definition statement. Parent topic: GAUSS-01001 -- GAUSS-01100

          Help > GaussDB(DWS) > 8.2.0 and earlier versions > Data Warehouse Service Error Codes > GAUSS-01001 -- GAUSS-01100
        • Why Is My Backup Size Larger Than My Disk Size? - Cloud Backup and Recovery

          Why Is My Backup Size Larger Than My Disk Size? - Cloud Backup and Recovery

          To reduce performance overhead, the file system adds a delete marker for the deleted file, but does not erase the data that has been written to the sector, and the metadata on the sector still exists.

          Help > Cloud Backup and Recovery > FAQs > Capacity
        • GAUSS-03611 -- GAUSS-03620 - GaussDB(DWS)

          GAUSS-03611 -- GAUSS-03620 - GaussDB(DWS)

          Solution: Delete the unwanted parameter and parameter value and perform the operation again. GAUSS-03619: "invalid value for boolean option '%s': %s" SQLSTATE: XX000 Description: The Boolean type data is invalid.

          Help > GaussDB(DWS) > 8.2.0 and earlier versions > Data Warehouse Service Error Codes > GAUSS-03601 -- GAUSS-03700
        • GAUSS-01921 -- GAUSS-01930 - GaussDB(DWS)

          GAUSS-01921 -- GAUSS-01930 - GaussDB(DWS)

          Solution: Remove the dependency relationship or delete the dependent object. GAUSS-01929: "incorrect use of PIN dependency with %s" SQLSTATE: XX000 Description: Internal system error.

          Help > GaussDB(DWS) > 8.2.0 and earlier versions > Data Warehouse Service Error Codes > GAUSS-01901 -- GAUSS-02000
        • GAUSS-04641 -- GAUSS-04650 - GaussDB(DWS)

          GAUSS-04641 -- GAUSS-04650 - GaussDB(DWS)

          Delete the DFS table and rename the schema again. GAUSS-04649: "COPY_ROACH does not implement in CopySendEndOfRow" SQLSTATE: XX000 Description: Do not use ROACH for COPY TO export. Solution: Do not use ROACH for COPY TO export.

          Help > GaussDB(DWS) > 8.2.0 and earlier versions > Data Warehouse Service Error Codes > GAUSS-04601 -- GAUSS-04700
        • GAUSS-02031 -- GAUSS-02040 - GaussDB(DWS)

          GAUSS-02031 -- GAUSS-02040 - GaussDB(DWS)

          GAUSS-02031 -- GAUSS-02040 GAUSS-02031: "must be system admin or replication role to use replication slots" SQLSTATE: 42501 Description: Only system administrators or replication roles can create or delete replication slots.

          Help > GaussDB(DWS) > 8.2.0 and earlier versions > Data Warehouse Service Error Codes > GAUSS-02001 -- GAUSS-02100
        • GAUSS-01731 -- GAUSS-01740 - GaussDB(DWS)

          GAUSS-01731 -- GAUSS-01740 - GaussDB(DWS)

          If it is, delete both of them. GAUSS-01732: "buildPartitionKey(): partKeys specified NONE IS found'" SQLSTATE: 22015 Description: The partKeys corresponding to attributes of the table is not found.

          Help > GaussDB(DWS) > 8.2.0 and earlier versions > Data Warehouse Service Error Codes > GAUSS-01701 -- GAUSS-01800
        • GAUSS-02261 -- GAUSS-02270 - GaussDB(DWS)

          GAUSS-02261 -- GAUSS-02270 - GaussDB(DWS)

          GAUSS-02268: "invalid operation on partition, allowed are UPDATE/DELETE/SELECT" SQLSTATE: XX000 Description: Partitioned tables can be only deleted, queried, and modified. Solution: Check whether the current operation performed for the partitioned table is correct.

          Help > GaussDB(DWS) > 8.2.0 and earlier versions > Data Warehouse Service Error Codes > GAUSS-02201 -- GAUSS-02300
        • Developer Guide(Centralized_V2.0-2.x) - GaussDB

          Developer Guide(Centralized_V2.0-2.x) - GaussDB

          ',i; END IF; RETURN; END; / CALL proc_control_structure(3); -- Delete the stored procedure. DROP PROCEDURE proc_control_structure; Parent topic: Control Statements

          Help > GaussDB > Developer Guide(Centralized_V2.0-2.x)
        • Developer Guide(Centralized_V2.0-2.x) - GaussDB

          Developer Guide(Centralized_V2.0-2.x) - GaussDB

          openGauss=# CREATE SCHEMA ds; -- Rename the current schema ds to ds_new. openGauss=# ALTER SCHEMA ds RENAME TO ds_new; -- Create user jack. openGauss=# CREATE USER jack PASSWORD 'xxxxxxxxx'; -- Change the owner of ds_new to jack. openGauss=# ALTER SCHEMA ds_new OWNER TO jack; -- Delete

          Help > GaussDB > Developer Guide(Centralized_V2.0-2.x)
        • Developer Guide(Centralized_V2.0-2.x) - GaussDB

          Developer Guide(Centralized_V2.0-2.x) - GaussDB

          In this way, the sequence will be deleted when you delete its associated column or the table where the column belongs to. 1 openGauss=# ALTER SEQUENCE seq1 OWNED BY T2.id; If the following information is displayed, the column has been specified: 1 ALTER SEQUENCE The preceding methods

          Help > GaussDB > Developer Guide(Centralized_V2.0-2.x)
        • SQL Syntax - GaussDB

          SQL Syntax - GaussDB

          CREATE SCHEMA CREATE SEQUENCE CREATE SERVER CREATE SYNONYM CREATE TABLE CREATE TABLE AS CREATE TABLE PARTITION CREATE TABLESPACE CREATE TABLE SUBPARTITION CREATE TRIGGER CREATE TYPE CREATE USER CREATE USER MAPPING CREATE VIEW CREATE WEAK PASSWORD DICTIONARY CURSOR DEALLOCATE DECLARE DELETE

          Help > GaussDB > Developer Guide(Centralized_V2.0-2.x) > SQL Reference
        • ALTER AUDIT POLICY - GaussDB

          ALTER AUDIT POLICY - GaussDB

          DML Specifies the operations that are audited in the database: SELECT, COPY, DEALLOCATE, DELETE, EXECUTE, INSERT, PREPARE, REINDEX, TRUNCATE, and UPDATE. ALL Specifies all operations supported by the specified DDL or DML statements in the database.

          Help > GaussDB > Developer Guide(Centralized_V2.0-2.x) > SQL Reference > SQL Syntax
        • Creating and Managing Sequences - GaussDB

          Creating and Managing Sequences - GaussDB

          In this way, the sequence will be deleted when you delete its associated column or the table where the column belongs to. 1 openGauss=# ALTER SEQUENCE seq1 OWNED BY T2.id; If the following information is displayed, the configuration is successful: 1 ALTER SEQUENCE The preceding

          Help > GaussDB > Developer Guide(Centralized_V2.0-2.x) > Database Quick Start > Operating a Database > Other Operations
        • CREATE SERVER - GaussDB

          CREATE SERVER - GaussDB

          Examples -- Create a server. openGauss=# create server my_server foreign data wrapper log_fdw; CREATE SERVER -- Delete my_server. openGauss=# DROP SERVER my_server; DROP SERVER Helpful Links ALTER SERVER and DROP SERVER Parent topic: SQL Syntax

          Help > GaussDB > Developer Guide(Centralized_V2.0-2.x) > SQL Reference > SQL Syntax
        • Bit String Types - GaussDB

          Bit String Types - GaussDB

          converted if it exceeds this length. openGauss=# INSERT INTO bit_type_t1 VALUES(2, B'10'::bit(3), B'101'); -- View data. openGauss=# SELECT * FROM bit_type_t1; bt_col1 | bt_col2 | bt_col3 ---------+---------+--------- 1 | 101 | 00 2 | 100 | 101 (2 rows) -- Delete

          Help > GaussDB > Developer Guide(Centralized_V2.0-2.x) > SQL Reference > Data Type
        • Glossary - Cloud Server Backup Service

          Glossary - Cloud Server Backup Service

          After a backup target is associated with a backup policy, the system will automatically back up data and delete expired backups according to the policy.

          Help > Cloud Server Backup Service > Glossary
        • Billing Overview - Scalable File Service

          Billing Overview - Scalable File Service

          Stopping Billing If you no longer need to use your SFS file system, you can unsubscribe from or delete it to stop the billing. For details, see Billing Termination. Managing Costs You can allocate, analyze, and optimize costs to save more money. For details, see Cost Management.

          Help > Scalable File Service > Billing
        • Billing Overview - Scalable File Service Turbo

          Billing Overview - Scalable File Service Turbo

          Stopping Billing If you no longer need to use your SFS Turbo file system, you can unsubscribe from or delete it to stop the billing. For details, see Billing Termination. Managing Costs You can allocate, analyze, and optimize costs to save more money.

          Help > Scalable File Service Turbo > Billing
        Total results: 10000
        • Previous
        • 1
        • ...
        • 487
        • 488
        • 489
        • ...
        • 500
        • Next
        • Go
        Load More
        Was this helpful?
        Feedbacks
        /200
        Submit Feedback Cancel
        Contact Sales After-Sales Self Service
        • Site Terms
        • Privacy Statement

        Explore Huawei Cloud

        Why Us Customer Stories Trust Center Legal Press Releases

        Featured Services

        Elastic Cloud Server (ECS) Elastic IP (EIP) RDS for MySQL Elastic Volume Service (EVS) MapReduce Service (MRS)

        Service and Support

        Documentation Contact Us Public Notices Support Plans Service Health Dashboard

        Account and Payment

        Top Up Invoices Billing Center My Account Payment Method

        Quick Links

        Huawei Corporate Huawei Enterprise Huawei Consumer Business Huawei Developers

        © 2025, Huawei Cloud Computing Technologies Co., Ltd. and/or its affiliates. All rights reserved.

        • Site Terms
        • Privacy Statement