Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! 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