How to handle -Carriage return '^M' -while using external tables in oracle?
userP5Jun 23 2009 — edited Jun 24 2009I have a external table in Oracle server installed on SOLARIS server. I want to load a file (generated on windows machine) into this external table but load fails due to carriage return character '^M'.
If I remove the carriage return characters , it works fine and my external table gets populated properly.
How should I handle carriage return characters ?
Edited by: userPrasad on Jun 23, 2009 5:06 PM