.ora-code.com

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
way to shrink temporary tablespace ??

way to shrink temporary tablespace ??

2006-01-19       - By Allen, Brandon
Reply:     1     2     3     4     5     6     7     8     9     10  

That is why I like to set a maxsize on my temp tablespaces to a reasonable
limit.  Then, if user's queries fail with ora-1652 (See ora-1652.ora-code.com), it's probably because they
're running poorly written queries with unselective predicates, cartesian joins,
etc.  This helps me identify when they are running those and correct them
rather than just letting them eat up system resources and grow the temp
tablespace to a ridiculous size.

Regards,
Brandon


-- --Original Message-- --
From: oracle-l-bounce@(protected)
[mailto:oracle-l-bounce@(protected)]On Behalf Of stephen booth
Sent: Thursday, January 19, 2006 9:15 AM
To: davidsharples@(protected)
Cc: mccdba1@(protected); oracle-l@(protected)
Subject: Re: [Q] way to shrink temporary tablespace ??


On 19/01/06, David Sharples <davidsharples@(protected)> wrote:
> you have data beyond the 2Gb limit of the file, there is nothing to fix and
> it will stay like that as temporary tablespace segments just get reused.

I had the same problem, the temproary tablespace datafile had grown to
32Gb.  This was worrying as the database contained less than 3Gb of
actual data.  We eventually concluded (after looking at the sorts of
queries that were popping up in v$sql) that a lot of users were
running very unselective queries with sorts in them that meant that
virtually the entire database was being sorted repeatedly in many
rowsets.


Privileged/Confidential Information may be contained in this message or
attachments hereto. Please advise immediately if you or your employer do not
consent to Internet email for messages of this kind. Opinions, conclusions and
other information in this message that do not relate to the official business
of this company shall be understood as neither given nor endorsed by it.

--
http://www.freelists.org/webpage/oracle-l