Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Where should I get "v$session.osuser " And how to change the String limit of osuser name.
Solved! Go to Solution.
Please refer to below. OSUSER is the login user of Oracle client machine (e.g. the OS user who logged in Windchill server OS and start Windchill), and cannot change.
Cliff
Cliff
execute sql via DBA user (not Windchill DB user)
select * from v$session;
Cliff
Please refer to below. OSUSER is the login user of Oracle client machine (e.g. the OS user who logged in Windchill server OS and start Windchill), and cannot change.
Cliff
Cliff
