puoi usare variabili di sostituzione
update.sql
--
Update TableFooBar-&1 set column_foo='bar' where fooid = -99;
--
e poi chiama
sqlplus foo/example@sqldat.com @update.sql <Machine-Name>
puoi usare variabili di sostituzione
update.sql
--
Update TableFooBar-&1 set column_foo='bar' where fooid = -99;
--
e poi chiama
sqlplus foo/example@sqldat.com @update.sql <Machine-Name>