• 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

Cannot connect to oracle 10g database server for first time through sqlplus

 
Ranch Hand
Posts: 165
Tomcat Server Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I have installed oracle 10g db server on my laptop. Whenever I start my laptop and try to connect to my database, it does not get connected. I tried through oracle sql plus and even through command prompt by opening sql client by sqlplus/ command. I get following error message:-

C:\Users\Rajiv>sqlplus/
SP2-1503: Unable to initialize Oracle call interface
SP2-0152: ORACLE may not be functioning properly


To work with my db, everytime I need to connect through isqlplus first on browser. On iSQLPlus, I can get connect easily. Once I do intialization there on iSQLPlus then I can go back to Oracle sqlplus or through on command prompt and it works. I think some small issue would be there, some loading of library or some connection which iSQLPlus can make but not rest and once iSQLPlus does then that 'something' remains there until I turn off my computer.

Any idea my friends
 
Bartender
Posts: 2407
36
Scala Python Oracle Postgres Database Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You might want to search on the Oracle TechNet for this error message e.g. the last few posts under this thread may be relevant.
 
Try 100 things. 2 will work out, but you will never know in advance which 2. This tiny ad might be one:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic