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
DWH loading : Do you use 2 types of tablespaces ?

DWH loading : Do you use 2 types of tablespaces ?

2004-06-01       - By DENNIS WILLIAMS
Reply:     1     2     3     4     5     6  

Philippe
Someone else may weigh in with another opinion, but based on the
limited amount of information you have provided, my guess is that the best
practice is 1) whatever works reliably 2) produces the fewest side effects
(ex. the least wasted space, has the data available for users in time) 3)
isn 't likely to bite you later. My questions are:
1) Do you need to perform the alter table move for a reason other than
recouping the wasted space induced by using parallel loaders?
2) Is the combined time for the parallel load plus the table rebuild
shorter than the time to perform a less aggressive load that doesn 't create
as much wasted space?
3) What do you do with the data once you load it? Exchange it into a
partition? Question #1 may answer this.
As far as whether to rebuild the table within the tablespace or a different
tablespace, you may find you get better performance by using a separate
tablespace since you will have an opportunity to involve more than one
storage device. Whether this buys you much depends on your physical
configuration.


Dennis Williams
DBA
Lifetouch, Inc.
dwilliams@(protected)



-- --Original Message-- --
From: oracle-l-bounce@(protected) [mailto:oracle-l-bounce@(protected)]On
Behalf Of NGUYEN Philippe (Cetelem)
Sent: Tuesday, June 01, 2004 10:04 AM
To: 'oracle-l@(protected) '
Subject: RE: DWH loading : Do you use 2 types of tablespaces ?



Thanks for your reponses :

1. Dareell : I do 'alter move ' 2 or 3 times and it works=== > COOL !!
2. Ryan : my table is set with pctused 99 and pctfree 1 but as my ETL
(PX+Dastage) is using parallel loaders (x4) with Direct Path I suppose that
each nodes used new extents for its loading. So we waste space.

3. Dennis : is it a bests practises doing so ? (I mean using 2 type of tbs
?)


-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe send email to: oracle-l-request@(protected)
put 'unsubscribe ' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --