Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Where does STATSPACK save its reports generated with spreport
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 ~~~~~~~~~~~~~~~~~~~~~~~
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
![]() |
![]() |