[Flow] Oracle Sequence Query > Bug?

Axel Wüstemann awu at qbus.de
Wed Oct 2 17:18:57 CEST 2013


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


More information about the Flow mailing list