搜档网
当前位置:搜档网 › Oracle OCA 1Z0-052认证题库

Oracle OCA 1Z0-052认证题库

Oracle OCA 1Z0-052认证题库
Oracle OCA 1Z0-052认证题库

The safer , easier way to help you pass any IT exams.

Exam : 1Z0-052

Title :

Version : DEMO

Oracle Database 11g: Administrator I : 1z1-052

Exam

1. View the Exhibit and examine the attributes of an undo tablespace.

In an OLTP system, the user SCOTT has started a query on a large table in the peak transactional hour that performs bulk inserts. The query runs for more than 15 minutes and then SCOTT receives the following error:

ORA-01555: snapshot too old

What could be the reason for this error?

A.The query is unable to get a read-consistent image.

B.There is not enough space in Flash Recovery Area.

C.There is not enough free space in the flashback archive.

D.The query is unable to place data blocks in undo tablespace

Answer: A

2. Which two statements are true about the Automatic Workload Repository (AWR)? (Choose two.)

A.All AWR tables belong to the SYSTEM schema.

B.The AWR contains systemwide tracing and logging information.

C.The snapshots collected by the AWR are accessible through data dictionary views.

D.The snapshots collected by the AWR are used by self-tuning components in the database.

Answer: CD

3. While observing the index statistics, you find that an index is highly fragmented, thereby resulting in poor database performance. Which option would you use to reduce fragmentation without affecting the users who are currently using the index?

A.Validate the index structure using the ANALYZE...INDEX command.

B.Rebuild the index using the ALTER INDEX..REBUILD ONLINE command.

C.Change the block space utilization parameters using the ALTER INDEX command.

D.Deallocate the unused space in the index using the ALTER INDEX..DEALLOCATE UNUSED command.

Answer: B

4. Your test database is running in NOARCHIVELOG mode. Which statement is true regarding the type of backups that can be performed on the database?

A.You can perform online whole database backups.

B.You can perform offline whole database backups.

C.You cannot perform schema-level export/import operations.

D.You can perform the backup of only the SYSTEM tablespace when the database is open.

Answer: B

5. The database instance is currently using SPFILE. View the Exhibit and examine the error that you received while running the DB Structure Integrity check.

Given below are the steps to recover from the error in random order:

1: Shut down the instance, if not already done.

2: Copy one of the remaining control files to a new location.

3: Change the value of the CONTROL_FILES initialization parameter to correspond to the new location of the control files.

4: Start up the database instance to the NOMOUNT stage.

5: Recover the database to the point of failure of the control file.

6: Open the database.

Identify the correct sequence of steps?

A.1, 2, 4, 3, 5, 6

B.2, 4, 3, 5, 6; 1 not required

C.4, 5, 6, 2, 3; 1 not required

D.5, 2, 3, 4; 1 and 6 not required

Answer: A

6. Note the following points describing various utilities in Oracle Database 11g:

1: It enables the high-speed transfer of data from one database to another.

2: It provides a complete solution for the backup, restoration, and recovery needs of the entire database. 3: It enables the loading of data from an external file into an Oracle database.

4: It provides a tape backup management for the Oracle ecosystem.

Which point describes Oracle Secure Backup?

A.1

B.2

C.3

D.4

E.1, 2, and 4

F.1, 2, 3, and 4

Answer: D

7. You have issued a SHUTDOWN ABORT command to bring down your database instance. Consider the steps that will be performed later when you open the database:

1: SGA is allocated.

2: Control file is read.

3: Redo log files are read.

4: Instance recovery is started.

5: Background processes are started.

6: Data files are checked for consistency.

7: Server parameter file or the initialization parameter file is read.

Which option has the correct order in which these steps occur?

A.7, 1, 5, 2, 3, 6, 4

B.1, 2, 3,7, 5, 6, 4

C.7, 1, 4, 5, 2, 3, 6

D.1, 7, 5, 4, 2, 3, 6

Answer: A

8. Observe the information in the columns:

1: The SGAa. Text and parsed forms of all SQL statements

2: The cursor stateb. Run-time memory values for the SQL statement, such as rows retrieved

3: User-session datac. Security and resource usage information

4: The stack spaced. Local variables for the process

Which option has the correct match between the memory areas and their contents?

A.1-c, 2-b, 3-d, 4-a

B.1-c, 2-b, 3-d, 4-a

C.1-a, 2-b, 3-c, 4-d

D.1-a, 2-b, 3-d, 4-c

Answer: C

9. View the Exhibit and examine the privileges granted to the SL_REP user.

The EMP table is owned by the SCOTT user. The SL_REP user executes the following command: SQL> GRANT SELECT ON scott.emp TO hr;

Which statement describes the outcome of the command?

A.The command executes successfully.

B.The command produces an error because the EMP table is owned by SCOTT.

C.The command produces an error because SL_REP has the GRANT ANY OBJECT PRIVILEGE without ADMIN_OPTION.

D.The command produces an error because SL_REP does not have the SELECT privilege with GRANT_OPTION on the EMP table.

Answer: A

10. Examine the following statement that is used to modify the constraint on the SALES table:

SQL> ALTER TABLE SALES MODIFY CONSTRAINT pk DISABLE VALIDATE;

Which three statements are true regarding the above command? (Choose three.)

A.The constraint remains valid.

B.The index on the constraint is dropped.

C.It allows the loading of data into the table using SQL *Loader.

D.New data conforms to the constraint, but existing data is not checked.

E.It allows the data manipulation on the table using INSERT/UPDATE/DELETE SQL statements. Answer: ABC

11. Identify the memory component from which memory may be allocated for:

1: Session memory for the shared server

2: Buffers for I/O slaves

3: Oracle Database Recovery Manager (RMAN) backup and restore operations

https://www.sodocs.net/doc/2c4032567.html,rge Pool

B.Redo Log Buffer

C.Database Buffer Cache

D.Program Global Area (PGA)

Answer: A

12. Which is the correct description of a pinned buffer in the database buffer cache?

A.The buffer is currently being accessed.

