cuug-北京神脑咨询,专注于oracle dba就业培训和ocp、ocm高端认证培训,甲骨文授权合作wdp中心,oracle评选的金牌名师亲自讲课,ocp讨论3组:101-5267-481,验证:ocp
能力说明:
具备数据库基础知识,了解数据库的分类,具备安装MySQL数据库的能力,掌握MySQL数据类型知识,基本了解常用SQL语句,对阿里云数据库产品有基本认知。
暂时未有相关云产品技术能力~
阿里云技能认证
详细说明Full - Page Writes
PostgreSQL从小白到专家,技术大讲堂 - 第12讲:PostgreSQL wal作用与管理
PG从小白到专家 - Part 11:PostgreSQL控制文件作用与管理
PG技术大讲堂 PostgreSQL数据库管理
PostgreSQL pg_hba.conf配置
PostgreSQL技术大讲堂 - 对象权限管理
PostgreSQL用户schema相互关系
PostgreSQL技术大讲堂 - Part 6:PG用户与角色管理
PostgreSQL从小白到专家,是从入门逐渐能力提升的一个系列教程,内容包括对PG基础的认知、包括安装使用、包括角色权限、包括维护管理、、等内容,希望对热爱PG、学习PG的同学们有帮助,欢迎持续关注CUUG PG技术大讲堂。
PG技术大讲堂 - Part 3:PostgreSQL建库与使用
Part 2:PG源代码安装 步骤1 创建用户与环境配置 步骤2 系统内核参数配置 步骤3 PostgreSQL 安装
从小白到专家 PostgreSQL技术大讲堂 - Part 5:PG数据库结构
从小白到专家 PG 技术大讲堂 - Part 1:PG 简介
Mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料)-第8题
Mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料)-第7题 Choose the best answer. You want to log only the changes made to the database objects and data on the MySQL system. Which log will do this by default? A) slow query log B) binary log C) error log D) general query log E) audit log
Mysql 8.0 OCP考试-第6题
Mysql 8.0 OCP考试 -第5题
mysql 8.0 ocp考题-4
mysql 8.0 ocp考试 -3题
Mysql 8.0 OCP认证考试原题题库整理-第2题
Mysql 8.0 OCP认证考试原题题库整理
会议由CCF南京、CUUG、国产数据库和开源社区联盟以及各行业数据库专家共同策划组织,联合百家名企与百家高校,为高校应用型人才培养提供指导方向,联合企业走进高校,成立《开源数据库工作室》,免费授课,培养数据库人才,让学生能够高端、高薪、高起点就业。
PostgreSQL公开课(第19期)-Toast技术特点与应用
继11g和12c之后,OCP 19c考试题库解析已于2020年7月17日在腾讯课堂免费直播,此为国内首家19c的题库解析。
CUUG第十六期PostgreSQL公开课:冷冻TXIDS内核剖析
三、PostgreSQL 12.2企业级应用公开课(3):流复制高级配置
二、PostgreSQL 12.2企业级应用公开课(2):Point-in-Time Recovery (PITR)
一、PostgreSQL 12.2企业级应用公开课(1):备份恢复
四、PostgreSQL 12.2企业级应用公开课(4):HA(双机热备)实现方案
Choose the best answer. Exanine the desciption of the EMPLOYEES table: Nane Null Type EMP_ID NOT NUL NUMBER EMP_NAME VARCHAR2 (40) DEPT_ID NUMBER(2)...
Examine these facts about a database: The database default tablespace to EXAMPLE. DEFERRED_SEGMENT_CREATION is TRUE (原来为 FALSE,题目有错) Examine these co...
In one of your databases: 1.USER1 and USER2 have no system privileges. 2.ROLE1 only has these privileges: ?CREATE SESSION ?CREATE TABLE ?CREATE VIEW ...
In one of your databases: 1.USER1 and USER2 have no system privileges. 2.ROLE1 only has these privileges: ?CREATE SESSION ?CREATE TABLE ?CREATE VIEW ...
Examine these facts about a databases: 1.USERS is the database default tablespace. 2.USER1,USER2,and USER3 have the CREATE SESSION privilege 3.
Examine these facts about a database: 1.USER is the database default tablespace. 2.USER1, USER2, and USER3 have the CREATE SESSION privilege.
Which two statements are true about the Automatic Diagnostic Repository (ADR) ? A)It only exists if DIAGNOSTIC_DEST is configured in the SPFILE.
Which is true about the Automatic Diagnostic Repository (ADR) ? A) It is used only if the DIAGNOSTIC_DEST parameter is manually configured.
Which three are true about the Automatic Database Diagnostic Monitor (ADDM)? A)It improves database performance by automatically implementing Oracle ‘s best practices.
Examine this command: SQL> CREATE GLOBAL TEMPORARY TABLE report_work_area (startdate DATE, enddate DATE, class CHAR(20)) ON COMMIT PRESERVE ROWS; Whi...
You want to access employee details contained in flat files created by an application. Which two methods will achieve this? A)Use a BFILE column in a table to access the flat file.
Which two are true about external tables? A)They can be stored in an ASM Cluster File System(ACFS). B)They can always be updated using SQL.