rem rem This script can be used to perform SYS operations are a prerequisite for rem patching a repository for the latest build. Assumes that the base rem repository version is 10.1.2.5.44. rem rem USAGE rem rem Executed by patch_paris_repos.[bat|sh]. Please see that script for rem instructions. rem rem Programmer's note: Will be running from ../bin/[unix|win]. rem (See patch_paris_repos.[bat|sh]) set serveroutput on; PROMPT =============================================== PROMPT ===== patch_paris_repos_sys.sql Executing ===== PROMPT =============================================== commit; PROMPT =============================================== PROMPT ===== patch_paris_repos_sys.sql Finished ===== PROMPT =============================================== exit;