Hi,
there are some problem in the data.sql file with oracle.
Some insert line contain < or >. the & sign fail when inserting in oracle database.
for exemple:
"insert into help_items values (3,'ftp<...."
Other line escape ' et \ in wrong way.
with oracle ' is escaped like this: '' and \ like this: \\
Thanks
there are some problem in the data.sql file with oracle.
Some insert line contain < or >. the & sign fail when inserting in oracle database.
for exemple:
"insert into help_items values (3,'ftp<...."
Other line escape ' et \ in wrong way.
with oracle ' is escaped like this: '' and \ like this: \\
Thanks
Comment