摘要: @echo off echo echo Windows环境下Oracle数据库的自动备份脚本 echo 1. 使用当前日期+时间命名备份文件。 echo 2. 自动删除7天前的备份。 echo ::以“YYYYMMDDHHMISS”格式取出当前时间。 set BACKUPDATE=%date:~0, 阅读全文
posted @ 2016-03-28 21:55 祥翔祥 阅读(797) 评论(0) 推荐(0)
摘要: Select 'alter table '||table_name||' allocate extent;' from user_tables where num_rows=0; 阅读全文
posted @ 2016-03-28 21:17 祥翔祥 阅读(2612) 评论(0) 推荐(0)