Dear All,
we want to change our database from oracle to sql, we have decided following approach.
1) Setup Sql Server
2) Migrate Schema and Data using SSMA tool from oracle to SQL
3) Setup Content Server and create repository using migrated database.
Now the problem is documentum expects SQL Server in case sensitive mode, while migrating schema from oracle to sql all tables and columns are getting converted to UPPER case in sql server and when I am setting up repository using migrated schema documentum creating duplicate tables in lower case.
Any idea how can we migrate from oracle to sql using SSMA and migrate schema in lower ?