[Flow] Does Oracle work with Flow?
Qbus | Axel Wüstemann
awu at qbus.de
Thu May 30 22:46:42 CEST 2013
Hello,
while trying the CoffeBean example on an locally installed Oracle XE
Database (Windows) I get the error:
Uncaught Exception
An exception occurred while executing 'CREATE TABLE
typo3_party_domain_model_perso_dcb6c_electronicaddresses_join
(party_person VARCHAR2(40) NOT NULL, party_electronicaddress VARCHAR2(40)
NOT NULL, PRIMARY KEY(party_person, party_electronicaddress))':
ORA-00972: identifier is too long
It seems, that the by flow generated table name is too long.
Is there a solution for it?
By the way: The quickstart tutorial says, after setting up the database
connection parameters I should run "doctrine:migrate". I'v got than:
"nothing to migrate" while the tutorial sad: "If you configured
everything correctly, the following command will create the initial
table structure needed by TYPO3 Flow:"
Thank you
Axel
More information about the Flow
mailing list