[RECO3]rac2:/app/oracle/ext> df -k .
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/vg_rac2-lv_root
51606140 22802376 26182324 47% /
[RECO3]rac2:/app/oracle/ext> sqlplus
SQL*Plus: Release 11.2.0.3.0 Production on Sat Oct 11 07:24:58 2014
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Enter user-name: /as sysdba
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options
SQL> create temporary tablespace tmp2 tempfile '/app/oracle/temp_test.dbf' size 2G;
Tablespace created.
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options
[RECO3]rac2:/app/oracle/ext> ls -l /app/oracle/temp_test.dbf
-rw-r----- 1 oracle oinstall 2147491840 Oct 11 07:25 /app/oracle/temp_test.dbf
[RECO3]rac2:/app/oracle/ext> df -k .
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/vg_rac2-lv_root
51606140 22803420 26181280 47% /
[RECO3]rac2:/app/oracle/ext>
[RECO3]rac2:/app/oracle/ext> sqlplus
SQL*Plus: Release 11.2.0.3.0 Production on Sat Oct 11 07:26:22 2014
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Enter user-name: /as sysdba
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options
SQL> create tablespace test datafile '/app/oracle/data_test.dbf' size 2G;
Tablespace created.
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options
[RECO3]rac2:/app/oracle/ext> ls -l /app/oracle/data_test.dbf
-rw-r----- 1 oracle oinstall 2147491840 Oct 11 07:27 /app/oracle/data_test.dbf
[RECO3]rac2:/app/oracle/ext> df -k .
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/vg_rac2-lv_root
51606140 24900680 24084020 51% /
- 강좌 URL : http://www.gurubee.net/lecture/4001
- 구루비 강좌는 개인의 학습용으로만 사용 할 수 있으며, 다른 웹 페이지에 게재할 경우에는 출처를 꼭 밝혀 주시면 고맙겠습니다.~^^
- 구루비 강좌는 서비스 제공을 위한 목적이나, 학원 홍보, 수익을 얻기 위한 용도로 사용 할 수 없습니다.