摘要:
declare cursor cur is select table_name from user_tables; currow cur%rowtype; str varchar(2000); begin for currow in cur loop str:='truncate ta... 阅读全文
摘要:
1.创建批处理文件@echo off REM ########################################################### REM # Windows Server 2008下Oracle数据库自动备份批处理脚本 REM ################... 阅读全文