IBM Storage Protect Snapshot for Oracle miscellaneous errors
Certain unique errors might occur when you use IBM® Storage Protect Snapshot for native Oracle.
If you receive the following errors:
- IBM Storage Protect Snapshot fails on the backup server in DBCS locales when the datafile or the path to the datafile contains a DBCS name.
- This error is an Oracle problem that was reported to the Oracle
development team. The Oracle Technical Assistance Request (TAR) number
for this problem is 2367962.999. The following procedure provides a workaround until the problem is resolved by Oracle:
- Take the table space that contains the DBCS name in its datafile or the path to its datafile offline.
- If the DBCS name is in the datafile, rename the DBCS datafile to an English name. If the DBCS name is in the path to the datafile, move the datafile to a path with an English name.
- Log in to the Server Manager and issue the following command:
ALTER TABLESPACE <dbcs_tablespace_name> RENAME DATAFILE 'dbcs_path/dbcs_datafile' TO 'english_path/english_datafile'; - Bring the table space online.
- Delete the DBCS datafile if necessary.