- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SP2-1503: Unable to initialize Oracle call int...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2006 10:13 PM
тАО03-23-2006 10:13 PM
SP2-1503: Unable to initialize Oracle call interface
New errors when trying to start sqlplus
SP2-1503: Unable to initialize Oracle call interface
SP2-0152: ORACLE may not be functioning properly.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2006 10:18 PM
тАО03-23-2006 10:18 PM
Re: SP2-1503: Unable to initialize Oracle call interface
is you NLS_LANG set ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2006 10:21 PM
тАО03-23-2006 10:21 PM
Re: SP2-1503: Unable to initialize Oracle call interface
NLSLANG=AMERICAN_AMERICA.UTF8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2006 10:22 PM
тАО03-23-2006 10:22 PM
Re: SP2-1503: Unable to initialize Oracle call interface
that looks fine.
After some more digging I also found:
We just installed Oracle 10.2.0.1 on HP-UX 11i. A non-oracle user is trying to
use sqlplus and gets following error.
$ sqlplus username/password
SP2-1503: Unable to initialize Oracle call interface
SP2-0152: ORACLE may not be functioning properly
Looked up on the metalink and Oracle is saying it is a base bug 4516865.
Permissions at the OS level aren't set properly after the Oracle 10gR2 install.
One of the solution given is to do "chmod -R 755 $ORACLE_HOME", a recursive
permission command. Do you think this is a good solution from a security
perspective?
Metalink says, "There is a one-off patch for the base bug 4516865, but this
fixes the permissions problem only on the server side. Currently, there is still
no patch for the client side." They don't say what the one-off patch is :-(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2006 10:26 PM
тАО03-23-2006 10:26 PM
Re: SP2-1503: Unable to initialize Oracle call interface
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2006 10:35 PM
тАО03-23-2006 10:35 PM
Re: SP2-1503: Unable to initialize Oracle call interface
Note:335063.1 on Metalink is a good point to start. From there you can link to the bug description.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2006 11:05 PM
тАО03-23-2006 11:05 PM
Re: SP2-1503: Unable to initialize Oracle call interface
i will also suggest that you install the latest available patch to 10.2.0.2 before trying anything...
I have just finished installing that at my site and works without any glitches.
good luck!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2006 11:08 PM
тАО03-23-2006 11:08 PM
Re: SP2-1503: Unable to initialize Oracle call interface
I installed the latest patch earlier this morning.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2006 11:34 PM
тАО03-23-2006 11:34 PM
Re: SP2-1503: Unable to initialize Oracle call interface
Thanks for all your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2006 11:40 PM
тАО03-23-2006 11:40 PM
Re: SP2-1503: Unable to initialize Oracle call interface
could you please identify/summarise the solution, so that other people, with the same problem, can use your experience.
Many Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2006 11:49 PM
тАО03-23-2006 11:49 PM
Re: SP2-1503: Unable to initialize Oracle call interface
Actually one of the othet IT guys here modified the .profile for the Oracle user with the following...
# export ORACLE_HOME=/u/oracle/product/10*/client*/
export ORACLE_HOME=/u/oracle/product/10.2.0/client_1/
export ORACLE_BASE=/u/oracle/product/10*/client*/
export TEMP=/prod/tmp
export TMPDIR=/prod/tmp
export LD_LIBRARY_PATH=/u/oracle/product/10*/client*/instantclient
export SHLIBPATH=ORACLE_HOME/lib32:$ORACLE_HOME/lib:$SHLIBPATH
export LD_LIBRARY_PATH=/u/oracle/product/10*/client*/instantclient