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 -> How to store the results of several scripts in a table

How to store the results of several scripts in a table

From: fawad <ahm_fawad_at_yahoo.com>
Date: 14 Jun 2003 08:59:30 -0700
Message-ID: <ef765af9.0306140759.74d3b5fc@posting.google.com>


Hello,
I am using a main script which contains several sub scripts which I run to evaluate the performance of the database These scripts generate result files(text files) .But now I want that these scripts should not create result files but put the result into a following table every time when I run the main script.

 The table something like this: "result_id, script_id (Foreign Key), time_stamp, result (Text)"

I have also a table structure, that manages my scripts. The columns of that table are "script_id, category, description, script".

I can&#8217;t understand how to do this .Could some one please give me suggestion/coding.

Regards

Fawad Received on Sat Jun 14 2003 - 10:59:30 CDT

Original text of this message

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