OCP解决问题052-- DROP PROFILE app_user】的更多相关文章

133.You created a profile APP_USER and assigned it to the users. After a month, you decide to drop the profile. Some user sessions are currently connected to the database instance and are using the APP_USER profile. This command is used to drop the p…
16.Setting which of the following initialization parameters enables Automatic Memory Management? A. MEMORYJARGET B. MEMORY_MAX_TARGET C. SGATARGET D. PGA AGGREGATE TARGET Answer: A [解析] 11g中新增MEMORY_MAX_TARGET參数,此參数一出现就如在10g中第一次出现SGA_MAX_SIZE參数一样给人以耳…
1..Which two are true about the Archive (ARCn) processes?❑ A) They automatically delete obsolete archive logs to makespace for new archive logs.❑ B) They are used during Instance recovery.❑ C) They archive redo directly from the redo log buffer.❑ D)…
35.Your database is using Automatic Memory Management. Which two SGA components must be managed manually? A) default buffer cache B) redo log buffer C) large pool D) shared pool E) keep buffer pool Answer:BE…
33.Where Is backup metadata stored for use by Recovery Manager (RMAN)? A) In the control file B) In the SYSAUX tablespace C) in the SPFILE D) in the SYSTEM tablespace E) In the diagnostic destination flies Answer:A…
23.Which two are true about data dictionary and dynamic performance views (v$ views)? A) All database users have access to ALL_* views. B) Data dictionary view output is subject to read consistency. C) The defining queries for Oracle supplied dynamic…
21.Which two are true about roles? A) A role can be password-protected. B) A role can be granted to another role. C) Only one default role can be granted to a user. D) A role can be granted only multiple system privileges not multiple object privileg…
一.目的: Oracle系统中的profile可以用来对用户所能使用的数据库资源进行限制,使用Create Profile命令创建一个Profile,用它来实现对数据库资源的限制使用,如果把该profile分配给用户,则该用户所能使用的数据库资源都在该profile的限制之内. prfile文件可以控制:CPU的时间 .I/O的使用 .IDLE TIME(空闲时间) .CONNECT TIME(连接时间) .并发会话数量 .口令机制. 二.DEFAULT PROFILE: .所有的用户创建时都会…
一.目的: Oracle系统中的profile可以用来对用户所能使用的数据库资源进行限制,使用Create Profile命令创建一个Profile,用它来实现对数据库资源的限制使用,如果把该profile分配给用户,则该用户所能使用的数据库资源都在该profile的限制之内. prfile文件可以控制:CPU的时间 .I/O的使用 .IDLE TIME(空闲时间) .CONNECT TIME(连接时间) .并发会话数量 .口令机制. 二.DEFAULT PROFILE: 1.所有的用户创建时都…
profile文件详解 一.目的         Oracle系统中的profile可以用来对用户所能使用的数据库资源进行限制,使用Create Profile命令创建一个Profile,用它来实现对数据库资源的限制使用,如果把该profile分配给用户,则该用户所能使用的数据库资源都在该profile的限制之内.         prfile文件可以控制:CPU的时间 .I/O的使用 .IDLE TIME(空闲时间) .CONNECT TIME(连接时间) .并发会话数量 .口令机制. 二.D…