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