Hi,
I have a problem with PHP and Oracle 10 Database.
I read sql script from file and execute it.
Files are something like this:

insert into pts (pid, txt) values (1,'502a');
insert into pts (pid, txt) values (2,'502b');
.....

I receive a message: "ORA-00911: invalid character"
When I remove manually the ";" from the end of every row and execute 
separate every command
everything is ok.
I have and script files fo creating procedures/functions and there in not a 
problem with ";".

Where is the problem ? Why can not be used ";" as command separator from PHP 
?

Thanks in advance!
Rosen

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to