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: Installer bug:Message 2100 not found when running sqlldr 10.2.0.2;

Re: Installer bug:Message 2100 not found when running sqlldr 10.2.0.2;

From: joel garry <joel-garry_at_home.com>
Date: 15 Aug 2006 11:21:42 -0700
Message-ID: <1155666102.794935.62460@74g2000cwt.googlegroups.com>

Ranko.Mosic_at_gmail.com wrote:
> Hi,
> Getting above error when running sqlldr as user not belonging to dba
> group.
> ORACLE_HOME, SID, PATH etc are set correctly.
> Had similar problem with sqlplus which I resolved by chmod 755 to files
> accessed ( as disovered by truss ).
> Same trick doesn't work for sqlldr. Must be permissions problem though,
> because sqlldr works for users belonging to dba group.
>

Yep, must be.

Try as the user:
 cd $ORACLE_HOME
 ll|grep rdbms
 ll rdbms |grep mesg
 ll rdbms/mesg|grep ulus

I'm guessing one or more of those will need a 755. You might as well check all mesg directories while you are at it.

jg

--
@home.com is bogus.
http://www.signonsandiego.com/uniontrib/20060814/news_1m14crash.html
Received on Tue Aug 15 2006 - 13:21:42 CDT

Original text of this message

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