B.The buffer is empty and has not been used.

C.The contents of the buffer have changed and must be flushed to the disk by the DBWn process.

D.The buffer is a candidate for immediate aging out and its contents are synchronized with the block contents on the disk.

Answer: A

13. You have executed this command to change the size of the database buffer cache:

SQL> ALTER SYSTEM SET DB_CACHE_SIZE=2516582;

System altered.

To verify the change in size, you executed this command:

SQL> SHOW PARAMETER DB_CACHE_SIZE

NAME TYPE VALUE

------------------- ----------- ------------------

db_cache_size big integer 4194304

Why is the value set to 4194304 and not to 2516582?

A.because 4194304 is the granule size

B.because 4194304 is the standard block size

C.because 4194304 is the largest nonstandard block size defined in the database

D.because 4194304 is the total size of data already available in the database buffer cache

Answer: A

14. These are points that describe the contents of different memory components:

1: Descriptive information or metadata about schema objects that are queried by using SQL statements 2: The run-time area for data manipulation language (DML) or data definition language (DDL) statements 3: Results of SQL queries and PL/SQL functions

4: Executable forms of SQL cursors, PL/SQL programs, and Java classes

5: The information necessary to reconstruct changes made to the database by a transaction

Which of these will be stored in the Shared Pool if the necessary configurations are done?

A.1 and 2

B.2 and 5

C.1, 3, and 4

D.3, 4, and 5

E.1, 2, 3, and 4

Answer: C

15. Which two statements are true about Shared SQL Area and Private SQL Area? (Choose two.)

A.Shared SQL Area will be allocated in the shared pool.

B.Shared SQL Area will be allocated when a session starts.

C.Shared SQL Area will be allocated in the large pool always.

D.Private SQL Area will be allocated in the Program Global Area (PGA) always.

E.Shared SQL Area and Private SQL Area will be allocated in the PGA or large pool.

F.The number of Private SQL Area allocations is dependent on the OPEN_CURSORS parameter. Answer: AF

16. Note the following functionalities of various background processes:

1: Record the checkpoint information in data file headers.

2: Perform recovery at instance startup.

3: Cleanup unused temporary segments.

4: Free the resources used by a user process when it fails.

5: Dynamically register database services with listeners.

6: Monitor sessions for idle session timeout.

Which option has the correct functionalities listed for a background process?

A.Archiver Process (ARCn): 1, 2, 5

B.System Monitor Process (SMON): 1, 4, 5

C.Process Monitor Process (PMON): 4, 5, 6

D.Database Writer Process (DBWn): 1, 3, 4

Answer: C

17. Note the functionalities of various background processes:

1: Perform recovery at instance startup.

2: Free the resources used by a user process when it fails.

3: Cleanup the database buffer cache when a process fails.

4: Dynamically register database services with listeners.

5: Monitor sessions for idle session timeout.

6: Cleanup unused temporary segments.

7: Record the checkpoint information in control file.

Which option has the correct functionalities listed for a background process?

A.Checkpoint (CKPT): 1, 2, 5

B.System Monitor (SMON): 1, 6

C.Process Monitor (PMON): 4, 6, 7

D.Database Writer (DBWR): 1, 3, 4

Answer: B

18. View the Exhibit and identify the component marked with a question mark.

A.Checkpoint (CKPT)

B.Process Monitor (PMON)

C.Archiver Processes (ARCn)

D.Recoverer Process (RECO)

E.Memory Manager process (MMAN)

Answer: A

19. Which two statements about the background process of the database writer are true? (Choose two.)

A.It is possible to have multiple database writers in an Oracle instance.

B.It writes dirty buffers, if any, to data files whenever a checkpoint occurs.

C.It writes dirty buffers, if any, to data files whenever a transaction commits.

D.It writes dirty buffers, if any, to data files before the log writer (LGWR) writes.

Answer: AB

20. You have set Tablespace Full Metrics Threshold values for the USERS tablespace as follows: Warning (%): 90

Critical (%): 95

Which background process is responsible for issuing alerts when the threshold is crossed?

A.System monitor (SMON)

B.Process monitor (PMON)

C.Memory manager process (MMAN)

D.Manageability Monitor process (MMON)

Answer: D

中软国际入职机试题

1 邮箱地址合法性验证,合法输出字符“1”,不合法输出字符“0” 合法条件: A 仅包含一个“@”。 B 最后三位必须是“.com” C 字符直接没有空格 B 有效数组是1~9、a~z、A~Z、“.”、“@”、“_” 程序 #include int main() { char input[100],out=1; int len,i,flag=0,flag1=0,flag2=0,flag3=0,ttt=0; scanf("%s",input); len=strlen(input); if((input[len-1]=='m')&&(input[len-2]=='o')&&(input[len-3]=='c')&&(input[len-4]=='.')) { for(i=0;i='1')&&(input[i]<='9'))||((input[i]>'a')&&(input[i]<'z'))||((input[i]>'A')\ &&(input[i]>'Z'))||(input[i]=='.')||(input[i]=='@')||(input[i]=='_'))==0) { flag2=1; } } if(ttt!=1) { flag3=1; } } else { flag=1; } if(flag==1||flag3==1||flag1==1||flag2==1) { out='0'; } else { out='1'; } printf("%c",out); }

Oracle 考试试题_带答案_

Oracle考试试题 一、选择(每题3分) 1) 当Oracle服务器启动时,下列哪种文件不是必须的()。 a) 数据文件 b) 控制文件 c) 日志文件 d) 归档日志文件 参考答案 D 2) 在Oracle中,当用户要执行SELECT语句时,下列哪个进程从磁盘获得用 户需要的数据()。 a) 用户进程 b) 服务器进程 c) 日志写入进程(LGWR) d) 检查点进程(CKPT) 参考答案 B 3) 在Oracle中,一个用户拥有的所有数据库对象统称为()。 a) 数据库 b) 模式 c) 表空间 d) 实例 参考答案 B 4) 在Oracle中,可用于提取日期时间类型特定部分(如年、月、日、时、分、 秒)的函数有()。 a) DATEPART b) EXTRACT c) TO_CHAR d) TRUNC 参考答案bc 5) 在Oracle中,有一个教师表teacher的结构如下: ID NUMBER(5) NAME V ARCHAR2(25) EMAIL V ARCHAR2(50) 下面哪个语句显示没有Email地址的教师姓名()。 a) SELECT name FROM teacher WHERE email = NULL;

b) SELECT name FROM teacher WHERE email <> NULL; c) SELECT name FROM teacher WHERE email IS NULL; d) SELECT name FROM teacher WHERE email IS NOT NULL; 参考答案 C 6) 在Oracle数据库的逻辑结构中有以下组件: A 表空间 B 数据块 C 区 D 段 这些组件从大到小依次是()。 a) A→B→C→D b) A→D→C→B c) A→C→B→D d) D→A→C→B 参考答案 b 7) 在Windows操作系统中,Oracle的()服务监听并接受来自客户端应用程 序的连接请求。 a) OracleHOME_NAMETNSListener b) OracleServiceSID c) OracleHOME_NAMEAgent d) OracleHOME_NAMEHTTPServer 参考答案 a 8) 在Windows操作系统中,Oracle的()服务是使用iSQL*Plus必须的。 a) OracleHOME_NAMETNSListener b) OracleServiceSID c) OracleHOME_NAMEAgent d) OracleHOME_NAMEHTTPServer 参考答案 B 9) 在 Oracle 中创建用户时,若未提及 DEFAULT TABLESPACE 关键字,则 Oracle 就将()表空间分配给用户作为默认表空间。。 a) USER b) SYSTEM c) SYS d) DEFAULT 参考答案 B 10) 在Oracle数据库中,()用户模式存储数据字典表和视图对象。 a) SYSTEM

中软国际软件测试面试题2020年中软国际软件测试笔试题

