RE: sqlloader stops

2001-08-07 Thread David Wagoner

Just a stab here...

Check the .bad files to see if you are getting any data rows kicked out due
to errors.  If so, you might be exceeding the ERRORS parameter by the time
you finish the third file.

HTH.

David Wagoner
DBA


-Original Message-
Sent: Tuesday, August 07, 2001 4:15 PM
To: Multiple recipients of list ORACLE-L

Hi List,
I have another problem.
I have a process that loads multiple (~ 20 ) files through sqlloader.  It
works fine on other servers.  There is this one server that is giving me a
hard time.  It loads 3 files and then stops.  I commented out the third call
to sqlloader thinking may be there is something wrong with a third text
file.  It loaded 3 files again and stopped on the forth one.
There is nothing in alert log (no errors).  Also, there is enough space on
the drive where the logs are going.
Oracle 7.3.4 on NT.
If anyone has any idea please let me know... 

Lyuda Hoska
(703)797-8656

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: David Wagoner
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: sqlloader stops

2001-08-07 Thread lhoska

My impression is the ERRORS parameter is set for each single load not number
of loads.
No, there is no bad file.  Thanks David.

-Original Message-
Sent: Tuesday, August 07, 2001 5:01 PM
To: Multiple recipients of list ORACLE-L


Just a stab here...

Check the .bad files to see if you are getting any data rows kicked out due
to errors.  If so, you might be exceeding the ERRORS parameter by the time
you finish the third file.

HTH.

David Wagoner
DBA


-Original Message-
Sent: Tuesday, August 07, 2001 4:15 PM
To: Multiple recipients of list ORACLE-L

Hi List,
I have another problem.
I have a process that loads multiple (~ 20 ) files through sqlloader.  It
works fine on other servers.  There is this one server that is giving me a
hard time.  It loads 3 files and then stops.  I commented out the third call
to sqlloader thinking may be there is something wrong with a third text
file.  It loaded 3 files again and stopped on the forth one.
There is nothing in alert log (no errors).  Also, there is enough space on
the drive where the logs are going.
Oracle 7.3.4 on NT.
If anyone has any idea please let me know... 

Lyuda Hoska
(703)797-8656

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: David Wagoner
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: sqlloader stops

2001-08-07 Thread Yosi Greenfield

Silly ol' me. Are you out of space in your archive log destination?

This is like a guessing game. :-)


[EMAIL PROTECTED] wrote:

> Hi List,
> I have another problem.
> I have a process that loads multiple (~ 20 ) files through sqlloader.  It
> works fine on other servers.  There is this one server that is giving me a
> hard time.  It loads 3 files and then stops.  I commented out the third call
> to sqlloader thinking may be there is something wrong with a third text
> file.  It loaded 3 files again and stopped on the forth one.
> There is nothing in alert log (no errors).  Also, there is enough space on
> the drive where the logs are going.
> Oracle 7.3.4 on NT.
> If anyone has any idea please let me know...
>
> Lyuda Hoska
> (703)797-8656

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Yosi Greenfield
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: sqlloader stops

2001-08-07 Thread lhoska

Thanks Yosi.
No, that is not the case..:-(

-Original Message-
Sent: Tuesday, August 07, 2001 5:37 PM
To: Multiple recipients of list ORACLE-L


Silly ol' me. Are you out of space in your archive log destination?

This is like a guessing game. :-)


[EMAIL PROTECTED] wrote:

> Hi List,
> I have another problem.
> I have a process that loads multiple (~ 20 ) files through sqlloader.  It
> works fine on other servers.  There is this one server that is giving me a
> hard time.  It loads 3 files and then stops.  I commented out the third
call
> to sqlloader thinking may be there is something wrong with a third text
> file.  It loaded 3 files again and stopped on the forth one.
> There is nothing in alert log (no errors).  Also, there is enough space on
> the drive where the logs are going.
> Oracle 7.3.4 on NT.
> If anyone has any idea please let me know...
>
> Lyuda Hoska
> (703)797-8656

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Yosi Greenfield
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: sqlloader stops

2001-08-07 Thread Yosi Greenfield

How about using some GUI tool (or even SQL) to see what
SQL its running, if any, and what counters and waits are
incrementing...

Good luck, keep in touch :-)

Yosi


