Hi Claus,
Thank you for the advice, I will make a try and feedback later
On Fri, May 3, 2013 at 1:26 PM, Claus Ibsen wrote:
> Hi
>
> You have to check the logs to see what goes on. And also make sure the
> SQL query is not returning very big data as then it takes a long time.
>
> And you can
Hi
You have to check the logs to see what goes on. And also make sure the
SQL query is not returning very big data as then it takes a long time.
And you can also look on the Oracle side what goes on, if it has
received the SQL and is executing it etc.
On Thu, May 2, 2013 at 11:07 AM, 黄骞 wrote:
Hi,
Thank you very much for the suggestion! I think I missed some code in my
first letter.
The real code is
select * from GEO_FEATURE
However, I can get the "start db" log, but cannot get "stop db" log.
Can you give me some further suggestin?
Thank you !
黄骞/Huang Qi
Hi
You need to the route to start with a
select * from GEO_FEATURE
eg you can also see this by the examples on the jdbc doc page
http://camel.apache.org/jdbc
On Thu, May 2, 2013 at 10:20 AM, skysw...@gmail.com wrote:
> Hi everyone,
>
> I want to do some search in Oracle 11g
Hi everyone,
I want to do some search in Oracle 11g with the following xml.
select * from GEO_FEATURE
However I got response and no error log, is there any possible reason or
some suggested debug method for me?
Thanks a lot!