如何删除oracle归档日志
摘要:关闭归档 SQL> alter system set log_archive_start=false scope=spfile; #禁用自归档 SQL> shutdown immediate; //强制关闭数据库 SQL> startup mount; //重启数据库到mount模式 SQL> al
阅读全文
posted @ 2018-08-22 08:07
posted @ 2018-08-22 08:07
posted @ 2018-08-20 15:31
posted @ 2018-08-14 12:08
posted @ 2018-08-13 16:53