Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Is it possible to use Oracle as the database like Luntbuild? #166

arvidj ·
Subject says it all.
  • replies 4
  • views 3106
  • stars 0
arvidj ·
Thought I'd 'just give it a try'. Didn't quite work out. Too bad. Back to Luntbuild for me.

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
robinshen ADMIN ·
QB does not support Oracle currently. Sorry about this.

Robin
Zac ·
If I can just add my two cents...

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.
robinshen ADMIN ·
I've added the oracle support as feature request: http://jira.pmease.com/browse/QB-205, and we'll investigate on the Oracle support.

Thanks.
Robin