Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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