Oracle
Utilities and Tools
CSScan
Metalink Doc Id 123670.1 Before altering the character set of a database, check the convertibility of the data before converting. Character set conversions can cause data loss or data corruption. The Character Set Scanner utility provides this 2 features: 1) convertibility check of existing data and potential issues. The Scanner checks all character data in the database including the data dictionary and tests for the effects and problems of changing the character set encoding (characterset). At the end of the scan, it generates a summary and exception report of the database scan. 2) from csscan V1.1 onwards it allows you also to do a check if there is no data in the database that is incorrectly stored. This is used in [NOTE: 225938.1] Database Character Set Health check This note gives an example on how the output of the csscan tool looks like and some live examples of how to convert the characterset. Please use the following note: [NOTE: 225912.1] Changing
the Database Character Set Installation
and setup You cannot mix csscan versions with between database versions; there is a separate csscan version for each database/platform combination. Please see the following note csscan compatibility to find out which version is best for you: [NOTE:179843.1] Versioning of the Character Set Scanner If you receive errors about the version of the migrate utility schema then also please see the mentioned note. There is one know problem with the characterset scanner for 817: see [BUG: 3043474] To install the Character Set Scanner, you must have DBA privileges on the Oracle database. If you encounter "CSS-0xxxx" type errors, first look in the "Character Set Scanner Error Messages " section of these documentation sets: Oracle9i Database Globalization Support Guide Release 2 (9.2), Part Number A96529-01 http://otn.oracle.com/pls/db92/db92.docindex? remark=homepage Oracle8i
Documentation Addendum, http://otn.oracle.com/documentation/oracle8i.html click on " View Library" for "Oracle8i On-Line Generic Documentation Release 3 (8.1.7)" Installing
Csscan Modify the following statement in csminst.sql to assign your preferred tablespace to CSMIG as follows: ALTER USER csmig DEFAULT TABLESPACE tablespace_name; Then run csminst.sql using these commands and SQL statements: cd
$ORACLE_HOME/rdbms/admin check the csminst.log for errors. [NOTE: 232242.1] Character
set migration utility schema not installed in 9i Now you can run the scanner against this database, for example C:\>csscan help=y gives the help screen. The usage and results of a csscan run are different depending on the version of csscan you use, therefore please see the relevant note for your version: [NOTE:279068.1]
[NOTE:179843.1]
Versioning of the Character Set Scanner DBV (DBVERIFY) NID (DBNEWID) Introduced in Oracle 9i Oracle Enterprise Manager RMAN (Recovery Manager)
|