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 -> App Design: Logging to CLOB field

App Design: Logging to CLOB field

From: Craig <Craig_at_mailinator.com>
Date: Thu, 6 Sep 2007 16:51:40 -0400
Message-ID: <13e0q598v50c533@corp.supernews.com>


10gR2/Solaris 8

In my application, I have concurrent sessions running process x and need to write log....
what do you think of writeappending log lines to a CLOB field ? (via AUTONOMUS TRAN)

say i have table;

SQL> desc t_putdata_stat

PROCESS_ID         NUMBER
STATUS                  NUMBER
LOG                         CLOB


so I end up with a "single" log for each PROCESS

do you see any issuey with this ?
thanks Received on Thu Sep 06 2007 - 15:51:40 CDT

Original text of this message

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