Hi Experts,
I want to see the current sequence value.
I have tried the below got the error.
SELECT mat_id_seq.CURRVAL FROM DUAl;
ORA-08002: sequence mat_id_seq.CURRVAL is not yet defined in this session
I want to know table MAT_ID and mat_id_seq in sync or not.
Please help me.
Thanks.