• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Configuration

 
Ranch Hand
Posts: 219
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi folks,
Long time reader. First time questioner.
I want to develope an application using jsp & oracle. I installed oracle 8.1.6. when i try to access the back end I am getting NO LISTNER exception. I don't know what is the config problem.
Any idea how to proceed further?
I am having windows 98, jdk1.3.1 & oracle 8.1.6
Thanks
 
Ranch Hand
Posts: 254
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
check whether you have started the listener or not. In NT, you can go to start->control Panel->services and start the listener and database. If you have set it to manual, when you reboot the machine, it will not be started. either change it to auto or manually start by going to services.
Regards
Beksy
 
Thiru Thangavelu
Ranch Hand
Posts: 219
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks,
I have manually started using lsnrctl program. So that error is eliminated. Now i am getting the error ORA-12514 TNS:listerner could not resolve SERVICE_NAME in connect descriptor.
 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not a servlet / Jsp issue , got to do with your Oracle setup , try posting the query in Oracle forum or worth looking at : http://www.php.net/manual/en/ref.oci8.php
Br,
 
Thiru Thangavelu
Ranch Hand
Posts: 219
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks guys. I got the result. The program is working fine
 
reply
    Bookmark Topic Watch Topic
  • New Topic