Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Where does STATSPACK save its reports generated with spreport

RE: Where does STATSPACK save its reports generated with spreport

From: <oracle-l-bounce_at_freelists.org>
Date: Thu, 8 Sep 2005 09:12:34 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C4502361561@NT15.oneneck.corp>


Not from what I've seen - with 9.2.0.6 on Win2K3, when I run spreport.sql it saves the the output in my current working directory. You can see from the following lines in sprepins.sql (called by spreport.sql) that it just spools to your current directory:

prompt
prompt Specify the Report Name

prompt ~~~~~~~~~~~~~~~~~~~~~~~

prompt The default report file name is &dflt_name.. To use this name, prompt press <return> to continue, otherwise enter an alternative.

set heading off;
column report_name new_value report_name noprint; select 'Using the report name ' || nvl('&&report_name','&dflt_name')

     , nvl('&&report_name','&dflt_name') report_name   from sys.dual;
spool &report_name;
set heading on;
prompt

-----Original Message-----

From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Ian Cary (C) Sent: Thursday, September 08, 2005 7:24 AM To: davidsharples_at_gmail.com; ldk2005_at_gmail.com Cc: Oracle-L_at_freelists.org
Subject: RE: Where does STATSPACK save its reports generated with spreport

It will default to $ORACLE_HOME/BIN if you are using a windows client

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--

http://www.freelists.org/webpage/oracle-l Received on Thu Sep 08 2005 - 11:13:03 CDT

Original text of this message

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