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: How to increase maxextents of LOBSEGMENT?

RE: How to increase maxextents of LOBSEGMENT?

From: Jonny Delmont <jonny99delmont_at_yahoo.co.uk>
Date: Mon, 26 Aug 2002 07:08:26 -0800
Message-ID: <F001.004BF8F5.20020826070826@fatcity.com>

 Thanks a lot Edward!
Regards, Jonny
  Edward Shevtsov <eshevtsov_at_detmir.ru> wrote: Hi Jonny, try this: select table_name, column_name from dba_lobs where segment_name = 'SYS_LOB0000022841C00003$$' alter table your_table_name modify   lob (column_name)
(storage (maxextents 500)); Regards,Ed-----Original Message-----
Sent: Monday, August 26, 2002 3:48 PM
To: Multiple recipients of list ORACLE-L

Dear list,

How to increase maxextents of LOBSEGMENT?

SQL> alter LOBSEGMENT TRST.SYS_LOB0000022841C00003$$ storage (maxextents 1022); alter LOBSEGMENT TRST.SYS_LOB0000022841C00003$$ storage (maxextents 1022)

      *
ERROR at line 1:
ORA-00940: invalid ALTER command

TIA, Jonny  



Get a bigger mailbox -- choose a size that fits your needs.

http://uk.docs.yahoo.com/mail_storage.html



Get a bigger mailbox -- choose a size that fits your needs.

http://uk.docs.yahoo.com/mail_storage.html

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: =?iso-8859-1?q?Jonny=20Delmont?=
  INET: jonny99delmont_at_yahoo.co.uk

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L

(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
Received on Mon Aug 26 2002 - 10:08:26 CDT

Original text of this message

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