[EMAIL PROTECTED] wrote:

> Thanks Yosi.
> No, that is not the case..:-(
>
> -Original Message-
> Sent: Tuesday, August 07, 2001 5:37 PM
> To: Multiple recipients of list ORACLE-L
>
> Silly ol' me. Are you out of space in your archive log destination?
>
> This is like a guessing game. :-)
>
> [EMAIL PROTECTED] wrote:
>
> > Hi List,
> > I have another problem.
> > I have a process that loads multiple (~ 20 ) files through sqlloader.  It
> > works fine on other servers.  There is this one server that is giving me a
> > hard time.  It loads 3 files and then stops.  I commented out the third
> call
> > to sqlloader thinking may be there is something wrong with a third text
> > file.  It loaded 3 files again and stopped on the forth one.
> > There is nothing in alert log (no errors).  Also, there is enough space on
> > the drive where the logs are going.
> > Oracle 7.3.4 on NT.
> > If anyone has any idea please let me know...
> >
> > Lyuda Hoska
> > (703)797-8656
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Yosi Greenfield
>   INET: [EMAIL PROTECTED]
>
> Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
> San Diego, California-- Public Internet access / Mailing Lists
> 
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author:
>   INET: [EMAIL PROTECTED]
>
> Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
> San Diego, California-- Public Internet access / Mailing Lists
> 
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).

--
Thanks,

Yosi


-
Yosi Greenfield
Oracle Certified DBA
[EMAIL PROTECTED]


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Yosi Greenfield
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: sqlloader stops

2001-08-08 Thread lyudah

If I execute one load at the time maually it loads fine.  It gives me hard
time when I try to run multiple loads(one after another) through the batch
file.
- Original Message -
To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 9:05 PM


> How about using some GUI tool (or even SQL) to see what
> SQL its running, if any, and what counters and waits are
> incrementing...
>
> Good luck, keep in touch :-)
>
> Yosi
>
>
> [EMAIL PROTECTED] wrote:
>
> > Thanks Yosi.
> > No, that is not the case..:-(
> >
> > -Original Message-
> > Sent: Tuesday, August 07, 2001 5:37 PM
> > To: Multiple recipients of list ORACLE-L
> >
> > Silly ol' me. Are you out of space in your archive log destination?
> >
> > This is like a guessing game. :-)
> >
> > [EMAIL PROTECTED] wrote:
> >
> > > Hi List,
> > > I have another problem.
> > > I have a process that loads multiple (~ 20 ) files through sqlloader.
It
> > > works fine on other servers.  There is this one server that is giving
me a
> > > hard time.  It loads 3 files and then stops.  I commented out the
third
> > call
> > > to sqlloader thinking may be there is something wrong with a third
text
> > > file.  It loaded 3 files again and stopped on the forth one.
> > > There is nothing in alert log (no errors).  Also, there is enough
space on
> > > the drive where the logs are going.
> > > Oracle 7.3.4 on NT.
> > > If anyone has any idea please let me know...
> > >
> > > Lyuda Hoska
> > > (703)797-8656
> >
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > --
> > Author: Yosi Greenfield
> >   INET: [EMAIL PROTECTED]
> >
> > Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
> > San Diego, California-- Public Internet access / Mailing Lists
> > 
> > To REMOVE yourself from this mailing list, send an E-Mail message
> > to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB ORACLE-L
> > (or the name of mailing list you want to be removed from).  You may
> > also send the HELP command for other information (like subscribing).
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > --
> > Author:
> >   INET: [EMAIL PROTECTED]
> >
> > Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
> > San Diego, California-- Public Internet access / Mailing Lists
> > 
> > To REMOVE yourself from this mailing list, send an E-Mail message
> > to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB ORACLE-L
> > (or the name of mailing list you want to be removed from).  You may
> > also send the HELP command for other information (like subscribing).
>
> --
> Thanks,
>
> Yosi
>
>
> -
> Yosi Greenfield
> Oracle Certified DBA
> [EMAIL PROTECTED]
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Yosi Greenfield
>   INET: [EMAIL PROTECTED]
>
> Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
> San Diego, California-- Public Internet access / Mailing Lists
> 
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: lyudah
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: sqlloader stops

2001-08-08 Thread Stephen Andert



Lyuda, 
 
I'll jump into the game of 20 questions.
 
