Re: tablespace default maxextents

2002-01-14 Thread mitchell

Hi Gurus.

Oracle  has tablespace maxextents and table or index maxextents. Which one
oracle depend on?

thanks
Mitchell

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: mitchell
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



RE: tablespace default maxextents

2002-01-14 Thread Sherman, Paul R.

Hello,

Read up on the hierarchy rules and you will see that if no specific
table/index parameters are set, then they default to the tablespace's
parameters.

Thank you,

Paul Sherman
DBA
voice -  781-501-4143 (office)
fax-  781-278-8341 (office)
email - [EMAIL PROTECTED]


-Original Message-
Sent: Monday, January 14, 2002 1:25 PM
To: Multiple recipients of list ORACLE-L


Hi Gurus.

Oracle  has tablespace maxextents and table or index maxextents. Which one
oracle depend on?

thanks
Mitchell

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: mitchell
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Sherman, Paul R.
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



RE: tablespace default maxextents

2002-01-14 Thread Whittle Jerome Contr NCI

Mitchell,

When creating a new table or index, Oracle uses the tablespace's default
maxextents setting unless you specify a different one in the table or
index creation storage clause. After that, Oracle depends on the each
table's or index's maxextents for the actual number of extents.

Jerry Whittle
ACIFICS DBA
NCI Information Systems Inc.
[EMAIL PROTECTED]
618-622-4145

 -Original Message-
 From: mitchell [SMTP:[EMAIL PROTECTED]]
 Sent: Monday, January 14, 2002 12:25 PM
 To:   Multiple recipients of list ORACLE-L
 Subject:  Re: tablespace default maxextents
 
 Hi Gurus.
 
 Oracle  has tablespace maxextents and table or index maxextents. Which
 one
 oracle depend on?
 
 thanks
 Mitchell
 
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 -- 
 Author: mitchell
   INET: [EMAIL PROTECTED]
 
 
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Whittle Jerome Contr NCI
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



Re: tablespace default maxextents

2002-01-14 Thread Igor Neyman

'tablespace maxextents' is used as a default, when you don't explicitly
specify 'table or index maxextents'.

Igor Neyman, OCP DBA
[EMAIL PROTECTED]


- Original Message -
To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
Sent: Monday, January 14, 2002 1:25 PM


 Hi Gurus.

 Oracle  has tablespace maxextents and table or index maxextents. Which one
 oracle depend on?

 thanks
 Mitchell

 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: mitchell
   INET: [EMAIL PROTECTED]

 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: [EMAIL PROTECTED] (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).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Igor Neyman
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



Re: tablespace default maxextents

2002-01-14 Thread orantdba

Hi Mitchell,

The maxextents on the tablespace are applied as defaults to tables or 
indexes that are created without an explicit maxextents value.  An 
explicit maxextents clause on the table or index level
will override the tablespace clause.

Hope this helps,
John

[EMAIL PROTECTED] wrote:

Hi Gurus.

Oracle  has tablespace maxextents and table or index maxextents. Which one
oracle depend on?

thanks
Mitchell



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: orantdba
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



RE: tablespace default maxextents

2002-01-14 Thread Gogala, Mladen

Oracle doesn't depend on maxextents. Oracle depends on the 
sale of their software. As for the maxextents, it depends:
If maxextents is specified for the table, then the table level definition
will be used. If, not the tablespace level default will be used.
I believe that that is explained in the oracle documentation and
that you should read the fine manuals.

-Original Message-
Sent: Monday, January 14, 2002 1:25 PM
To: Multiple recipients of list ORACLE-L


Hi Gurus.

Oracle  has tablespace maxextents and table or index maxextents. Which one
oracle depend on?

thanks
Mitchell

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: mitchell
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Gogala, Mladen
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).