Recent Posts
Recent Comments
- Today
- 64
- Total
- 157,823
Notice
개발은 너무해
temporary tablespace Warning 본문
temporary tablespace는 데이터베이스를 open 하는데 크게 영향을 받지 않는다.
그러나 temporary tablespace가 없다면 alert file에는 아래와 같은 메세지를 뿌려주게 되어있다.
데이터베이스 startup 하였을시...
*********************************************************************
WARNING: The following temporary tablespaces contain no files.
This condition can occur when a backup controlfile has
been restored. It may be necessary to add files to these
tablespaces. That can be done using the SQL statement:
ALTER TABLESPACE <tablespace_name> ADD TEMPFILE
Alternatively, if these temporary tablespaces are no longer
needed, then they can be dropped.
Empty temporary tablespace: TEMP
*********************************************************************
'Oracle > Oracle Error' 카테고리의 다른 글
ORA-09817, ORA-01075 (0) | 2011.09.27 |
---|---|
ORA-01144: File size (4194304 blocks) exceeds maximum of 4194303 blocks (0) | 2011.03.16 |
temporary tablespace Warning (0) | 2011.03.10 |
ORA-00059: maximum number of DB_FILES exceeded (0) | 2011.02.21 |
ORA-03113 : end-of-file on communication channel (0) | 2010.11.03 |
function 부분 클릭 시 다운현상 (0) | 2010.07.02 |
0 Comments