Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. froghead

    replacing text within an oracle sql file

    I have a set of oracle sql files, each with an insert and delete statement as follows: delete from t_schema_version where version = '1.41' / insert into t_schema_version (version, RELEASE_DATE, BUILD_DATE,COMMENTS,APPLIED_BY) values ('1.41', sysdate, sysdate, 'Patch 41', 'pk') / commit / I...

Part and Inventory Search

Back
Top