Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: oracle startup problem

Re: oracle startup problem

From: Walter T Rejuney <BlueSax_at_Unforgetable.com>
Date: Thu, 07 Sep 2000 21:11:36 -0400
Message-ID: <39B83CC8.4615590F@Unforgetable.com>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US