C:\Documents and Settings\Administrator>sqlplus "/as sysdba"
SQL*Plus: Release 9.2.0.1.0 - Production on 목 Mar 12 15:40:45 2009
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
다음에 접속됨:
Oracle9i Release 9.2.0.1.0 - Production
JServer Release 9.2.0.1.0 - Production
SQL> select file_name, tablespace_name, bytes
2 from dba_data_files
3 where tablespace_name = 'KJ_PORTAL_DATA';
FILE_NAME TABLESPACE_NAME BYTES
-------------------------------------------------------------------------------- ------------------------------ ----------
D:\ORACLE\ORADATA\KJPORTAL\KJ_PORTAL_DATA.ORA KJ_PORTAL_DATA 104857600
SQL> alter database datafile 'D:\ORACLE\ORADATA\KJPORTAL\KJ_PORTAL_DATA.ORA' resize 4096M;
데이타베이스가 변경되었습니다.
SQL>
'DataBase' 카테고리의 다른 글
[Oracle] 월간 날짜, 요일 리스트 받기 (0) | 2009.03.13 |
---|---|
[Oracle] 데이터 옮기기 (0) | 2009.03.12 |
[Oracle 10g] Oracle - drop table, truncate table (0) | 2008.11.20 |
[Oracle 10g] `BIN$+......==$0` 알수없는 테이블 (0) | 2008.09.23 |
[Oracle] ''&'' 입력하기 (0) | 2008.02.19 |