RE: logg error line in unix

2003-10-02 Thread Jack van Zanen
Bad records go to bad file
Logfile can be turned on with log parameter

Jacob A. van Zanen
Oracle DBA
Quant Systems Europe b.v. 
Tel : +31 (0) 251 - 268 268  
Mobile: +31 (0) 6 51308813
Fax: +31 (0) 251 - 268 269  
E-mail: mailto:[EMAIL PROTECTED]
Visit our web site at http://www.quantsystems.nl/



-Original Message-
Sent: Thursday, October 02, 2003 3:35 PM
To: Multiple recipients of list ORACLE-L


Hallo again,

I would like to get some help on this.
 I have a script called let us say test.sh and that script runs an sqlloader
script, which loads semicolonseparated data into an oracle table. I would
like to have an example on how to log an error when trying to insert the
data intothe table. I want the error to be both the error message and also
tell me which line that is wrong in the file.

So both errormessage and also complete line which is the error line.


Thanks in advance


Roland




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

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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.net
-- 
Author: Jack van Zanen
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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: logg error line in unix

2003-10-02 Thread roland . skoldblom

Please give me an example on this.


Roland





   

  Jack van Zanen   

  [EMAIL PROTECTED]To:   Multiple recipients of list 
ORACLE-L [EMAIL PROTECTED]   
  S.NLcc: 

  Sent by: Subject:  RE: logg error line in unix   

  [EMAIL PROTECTED]

  .com 

   

   

  2003-10-02 15:54 

  Please respond to

  ORACLE-L 

   

   





Bad records go to bad file
Logfile can be turned on with log parameter

Jacob A. van Zanen
Oracle DBA
Quant Systems Europe b.v.
Tel : +31 (0) 251 - 268 268
Mobile: +31 (0) 6 51308813
Fax: +31 (0) 251 - 268 269
E-mail: mailto:[EMAIL PROTECTED]
Visit our web site at http://www.quantsystems.nl/



-Original Message-
Sent: Thursday, October 02, 2003 3:35 PM
To: Multiple recipients of list ORACLE-L


Hallo again,

I would like to get some help on this.
 I have a script called let us say test.sh and that script runs an sqlloader
script, which loads semicolonseparated data into an oracle table. I would
like to have an example on how to log an error when trying to insert the
data intothe table. I want the error to be both the error message and also
tell me which line that is wrong in the file.

So both errormessage and also complete line which is the error line.


Thanks in advance


Roland




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

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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.net
--
Author: Jack van Zanen
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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.net
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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: logg error line in unix

2003-10-02 Thread Jack van Zanen
Sqlldr help=y from the command line.
or
D:\oracle\ora92\rdbms\demo
Lookup the ulcase*.ctl files

jack



-Original Message-
Sent: Thursday, October 02, 2003 4:45 PM
To: Multiple recipients of list ORACLE-L



Please give me an example on this.


Roland





 

  Jack van Zanen

  [EMAIL PROTECTED]To:   Multiple recipients
of list ORACLE-L [EMAIL PROTECTED]   
  S.NLcc:

  Sent by: Subject:  RE: logg error line
in unix   
  [EMAIL PROTECTED]

  .com

 

 

  2003-10-02 15:54

  Please respond to

  ORACLE-L

 

 





Bad records go to bad file
Logfile can be turned on with log parameter

Jacob A. van Zanen
Oracle DBA
Quant Systems Europe b.v.
Tel : +31 (0) 251 - 268 268
Mobile: +31 (0) 6 51308813
Fax: +31 (0) 251 - 268 269
E-mail: mailto:[EMAIL PROTECTED]
Visit our web site at http://www.quantsystems.nl/



-Original Message-
Sent: Thursday, October 02, 2003 3:35 PM
To: Multiple recipients of list ORACLE-L


Hallo again,

I would like to get some help on this.
 I have a script called let us say test.sh and that script runs an sqlloader
script, which loads semicolonseparated data into an oracle table. I would
like to have an example on how to log an error when trying to insert the
data intothe table. I want the error to be both the error message and also
tell me which line that is wrong in the file.

So both errormessage and also complete line which is the error line.


Thanks in advance


Roland




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

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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.net
--
Author: Jack van Zanen
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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.net
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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.net
-- 
Author: Jack van Zanen
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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: logg error line in unix

