• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to start the Oracle 11g Xpress edition server.

 
Ranch Hand
Posts: 254
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I installed oracle 11g XE in my system. While installing it asked me to give ONLY password. Now, I want to start the oracle server and have to make DB conn. through hibernate. But, I dont how to start server and make conn. to DB through hibernate. I dont know this property. Please somebody help me.

1) how to start up the Oracle server.
2) what's the property of that url.


Admin name= System name and password is = "oracle"..



Thanks:
Ramakrishna K.C
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If the DB server is not running, then JDBC (and by extension Hibernate) can't do anything about that. The first result I get when googling "How to start the Oracle 11g Xpress edition server" looks very promising.
 
Ramakrishna Udupa
Ranch Hand
Posts: 254
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks @Ulf Dittmer. Its helped. Actually I searched before, but i dint get at that time. Fortunately I got now..

Thanks:
Ramakrishna K.C
 
reply
    Bookmark Topic Watch Topic
  • New Topic