- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- oracle user 's profile does not gets read by oracl...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 09:54 AM
01-23-2002 09:54 AM
oracle user 's profile does not gets read by oracle
when oracle user logs on to the oracle server the variables inside the profile are defined but are not utilized let me say when i give
$svrmgrl i get /usr/bin/sh not found.
but when i log on as root & su - oracle everything is set & utilized.
i would be grateful if anyone could help me.
regrads,
S.N.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 10:06 AM
01-23-2002 10:06 AM
Re: oracle user 's profile does not gets read by oracle
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 12:08 AM
01-24-2002 12:08 AM
Re: oracle user 's profile does not gets read by oracle
What do you call logging in.
If it is via CDE you need to tell the machine to use a login shell to read the profiles.
After login before anything else do
set
or
echo $PATH
And make sure the values are ok.
To get a CDE login shell.
In $HOME make .Xdefaults with read for all
and value
*loginShell: true
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 01:00 AM
01-24-2002 01:00 AM
Re: oracle user 's profile does not gets read by oracle
edit $HOME/.dtprofile
uncomment
DTSOURCEPROFILE=true
it will read variable from $HOME/.profile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 01:48 AM
01-24-2002 01:48 AM
Re: oracle user 's profile does not gets read by oracle
run ->dtterm -ls
since dtterm's don't source the users .profile by default ! see dtterm(1)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 01:59 AM
01-24-2002 01:59 AM
Re: oracle user 's profile does not gets read by oracle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 05:49 AM
01-24-2002 05:49 AM
Re: oracle user 's profile does not gets read by oracle
Have you checked your TERM settings when you make su - all the variables are changed to the value they have in the .profile file except TERM variable. If you make su - from the root account you will have the same TERM as root. I don??t know any other significant difference between su - and login.
Best regards.