Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] ORA-00942: table or view does not exist

Hi
I am trying to use the sequence:

		descriptor.setSequenceNumberFieldName("OEBS_VIEW.ID");
		descriptor.setSequenceNumberName("OEBS_SEQ");

But I am catching this error:

ORA-00942: table or view does not exist
Error Code: 942
Call: UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
	bind => [50, OEBS_SEQ]
Query: DataModifyQuery()


What does it mean?


Regards,
Dmitry
-- 
View this message in context: http://www.nabble.com/ORA-00942%3A-table-or-view-does-not-exist-tp20420321p20420321.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top