Hi All,
We were having some performance problems on our 10G database and so our Oracle DBA asked me to create a new tablespace I named it PSAPSR3INDEX and rebuild a single tables indexes into it after he'd analysed the ADDM report. So I have done this using BRTOOLS.
But now I have warnings in the Database Check run.
BR0970W Database administration alert - level: WARNING, type: IN_WRONG_TABLESPACE, object: (index) SAPSR3.BSAD~0, value: PSAPSR3INDEX
BR0970W Database administration alert - level: WARNING, type: IN_WRONG_TABLESPACE, object: (index) SAPSR3.BSAD~1, value: PSAPSR3INDEX
BR0970W Database administration alert - level: WARNING, type: IN_WRONG_TABLESPACE, object: (index) SAPSR3.BSAD~4, value: PSAPSR3INDEX
BR0970W Database administration alert - level: WARNING, type: IN_WRONG_TABLESPACE, object: (index) SAPSR3.BSAD~5, value: PSAPSR3INDEX
BR0970W Database administration alert - level: WARNING, type: IN_WRONG_TABLESPACE, object: (index) SAPSR3.BSAD~Z02, value: PSAPSR3INDEX
BR0970W Database administration alert - level: WARNING, type: IN_WRONG_TABLESPACE, object: (index) SAPSR3.BSAD~Z03, value: PSAPSR3INDEX
BR0970W Database administration alert - level: WARNING, type: IN_WRONG_TABLESPACE, object: (index) SAPSR3.BSAD~Z04, value: PSAPSR3INDEX
BR0970W Database administration alert - level: WARNING, type: IN_WRONG_TABLESPACE, object: (index) SAPSR3.BSAD~Z05, value: PSAPSR3INDEX
So the table BSAD is in the correct tablespace PSAPSR3 and has TABART of APPL1 so this is in IAORA under tablespace PSAPSR3 which is correct for that data class.
But since this tables indexes are now in a new tablespace how do I get rid of these warnings?
Thanks
Craig