ERR-110AA

Duplicate tablespace names

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.

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

Copyright ⓒ 2000~2016 Altibase Corporation. All Rights Reserved.

These documents are for informational purposes only. These information contained herein is not warranted to be error-free and is subject to change without notice. Decisions pertaining to Altibase’s product characteristics, features and development roadmap are at the sole discretion of Altibase. Altibase may own related patents, trademarks, copyright or other intellectual property rights of products and/or features discussed in this document.