Attempt to set the system name during bulk_load.sql.
Changes to constraint messages in comsg.ctl. Attempt to associate the new schema with the workspace in AssociateSchema.sql. Change schema contract sizes to 35 characters Add a DEBUG parameter to the Ruby constants.rb git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3759 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -27,6 +27,10 @@ BEGIN
|
||||
dbms_output.put_line('Run bulk_load: Unexpected parameter value of &&1 received');
|
||||
END IF;
|
||||
|
||||
update system_configuration
|
||||
set value = 'WEBMIP - '||upper('&&1')||' - '||to_char(sysdate, 'DD-Mon-YYYY')
|
||||
where parameter = 'SYSTEM_NAME';
|
||||
|
||||
END;
|
||||
/
|
||||
exit
|
||||
|
||||
Reference in New Issue
Block a user