Operating System - HP-UX
1836739 Members
2983 Online
110109 Solutions
New Discussion

su - oracle takes longer than usually SOMETIME

 
Hanry Zhou
Super Advisor

su - oracle takes longer than usually SOMETIME

but not always. Same when we run lsnrctl, SOMETIME takes longer. These are two occasions we have found so far.

Can anybody please where i should check out?

thanks,
none
5 REPLIES 5
A. Clay Stephenson
Acclaimed Contributor

Re: su - oracle takes longer than usually SOMETIME

The most likely explanation is that the system is very busy but it could be hostname resolution or something in the .profile. There are just not enough data. This would be a very good time to use Glance to see what is happening on a system-wide basis during both good and bad times.
If it ain't broke, I can fix that.
RAC_1
Honored Contributor

Re: su - oracle takes longer than usually SOMETIME

Check oracle user's profile. does it checks something? Any code that does some checking bewfore timing out/failing and then proceeds??
Is user a nis/local user?
If nis any problems??

Is user's home directory is NFS?

Anil
There is no substitute to HARDWORK
Hanry Zhou
Super Advisor

Re: su - oracle takes longer than usually SOMETIME

The system is quiet, and not too many activities. Resources Util's are not high as far as I can see from Glance.

It just happent recently, and based on the DBA, they did not change anything in .profile.
none
Hanry Zhou
Super Advisor

Re: su - oracle takes longer than usually SOMETIME

- NIS is not used.
- home directory is local file system.
- it stuck on something before .profile. .profile itself went through fast.
none
RAC_1
Honored Contributor

Re: su - oracle takes longer than usually SOMETIME

Before .profile /etc/profile is checked.

Anything in that code that waits/does some checking etc??

Anil
There is no substitute to HARDWORK