Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Not able to connect from another unix account
Have had a similar problem. Look at the metalink note 335063.1 and
applicable
patch (if the problen is the same for you).
Have noticed that the root.sh has a chmod -R -o/g , which seems to cause the problem
quick check is to see whether you can cd to $oh/network/admin from an
non-oracle
unix id
Sanjay
Sybrand Bakker wrote:
> On 26 Dec 2005 06:48:50 -0800, "News" <Contact_404_at_hotmail.com> wrote:
>
> >It seems that the problem is different cause I could connect using
> >
> >sqlplus system/manager_at_orcl.world
> >
> >where orcl.world is defined in tsnames.ora
> >
> >I remember it's so only in 10g (and not in 9i) and from account other
> >the oracle.
> >any explanation ?
>
> Normal behavior in *all* versions.
> You are using two different protocols.
> Likely orcl.world uses TCP/IP
> The method using ORACLE_SID uses BEQ.
> The comments with respect to not running root.sh and incorrect
> privileges still stand.
> If you don't want to *solve* the problem, then by all means change all
> your scripts. They will get *slower* because of this, and use more
> network traffic.
>
> --
> Sybrand Bakker, Senior Oracle DBA
Received on Tue Dec 27 2005 - 04:52:23 CST
![]() |
![]() |