置換変数を使用できます
update.sql
--
Update TableFooBar-&1 set column_foo='bar' where fooid = -99;
--
次に電話
sqlplus foo/example@sqldat.com @update.sql <Machine-Name>
置換変数を使用できます
update.sql
--
Update TableFooBar-&1 set column_foo='bar' where fooid = -99;
--
次に電話
sqlplus foo/example@sqldat.com @update.sql <Machine-Name>