田源
2024-04-07 385793251c273121749a0c39027a5e8afd6d551a
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%)