Tablespace groups allow users to use more than one tablespace to store temporary segments.It contains only temporary tablespace.It is created implicitly when the first temporary tablespace is assigned to it, and is deleted when the last temporary tablespace is removed from the group.
Benefits:
-It allows the user to use multiple temporary tablespaces in different sessions at the same time.
-It allows a single SQL operation to use multiple temporary tablespaces for sorting.
How can we create tablespace group?
ALTER TABLESPACE temp TABLESPACE GROUP temp_ts_group;
How to add new tablespace into this group?
CREATE TEMPORARY TABLESPACE temp2
TEMPFILE '/u01/app/oracle/oradata/DB10G/temp201.dbf' SIZE 20M
TABLESPACE GROUP temp_ts_group;
How can we view tablespace group?
SELECT * FROM dba_tablespace_groups;
GROUP_NAME TABLESPACE_NAME
------------------------------ ------------------------------
TEMP_TS_GROUP TEMP
TEMP_TS_GROUP TEMP2
How can we delete a tablespace group?
ALTER TABLESPACE temp TABLESPACE GROUP ' ';
HTH:-)
1 comment:
zhengjx20160428
louis vuitton handbags
air jordan shoes
concord 11
michael kors handbags
toms
beats by dr dre
tods outlet store
nhl jerseys
oakley vault
louis vuitton outlet online
adidas originals
coach outlet
christian louboutin shoes
retro 11
ralph lauren polo
michael kors outlet
christian louboutin shoes
ladies cartier watches
coach factory outlet
louis vuitton
ralph lauren
jordan retro 13
vans sneakers
louis vuitton handbags
coach outlet
air jordan 4
air jordan shoes
ralph lauren home
louis vuitton purses
nike running shoes for men
gucci belts
coach outlet online
ray ban sunglasses outlet
nike uk
pandora jewelry
true religion jeans
louis vuitton outlet
michael kors outlet
celine bags
michael kors outlet clearance
Post a Comment