中软国际软件测试面试题2020年中软国际软件测 试笔试题 一.简答题:(60分) 1.写出软件测试的基本流程。( 2.分别用等价类划分和边界值方法设计测试用例测试密码域。要求密码 必须是数字或字母且必须大于6位小于15位。(6分) 3.用SQL语句查询前十条记录?(6分) 4.什么是唯一索引,非唯一索引,联合索引,非联合索引;什么样的表要建索引,什么样的表不要建索引?(6分) 5.写出下列linux命令:(5分) (1)如果一个文件过大,用VI打不开,用什么命令可以打开? (2)查看某个用户下的进程命令是什么? (3)cd/home/testls–al这个命令的含义是什么? (4)文件file的权限为-rwxrw-r--如何给文件file的同组用户加上一个可执行权限? (5)在/usr/test/目录下有一个文件名为abc的一个文件,现在需要在/opt目录创建一个连接文件link,连接的文件是 /usr/test/abc,但是link文件中不包含任何的具体内容,只是包含一个指向另一个文件的指针。 6.写出TCP的三次握手和四次挥手。(6分) 7.TCP/IP模型中网络层有哪些功能,主要协议有哪些?(6分) 8.什么是事务?什么是集合点?(6分)

9.为什么要使用IP欺骗?(6分) 10.在性能测试里面,如果分析的结果发现CPU利用率,内存使 用率和磁盘I/O占用都比较高,你要通过什么方法判定是哪一个是 主要原因?(7分) 二.论述 题:(30分) “手机终端用户,拨打视频电话,建立连接后无图像显示、黑屏,通话10秒后自动断开连接,死机。”(15分) 2.给你一个一次性水杯,你如何测试?(15分) 三.编程题:(10分) 四.智力题:(附加题) 如何用一枚硬币等概率地产生一个1到3之间的随机整数?如果这枚硬币是不公正的呢?

数字推理专项习题50道(附答案)

A.186 B.208 C.158 D.132 2. 1, 5, 19, 81, 411,()A.2473 B.2485 C.1685 D.1857 3. 3, 3, 12, 21, 165,()A.649 B.606 C.289 D.343 4. 0,,,,,()A.B.C.D. 5. 7, 11, 16, 25, 54,()A.98 B.127 C.172 D.203 6. 3, 7, 16, 41, 90,()A.121 B.211 C.181 D.256 7. 3, 12, 30, 63, 117,()A.187 B.198 C.193 D.196 8. 3, 8, 22, 62, 178,()A.518 B.516 C.548 D.546 9. 3, 2,,,,()A.B.C.D. 10. 1, 3, 8, 33, 164,()A.999 B.985 C.1024 D.1048

A.12 B.16 C.20 D.24 12. 4, -6, 6, -8, 7.5,() A.-7.5 B.-8 C.-8.5 D.-9.6 13. 16, 8, 12, 30, 105,() A.215 B.365.5 C.425 D.472.5 14. -3, 5, 7, 4, 14, 18,() A.29 B.23 C.21 D.17 15. 1234, 1360, 1396, 2422, 2458,() A.2632 B.2584 C.2864 D.2976 16. -2, 2, 6, 10, 46,() A.78 B.86 C.124 D.146 17. 4, 12, 40, 112, 352,() A.625 B.784 C.832 D.996 18. -32, 36, -30, 38, -29,() A.39 B.45 C.51 D.63 19. 1, 5, 11, 20, 34, 56,() A.68 B.71 C.82 D.91 20. , 3, 2, 10, 9, 31, 37,() A.94 B.72 C.56 D.48

oracle考试试题及答案

试题一 一、填空题(每小题4分,共20分) 1、数据库管理技术经历了人工管理、文件系统、数据库系统三个阶段 2、数据库三级数据结构是外模式、模式、内模式 3、Oracle数据库中,SGA由数据库缓冲区,重做日志缓冲区,共享池组成 4、在Oracle数据库中,完正性约束类型有Primay key约束。Foreign key约束,Unique约束,check约束,not need约束 5、PL/SQL中游标操作包括声明游标,打开游标,提取游标,关闭游标 二、正误判断题(每小题2分,共20分) 1、数据库中存储的基本对象是数据(T) 2、数据库系统的核心是DBMS(T) 3、关系操作的特点是集合操作(T) 4、关系代数中五种基本运算是并、差、选择、投影、连接(F) 5、Oracle进程就是服务器进程(F) 6、oraclet系统中SGA所有用户进程和服务器进程所共享(T) 7、oracle数据库系统中数据块的大小与操作系统有关(T) 8、oracle数据库系统中,启动数据库和第一步是启动一个数据库实例(T) 9、PL/SQL中游标的数据是可以改变的(F) 10、数据库概念模型主要用于数据库概念结构设计() 三、简答题(每小题7分,共35分) 1、何谓数据与程序的逻辑独立性和物理独立性? 2、试述关系代数中等值连接与自然连接的区别与联系? 3、何谓数据库,数据库设计一般分为哪些阶段? 4、简述Oracle逻辑数据库的组成?

5、试任举一例说明游标的使用方法? 五、设有雇员表emp(empno,ename,age,sal,tel,deptno), 其中:empno-----编号,name------姓名,age -------年齡,sal-----工资,tel-----电话 deptno-----部门号。 请按下列要求分别晨SQL*PLUS下编程。(每小题3分,共15分)?1、查询家有电话的职工信息。 ?2、查询工资在500至800元之间的雇员信息 ?3、按年龄递增顺序显示雇员编号、姓名、年龄、工资 ?4、求部门号为D_01的平均工资 ?5、查找部门号为D_01的40岁以上而工资在400元以下的雇员名单。 1、SQL>SELECT * FROM emp WHERE tel NOT NULL; 2、SQL>SELECT * FROM emp WHERE BETWEEN 500 AND 800; 3、SQL>SELECT empno,ename,age,sal FROM emp ORDER BY age ASC; 4、SQL>SELECT AVG(sal) FROM emp WHERE deptno='D_01'; 5、SQL>SELECT ename FROM emp WHERE deptno='D_01' AND age>40 AND Sal<400; ? 试题一答案 一、填空题 1、人工管理、文件系统、数据库系统 2、外模式、模式、内模式 3、数据库缓冲区,重做日志缓冲区,共享池 4、Primay key约束。Foreign key约束,Unique约束,check约束,not need 约束 5、声明游标,打开游标,提取游标,关闭游标 二、正误判断题 1、T 2、T 3、T 4、F 5、F 6、T 7、T 8、T 9、F 三、(略) 五、 1、SQL>SELECT * FROM emp WHERE tel NOT NULL; 2、SQL>SELECT * FROM emp WHERE BETWEEN 500 AND 800; 3、SQL>SELECT empno,ename,age,sal FROM emp ORDER BY age ASC; 4、SQL>SELECT AVG(sal) FROM emp WHERE deptno='D_01'; 5、SQL>SELECT ename FROM emp WHERE deptno='D_01' AND age>40 AND Sal<400; 试题二

中软笔试和机试题

深圳中软资源的上机题和面试题 我自己整理了一下答案,有不对和不充足的请老师和同学帮忙补充. ============================================================================= 上机题 ============================================================================= 3. MyObject 的什么方法会对if表达式的正确性产生影响(多选) BC Map m = new HashMap; m.add(new MyObject("A")); if(m.contains(new MyObject("A"))){} A.toString() B.equals () C.hashCode() D.clone() 4.下列哪些不是JAVA关键字 BCD A.null B.exit C.main D.remove E.true 5.下列哪些不是JAVA关键字 AD A.NULL B.instansof C.extends D.sizeof 6.下列哪个语句是合法的:ACDE A.try{}finally{} B.try{}catch(Exception x){}catch(NullpointExpoint){} C.try{}catch(Exception x){}finally{} D.try{}catch(NullpointExpoint){}catch(Exception x){} E.try{}catch(Throwable t){}finally{} 7.下列那些是servlet容器 BCD A.apache B.Tomcat C.Weblogic D.websphere 8.int i=9; int j=9; 下列那些表达式为真 BD A.j==I B.j==i++ C.j==++i D.j++==i E.++j==i 9 int i=0xFFFFFFFF;

最新类比推理题库及标准答案

精品文档 类比推理题库及标准答案 (类比推理部分) 1、作家:读者 A. 售货员:顾客 B.主持人:广告 C.官员:腐败 D.经理:秘书【解答】此题属于专业人员与其面对的对象之间的类比推理题,故正确答案为A。 2、水果:苹果 A.香梨:黄梨 B.树木:树枝 C.经济适用房:奔驰 D.山:高山 【解答】该题题干中水果与苹果两个词之间是一般和特殊的关系,所以答案为选项D。选项B的两个词之间的关系 是整体与部分的关系。 3、努力:成功 A.原告:被告 B.耕耘:收获 C.城市:福利 D.扩招:失业【解答】努力与成功两个词具有因果关系,即只有努力才能成功或者说努力是成功必不可少的原因之一,故正确答案为B。 4、书籍:纸张 A.毛笔:宣纸 B.橡皮:文具盒 C.菜肴:萝卜 D.飞机:宇宙飞船【解答】此题属于物品与制作材料的推理关系,故正确答案为 C。 5、馒头:食物 A.食品:巧克力 B.头:身体 C.手:食指 D.钢铁:金属【解答】此题属于特殊与一般的推理关系,故正确答案为D。 6、稻谷:大米 A.核桃:桃酥 B.棉花:棉子 C.西瓜:瓜子 D.枪:子弹【解答】因为稻谷是大米的惟一来源,而棉花是棉子的惟一来源,故正确答案为B。 7、轮船:海洋 A.河流:芦苇 B.海洋:鲸鱼 C.海鸥:天空 D.飞机:海洋【解答】此题属于物体与其运动空间的类比推理题,故正确答案为 C。 8、芙蕖:荷花 A.兔子:嫦娥 B.窑洞:官邸 C.伽蓝:寺庙 D.映山红:蒲公英【解答】因为芙蕖是荷花的书面别称,而伽蓝是寺庙的书面别称,故正确答案为C。 9、绿豆:豌豆 A.家具:灯具 B.猴子:树木 C.鲨鱼:鲸鱼 D.香瓜:西瓜 【解答】选项 C 中的鲸鱼其实不是鱼,而是哺乳动物,故正确答案为D。 10、汽车:运输 A.捕鱼:鱼网 B.编织:鱼网 C.鱼网:编织 D.鱼网:捕鱼【解答】此题属于工具与作用的类比推理题,故正确答案为D。 11、医生:患者 A.工人:机器 B.啄木鸟:病树 C.警察:罪犯 D.法官:律师 答案:B 12、紫竹:植物学家 A.金属:铸工 B.铁锤:石头 C.动物:植物 D.蝴蝶:昆虫学家 答案:D 13、老师:学生 A.教师:职工 B.编辑:读者 C.师傅:学徒 D.演员:经济人 答案:C 14、书法:艺术 A.抢劫:犯罪 B.鲁迅:周树人 C.历史:世界史 D.权力:金钱答案:A 精品文档 15、森林:树木

Oracle认证

Oracle认证是由Oracle公司,为能够满足对Oracle核心人士需求。 Oracle公司颁布并实施的一项权威品的服务与支持,并具有娴熟的专业技术标准,它是专为认证那操作能力与广泛理论知识的专业人。各个层次OCA、OCP、OCM.OCP即Oracle Certified Professional据库管理方向的DBA、数据库开发Oracle Certified Associate。 简介

ORACLE认证专家计划(OCP)帮助您在竞争激烈的市场中脱颖而出。通过对ORACLE产品的熟练应用,您将获得业界普遍的认可。与职务相关的认证,说明您是一个合格的技术人员。作为ORACLE认证专家,您将具有对业界最具挑战性的机遇更深的洞察力,并获取更多的收获。课程安排: SQL and PL/SQL Oracle8i Enterprise DBA part I A: Architecture & Administration Oracle8i Enterprise DBA part II B: Backup and Recovery Oracle8i Enterprise DBA part III: Performance Tuning Oracle8i Enterprise DBA part III: Network Administrator 该计划可使学员通过系统、连续、短暂而又便利的课堂培训,配以相应的教学软件,经过预备课练习和模拟试题测试,最终得以通过认证考试,取得专业资格证书。OCP (Oracle Certified Professional)是由Oracle公司颁布并实施的一项权威的专业技术标准,它是专为认证那些能够满足对ORACLE核心产品的服务与支持,并具有娴熟的操作能力与广泛理论知识的专业人士。获得OCP认证的专业人士是业界薪水最高的IT专业人才 Oracle证书 oracle证书上分为三类:OCA证书、OCP证书、OCM证书 oracle等级证书(3张) Oracle认证介绍 1.Oracle专业DBA认证:这是为Oracle数据库管理设计的一门基本认证(4门考试) 2.Oracle网络应用开发人员认证:这是关于SQ、P/SQL和网络开发的一门认证(4门考试)

Oracle认证考试试题

T

The safer , easier way to help you pass any IT exams. Exam : 1Z0-053 Title : Version : Demo Oracle Database 11g: Administration II

1.You are not sure if Flashback Database is enabled. What database column and view can you query to see if the flashback logs are being created in the flash recovery area? A. Query the initialization parameter FLASHBACK_DATABASE in VJINSTANCE. B. Query the FLASHBACK_ENABLED column in VJDATABASE. C. Query the FLASHBACK column in VJDATABASE.. D. Query the FLASHBACK_ON column in VJDATABAS E. Answer: D 2.What dynamic performance view can you query to list the supported platforms for transportable tablespaces? A. V$TRANSPORTABLE_PLATFORM B. V$TRANSPORTABLE_TABLESPACE C. V$SUPPORTED_PLATFORMS D. V$DATABASE PLATFORM Answer: A 3.You issue the following command to enable block change tracking: SQL> ALTER DATABASE ENABLE BLOCK CHANGE TRACKING; However, you receive an error message, and the tracking file is not created. What is a possible reason for the error message? A. The parameter DB_RECOVERY_FILE_DEST is not set. B. You must use ALTER SYSTEM instead. ) C. Your database must be in the MOUNT state to create the block change tracking file. D. The parameter DB_CREATE_FILE_DEST is not set. Answer: D 4.You are restoring and recovering a database to a new host. What data dictionary view will you use to identify the names of the datafiles on the new database? A. DBA_DATAFILE B. VJTABLESPACE C. VJDATAFILE D. V$DATAFILE_COPY E. VJBACKUP DATAFILE Answer: C 5.Your flash recovery area becomes full when you are running an RMAN backup (and has not yet reached the value specified by DB_RECOVERY_FILE_DEST). It is the destination for archived redo log files and backups. What will happen to the database? (Choose the best answer.) A. If you have the flash recovery area set to autoextend, the backup will continue with no problem. B. The database will hang until you add more space to the flash recovery area. C. RMAN will delete obsolete backups from the flash recovery area to accommodate new backups. D. The RMAN backup will hang until you add more space to the flash recovery area. Answer: C 6.You want to ensure the recoverability of the recovery catalog itself. Which of the following steps should

