Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

regarding db session

RAVEENDRANJan 20 2022

hi,
the database session is same, when i fetch the data from database through oracle forms.?
select sys_context('userenv','sessionid') from dual;
or both session will be different.
db side:-
insert into a (col1) values(sys_context('userenv','sessionid') );
form side:-
select sys_context('userenv','sessionid') from dual;

these both session id wil be same?

Comments
Post Details
Added on Jan 20 2022
3 comments
383 views