I am planning to migration SQL Server 2008 database with Collation: SQL_Latin1_General_CP1_CI_AS to oracle 12c
1. Is there a document which can tell what character set I can use?
2. Is there a utility like CSSCAN which I can run on sql server to check if database is convertable to new character set on oracle
3. What is the process to migrate the database across?
Thank you.