Quantcast
Viewing all articles
Browse latest Browse all 92

Oracle ORA-02287: sequence number not allowed here

Get Social!I’ve recently hit an issue when trying to include a sequence.nextval in an Oracle database view. the database throws the following error: [crayon-5ade79e587269200835025/] I can see why that might not be allowed – each time you select from the view you’ll get a new sequence number making it a bit daft for most circumstances.

Viewing all articles
Browse latest Browse all 92

Trending Articles