We are converting a Oracle Single Byte instance into Multi-Byte. Following is the summery of steps we have following:
- Take an export of Single Byte schema
- Generate DDL file from exported Dump in step 1(Only table Definitions).
- Run these table creation scripts in Multi Byte(AL32UTF8) Instance
- Import data by excluding table definitions
Its working as expected. Help me if we need to set nls_length_semantics to CHAR for target multi-byte instance? Currently this is set to BYTE