I created a Sequence, in the datadase.
Its name is SEQ_UUID
In my java code when I write the following code:
String uuid = SELECT SEQ_UUID.currval FROM dual;
Its is giving a error message saying: Expected ';'after the above line of code.
Also I want to append the sysdate to able generated 'uuid' in the MMDDYYYYHH24MISS formate. How do I alter the default value of the sysdate.
Thanks for your help in advance!!