Insert into Message (MSG_ID,USER_ID,MSG_DATE,MSG_BODY ) values (MessageID.nextval,UserID,sysdate,Msg); --Insertion command for adding the message record. insert into ...