What am I doing wrong?
I try to get a sequencenumber by using the following SQL-Statement in a PL/SQL-Function/Procedure:
SELECT SEQ_UPVerbindungen.Nextval INTO UPVID FROM DUAL;
UPVID is of the right type, but I get the following error:
ORA-01422 exact fetch returns more then requested number of...