Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: oracle startup problem
Chad Williams wrote:
> Got 8.1.6 running on solaris 2.6, on /etc/rc3.d/ S99dbstart startup I
> get:
>
> + /bin/su - oracle -c dbstart
> tabs: cannot set tabs on terminal type sun
> usage: tabs [ -n| --file| [[-code] -a| -a2| -c| -c2| -c3| -f| -p| -s|
> -u]] [+m[n]] [-T type]
> tabs [-T type][+m[n]] n1[,n2,...]
>
> after each component of oracle tries to start.
>
> I don't understand because there is no "tabs" command ANYWHERE in any
> profile or script!!
I suspect that either /etc/profile or .profile is calling another script which is trying to set tabs. What you need to do is find out where this is happening and then enclose it in an "if" clause which detects whether the shell is interactive or not and only run the inner script if it is an interactive shell. Received on Thu Sep 07 2000 - 20:11:36 CDT
![]() |
![]() |