ORACLE error ,Unable to find log file

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Roopanwita
Participant
Posts: 125
Joined: Mon Sep 11, 2006 4:22 am
Location: India

ORACLE error ,Unable to find log file

Post by Roopanwita »

Hi,
while loading from a sequential file to a ORACLE table ,I am getting error
"ora_tgt,3: The system(sqlldr CONTROL=<**>ctl LOG=<**>log BAD=ora<**>log.bad SILENT=header PARFILE=ora<**>par) failed; see the log file for the Oracle specific message.".

I have gone through the post and found that , cause of error is written in log file....

But i m unable to find log file..
( i have checked config file and frm there node defined path I have checked, still unable to figreout log file location).

Can anyone please help me out.
Last edited by Roopanwita on Thu Jun 19, 2008 10:11 pm, edited 2 times in total.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I can't recall where they are written either, but did search the whole file system from root using "find . -name ora.*bad -print 2>/dev/null" to find the relevant directory. Of course on a big system that find might take a while...
mahadev.v
Participant
Posts: 111
Joined: Tue May 06, 2008 5:29 am
Location: Bangalore

Post by mahadev.v »

The .bad and .log files are created in the scratch disk that is defined in configuration file used to run the job.
"given enough eyeballs, all bugs are shallow" - Eric S. Raymond
Roopanwita
Participant
Posts: 125
Joined: Mon Sep 11, 2006 4:22 am
Location: India

Post by Roopanwita »

I have found out.
Thanks
Post Reply