Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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