[Flow] Does Oracle work with Flow?

Stephen Bungert stephenbungert at yahoo.de
Fri May 31 09:20:23 CEST 2013


Hi,

I use mysql, but I had a similar error while setting up flow:

SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key
   was too long; max key length is 767 bytes


This was caused by the database not being the corect collation.

Maybe this is the same probem (although the error message is different)

Stephen.

"Qbus | Axel Wüstemann" <awu at qbus.de> schrieb im Newsbeitrag 
news:mailman.914.1369946823.570.flow at lists.typo3.org...
> 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