From b3aefaae9d55e345c70a33b3bbddfbda8609f9ce Mon Sep 17 00:00:00 2001 From: iProbe Date: Sun, 29 Jan 2023 14:18:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93/oracle/=E5=BD=92=E6=A1=A3=E6=97=A5=E5=BF=97=E5=8F=8A?= =?UTF-8?q?=E5=A4=87=E4=BB=BD=E5=A4=84=E7=90=86.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 数据库/oracle/归档日志及备份处理.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/数据库/oracle/归档日志及备份处理.md b/数据库/oracle/归档日志及备份处理.md index de72588..8167c34 100644 --- a/数据库/oracle/归档日志及备份处理.md +++ b/数据库/oracle/归档日志及备份处理.md @@ -84,7 +84,7 @@ delete expired archivelog all; # 无删除提示 delete noprompt expired archivelog all; ``` -## 刪除所有的Archivelog files +## 删除所有的Archivelog files ```sql delete archivelog all;  ```