中软测试笔试题

一,简答题 1,写出软件测试的基本流程 2,分布用等价类话费和边界值方法设计测试用例测试密码域,要求密码必须是数字或者字母且必须大于6位小于15位。 3,用SQL语句查询前十条记录 4,什么是唯一所以,非唯一所以,联合所以;什么样的表要建索引,什么样的表不要建索引 5,写错下列LINUX命令 (1)如果一个文件过大,用vi打不开,用什么命令可以打开 (2)查看某个用户下的进程命令是什么 (3)Cd/home/test ls-al这个命令的含义是什么 (4)文件file的权限为-rwxrw-r—如何给文件file的同组用户加上一个可执行权限 (5)在/usr/test/目录下有一个文件名为abc的一个文件,现在需要在/opt目录创建一个链接文件夹link,连接的文件是/usr/test/abc,但 是link文件中不包含任何的具体内容,只是包含一个文件指向另一个文件 的指针。 6,写出tcp的三次握手和四次挥手。 7,TCP/IP模型中的网络层有哪些功能,主要协议有哪些 8,什么是事务什么是集合点 9,为什么要使用IP欺骗 10,在性能测试里面,如果分享的结果发现CPU利用率,内存使用率和磁盘I/O占用都比较搞,你要通过什么方法判定哪一个是主要原因 二,论述 1,请根据下列描述提交一份缺陷报告,要求缺陷属性不少于5项 “手机终端用户,拨打视频电话,建立连接后无图像显示、黑屏,通话10秒后自动断开连接,死机。” 2,给你一个一次性水杯,你如何测试 三,编程题 编程题:有一个循环数字从“1”到“10”,从“1”开始数数到3的倍数的数字剔除去,一直循环剔除,求到最后剩下的一个数字是多少 四,智力题 如何用一枚硬币等概率产生一个1到3之间的随机蒸熟如果这枚硬币是不公正的呢

