公共错误码

诊断 400 MissingParameter Specified parameter is missing.-诊断 403 MissingParameter The input parameter OwnerId,OwnerAccount that is mandatory for processing this request is not supplied.-诊断 403 Forbbiden.SubUser The ...

公共错误码

诊断 400 MissingParameter Specified parameter is missing.-诊断 403 MissingParameter The input parameter OwnerId,OwnerAccount that is mandatory for processing this request is not supplied.-诊断 403 Forbbiden.SubUser The ...

公共错误码

诊断 400 OverQuota The Total is over the quota,or Your account balance must not be less than 100 yuan.-诊断 400 OverQuota The Total is over the quota.总数超过了限额,请您减少数量后再重试。诊断 400 ServiceUnavailable The ...

ALIYUN:RDS:PrepayDBInstance

取值:MySQL或MariaDB类型:utf8 gbk latin1 utf8mb4 SQLServer类型:Chinese_PRC_CI_AS Chinese_PRC_CS_AS SQL_Latin1_General_CP1_CI_AS SQL_Latin1_General_CP1_CS_AS Chinese_PRC_BIN PostgreSQL类型:KOI8U UTF8 WIN866 WIN874 WIN...

公共错误码

错误码 HTTP status code 错误码 错误信息 描述 操作 403 Forbbiden.SubUser User not authorized to operate on the specified resource as your account is created by another user.子账号权限不足。诊断 403 Forbidden User not ...

CreateInstance-创建一台包年包月或者按量付费ECS实例