2003-10-02 Thread Yechiel Adar
Have you tried to run sqlldr with BAD data?

Yechiel Adar
Mehish
- Original Message -
To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
Sent: Thursday, October 02, 2003 4:44 PM



 Please give me an example on this.


 Roland






   Jack van Zanen
   [EMAIL PROTECTED]To:   Multiple
recipients of list ORACLE-L [EMAIL PROTECTED]
   S.NLcc:
   Sent by: Subject:  RE: logg error
line in unix
   [EMAIL PROTECTED]
   .com


   2003-10-02 15:54
   Please respond to
   ORACLE-L






 Bad records go to bad file
 Logfile can be turned on with log parameter

 Jacob A. van Zanen
 Oracle DBA
 Quant Systems Europe b.v.
 Tel : +31 (0) 251 - 268 268
 Mobile: +31 (0) 6 51308813
 Fax: +31 (0) 251 - 268 269
 E-mail: mailto:[EMAIL PROTECTED]
 Visit our web site at http://www.quantsystems.nl/



 -Original Message-
 Sent: Thursday, October 02, 2003 3:35 PM
 To: Multiple recipients of list ORACLE-L


 Hallo again,

 I would like to get some help on this.
  I have a script called let us say test.sh and that script runs an
sqlloader
 script, which loads semicolonseparated data into an oracle table. I would
 like to have an example on how to log an error when trying to insert the
 data intothe table. I want the error to be both the error message and also
 tell me which line that is wrong in the file.

 So both errormessage and also complete line which is the error line.


 Thanks in advance


 Roland




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

 Fat City Network Services-- 858-538-5051 http://www.fatcity.com
 San Diego, California-- Mailing list and web hosting services
 -
 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.net
 --
 Author: Jack van Zanen
   INET: [EMAIL PROTECTED]

 Fat City Network Services-- 858-538-5051 http://www.fatcity.com
 San Diego, California-- Mailing list and web hosting services
 -
 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.net
 --
 Author:
   INET: [EMAIL PROTECTED]

 Fat City Network Services-- 858-538-5051 http://www.fatcity.com
 San Diego, California-- Mailing list and web hosting services
 -
 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.net
-- 
Author: Yechiel Adar
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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: logg error line in unix

2003-10-02 Thread Daniel Fink
I prefer to tell BAD data to go sit in the corner and think about why it is
BAD. After a suitable time, I'll let the BAD data out of the corner and it can
rejoin the rest of the data, as long as it agrees to play nice and not upset
the other data.


Yechiel Adar wrote:

 Have you tried to run sqlldr with BAD data?

 Yechiel Adar
 Mehish
 - Original Message -
 To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
 Sent: Thursday, October 02, 2003 4:44 PM

 
  Please give me an example on this.
 
 
  Roland
 
 
 
 
 
 
Jack van Zanen
[EMAIL PROTECTED]To:   Multiple
 recipients of list ORACLE-L [EMAIL PROTECTED]
S.NLcc:
Sent by: Subject:  RE: logg error
 line in unix
[EMAIL PROTECTED]
.com
 
 
2003-10-02 15:54
Please respond to
ORACLE-L
 
 
 
 
 
 
  Bad records go to bad file
  Logfile can be turned on with log parameter
 
  Jacob A. van Zanen
  Oracle DBA
  Quant Systems Europe b.v.
  Tel : +31 (0) 251 - 268 268
  Mobile: +31 (0) 6 51308813
  Fax: +31 (0) 251 - 268 269
  E-mail: mailto:[EMAIL PROTECTED]
  Visit our web site at http://www.quantsystems.nl/
 
 
 
  -Original Message-
  Sent: Thursday, October 02, 2003 3:35 PM
  To: Multiple recipients of list ORACLE-L
 
 
  Hallo again,
 
  I would like to get some help on this.
   I have a script called let us say test.sh and that script runs an
 sqlloader
  script, which loads semicolonseparated data into an oracle table. I would
  like to have an example on how to log an error when trying to insert the
  data intothe table. I want the error to be both the error message and also
  tell me which line that is wrong in the file.
 
  So both errormessage and also complete line which is the error line.
 
 
  Thanks in advance
 
 
  Roland
 
 
 
 
  --
  Please see the official ORACLE-L FAQ: http://www.orafaq.net
  --
  Author:
INET: [EMAIL PROTECTED]
 
  Fat City Network Services-- 858-538-5051 http://www.fatcity.com
  San Diego, California-- Mailing list and web hosting services
  -
  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.net
  --
  Author: Jack van Zanen
INET: [EMAIL PROTECTED]
 
  Fat City Network Services-- 858-538-5051 http://www.fatcity.com
  San Diego, California-- Mailing list and web hosting services
  -
  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.net
  --
  Author:
INET: [EMAIL PROTECTED]
 
  Fat City Network Services-- 858-538-5051 http://www.fatcity.com
  San Diego, California-- Mailing list and web hosting services
  -
  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.net
 --
 Author: Yechiel Adar
   INET: [EMAIL PROTECTED]

 Fat City Network Services-- 858-538-5051 http://www.fatcity.com
 San Diego, California-- Mailing list and web hosting services
 -
 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).
begin:vcard 
n:Fink;Daniel
x-mozilla-html:FALSE
org:Sun Microsystems, Inc.
adr:;;
version:2.1
title:Lead, Database Services
x-mozilla-cpt:;9168
fn:Daniel  W. Fink
end:vcard


RE: logg error line in unix

2003-10-02 Thread Stefick Ronald S Contr ESC/HRIDD
Title: RE: logg error line in unix





Log=/log/file/name


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 02, 2003 9:45 AM
To: Multiple recipients of list ORACLE-L
Subject: RE: logg error line in unix




Please give me an example on this.



Roland






 

 Jack van Zanen 

 [EMAIL PROTECTED] To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] 

 S.NL cc: 

 Sent by: Subject: RE: logg error line in unix 

 [EMAIL PROTECTED] 

 .com 

 

 

 2003-10-02 15:54 

 Please respond to 

 ORACLE-L 

 

 




Bad records go to bad file
Logfile can be turned on with log parameter


Jacob A. van Zanen
Oracle DBA
Quant Systems Europe b.v.
Tel : +31 (0) 251 - 268 268
Mobile: +31 (0) 6 51308813
Fax: +31 (0) 251 - 268 269
E-mail: mailto:[EMAIL PROTECTED]
Visit our web site at http://www.quantsystems.nl/




-Original Message-
Sent: Thursday, October 02, 2003 3:35 PM
To: Multiple recipients of list ORACLE-L



Hallo again,


I would like to get some help on this.
I have a script called let us say test.sh and that script runs an sqlloader script, which loads semicolonseparated data into an oracle table. I would like to have an example on how to log an error when trying to insert the data intothe table. I want the error to be both the error message and also tell me which line that is wrong in the file.

So both errormessage and also complete line which is the error line.



Thanks in advance



Roland





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


Fat City Network Services -- 858-538-5051 http://www.fatcity.com
San Diego, California -- Mailing list and web hosting services
-
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.net
--
Author: Jack van Zanen
 INET: [EMAIL PROTECTED]


Fat City Network Services -- 858-538-5051 http://www.fatcity.com
San Diego, California -- Mailing list and web hosting services
-
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.net
-- 
Author: 
 INET: [EMAIL PROTECTED]


Fat City Network Services -- 858-538-5051 http://www.fatcity.com
San Diego, California -- Mailing list and web hosting services
-
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: logg error line in unix

2003-10-02 Thread Henry Poras
A separated semi-colon sounds like a quarter to me. Unfortunately Oracle
docs cost more than a quarter so I would check the free version on-line. The
information isn't too tough to digest.

Henry


-Original Message-
[EMAIL PROTECTED]
Sent: Thursday, October 02, 2003 9:35 AM
To: Multiple recipients of list ORACLE-L


Hallo again,

I would like to get some help on this.
 I have a script called let us say test.sh and that script runs an sqlloader
script, which loads semicolonseparated data into an oracle table.
I would like to have an example on how to log an error when trying to insert
the data intothe table.
I want the error to be both the error message and also tell me which line
that is wrong in the file.

So both errormessage and also complete line which is the error line.


Thanks in advance


Roland




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

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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.net
-- 
Author: Henry Poras
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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).