小学数学《推理问题》练习题(含答案)

小学数学《推理问题》练习题(含答案) 解题指导1 【例1】有五个人进行汽车竞速赛,他们没有比成平局,而是先后到达的。威尔不是第一个,约翰不是第一也不是最后一个,琼在威尔后面到达,詹姆不是第二个,瓦尔特在詹姆后到达。五个到达的顺序怎样? 【思路点拨】 。 詹姆不是第二个,瓦尔特在詹姆后到达。所以只能詹姆第一名,瓦尔特就是第二名, 约翰第三,威尔第四,琼第五。 答:詹姆第一,瓦尔特第二,约翰第三,威尔第四,琼第五。 总结:用“列表方法”把复杂问题加以条理化是解决“逻辑推理问题”的有效方法。 【变式题1】有张、李、王、刘四位老师分别教数学、语文、美术、英语。张老师可以教语文、美术;李老师可以教数学、英语;王老师可以教数学、语文、美术;刘老师只能教美术。为了使每人都能胜任工作,那么教数学的是哪位老师? 解题指导2 2.在推理问题中,常常遇到判断说假话真话的问题,这时我们常用假设的方法,淘汰掉不成立的说法,从而判断出正确的结论。 【例2】我国有“三山五岳”之说,其中五岳是指:东岳泰山,南岳衡山,西岳华山,北岳恒山和中岳嵩山。一位老师拿出这五座山的图片,并在图片上标出数字,他让五位学生来辨别,每人说出两个,学生的回答如下: 甲:2是泰山,3是华山; 乙:4是衡山,2是嵩山; 丙:1是衡山,5是恒山; 丁:4是恒山,3是嵩山; 戊:2是华山,5是泰山。 老师发现五个学生都只说对了一半,那么正确的说法应该是什么呢? 【思路点拨】采用假设法解决,因为每人说两句话,总有一句是对的,先假设甲第一句话对,第二句话则是错的,则乙说的2是嵩山是错误的,可推出4是衡山是正确的,由此可推出丙说1号是衡山是错的,那么5是恒山是正确的,由此推出丁说4是恒山是错误的,那么3是嵩山是正确的。因为5是恒山,所以5是泰山是错误的,2号是泰山,所以2号不是

Oracle OCA与OCP认证考试途径

Oracle OCA 与OCP 认证考试途径 分类: ORACLE DBA 2009-12-10 09:55 349人阅读 评论(1) 收藏 举报 OCA 1、 Oracle 9i OCA 只要通过1z0-007+1z0-031两门认证考试,无需培训,就可以取得: 9i OCA 证书. Oracle 10g OCA 1Z0-007 Introduction to Oracle9i SQL? 或 1Z0-047 Oracle Database SQL Expert or 1Z0-051 Oracle Database 11g: SQL Fundamentals I EXAM Oracle Database 10g: Administration I 1Z0-042 Oracle Database 10g Administrator Certified Associate Oracle 11g OCA 只要通过1z0-007+1z0-052两门认证考试,无需培训,就可以取得: 11g OCA 证书. 或 Oracle 11g OCA 只要通过1z0-051+1z0-052两门认证考试,无需培训,就可以取得: 11g OCA 证书. 或 Oracle 11g OCA 只要通过1z0-047+1z0-052两门认证考试,无需培训,就可以取得: 11g OCA 证书. OCP 2、 Oracle 9i OCP 只要通过1z0-007+031+032+033+ 一门原厂培训,提交hands on ,就可以取得: 9i OCP 证书 .

Oracle 10g OCP 只要通过1z0-042 + 043 + 一门原厂培训,提交hands on,就可以取得: 10g OCP 证书. Oracle 11g OCP 只要通过1z0-007 + 052 + 053 + 一门原厂培训,提交hands on,就可以取得: 11g OCP 证书. 或Oracle 11g OCP 只要通过1z0-051 + 052 + 053 + 一门原厂培训,提交hands on,就可以取得: 11g OCP 证书. 或Oracle 11g OCP 只要通过1z0-047 + 052 + 053 + 一门原厂培训,提交hands on,就可以取得: 11g OCP 证书. 3、准备好后,随时可考,只需提前1-7天到考点报名,注册,现金付考试费(或交考试券),预约考试时间就可以了。 4、一般去就近考点去考就可以了 考点查询:(只需选城市,就可以查询) https://www.sodocs.net/doc/2c4032567.html,/aptcquery.asp?page_id=84 5、要拿9i OCP、10g OCP 、11g OCP 证书,必须通过相应考试,并参加一门原厂培训后,方能申请发证(即:提交hands on)。 6、有关原厂培训信息,培训有3天,5天,7天;3天培训价格相对便宜(6k左右)。 7、还有问题可打官方免费电话询问:800-810-9931 注:ORACLE从2007年6月起,大陆调整考试价格: 031、032、033、042、043考试的价格已由原来的1173元调整为1121元, 007考试的价格由891元调整为852元。拿OCP证支出费用清单: 9i OCP证书: 007考试费852; 031考试费1121;

