[Flow] Oracle Sequence Query > Bug?

Axel Wüstemann awu at qbus.de
Tue Oct 8 12:51:49 CEST 2013


I'm jus t looking for a solution on that. Is there probably anybody 
having any hint on it?

Thanks
Axel

Am 02.10.2013 17:18, schrieb Axel Wüstemann:
> Hello,
>
> when I try to add an object to the repository I get:
>
>      SELECT FSR_ANLANDEHAFEN_ID_seq.nextval FROM DUAL
>      ORA-02289: sequence does not exist
>
> I figured out, that the correct syntax is:
>
>      SELECT "FSR_ANLANDEHAFEN_ID_seq".nextval FROM DUAL
>
> If I implement the add function of the repository for myself with an sql
> insert statement, all works as it should.
>
> Maybe this is a bug?
>
> Regards
> Axel
> _______________________________________________
> Flow mailing list
> Flow at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow




More information about the Flow mailing list