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 -> Typo-Correction

Typo-Correction

From: Fred Stojentin <stojentin_at_orgdv.din.de>
Date: Tue, 14 Dec 1999 15:11:03 GMT
Message-ID: <38565d5e.18341544@news.cis.dfn.de>

"SQL> alter session set transaction use rollback segment $XLARGE;"

is wrong, correct is:

SQL> set transaction use rollback segment $XLARGE;

Bye
Fred Stojentin Received on Tue Dec 14 1999 - 09:11:03 CST

Original text of this message

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