检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 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.
        • DBSS Custom Policies - Database Security Service

          DBSS Custom Policies - Database Security Service

          The following is an example of a deny policy: 1 2 3 4 5 6 7 8 9 10 11 { "Version": "1.1", "Statement": [ { "Action": [ "dbss:auditInstance:delete" ]

          Help > Database Security Service > User Guide > Permission Control
        • Checking the EVS Snapshot Storage Usage (for Standard Snapshots) - Elastic Volume Service

          Checking the EVS Snapshot Storage Usage (for Standard Snapshots) - Elastic Volume Service

          You are advised to periodically delete snapshots that are no longer used. This helps you avoid unnecessary billing on the snapshots. For details, see Deleting an EVS Snapshot. Parent Topic: Using EVS Snapshots

          Help > Elastic Volume Service > User Guide > Managing EVS Snapshots > Using EVS Snapshots
        • Conditional Statements - GaussDB(DWS)

          Conditional Statements - GaussDB(DWS)

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

          Help > GaussDB(DWS) > Developer Guide (9.1.0.x) > GaussDB(DWS) Stored Procedure > GaussDB(DWS) Stored Procedure Control Statements
        • Overview - Image Management Service

          Overview - Image Management Service

          After the image is created, delete the temporary ECS to avoid generating any additional charges. For details, see Creating a System Disk Image from an ECS. Constraints An ISO image created from an ISO file is used only for creating a temporary ECS.

          Help > Image Management Service > User Guide > Creating a Private Image from an Image File > Creating a Linux System Disk Image from an ISO File
        • Minimizing Agency Permissions - DataArts Studio

          Minimizing Agency Permissions - DataArts Studio

          On the displayed page, click the Permissions tab, select all the permissions except those starting with DataArts Agency, and click Delete above the list.

          Help > DataArts Studio > Best Practices
        • 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
        • 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
        • Object stats - GaussDB

          Object stats - GaussDB

          Tuple Delete Number of rows deleted. Tuple Hot Update Number of rows HOT updated (with no separate index updated). Live Tuple Estimated number of live rows. Dead Tuple Estimated number of dead rows.

          Help > GaussDB > Developer Guide(Centralized_V2.0-3.x) > Schemas > WDR Snapshot Schema > WDR Information
        • ALTER FOREIGN DATA WRAPPER - GaussDB

          ALTER FOREIGN DATA WRAPPER - GaussDB

          Example -- Modify a foreign data wrapper dbi, add the foo option, and delete bar. gaussdb=# ALTER FOREIGN DATA WRAPPER dbi OPTIONS (ADD foo '1', DROP 'bar'); -- Change the validator of the foreign data wrapper dbi to bob.myvalidator. gaussdb=# ALTER FOREIGN DATA WRAPPER dbi VALIDATOR

          Help > GaussDB > Developer Guide(Centralized_V2.0-3.x) > SQL Reference > SQL Syntax
        • Windows Process and Network Collector (app-discovery-process-netstat-win) - Migration Center

          Windows Process and Network Collector (app-discovery-process-netstat-win) - Migration Center

          If the task is interrupted unexpectedly, you can manually delete the folder. Table 1 Parameters for configuring the Windows process and network collector Parameter Mandatory Configuration app_only No Specify whether to collect only process information.

          Help > Migration Center > MgC Agent Usage Guide > Collector-based Discovery > Configuring Collector Parameters
        • ALM-12051 Disk Inode Usage Exceeds the Threshold (For MRS 2.x or Earlier) - MapReduce Service

          ALM-12051 Disk Inode Usage Exceeds the Threshold (For MRS 2.x or Earlier) - MapReduce Service

          If yes, delete the files and go to 6. If no, adjust the capacity. Then go to 7. Wait 5 minutes and check whether the alarm is cleared. If yes, no further action is required. If no, go to 7. Check whether the system environment is normal.

          Help > MapReduce Service > User Guide > MRS Cluster O&M > MRS Cluster Alarm Handling Reference
        • Uploading/Obtaining an RPM Package Using Linux Commands - CodeArts Artifact

          Uploading/Obtaining an RPM Package Using Linux Commands - CodeArts Artifact

          Open the configuration file, replace all {{component}} in the file with the value of {{component}} (hello in this file) used for uploading the RPM file, delete the RPM upload command, and save the file.

          Help > CodeArts Artifact > Best Practices
        • 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
        • 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
        • CREATE VIEW - GaussDB

          CREATE VIEW - GaussDB

          After a view is created, you are not allowed to use REPLACE to modify column names in the view or delete the columns. Parameters OR REPLACE Redefines the view if it already exists.

          Help > GaussDB > Developer Guide(Centralized_V2.0-2.x) > SQL Reference > SQL Syntax
        • Managing MRS Role Instances - MapReduce Service

          Managing MRS Role Instances - MapReduce Service

          Click More, select operations such as Start Instance, Stop Instance, Restart Instance, Rolling-restart Instance, or Delete Instance based on site requirements. Component Restart Reference Information outlines which instances support or not support rolling restart.

          Help > MapReduce Service > User Guide > Managing Clusters > Managing MRS Cluster Components
        • ALM-12087 System Is in the Upgrade Observation Period - MapReduce Service

          ALM-12087 System Is in the Upgrade Observation Period - MapReduce Service

          Impact on the System During the upgrade observation period, do not add or delete users, instances, roles, services, hosts, or resource pools that affect the management topology.

          Help > MapReduce Service > User Guide > MRS Cluster O&M > MRS Cluster Alarm Handling Reference
        • Arrears - Elastic Cloud Server

          Arrears - Elastic Cloud Server

          If an ECS is no longer used, you can delete it and its associated resources to avoid generating further expenditures. To help make sure your account never falls into arrears, you can configure the Balance Alert on the Overview page of the Billing Center.

          Help > Elastic Cloud Server > Billing
        • Billing Overview - Elastic Cloud Server

          Billing Overview - Elastic Cloud Server

          Stopping Billing If you no longer need to use your cloud service, 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 > Elastic Cloud Server > Billing
        Total results: 10000
        • Previous
        • 1
        • ...
        • 473
        • 474
        • 475
        • ...
        • 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