Possible threading isse with ocilogin()

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 isse with ocilogin()

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!
Illusionist
Forum Regular
Posts: 903
Joined: Mon Jan 12, 2004 9:32 pm

Post by Illusionist »

why post the same thing twice?? It wont get answered twice as fast, you know!
sam2004
Forum Newbie
Posts: 6
Joined: Wed Mar 17, 2004 1:33 pm

Post by sam2004 »

Definitely an error.of course.
Illusionist
Forum Regular
Posts: 903
Joined: Mon Jan 12, 2004 9:32 pm

Post by Illusionist »

you can edit a post, and there is a delete post option there as well...
Post Reply