set database session ID
893696Feb 2 2012 — edited Feb 2 2012Hi,
Is possible to change database session ID? My point is, if I log in with the same user but in two sql plus window, I don't see an uncommitted changes in second sqlplus window. I suppose, that is because of different SID, which I can get with: select sys_context('USERENV','SID') from dual;
Am I wrong?
Can you help me please?