摘要:
还原点概念 Restore point 有两种类型: Normal 和 Guaranteed。1) Normal restore point创建语法:create restore point rp_name;相当于某个时间点或者 SCN 的一个别名。 restore point 的名字和对应的 SC 阅读全文
摘要:
查看参数文件位置 SQL> show parameter spfile NAME TYPE VALUE spfile string /u01/app/oracle/product/12.1.0 /dbhome_2/dbs/spfileorcl.ora 查看控制文件位置 SQL> show param 阅读全文