Re: Can't connect to Oracle 11g

2013-05-02 Thread skysw...@gmail.com
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

Re: Can't connect to Oracle 11g

2013-05-02 Thread Claus Ibsen
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:

Re: Can't connect to Oracle 11g

2013-05-02 Thread 黄骞
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

Re: Can't connect to Oracle 11g

2013-05-02 Thread Claus Ibsen
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