Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
Locally Managed Tablespaces

Locally Managed Tablespaces

2005-01-20       - By Niall Litchfield
Reply:     1     2     3     4     5     6     7     8     9     10     >>  

On Thu, 20 Jan 2005 15:19:00 -0500, Michael McMullen
<ganstadba@(protected)> wrote:
> why not use system allocation sizes?
> extent management local autoallocate
> If tables are going to be a variety of different sizes this should work
> fine. I use it pretty much everywhere because no one ever has any idea how
> big their tables will get.

Do you try predicting extent growth/free space availability for
segments and if so how do you do it? I have found no way to reliably
predict what size the next extent will be - let alone the next say 5.
check out the ask tom discussion at
http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID
:25322140091802
(will wrap) and note that Tom lists the pattern he observes but that

it is subject to change without notice and
sometimes you get different results.

I guess my bias is that I really, really don't care how many extents
my segment has (at least if I did have tens of thousands i'd be
worrying about partitioning instead) and so I see no reason to use
auto.

> You danger, no matter what you do is the originator will throw out some
> wacky initial extent size, like 10Gb and only have one row. Oracle will go
> with their inital but ignore the next.

I agree, but this is surely best managed using some sort of change
management system rather than any software policy.


--
Niall Litchfield
Oracle DBA
http://www.niall.litchfield.dial.pipex.com
--
http://www.freelists.org/webpage/oracle-l