oracle期末考试题及答案

1、以下()内存区不属于SGA。 A.PGA B.日志缓冲区 C.数据缓冲区 D.共享池 2、()模式存储数据库中数据字典的表和视图。 A.DBA B.SCOTT C.SYSTEM D.SYS 3、在Oracle中创建用户时,若未提及DEFAULT TABLESPACE关键字, 则Oracle就将()表空间分配给用户作为默认表空间。 A.HR B.SCOTT C.SYSTEM D.SYS 4、()服务监听并按受来自客户端应用程序的连接请求。 A.OracleHOME_NAMETNSListener B.OracleServiceSID C.OracleHOME_NAMEAgent D.OracleHOME_NAMEHTTPServer 5、()函数通常用来计算累计排名、移动平均数和报表聚合等。 A.汇总 B.分析 C.分组 D.单行 6、()SQL语句将为计算列SAL*12生成别名Annual Salary A.SELECT ename,sal*12 ‘Annual Salary’ FROM emp; B.SELECT ename,sal*12 “Annual Salary” FROM emp; C.SELECT ename,sal*12 AS Annual Salary FROM emp; D.SELECT ename,sal*12 AS INITCAP(“Annual Salary”) FROM emp; 7、锁用于提供( )。

A.改进的性能 B.数据的完整性和一致性 C.可用性和易于维护 D.用户安全 8、( )锁用于锁定表,允许其他用户查询表中的行和锁定表,但不 允许插入、更新和删除行。 A.行共享 B.行排他 C.共享 D.排他 9、带有( )子句的SELECT语句可以在表的一行或多行上放置排他锁。 A.FOR INSERT B.FOR UPDATE C.FOR DELETE D.FOR REFRESH 10、使用( )命令可以在已分区表的第一个分区之前添加新分区。 A.添加分区 B.截断分区 C.拆分分区 D.不能在第一个分区前添加分区 11、( )分区允许用户明确地控制无序行到分区的映射。 A.散列 B.范围 C.列表 D.复合 12、可以使用()伪列来访问序列。 A.CURRVAL和NEXTVAL B.NEXTVAL和PREVAL C.CACHE和NOCACHE D.MAXVALUE和MINVALUE 13、带有错误的视图可使用()选项来创建。 A.FORCE B.WITH CHECK OPTION

中软国际笔试试题

中软国际校园招聘笔试试题 考试范围: 1.逻辑推理题(共20分) 2.开发技术题(共60分) 3.软件工程知识题(共20分) 考试要求: 1.考试时间为60分钟,每个人独立完成考试 2.须在“研发技术方向”中勾选Java或C#,并解答对应语言试题 3.答案写在答题纸上,不允许直接在卷面上答题 4.考试完毕,试卷和答题纸一并收回 试题: 1. 逻辑推理(1~10题每题2分,共20分) 1.一位教育工作者撰文表达了她对电子游戏给青少年带来的危害的焦虑之情。她认为电子游戏就像一头怪兽,贪婪、无情地剥夺青少年的学习和与社会交流的时间。以下哪项不成为支持以上观点的理由?() A.青少年玩电子游戏,上课时无精打采。 B.青少年玩电子游戏,作业错误明显增多。 C.青少年玩电子游戏,不愿与家长交谈。 D.青少年玩电子游戏,花费了家里的资金。 2.桌子上有4个杯子,每个杯子上写着一句话:第一个杯子:“所有的杯子中都有水果糖”;第二个杯子:“本杯中有苹果”;第三个杯子:“本杯中没有巧克力”;第四个杯子:“有些杯子中没有水果糖”。如果其中只有一句真话,那么以下哪项为真?() A.所有的杯子中都有水果糖。 B.所有的杯子中都没有水果糖。 C.所有的杯子中都没有苹果。 D.第三个杯子中有巧克力。 3.鲁讯的著作不是一天能读完的,《狂人日记》是鲁迅的著作,因此,《狂人日记》不是一天能读完的。下列哪项最为恰当地指出了上述推理的逻辑错误?() A.偷换概念B.自相矛盾 C.以偏概全D.倒置因果 4.面试在求职过程中非常重要。经过面试,如果应聘者的个性不适合待聘工作的要求,则不可能被录用。以上论断是建立在哪项假设基础上?()

最新数字推理习题库及答案解析

数字推理习题库及答案解析 1、5,10,17,26,() A、30; B、43; C、37; D、41 【解答】相邻两数之差为5、7、9、11,构成等差数列。 2、184:55,66,78,82,() A、98; B、100; C、97; D、102 【解答】本题思路:56-5-6=45=5×9 66-6-6=54=6×9 78-7-8=63=7×9 82-8-2=72=8×9 98-9-8=81=9×9 4、5的立方加1,所以括号中应为5的立方加1,即126的开方,故选D。 3、1,13,45,97,() A、169; B、125; C、137; D、189 【解答】相邻两数之差构成12、32、52这样的等差数列,故下一个数就应该是97+72=169,选A。 4、1,01,2,002,3,0003,()… A、40003; B、4003; C、400004; D、40004 【解答】隔项为自然数列和等比数列,故选D。 5、2,3,6,36,()

A、48; B、54; C、72; D、1296 【解答】从第三项开始,每一项都是前几项的乘积。故选D。 6、3,6,9,() A、12; B、14; C、16; D、24 【解答】等比数列。 7、1,312,623,() A、718; B、934; C、819; D、518 【解答】个位数分别是1、2、3、4,十位数分别是0、1、2、3,百位数分别是0、3、6、9,所以选B。 8、8,7,15,22,() A、37; B、25; C、44; D、39 【解答】从第三项开始,后一项是前两项的和。故选A。 9、3,5,9,17,() A、25; B、33; C、29; D、37 【解答】相邻两项的差构成等比数列。故选B。 10、20,31,43,56,() A、68; B、72; C、80; D、70 【解答】相邻两项的差构成等差数列。故选D。 11、+1,-1,1,-1,() A、+1; B、1; C、-1; D、-1 【解答】从第三项开始,后一项是前两项的乘积。 12、+1,4,3+1,()

