Oracle Applications Technical Consultant
Hello,Why at last we have to do? If we do insert in table, will Oracle automatically purge it ?INSERT INTO FND_SESSIONS VALUES(USERENV('sessionid'),TRUNC(sysdate));
Hello,
ReplyDeleteWhy at last we have to do? If we do insert in table, will Oracle automatically purge it ?
INSERT INTO FND_SESSIONS VALUES
(USERENV('sessionid'),TRUNC(sysdate)
);