摘要:
简介 应用场景 1、You need to recover a very small number of tables to a particular point in time. In this situation, TSPITR is not the most effective solutio 阅读全文
摘要:
rman加密 口令加密,就像输入密码一样 TDE透明加密,适合本地加密和恢复 混合加密,两者混合 加密模式 SQL> col ALGORITHM_NAME for a20; SQL> col ALGORITHM_DESCRIPTION for a30; SQL> set linesize 200; 阅读全文
摘要:
sqlplus连接 sqlplus / as sysdba sqlplus test/test123@db1:1521/orclpdb set设置sqlplus运行环境变量 set system_variable value #常用变量 set arraysize 20 -- 默认20,有效值1-5 阅读全文
摘要:
相关数据库文件 参数文件:记录Oracle参数信息 show parameter pfile|spfile; 控制文件:记录Oracle的物理结构信息等 show parameter control alter database backup controlfile to trace as '/tm 阅读全文