[
http://jira.jboss.com/jira/browse/JBESB-1604?page=all ]
Brian Carothers updated JBESB-1604:
-----------------------------------
Attachment: create_database.sql
Oracle script that expands JMXDATA.textvalue from 2000 characters to 255 characters.
Syntax checked by building this table on Oracle. Not tested with live ESB.
The following statement can be used to modify an existing table to widen this column
through sql*plus (assuming user is logged in as the owner of the JMXDATA table):
alter table JMXDATA modify textvalue varchar(2000 char);
JBESB-1476 applies also to other databases
------------------------------------------
Key: JBESB-1604
URL:
http://jira.jboss.com/jira/browse/JBESB-1604
Project: JBoss ESB
Issue Type: Patch
Security Level: Public(Everyone can see)
Components: Management
Affects Versions: 4.2.1
Environment: Windows Server 2003
Oracle 9i
Reporter: Mika Leino
Attachments: create_database.sql
Issue JBESB-1476 has been marked as closed but the fix is done only to the MySQL script
as per the issue description. This issue does how ever affect also other databases and a
similar change should be made also to the other database creation scripts.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira