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 -> Re: Sql*plus Auto-Commit

Re: Sql*plus Auto-Commit

From: DA Morgan <damorgan_at_psoug.org>
Date: Mon, 30 Oct 2006 08:36:07 -0800
Message-ID: <1162226165.728813@bubbleator.drizzle.com>


klabu wrote:
> "Mladen Gogala"

>> SET RTFM ON
>>

>
>
> klabu_at_ppd1> SET RTFM ON
> SP2-0158: unknown SET option "RTFM"
>
> maybe you should RTFM ;)

The problem is your syntax. RTFM is not a SQL*Plus command. Try this instead:

ALTER SYSTEM SET rtfm = 'ON'
COMMENT='Permanent Change To System Configuration' SCOPE=BOTH; ... sorry ... I just couldn't resist. ;-)

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Mon Oct 30 2006 - 10:36:07 CST

Original text of this message

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