Possible Threading issue

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
sam2004
Forum Newbie
Posts: 6
Joined: Wed Mar 17, 2004 1:33 pm

Possible Threading issue

Post by sam2004 »

Hi
I am using $stmt = OCIParse($conn, "select * from scott.sample");
the execute reaches a hang...if at the same time I try to query the table using SQLPLUS WOrksheet, my system hangs?
any therading fncyionaluty i nee dto implement?
i installed oracle standard edition-should i be using enterprise edition?
aloso is there a possible conflict between ociParse and exceute? (php extensions)

Thanks!
Post Reply