du kan bruge substitutionsvariabler
update.sql
--
Update TableFooBar-&1 set column_foo='bar' where fooid = -99;
--
og ring derefter
sqlplus foo/example@sqldat.com @update.sql <Machine-Name>
du kan bruge substitutionsvariabler
update.sql
--
Update TableFooBar-&1 set column_foo='bar' where fooid = -99;
--
og ring derefter
sqlplus foo/example@sqldat.com @update.sql <Machine-Name>