invalid pseudo column reference "<str>" for sequence "<str>" Explanation: Sequences allow just two names for the pseudo columns CURRVAL and NEXTVAL. It is likely that the name used in the query was mistyped, or a sequence name was used instead of a table reference. User Action: Correct the spelling of the pseudo column name, or use a table and column reference.