田源
2024-10-21 8bd81a9ff5543b40c8717b88af357250958598ef
1
2
3
4
5
6
7
8
9
10
@echo off
 
set /p oracle_tb="input oracle tablespace: "
 
set sql_path="."
 
set /p flag="execute Y|N: "
 
 
if  %flag%==Y (sqlplus / as sysdba @%sql_path%\drop_tablespace.sql %oracle_tb%)