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
"snapshot too old " and undo_retention

"snapshot too old " and undo_retention

2005-10-03       - By Jared Still

Reply:     <<     11     12     13     14     15     16  

On 9/30/05, Roger Xu <roger_xu@(protected)> wrote:
> Anybody partition this table? How? Thanks.

SAP has notes on partitioning.

Before springing for partitioning, (10k U.S. per CPU) you may want
to determine if partitioning is worth the money and time.

I'm not familiar with BSIS table, but we have a similarly large
table in our implementation, the COEP table.

Was 800m rows, now down to about 400m rows after archiving.
(SAP transaction archiving)

These large tables can sometimes be a performance problem, but that
may be only indirectly related to the size of the table.

There is a transaction for which we run a nightly job, and it was performing
very poorly.  If an old transaction that is no longer needed is not marked
for deletion, this SAP job will examine the transaction, exploding BOMs
and everything else along the way.

Once this business problem was corrected, performance was fine.

Partitioning would be useful from a storage perspective in this case
if we could create a useful partition key that would let us drop a
partition after archiving.

As it is, we are just going to rebuild the table.  Archiving will be
regularly run to clean it up, and the existing space in the table
reused.

If you have an 4/8 way server, partitioning may not have a good ROI.

--
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist
--
http://www.freelists.org/webpage/oracle-l