Re: Setting up transaction log file for my application

From: E. Blaine <peroni_at_email.msn.com>
Date: 1997/12/28
Message-ID: <eDskv17E9GA.213_at_upnetnews04>#1/1


A change in the database parameter file (init<SID>.ora) would probably require you to speak with your DBA. As an alternative, your could open a spool file to a local drive after making a connection to the database (i.e.
>>>>connect moe_at_3stooges.world

                                        spool c:\temp\wiseguy.txt;
                                        ....run your app;
                                        spool off;
                                        disconnect;).
E. Received on Sun Dec 28 1997 - 00:00:00 CET

Original text of this message