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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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
236 views