Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> after running a query (count, select...like) i don't get the prompt back

after running a query (count, select...like) i don't get the prompt back

From: Cihat <c.genc_at_interpay.nl>
Date: 7 Aug 2002 01:58:43 -0700
Message-ID: <75fbbd1e.0208070058.2a11f64c@posting.google.com>


Hi,

When i'm running a query it doesn't show the result and it also doesn't go back to the prompt. This only happens in one table in the database.

The query what i'm running is simple:

select count(*)
from cardholder

It also happens when i do a query like this:

select *
from cardholder
where cardholder_name like 'Cihat%'

Can anyone advise me about this?

regards,
Cihat Received on Wed Aug 07 2002 - 03:58:43 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US