
笔记
喝醉酒的小白
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
OceanBase开发者大会
编译原理操作系统网络CKACKS。原创 2023-03-25 22:11:31 · 288 阅读 · 0 评论 -
RMAN duplicate from active database 复制数据库
Active database duplication 通过网络,直接copy target 库到auxiliary 库,然后创建复制库。 这种方法就不需要先用RMAN 备份数据库,然后将备份文件发送到auxiliary端。 这个功能的作用是非常大的。 尤其是对T级别的库。 因为对这样的库进行备份,然后将备份集发送到备库,在进行duplicate 的代价是非常大的。 一备份要占用时间,二要占用备份空间,三在网络传送的时候,还需要占用带宽和时间。所以Active database duplic原创 2022-01-14 23:43:25 · 2168 阅读 · 0 评论 -
OCRVOTE
select a.group_number,b.name,a.failgroup,a.pathfrom v$asm_disk a,v$asm_diskgroup bwhere a.group_number=b.group_numberand a.group_number=1order by 3; set linesize 300 pages 999col path for a65col disk_group_name for a15col FAILGROUP for a25col原创 2022-01-14 23:41:12 · 2039 阅读 · 0 评论 -
VKRM(Virtual Scheduler for Resource Manager Process)
Virtual Scheduler for Resource Manager ProcessVKRM manages the CPU scheduling for all managed Oracle processes.The process schedules managed processes in accordance with an active resource plan.原创 2022-01-14 23:37:51 · 2092 阅读 · 0 评论 -
ORA-15018: diskgroup cannot be created
show parameter asm_diskstring发现改参数正确alter system set asm_diskstring=’/dev/磁盘路径“原创 2022-01-14 20:05:45 · 2224 阅读 · 0 评论 -
postgresql初探
1、下载postgresqlsudo apt updatesudo apt install -y postgresql postgresql-client2、启动postgresqlsudo service postgresql statussudo service postgresql start3、登录postgresqlpasswd postgressudo su postgrespsql -versionpsql -lpsql原创 2022-01-14 20:05:04 · 1940 阅读 · 0 评论 -
chkconfig
Linux chkconfig 命令用于检查,设置系统的各种服务。这是Red Hat公司遵循GPL规则所开发的程序,它可查询操作系统在每一个执行等级中会执行哪些系统服务,其中包括各类常驻服务。原创 2022-01-14 20:04:14 · 1967 阅读 · 0 评论 -
Oracle索引分类
❑ 索引唯一性扫描(index unique scan)❑ 索引范围性扫描(index range scan)❑ 全索引扫描(index full scan)❑ 全索引快速扫描(index fast full scan)原创 2021-11-28 19:05:00 · 2678 阅读 · 0 评论 -
软件工程
大学最后一次考试。。。原创 2021-01-05 10:10:34 · 7402 阅读 · 3 评论 -
计算机网络 期末复习#2
单选 20 填空 20 计算 40 应用 20原创 2020-09-01 17:48:35 · 4970 阅读 · 0 评论 -
计算机网络
计算机网络重点原创 2020-09-02 08:55:11 · 4821 阅读 · 0 评论