【oracle】oracledba19 You must ensure that the SALES database is mounted or open.

You are performing a block media recovery on the tools01.dbf data file

in the SALES database using RMAN. Which two statements are correct in this

scenario? (Choose two.)

A. You must ensure that the SALES database is mounted or open.

B. You must restore a backup control file to perform a block media recovery.

C. You must take the tools01.dbf data file offline before you start a block media recovery.

D. You must put the database in NOARCHIVELOG mode to perform a block media recovery.

E. You can perform only a complete media recovery of individual  blocks, point-in-time recovery of individual data blocks is not supported.

Answer: A, E

时间: 2024-10-11 21:37:54

【oracle】oracledba19 You must ensure that the SALES database is mounted or open.的相关文章

【oracle】oracledba11 drop the lost member from the database and then add a new mem ber to the group

In your database, online redo log files are multiplexed and one of the members in a group is lost due to media failure? How would you recover the lost redo log member? A.import the database from the last export B.restore all the members in the group 

【Oracle】RAC下的一些常用命令(一)

节点层: olsnodes -n:显示每个节点编号. [[email protected] ~]# olsnodes -n rac1    1 rac2    2 -p:显示每个节点用于private interconnect的网络接口名称. [[email protected] ~]# olsnodes -p rac1    rac1-priv rac2    rac2-priv -i:显示每个节点的VIP [[email protected] ~]# olsnodes -i rac1    

【Oracle】ora-12541错误解决

ORA-12541: TNS无监听程序错误 1.在oracle安装目录下查找listener.ora和tnsnames.ora文件,然后打开 2.将host改为机器名 3.执行命令:lsnrctl stop,再执行lsnrctl start. [Oracle]ora-12541错误解决,布布扣,bubuko.com

【Oracle】物理体系结构

 一.ORACLE 物理体系结构 原理结构图 各部分解释: PGA: 私有内存区,仅供当前发起用户使用. 三个作用 用户登录后的session信息会保存在PGA. 执行排序,如果内存不够,oracle会在临时表空间中完成 保存用户权限信息 SGA: 包含共享池,数据缓冲区,日志缓冲区以及一些相关的进程. DATABASE: 数据最终存放的地方,其中一块区域是日志存放区.数据和记录日志又由DBWR和LGWR来写入数据库和重做日志组,待一个重做日志组满了之后切换到下一个,等到循环了一次之后,原来

【Oracle】逻辑结构(TableSpace→Segment→Extent→Block)

 一.逻辑体系结构图 二.逻辑结构图组成介绍 从上表可以看出,一个数据库是由多个表空间(tablespace)组成,一个表空间又由多个段(segment)组成,一个段又由多个区(extent)组成,一个区则由多个块(block)组成. 一个数据库中,UNDO和SYSTEM表空间是必须存在的. 举个例子: 话说张三是大坝县的一个农民,每年秋收的稻谷都必须放到县里的粮仓里统一管理.跟他一同去的还有李四.王五等以种稻谷为主的农民. 刚开始的时候县里粮仓给他分配了一块5㎡的地方(block块)给他存

【Oracle】Windows 7下完全卸载Oracle 11g数据库

闲来无事,想把Oracle 11g重装一下,记录如下:   (1)首先在服务中停止所有的Oracle服务:   (2)开始 -> 程序 -> Oracle-OraDb11g_home1 -> Oracle Installation Products -> Universal Installer,单击“卸载产品”-“全部展开”,然后选中除“OraDb11g_home1”外的全部目录,进行删除:   (3)删除注册表: HKEY_LOCAL_MACHINE\SOFTWARE\ORACL

【Oracle】给clob字段插入数据

// 插入 //OracleCommand cmd = "insertInto into GIS_PolygonPoint(PCode,PointColl) values('140134', :var)"; // 修改 //OracleCommand cmd = new OracleCommand("update yd_line set coord=:coordstr where lineid=" + LineId.ToString(), conn); string

【Oracle】OGG error while loading shared libraries

[[email protected] ogg]$ ./ggsci ./ggsci: error while loading shared libraries: /u01/app/oracle/ogg/libclntsh.so.11.1: cannot restore segment prot after reloc: Permission denied 关闭selinux,首先修改参数 [[email protected] ~]# vi /etc/selinux/config # This fi

【Oracle】常用语句集合

1 oracle常用经典SQL查询 2 常用SQL查询: 3 4 1.查看表空间的名称及大小 5 6 select t.tablespace_name, round(sum(bytes/(1024*1024)),0) ts_size 7 from dba_tablespaces t, dba_data_files d 8 where t.tablespace_name = d.tablespace_name 9 group by t.tablespace_name; 10 11 2.查看表空间物