Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Table of Contents

Version

All versions

Explanation

Unable to create tablespace.

Cause

This error occurs when a tablespace with an existing name is created.

Action

1. Check the name of the tablespace that is currently being used. 

Code Block
languagesql
iSQL> SELECT name FROM v$tablespaces;
NAME
--------------------------------------------
SYS_TBS_MEM_DIC
SYS_TBS_MEM_DATA
SYS_TBS_DISK_DATA
SYS_TBS_DISK_UNDO
SYS_TBS_DISK_TEMP
VOL_TBS1
VOL_TBS2
MEM_TBS1
DISK_TBS1

2. Re-create the tablespace with a distinct name.

Reference

N/A