51CTO博客开发
当前控制文件损坏_不完全恢复_用控制文件二进制备份_数据不丢_不需备份 ---------------当前控制文件损坏_不完全恢复_用控制文件二进制备份_数据不丢_不需备份---------------- [oracle@station ~]$ sqlplus /nolog SQL*Plus: Release 10.2.0.1.0 - Production on Fri Jun 8 1
控制文件和数据文件完好,日志文件全部丢失,正常关机,不需备份,数据不丢 -----------------控制文件和数据文件完好,日志文件全部丢失,正常关机,不需备份,数据不丢------------------- -----------------------------------------模拟日志文件全部丢失------------------------------------
从文件系统迁移至ASM实战 注意:(这里就不解释每一行的意思了,这篇是给有点基础的人看的)-------------------------------------------从文件系统迁移至ASM实战---------------------------------------------------------[root@station bin]# fdisk -l Disk /dev/s
----基于log序列号的不完全恢复 [oracle@station strom_oradata]$ sqlplus /nolog SQL*Plus: Release 10.2.0.1.0 - Production on Fri Jun 8 15:48:58 2012 Copyright (c) 1982, 2005, Oracle. All rights reserved.
---基于时间的不完全恢复 [oracle@station datafile]$ rman target / Recovery Manager: Release 10.2.0.1.0 - Production on Sat Jun 9 17:11:44 2012 Copyright (c) 1982, 2005, Oracle. All rights reserved. con
system表空间离线损坏修复 -------------------------------------------------模拟system表空间离线损坏-------------------------------- SQL> create table sys.strom (a number) tablespace system; Table created. SQL>
system表空间在线损坏修复(RMAN修复) ----------------------------模拟system表空间在线损坏------------------------------SQL*Plus: Release 10.2.0.1.0 - Production on Fri Jun 8 14:50:54 2012 Copyright (c) 1982, 2005, Oracle
users表空间热备(修复) 表空间正在热备的时候,数据库突然abort了,数据库正常启动startup时,启动不了到mount的状态,此时在启动的过程中报错,要怎么解决呢? Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit ProductionWith the Partiti
---只读user表空间损坏 --------------------------------模拟破坏只读user表空间损坏-----------------------------------------------------------------[oracle@station ~]$ sqlplus /nolog SQL*Plus: Release 10.2.0.1.0 - Produ
[oracle@station oracle]$ rman target / Recovery Manager: Release 10.2.0.1.0 - Production on Fri Jun 8 12:56:11 2012 Copyright (c) 1982, 2005, Oracle. All rights reserved. connected to target
-----------------------------模拟users表空间在线损坏----------------------------- 现在HR下创建一个表 create table hr.strom ( a number ) tablespace users; alter system switch logfile;  
ISCSI搭建IP存储网络 1.ISCSI概念、架构、连接方式、组成和工作原理 2.搭建基于ISCSI的IP SAN 存储系统 3.ISCSI 在安全方面的相关设定 ISCSI的概念和术语 ISCSI有5个术语分为: 1)SCSI:小型计算机系统的接口 (Small Computer System Interface) SCSI是作为一个输入和输出的接口,比如我们用的硬盘、光盘、
ORACLE_OCA(SQL第一部分完成)第二部分正在更新中。。。。。 下载地址: http://filemarkets.com/file/strom/36de0ac7/ http://filemarkets.com/file/strom/2deb
课程复习 1.ORACLE的四个用户 超级管理员:sys (change_on_install); 普通管理员:system(manager); 普通用户:scott、hr 2.sqlplus 的主要操作命令:@、ed、conn、set、shutdown immediate、statup; 3.SQL语法的基本格式: SELECT [DISTINCT] * |列 [别名],[列 别名
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号