Oracle/Oracle Error
temporary tablespace Warning
평생초보
2011. 3. 10. 13:09
반응형
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
*********************************************************************
반응형