Environment information:
* Oracle version: 10g
* Operating system: RedHat Enterprise
I need to know how to increase a tablespace. You are currently 900mb. The system is accusing use in 87% of Tablespace.
From now on, thank you ...
enlarge tablespace
The command is this:
After the resize you boot for what size you want to increase in my case is 23 you can paste 12g by exeple.
Anything is only question.
Embrace
ALTER DATABASE DATAFILE 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\EXPLO.DBF' RESIZE 23M
After the resize you boot for what size you want to increase in my case is 23 you can paste 12g by exeple.
Anything is only question.
Embrace
-
- Rank: Analista Pleno
- Posts: 115
- Joined: Sat, 10 Nov 2007 2:54 pm
- Location: rio de janeiro
Att,
Diego Leite
DBA ORACLE
Diego Leite
DBA ORACLE
Friend,
I recommend the local management of extent as well as Maximum Datafile 1500m size.
Oracle recommends 2000m.
I recommend the local management of extent as well as Maximum Datafile 1500m size.
Oracle recommends 2000m.
CREATE
TABLESPACE t_data
LOGGING
DATAFILE 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\data1.dbf' SIZE 10M AUTOEXTEND ON NEXT 100M MAXSIZE 1500M
EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO;
-
- Information
-
Who is online
Users browsing this forum: No registered users and 1 guest