
September 20th, 2011, 09:06 AM
|
|
Registered User
|
|
Join Date: Sep 2011
Posts: 4
Time spent in forums: 11 m 46 sec
Reputation Power: 0
|
|
|
Data migration from WORD to ORACLE
I have a long file in WORD as I try to load it in ORACLE quotes become periods, ex:
insert into mytab values ('myname, 26);
when i copy this and paste it in oRACLE (UNIX environment), it translates as
insert into mytab values (.myname.,26)..does not recognize the quotes
I tried copying from word to notepad to ORACLE same problem..
need help!!!!
|