Unsuccessful: create table QB_AUTHENTICATOR_GROUP_RELATION ...
ORA-00972: identifier is too long - Lame Oracle 30 character restriction. It had one to many characters.
Unsuccessful: create table QB_BUILD (... QB_REPOSITORIES long raw, QB_PROMOTION long raw, ...
ORA-01754: a table may contain only one column of type LONG
Unsuccessful: create table QB_BUILD_DEPENDENT_GUID_RELATION ...
ORA-00972: identifier is too long - Lame Oracle 30 character restriction. Missed it by two characters.
Unsuccessful: create table QB_CONFIGURATION (... QB_REPOSITORIES long raw, QB_BUILDERS long raw, ... and lots more long raw
2007-02-06 19:18:12,046 [Thread-1] ERROR org.hibernate.tool.hbm2ddl.SchemaUpdate - ORA-01754: a table may contain only one column of type LONG
Unsuccessful: create table QB_USER (... QB_PREFERENCE long raw, QB_VISIT long raw, ...
ORA-01754: a table may contain only one column of type LONG
Oracle support would be a VERY well appreciated feature for my environment. We're a staunch Oracle shop, and having a little MySQL box running for the build server has not been well received.
If we could migrate into Oracle, the level of acceptance of QuickBuild would go up enormously.
Thanks.
Robin