Yes you cannot use like that but you can use like this sample below:
insert into "exception table" ( sno,
error_message ) VALUES ("Sample"."Seq".nextval,'ERROR_MESSAGE')
Let me know if you still unable to do .
Regards,
Krishna Tangudu
Yes you cannot use like that but you can use like this sample below:
insert into "exception table" ( sno,
error_message ) VALUES ("Sample"."Seq".nextval,'ERROR_MESSAGE')
Let me know if you still unable to do .
Regards,
Krishna Tangudu