Is the batch file kicking off the jobs in serial (one after 
the other) or in parallel (maybe using & to put each one in the 
background)?
 
 
 
 
Stephen Andert>>> [EMAIL PROTECTED] 08/08/01 07:06AM 
>>>If I execute one load at the time maually it loads fine.  
It gives me hardtime when I try to run multiple loads(one after another) 
through the batchfile.- Original Message -To: "Multiple 
recipients of list ORACLE-L" <[EMAIL PROTECTED]>Sent: Tuesday, 
August 07, 2001 9:05 PM> How about using some GUI tool (or even 
SQL) to see what> SQL its running, if any, and what counters and waits 
are> incrementing...>> Good luck, keep in touch 
:-)>> Yosi>>> [EMAIL PROTECTED] 
wrote:>> > Thanks Yosi.> > No, that is not the 
case..:-(> >> > -Original Message-> > 
Sent: Tuesday, August 07, 2001 5:37 PM> > To: Multiple recipients of 
list ORACLE-L> >> > Silly ol' me. Are you out of space in 
your archive log destination?> >> > This is like a guessing 
game. :-)> >> > [EMAIL PROTECTED] wrote:> 
>> > > Hi List,> > > I have another 
problem.> > > I have a process that loads multiple (~ 20 ) files 
through sqlloader.It> > > works fine on other servers.  
There is this one server that is givingme a> > > hard 
time.  It loads 3 files and then stops.  I commented out 
thethird> > call> > > to sqlloader thinking may be 
there is something wrong with a thirdtext> > > file.  It 
loaded 3 files again and stopped on the forth one.> > > There is 
nothing in alert log (no errors).  Also, there is enoughspace 
on> > > the drive where the logs are going.> > > 
Oracle 7.3.4 on NT.> > > If anyone has any idea please let me 
know...> > >> > > Lyuda Hoska> > > 
(703)797-8656> >> > --> > Please see the official 
ORACLE-L FAQ: http://www.orafaq.com> 
> --> > Author: Yosi Greenfield> >   INET: 
[EMAIL PROTECTED]> >> > Fat City Network 
Services    -- (858) 538-5051  FAX: (858) 538-5051> 
> San Diego, California    -- Public 
Internet access / Mailing Lists> > 
> 
> To REMOVE yourself from this mailing list, send an E-Mail message> 
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in> 
> the message BODY, include a line containing: UNSUB ORACLE-L> > 
(or the name of mailing list you want to be removed from).  You may> 
> also send the HELP command for other information (like 
subscribing).> > --> > Please see the official ORACLE-L FAQ: 
http://www.orafaq.com> > 
--> > Author:> >   INET: 
[EMAIL PROTECTED]> >> > Fat City Network 
Services    -- (858) 538-5051  FAX: (858) 538-5051> 
> San Diego, California    -- Public 
Internet access / Mailing Lists> > 
> 
> To REMOVE yourself from this mailing list, send an E-Mail message> 
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in> 
> the message BODY, include a line containing: UNSUB ORACLE-L> > 
(or the name of mailing list you want to be removed from).  You may> 
> also send the HELP command for other information (like 
subscribing).>> --> Thanks,>> 
Yosi>>> 
-> Yosi 
Greenfield> Oracle Certified DBA> 
[EMAIL PROTECTED]>>> --> Please see the 
official ORACLE-L FAQ: http://www.orafaq.com> --> 
Author: Yosi Greenfield>   INET: 
[EMAIL PROTECTED]>> Fat City Network Services    -- 
(858) 538-5051  FAX: (858) 538-5051> San Diego, 
California    -- Public Internet access / 
Mailing Lists> 
> To 
REMOVE yourself from this mailing list, send an E-Mail message> to: 
[EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in> the 
message BODY, include a line containing: UNSUB ORACLE-L> (or the name of 
mailing list you want to be removed from).  You may> also send the 
HELP command for other information (like subscribing).-- Please see 
the official ORACLE-L FAQ: http://www.orafaq.com-- Author: 
lyudah  INET: [EMAIL PROTECTED]Fat City Network 
Services    -- (858) 538-5051  FAX: (858) 538-5051San 
Diego, California    -- Public Internet 
access / Mailing 
ListsTo 
REMOVE yourself from this mailing list, send an E-Mail messageto: 
[EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and inthe message 
BODY, include a line containing: UNSUB ORACLE-L(or the name of mailing list 
you want to be removed from).  You mayalso send the HELP command for 
other information (like subscribing).


RE: sqlloader stops

2001-08-08 Thread lhoska



one after 
another.
Thanks for your 
interest...

  -Original Message-From: Stephen Andert 
  [mailto:[EMAIL PROTECTED]]Sent: Wednesday, August 08, 
  2001 1:17 PMTo: Multiple recipients of list 
  ORACLE-LSubject: Re: sqlloader stops
  Lyuda, 
   
  I'll jump into the game of 20 questions.
   
  Is the batch file kicking off the jobs in serial (one after 
  the other) or in parallel (maybe using & to put each one in the 
  background)?
   
   
   
   
  Stephen Andert>>> [EMAIL PROTECTED] 08/08/01 
  07:06AM >>>If I execute one load at the time maually it loads 
  fine.  It gives me hardtime when I try to run multiple loads(one 
  after another) through the batchfile.- Original Message 
  -To: "Multiple recipients of list ORACLE-L" 
  <[EMAIL PROTECTED]>Sent: Tuesday, August 07, 2001 9:05 
  PM> How about using some GUI tool (or even SQL) to see 
  what> SQL its running, if any, and what counters and waits are> 
  incrementing...>> Good luck, keep in touch :-)>> 
  Yosi>>> [EMAIL PROTECTED] wrote:>> > 
  Thanks Yosi.> > No, that is not the case..:-(> >> 
  > -Original Message-> > Sent: Tuesday, August 07, 2001 
  5:37 PM> > To: Multiple recipients of list ORACLE-L> 
  >> > Silly ol' me. Are you out of space in your archive log 
  destination?> >> > This is like a guessing game. 
  :-)> >> > [EMAIL PROTECTED] wrote:> 
  >> > > Hi List,> > > I have another 
  problem.> > > I have a process that loads multiple (~ 20 ) files 
  through sqlloader.It> > > works fine on other servers.  
  There is this one server that is givingme a> > > hard 
  time.  It loads 3 files and then stops.  I commented out 
  thethird> > call> > > to sqlloader thinking may be 
  there is something wrong with a thirdtext> > > file.  It 
  loaded 3 files again and stopped on the forth one.> > > There is 
  nothing in alert log (no errors).  Also, there is enoughspace 
  on> > > the drive where the logs are going.> > > 
  Oracle 7.3.4 on NT.> > > If anyone has any idea please let me 
  know...> > >> > > Lyuda Hoska> > > 
  (703)797-8656> >> > --> > Please see the 
  official ORACLE-L FAQ: http://www.orafaq.com> > --> 
  > Author: Yosi Greenfield> >   INET: 
  [EMAIL PROTECTED]> >> > Fat City Network 
  Services    -- (858) 538-5051  FAX: (858) 538-5051> 
  > San Diego, California    -- Public 
  Internet access / Mailing Lists> > 
  > 
  > To REMOVE yourself from this mailing list, send an E-Mail message> 
  > to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and 
  in> > the message BODY, include a line containing: UNSUB 
  ORACLE-L> > (or the name of mailing list you want to be removed 
  from).  You may> > also send the HELP command for other 
  information (like subscribing).> > --> > Please see the 
  official ORACLE-L FAQ: http://www.orafaq.com> > --> 
  > Author:> >   INET: [EMAIL PROTECTED]> 
  >> > Fat City Network Services    -- (858) 
  538-5051  FAX: (858) 538-5051> > San Diego, 
  California    -- Public Internet access 
  / Mailing Lists> > 
  > 
  > To REMOVE yourself from this mailing list, send an E-Mail message> 
  > to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and 
  in> > the message BODY, include a line containing: UNSUB 
  ORACLE-L> > (or the name of mailing list you want to be removed 
  from).  You may> > also send the HELP command for other 
  information (like subscribing).>> --> 
  Thanks,>> Yosi>>> 
  -> Yosi 
  Greenfield> Oracle Certified DBA> 
  [EMAIL PROTECTED]>>> --> Please see the 
  official ORACLE-L FAQ: http://www.orafaq.com> --> 
  Author: Yosi Greenfield>   INET: 
  [EMAIL PROTECTED]>> Fat City Network Services    
  -- (858) 538-5051  FAX: (858) 538-5051> San Diego, 
  California    -- Public Internet access 
  / Mailing Lists> 
  > 
  To REMOVE yourself from this mailing list, send an E-Mail message> to: 
  [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in> the 
  message BODY, include a line containing: UNSUB ORACLE-L> (or the name 
  of mailing list you want to be removed from).  You may> also send 
  the HELP command for other information (like subscribing).-- 
  Please see the official ORACLE-L FAQ: 

Re: sqlloader stops

2001-08-08 Thread Yosi Greenfield

So again I ask, how about running something while running your
batched loads, so you can see - and even maybe let us know - what
it's getting stuck on. You may even find that it's got NO sql session
running, and the problem is in your batch process.

That really sounds like your next step in debugging. Check it out, it
might help.

y

lyudah wrote:

> If I execute one load at the time maually it loads fine.  It gives me hard
> time when I try to run multiple loads(one after another) through the batch
> file.
> - Original Message -
> To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]>
> Sent: Tuesday, August 07, 2001 9:05 PM
>
> > How about using some GUI tool (or even SQL) to see what
> > SQL its running, if any, and what counters and waits are
> > incrementing...
> >
> > Good luck, keep in touch :-)
> >
> > Yosi
> >
> >
> > [EMAIL PROTECTED] wrote:
> >
> > > Thanks Yosi.
> > > No, that is not the case..:-(
> > >
> > > -Original Message-
> > > Sent: Tuesday, August 07, 2001 5:37 PM
> > > To: Multiple recipients of list ORACLE-L
> > >
> > > Silly ol' me. Are you out of space in your archive log destination?
> > >
> > > This is like a guessing game. :-)
> > >
> > > [EMAIL PROTECTED] wrote:
> > >
> > > > Hi List,
> > > > I have another problem.
> > > > I have a process that loads multiple (~ 20 ) files through sqlloader.
> It
> > > > works fine on other servers.  There is this one server that is giving
> me a
> > > > hard time.  It loads 3 files and then stops.  I commented out the
> third
> > > call
> > > > to sqlloader thinking may be there is something wrong with a third
> text
> > > > file.  It loaded 3 files again and stopped on the forth one.
> > > > There is nothing in alert log (no errors).  Also, there is enough
> space on
> > > > the drive where the logs are going.
> > > > Oracle 7.3.4 on NT.
> > > > If anyone has any idea please let me know...
> > > >
> > > > Lyuda Hoska
> > > > (703)797-8656
> > >
> > > --
> > > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > > --
> > > Author: Yosi Greenfield
> > >   INET: [EMAIL PROTECTED]
> > >
> > > Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
> > > San Diego, California-- Public Internet access / Mailing Lists
> > > 
> > > To REMOVE yourself from this mailing list, send an E-Mail message
> > > to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> > > the message BODY, include a line containing: UNSUB ORACLE-L
> > > (or the name of mailing list you want to be removed from).  You may
> > > also send the HELP command for other information (like subscribing).
> > > --
> > > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > > --
> > > Author:
> > >   INET: [EMAIL PROTECTED]
> > >
> > > Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
> > > San Diego, California-- Public Internet access / Mailing Lists
> > > 
> > > To REMOVE yourself from this mailing list, send an E-Mail message
> > > to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> > > the message BODY, include a line containing: UNSUB ORACLE-L
> > > (or the name of mailing list you want to be removed from).  You may
> > > also send the HELP command for other information (like subscribing).
> >
> > --
> > Thanks,
> >
> > Yosi
> >
> >
> > -
> > Yosi Greenfield
> > Oracle Certified DBA
> > [EMAIL PROTECTED]
> >
> >
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > --
> > Author: Yosi Greenfield
> >   INET: [EMAIL PROTECTED]
> >
> > Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
> > San Diego, California-- Public Internet access / Mailing Lists
> > 
> > To REMOVE yourself from this mailing list, send an E-Mail message
> > to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB ORACLE-L
> > (or the name of mailing list you want to be removed from).  You may
> > also send the HELP command for other information (like subscribing).
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: lyudah
>   INET: [EMAIL PROTECTED]
>
> Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
> San Diego, California-- Public Internet access / Mailing Lists
> 
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).

--
Thanks,