- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sqlnet errors/core file
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
08-24-2001 05:58 AM
08-24-2001 05:58 AM
sqlnet errors/core file
A core file from the K400 has been attached that reflects NT errors, but we are lost as to what they are trying to tell us. Your thoughts would be greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2001 07:12 AM
08-27-2001 07:12 AM
Re: sqlnet errors/core file
It sounds like a sqlnet trouble, for a bad configuration in the client NT. Did you check the SQL net easy configuration? .. are you using ODBC, to connect to oracle?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2001 09:25 AM
08-27-2001 09:25 AM
Re: sqlnet errors/core file
Thanks for taking time to review the information. Share it with your buddies because it has Oracle, HP and the locals stumped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2001 01:48 PM
08-27-2001 01:48 PM
Re: sqlnet errors/core file
(lsnrctl stop) .. in other case I was looking in this file, some errors such as but address or config (PORT, HOST ..errors) are you trying to connect to oracle using SQLNET V2 & RPC? ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 08:19 AM
08-29-2001 08:19 AM
Re: sqlnet errors/core file
It looks like your tnsnames.ora file is not well configured " missing entries for host".
cd $Oracle_HOME/network/admin
more tnsnames.ora
it should include entry like the following :
InstanceID = ( DESCRIPTION =
(ADDRESS_LIST = ( ADDRESS = ( COMMUNITY = xxx)( PROTOCOL = TCP)(HOST = yyy)(PORT = 1526)))
(CONNECT_DATA = ( SID = InstanceID )(GLOBAL_NAME = InstanceID )))
While :
xxx : Community name
yyy : Host name
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2001 08:58 AM
09-01-2001 08:58 AM
Re: sqlnet errors/core file
Check for the proper entries in the listener.ora and tnsnames.ora files in $ORACLE_HOME/network/admin directory.
Also looking at your log file do verify the
shmmax,shmseg,shmmni parameters.
Thanks
G Manikandan