返回首页

gbase数据、南大通用产品文档:GBase8a检查Swap 分区

更新日期:2024年09月11日

示例:查看Swap 分区大小

RHEL
# free -m
total
used
free
shared
buff/cache

GBase 8a MPP Cluster 产品手册
3 集群安装升级与卸载
文档版本953(2022-04-10)
南大通用数据技术股份有限公司
44
available
Mem:
128652
1893
115499
4234
11258
112560
Swap:
131071
62
131009

SUSE
# free -m
total
used
free
shared
buffers
cached
Mem:
7986
3202
4783
154
0
2739
-/+ buffers/cache
462
7524
Swap:
1088
0
1088

ORACLE系统执行存储过程,可以通过以下sql语句执行

带参数:begin testproc1(1); end;
不带参数: begin testproc1; end;
这种sql语句在GBase 8s中并不能支持,GCI接口将其转换为以下方式:



oracle
GBase 8s
带参数
Begin testproc1(1); end;
Execute procedure (x);
不带参数
begin testproc1; end;
Execute procedure();


GBase 8s GCI 接口使用指南

南大通用数据技术股份有限公司 15

5 参数绑定模式

功能说明
记录本节点当前加密状态信息。
表结构说明
表5- 264 表结构信息说明:




HOST
节点名称
IS_CREATE
是否创建密钥
KEY_TYPE
密钥类型(0 明文。1 密文)
OPEN_STATUS
密钥打开状态(ON 打开,OFF 关闭)