详细讲解Oracle数据库管理员认证方法

Oracle管理员认证方法 1、管理员的权限: SYSDBA: 默认schema 为SYS SYSOPER: 默认schema 为 PUBLIC 这两种权限允许用户在数据库没有打开的时候就可以登陆数据库,所以这种权限的控制权在数据库之外。通常这种权限也可以被看做一种允许你对数据库进行某种操作的连接,比如CONNECT / AS SYSDBA 2、两种管理员权限认证方法 (1) Operating system (OS) authentication :操作系统认证 --以下情况使用该方法: 管理远程数据库时,具有安全的网络连接(secure connection)。 管理本地数据库时,想使用OS认证。 --操作步骤: a.建立一个os系统用户 b.将这个用户加入到OSDBA或者OSOPER的OS组。 c.设置参数REMOTE_LOGIN_PASSWORDFILE=NONE d.CONNECT / AS SYSDBA --关于OSDBA和OSOPER组 OSDBA对应: UNIX为dba; WINDOWS为ORA_DBA OSOPER对应:UNIX为oper; WINDOWS为ORA_OPER 这些用户组在安装数据库的时候手工或者自动创建,这些组的成员以 as sysdba/sysoper 连接数据库后,自动授予sysdba/sysoper的管理权限。 (2) Password files :密码文件认证 --以下情况使用该方法: 管理远程数据库时,没有安全的网络连接(secure connection),比如TCP/IP和DECnet协议。 管理本地数据库时,不想使用OS认证。 --操作步骤:

oracle 上机考试试题与答案

1、写一个pl/sql程序块:直接使用数据类型定义两个变量v_empno 和v_ename,从scott模式下的emp表中检索某个员工的编号empno 和姓名ename,存储到v_empno和v_ename,并输出此员工的编号和姓名。 set serveroutput on declare type merchandise is record( v_empno number(30), v_ename varchar2(30)); record_merchandise merchandise; begin select empno,ename into record_merchandise from emp where empno='7369';

dbms_output.put_line(record_merchandise.v_empno); dbms_output.put_line(record_merchandise.v_ename); end; 2、写一个pl/sql程序块:根据scott模式下的emp表中的部门编号deptno字段的值,为姓名为SCOTT的雇员修改工资;若他所在部门号为10,则工资加100;若部门号为20,则工资加300;否则工资加400。 set serveroutput on declare v_deptno emp.deptno%type; addsal emp.sal%type; sal number;

begin select deptno into v_deptno from emp where ename='SCOTT'; if v_deptno='10' then addsal:=100; elsif v_deptno='20' then addsal:=300; else addsal:=400; end if; update emp set sal=sal+addsal where ename='SCOTT'; dbms_output.put_line(sal); end; 3、写一个pl/sql程序块:定义一个游标类型type_cursor,然后使用type_cursor定义变量ref_cur;根据scott模式下的emp表和dept表,使用游标变量ref_cur检索员工姓名和工作信息,并输出员工姓名和工作信息;使用游标变量ref_cur检索部门编号和部门名称信息,并输出部门编号和部门名称信息。

50道经典数学推理题及答案解析

50道经典数学推理题及答案解析 2009-2-10 10:35【大中小】 1.256 ,269 ,286 ,302 ,() A.254 B.307 C.294 D.316 解析:2+5+6=13 256+13=269 2+6+9=17 269+17=286 2+8+6=16 286+16=302 ?=302+3+2=307 2. 72 ,36 ,24 ,18 ,() A.12 B.16 C.14.4 D.16.4 解析: (方法一) 相邻两项相除, 72 36 24 18 \ / \ / \ / 2/1 3/2 4/3(分子与分母相差1且前一项的分子是后一项的分母) 接下来貌似该轮到5/4,而18/14.4=5/4. 选C (方法二) 6×12=72,6×6=36,6×4=24,6×3 =18,6×X 现在转化为求X 12,6,4,3,X 12/6 ,6/4 ,4/3 ,3/X化简得2/1,3/2,4/3,3/X,前三项有规律,即分子比分母大一,则3/X=5/4 可解得:X=12/5 再用6×12/5=14.4 3. 8 ,10 ,14 ,18 ,() A. 24 B. 32 C. 26 D. 20 分析:8,10,14,18分别相差2,4,4,?可考虑满足2/4=4/?则?=8 所以,此题选18+8=26 4. 3 ,11 ,13 ,29 ,31 ,()

A.52 B.53 C.54 D.55 分析:奇偶项分别相差11-3=8,29-13=16=8×2,?-31=24=8×3则可得?=55,故此题选D 5. -2/5,1/5,-8/750,()。 A 11/375 B 9/375 C 7/375 D 8/375 解析:-2/5,1/5,-8/750,11/375=> 4/(-10),1/5,8/(-750),11/375=> 分子4、1、8、11=>头尾相减=>7、7 分母-10、5、-750、375=>分2组(-10,5)、(-750,375)=>每组第二项除以第一项=>-1/2,-1/2所以答案为A 6. 16 ,8 ,8 ,12 ,24 ,60 ,() A.90 B.120 C.180 D.240 分析:相邻两项的商为0.5,1,1.5,2,2.5,3, 所以选180 7. 2 ,3 ,6 ,9 ,17 ,() A.18 B.23 C.36 D.45 分析:6+9=15=3×5 3+17=20=4×5 那么2+?=5×5=25 所以?=23 8. 3 ,2 ,5/3 ,3/2 ,() A.7/5 B.5/6 C.3/5 D.3/4 分析:通分3/1 4/2 5/3 6/4 ——7/5 9. 20 ,22 ,25 ,30 ,37 ,() A.39 B.45 C.48 D.51 分析:它们相差的值分别为2,3,5,7.都为质数,则下一个质数为11 则37+11=48 10. 3 ,10 ,11 ,(),127 A.44 B.52 C.66 D.78 解析:3=1^3+2 10=2^3+2

相关主题