| |
GeekInterview.com > Interview Questions > Oracle > Scenarios
| Print | |
Question: See, If the export dump is in one characterset and the target database which has to be imported is in another characterset how could we import that particular dumpfile into target database ?
|
| May 05, 2006 13:22:56 |
#1 |
| Faraz |
Member Since: Visitor Total Comments: N/A |
RE: See, If the export dump is in one characterset and... |
| In 10g exp/imp can be used to convert to character set but it can result in some data loss or data corruption.consier also when we are migrating form character set A to set B make sure to avod data loss that B is a superset of A. |
| |
Back To Question | |