- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Re: Oracle connection error during first time inst...
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
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
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
02-10-2009 12:58 PM
02-10-2009 12:58 PM
I have already replaced the ojdbc14.jar file as explained in:
http://forums13.itrc.hp.com/service/forums/categoryhome.do?categoryId=455
The Oracle database is up and running. I have created a dedicated user account for HP SIM on Oracle. I can login to that account with sqlplus.
But I get the following error when trying to connect to the Oracle database from the HP SIM installation procedure:
Unknown database error 192
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2009 10:49 PM
02-10-2009 10:49 PM
Re: Oracle connection error during first time installation of HP SIM
You can find me from Twitter @JKytsi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2009 11:27 PM
02-10-2009 11:27 PM
Re: Oracle connection error during first time installation of HP SIM
SEE ATTACHMENT.
select * from v$version
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
PL/SQL Release 9.2.0.1.0 - Production
CORE 9.2.0.1.0 Production
TNS for 32-bit Windows: Version 9.2.0.1.0 - Production
NLSRTL Version 9.2.0.1.0 - Production
Before starting the installation, I performed the following:
grant connect, resource to hpsim
select * from user_role_privs
CONNECT
RESOURCE
select * from user_sys_privs
UNLIMITED TABLESPACE
I can create a table and insert records:
create table test (c1 date)
insert into test values (sysdate)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2009 02:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2009 03:19 AM
02-11-2009 03:19 AM
Re: Oracle connection error during first time installation of HP SIM
I have verified the Oracle ALERT file, I do not see a problem there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2009 11:42 AM
02-11-2009 11:42 AM
Re: Oracle connection error during first time installation of HP SIM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2009 12:00 PM
02-12-2009 12:00 PM
Re: Oracle connection error during first time installation of HP SIM
In the previous replies I attempted to use Oracle on a Windows Server.
When I connected to an Oracle 10g database on Tru64 UNIX, I got the following error:
Unsupported character set.
HP Systems Insight Manager requires unicode (AL32UTF8)
In the end, it was just a Characterset problem, both on Windows, and Tru64. HP SIM only supports Oracle Unicode AL32UTF8.
To solve the problem quickly, I just installed the Oracle 10g Express International edition on the local CMS (Central Management Server), because I did not want to invest the time and effort to install another "big" Oracle instance.
The kit is available from:
http://www.oracle.com/otn
http://www.oracle.com/technology/software/products/database/xe/htdocs/102xewinsoft.html
In attach you see how I connect. Note that I have chosen another port for the Oracle listener since the default port 1521 was already in use by another Oracle instance.
Thanks to all!