易搜题 >  资格证大类 >  计算机编程 >  问题列表

资格证大类 - 计算机编程

()表示虽然iBATIS向数据库发送了SQL语句,但是,只有在访问该对象时才会执行该SQL语句。

A、立即加载

B、提交事务

C、回滚事务

D、延迟加载

查看答案

You issue the following command on the RMAN prompt.   REPORT NEED BACKUP DAYS 5;   Which statement is true about executing this command?()  

A、 It will display a list of files that need incremental backup

B、 It will display a list of files that need backup after five days

C、 It will display a list of files that were backed up in the last five days

D、 It will display a list of files that have not been backed up in the last five days

E、 It will apply the current retention policy to determine the files that need to be backed up

查看答案

Which two statements are true about encrypting RMAN backup?() (Choose two.)

A

The transparent encryption of backups uses the encryption wallet

B

The database uses the same encryption key for every encrypted backup

C

The password encryption of backups only uses the password while creating and restoring backup

D

If transparent encryption is configured, you cannot use the SET ENCRYPTION BY PASSWORD command to make password-protected backups.

查看答案

在SQL*PLUS环境中可以利用DBMS_OUTPUT包中的PUT_LINE方法来回显服务器端变量的值,但在此之前要利用一个命令打开服务器的回显功能,这一命令是()

A、set server on

B、set serverecho on

C、set servershow on

D、set serveroutput on

E、set serverdisplay on

查看答案

Which three tasks can be performed using a duplicate database?()

A

 Testing the backup and recovery procedures

B

 Testing the upgrade of an Oracle database to a new release

C

 Testing the effect of an application changes on database performance

D

 Continuously updating archive log files from the target database to support failover

查看答案

比较非归档日志模式和归档日志模式的区别。

查看答案

在创建Oracle数据库时,会自动创建用户SYS,它的默认密码为()。

A、CHANGE_ON_INSTALL

B、SYS

C、SYSPWD

D、123456

查看答案

下列()是Oracle superaggregate函数?

A、ROLLUP

B、VARIANCE

C、REGR_R2

D、RANK

查看答案

一级干线固定资产盘盈(盘亏、毁损)的处置经公司资产管理部门和财务部共同审核确认后(符合核销条件的,应按照《中国电信资产核销管理办法》的要求,经审计、纪检监察等相关部门审核),由公司()按要求上报集团公司审批.

A、资产管理部门

B、实物使用部门

C、财务部门

查看答案

对于以下SQL语句说法正确的是() SELECT ename FROM emp WHERE sal IN (SELECT MAX(sal) FROM emp GROUP BY deptno);

A、这个语句是符合语法的

B、这个语句是不能执行的,因为缺少HAVING子句

C、这个语句是不能执行的,因为分组的条件列不在SELECT列表中

D、这个语句是不能执行的,因为GROUP BY子句应该在主查询中,而不是在子查询中

E、在主查询的WHERE条件中,不应该用IN,而应该用等号

查看答案
联系客服 会员中心
TOP