1 2 3 4 5 ··· 12 下一页

2022年12月22日

从小白到专家 PG技术大讲堂 - Part 2:PG源代码安装

摘要: PostgreSQL从小白到专家,是从入门逐渐能力提升的一个系列教程,内容包括对PG基础的认知、包括安装使用、包括角色权限、包括维护管理、、等内容,希望对热爱PG、学习PG的同学们有帮助,欢迎持续关注CUUG PG技术大讲堂。 Part 2:PG源代码安装 步骤1 创建用户与环境配置 步骤2 系统内 阅读全文

posted @ 2022-12-22 17:20 alice9313 阅读(71) 评论(0) 推荐(0)

从小白到专家 PG 技术大讲堂 - Part 1:PG 简介

摘要: PostgreSQL从小白到专家,是从入门逐渐能力提升的一个系列教程,内容包括对PG基础的认知、包括安装使用、包括角色权限、包括维护管理、、等内容,希望对热爱PG、学习PG的同学们有帮助。 Part 1:PG简介 PostgreSQL的特点 PostgreSQL是一个功能强大的开源数据库系统。经过长 阅读全文

posted @ 2022-12-22 11:27 alice9313 阅读(774) 评论(0) 推荐(0)

2022年4月7日

ocp 19c考题,科目082考试题(34)

摘要: 34、In your database, you want to ensure that idle sessions that are blocking active are automatically terminated after a specified period of time. How 阅读全文

posted @ 2022-04-07 16:59 alice9313 阅读(56) 评论(0) 推荐(0)

ocp 19c考题,科目082考试题(33)

摘要: 33、choose one You are administering a database and you receive a requirement to apply t he following restrictions: 1. A connection must be terminated 阅读全文

posted @ 2022-04-07 16:07 alice9313 阅读(54) 评论(0) 推荐(0)

2022年3月11日

ocp 19c考题,科目082考试题(32) -

摘要: 32、choose one A user establishes a connection to a database instance by using an Oracle Net connection. You want to ensure the following: 1.The user a 阅读全文

posted @ 2022-03-11 18:00 alice9313 阅读(39) 评论(0) 推荐(0)

2022年3月9日

ocp 19c考题,科目082考试题(31) - resource_limit

摘要: 31、Choose three. Examine these statements: ALTER SYSTEM SET RESOURCE_LIMIT=FALSE SCOPE=BOTH; System altered. CREATE PROFILE dev_users LIMIT SESSIONS_P 阅读全文

posted @ 2022-03-09 15:36 alice9313 阅读(81) 评论(0) 推荐(0)

2022年3月1日

ocp 19c考题,科目082考试题(30) - default profile

摘要: 30、choose one Which statement is true about the DEFAULT profile? A) It can be dropped and recreated. B) It must be explicitly assigned to a user. C) T 阅读全文

posted @ 2022-03-01 10:44 alice9313 阅读(49) 评论(0) 推荐(0)

2022年2月25日

ocp 19c考题,科目082考试题(29) - about profiles

摘要: 29、choose one Which statement is true about profiles? A) Resource limits specified in a profile assigned to a user are always enabled. B) A profile ca 阅读全文

posted @ 2022-02-25 11:35 alice9313 阅读(38) 评论(0) 推荐(0)

2022年2月23日

ocp 19c考题,科目082考试题(28) - oracle profiles

摘要: 28、Which four account management capabilities can be configured using Oracle profiles? (Choose four.) A. the number of hours for which an account is l 阅读全文

posted @ 2022-02-23 18:13 alice9313 阅读(112) 评论(0) 推荐(0)

2022年2月21日

ocp 19c考题,科目082考试题(27) - order by clause

摘要: Oracle OCP 19c 认证1Z0-082考试题库(第27题)-CUUG内部学员版082题库解析 27、Evaluate the following SQL statement: SQL> select cust_id, cust_last_name "Last name" FROM cust 阅读全文

posted @ 2022-02-21 17:24 alice9313 阅读(82) 评论(0) 推荐(0)

1 2 3 4 5 ··· 12 下一页

导航