存储:根据您指定的镜像,实例被分配一个相应大小的系统盘。系统盘容量必须大于或者等于 max{20,ImageSize}。系统盘的种类请参见 SystemDisk.Category 参数描述。I/O 优化实例的系统盘只能选择 ESSD 云盘(cloud_essd)、SSD 云盘(cloud_...

调用子程序

通过指定子程序的名称和任何实参,调用子程序,这与调用独立存储过程或函数的方式相同。可以使用一个或多个限定符来调用子程序,也可以不使用限定符来调用子程序,这些限定符是父级子程序的名称或带标记的匿名块,这些块构成了从中声明子...

PL 编译和调试

PL 调试 在 SQL 开发窗口的左侧导航栏>存储过程列表中,选择调试存储过程 PROC_VARCHAR2,进入调试模式。设置参数值后,单击 确定。重要 OceanBase V4.0.0 及之后的版本,调试前需要获取调试权限。示例:GRANT DEBUG CONNECT SESSION TO ...

在参数中使用默认值

您可以通过将分配运算符替换为DEFAULT关键字,编写同一存储过程:CREATE OR REPLACE PROCEDURE hire_emp(p_empno NUMBER,p_ename VARCHAR2,p_hiredate DATE DEFAULT SYSDATE)IS BEGIN INSERT INTO emp(empno,ename,hiredate)VALUES(p_empno...

DBMS_UTILITY

DBMS_UTILITY包支持以下各种实用程序:函数/存储过程 类型 返回类型 说明 ANALYZE_DATABASE(method[,estimate_rows[,estimate_percent[,method_opt]]])存储过程 N/A 分析数据库表。ANALYZE_PART_OBJECT(schema,object_name[,object_type[,...

创建对象类型

dept_obj_typ 的对象类型主体定义一个名为 get_dname 的静态函数和一个名为 display_dept 的成员存储过程:CREATE OR REPLACE TYPE BODY dept_obj_typ AS STATIC FUNCTION get_dname(p_deptno IN NUMBER)RETURN VARCHAR2 IS v_dname ...

alicloud_db_instance_class_infos

operations per second.memory_class-The memory capacity that is supported by the instance type.Unit:GB.->NOTE:If you set the CommodityCode parameter to a value that indicates the pay-as-you-go billing method,the ...

DBMS_PIPE

remove_pipe-0(1 row)RESET_BUFFER Procedure 该存储过程用于清除发送缓冲区中的内容。语法 DBMS_PIPE.RESET_BUFFER;示例 该示例展示了如何清除本地缓冲区的内容。CALL DBMS_PIPE.RESET_BUFFER;SEND_MESSAGE Function 该函数用于向命名管道...

alicloud_rds_class_details

This data source provides details of the Rds specifications of current Alibaba Cloud users.For information on RDS class details and how to use it,please refer to What is RDS class details.->NOTE:Available since v1.209.0+...

RAISE_APPLICATION_ERROR

利用 RAISE_APPLICATION_ERROR 存储过程,开发者可通过导致异常,有意中止从中调用该存储过程的 SPL 程序中的处理。异常的处理方式与 异常处理 中描述的相同。此外,RAISE_APPLICATION_ERROR 存储过程还会向程序提供用户定义的代码和错误...

alicloud_db_instance_classes

cloud_ssd","local_ssd","cloud_essd","cloud_essd2","cloud_essd3".commodity_code-(Optional,Available in 1.166.0+)The commodity code of the instance.Valid values:bards:The instance is a pay-as-you-go primary instance.This ...

位置与命名参数表示法

在将参数传递给函数或存储过程时,您可以使用位置或命名参数表示法。如果使用位置表示法指定参数,则必须按其声明的顺序列出参数;如果使用命名表示法指定参数,则参数的顺序无关紧要。要使用命名表示法指定参数,请列出每个参数的名称,...

概述

使用存储过程和函数的一个重要方面是,能够将数据从调用程序传递给存储过程或函数,并能够从存储过程或函数接收回数据。这将通过使用参数来实现。参数在存储过程或函数定义中声明,在存储过程或函数名称后面用圆括号(())括起。在存储过程...

用户定义的 PL/SQL 子类型

您可以在PL函数、存储过程、匿名块或包的声明中定义子类型。语法如下:SUBTYPE subtype_name IS type_name[(constraint)][NOT NULL]其中constraint为:{precision[,scale]}|length 其中:subtype_name:subtype_name指定子类型的名称。type...

GOTO 语句

label 必须在函数、存储过程或匿名块的范围内是唯一的。要标记语句,请使用语法:<<label>>statement statement 是程序跳转到的执行点。您可以标记赋值语句、任何 SQL 语句(如 INSERT、UPDATE、CREATE 等)和所选的存储过程语言语句。可...

查看选项

开通表格存储服务,开通过程免费 exit Exit the program 退出程序 export Export the whole data of table to file.导出表中数据到本地文件 get Get row by primary key from table.读取一行数据 get_splits Logically divide the data of ...

用户定义的异常

以下存储过程(purchase)调用 check_balance 存储过程。如果 p_amount 大于 p_balance,则 check_balance 会引发异常;purchase 会捕获 ar.overdrawn 异常。purchase 必须使用包限定名称(ar.overdrawn)来引用异常,因为 purchase 未在 ar 包...

存储过程中使用holdable cursor

背景信息 在存储过程中使用动态游标时,PostgreSQL原生不支持将动态游标设置为holdable模式(非存储过程中支持),如果在存储过程中打开一个动态游标并执行事务修改保存操作后,再次尝试获取数据将会报错,因为进行事务保存操作时当前事务...

存储过程中使用holdable cursor

背景信息 在存储过程中使用动态游标时,PostgreSQL原生不支持将动态游标设置为holdable模式(非存储过程中支持),如果在存储过程中打开一个动态游标并执行事务修改保存操作后,再次尝试获取数据将会报错,因为进行事务保存操作时当前事务...

alicloud_vpc_bgp_group

(Optional)The is fake asn.A router that runs BGP typically belongs to only one AS.In some cases,for example,the AS needs to be migrated or is merged with another AS,a new AS number replaces the original one.local_asn-...

alicloud_amqp_exchange

Provides a RabbitMQ(AMQP)Exchange resource.For information about RabbitMQ(AMQP)Exchange and how to use it,see What is Exchange.->NOTE:Available since v1.128.0.Example Usage Basic Usage resource"alicloud_amqp_instance"...

ALIYUN:AMQP:Exchange

true:The Auto Delete attribute is configured.If the last queue that is bound to an exchange is unbound,the exchange is automatically deleted.false:The Auto Delete attribute is not configured.If the last queue that is bound...

HBase HBCK2

meta.Command is NOT the same as the old_hbck1_command named similarily.Works against the reports generated by the last catalog_janitor and hbck chore runs.If nothing to fix,run is a noop.Otherwise,if 'HBCK Report' UI ...

alicloud_router_interface

check_target_ip must be specified at the same time.health_check_target_ip-(Optional)Used as the Packet Target IP of health check for disaster recovery or ECMP.It is only valid when router_type is VBR.The IP must be an ...

alicloud_cen_route_maps

path_match_mode-A match statement.It indicates the mode in which the as-path attribute is matched.cidr_match_mode-A match statement.It indicates the mode in which the prefix attribute is matched.community_match_mode-A ...

功能特性

数据库文件存储 功能集 功能 功能描述 参考文档 DBFS特性 原子写 支持DIRECT IO的原子写,需按4K,8K,16K对齐-共享读写 一份数据可共享式多点挂载并进行读写,读写可线性扩展-存储加密 通过对数据库文件存储实施加密,可以确保数据库文件...

alicloud_launch_template

NoSpot:Normal Pay-As-You-Go instance.SpotWithPriceLimit:Sets the maximum price for a spot instance.SpotAsPriceGo:The system automatically calculates the price.The maximum value is the Pay-As-You-Go price.system_disk_...

慢查询诊断

is_plpgsql boolean 查询是否为一个PL/PGSQL存储过程。query_optimizer character varying(16)查询所使用的优化器(ORCA or Planner)。access_tables text 查询所访问的表名。result_rows bigint 返回查询的行数。如果是INSERT命令,则...

alicloud_dts_subscription_job

Provides a DTS Subscription Job resource.For information about DTS Subscription Job and how to use it,see What is Subscription Job.->NOTE:Available since v1.138.0.Example Usage Basic Usage variable"name"{ default=...

CopyDatabaseBetweenInstances-RDS SQL Server实例间...

400 InvalidInstancesRegion.Malformed The instance region is not the same as the target instance region.目标实例region和原实例region不同 400 InvalidStartTime.Format The specified parameter"StartTime"is not valid.开始时间...

Software License and Service Agreement

as such third party is the provider of the Services,you shall separately enter into a service agreement with such third party,pay relevant fees and undertake potential risks before and during using the Services.You shall ...

公共错误码

诊断 404 TargetInstanceForRegionIdUnsupported The instance regionId is not the same as the target instance regionId.实例regionId与目标实例regionId不一致,请检查。诊断 404 InvalidBackupDBNames.Malformed The specified backup...

公共错误码

诊断 404 TargetInstanceForRegionIdUnsupported The instance regionId is not the same as the target instance regionId.实例regionId与目标实例regionId不一致,请检查。诊断 404 InvalidBackupDBNames.Malformed The specified backup...

公共错误码

诊断 404 TargetInstanceForRegionIdUnsupported The instance regionId is not the same as the target instance regionId.实例regionId与目标实例regionId不一致,请检查。诊断 404 InvalidBackupDBNames.Malformed The specified backup...

公共错误码

诊断 404 TargetInstanceForRegionIdUnsupported The instance regionId is not the same as the target instance regionId.实例regionId与目标实例regionId不一致,请检查。诊断 404 InvalidBackupDBNames.Malformed The specified backup...
共有200条 < 1 2 3 4 ... 200 >
跳转至: GO
产品推荐
云服务器 安全管家服务 安全中心
这些文档可能帮助您
云存储网关 文件存储NAS 对象存储 混合云存储 弹性公网IP 短信服务
新人特惠 爆款特惠 最新活动 免费试用