摘要:
1.误删表的闪回 查询当前用户的回收站是否开启 #切换到用户 conn 用户/密码 #查询当前用户的回收站是否开启 show parameter recyclebin #value 为on 就是开启 create table t1 as select * from emp;select * from 阅读全文
摘要:
1.数据库故障类型 a】用户进程故障 user process failure :pmon自动处理 b】实例故障 instance failure :smon自动处理 c】user errors 用户错误 :需要dba通过备份恢复解决 d】介质故障 media failure 必须通过备份和日志恢复 阅读全文
摘要:
1.启动 sqlplus / as sysdba 如果提示connected to a idle instance,说明数据库实例未启动 可以通过startup 启动 {startup nomount,startup mount,startup} 真实启动的阶段: a 】 nomount阶段 数据库 阅读全文