hendra
15th November 2005, 12:39
Hi,

I am trying to create oracle instance for SSA ERP LN but got an error:

dbs_errno = 2537. Tablespace TEMP01, datafile (path)\TEMP01.DBF, size = 200M

Does it have anything to with the temp datafile size? We've tried 100M, 200M and 500M but nothing worked.
Please help me.

dave_23
15th November 2005, 13:48
looks like maybe you're telling the installer to create a temporary
tablespace where one already exist?

Usually baan installers have 2 options create your own DB or
install into an existing DB.. you may want to do the install into an existing DB option. (if it's there..)

01537, 00000, "cannot add data file '%s' - file already part of database"
// *Cause: During CREATE or ALTER TABLESPACE, a file being added is already
// part of the database.
// *Action: Use a different file name.