Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Installer bug:Message 2100 not found when running sqlldr 10.2.0.2;
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.htmlReceived on Tue Aug 15 2006 - 13:21:42 CDT