How can I resolve the error "ORA-10615: Invalid tablespace type for temporary tablespace" when creating a new repository?

 
0 Likes

Problem:

How can I resolve the error "ORA-10615: Invalid tablespace type for temporary tablespace" when creating a new repository?

Resolution:

ANSWER
----------------------------------
This is an native Oracle error message with the following info from the Oracle site:
Cause: Tablespace with AUTO SEGMENT SPACE MANAGEMENT specified cannot be used as a temporary tablespace.
Action: Recheck the tablespace name and re-issue the statement

SilkCentral Issue Manager throws this error as the tablespace you have specified to be used for the repository can not be used due to the setting "AUTO SEGMENT SPACE MANAGEMENT" being enabled. This setting is used to limit the size tables can grow to within your database. To resolve this error issue speak to your IS team or Oracle DBA to check if this setting can be disabled. For further assistance contact Support.

Old KB# 23735
Comment List
Related
Recommended