- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- i deleter (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPRO...
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
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
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-07-2007 09:49 PM
тАО02-07-2007 09:49 PM
i deleter (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC)) from listener
in my box some problems with listener so
i delete (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
from the listener and now all datbases working fine
is there any problem with this delete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2007 09:56 PM
тАО02-07-2007 09:56 PM
Re: i deleter (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC)) from listener
To answer, I'd need to know more about the entire configuration file.
The good news is everything seems to be working.
I'd watch the alert logs and make sure tnsping works properly on all systems that need access.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2007 10:01 PM
тАО02-07-2007 10:01 PM
Re: i deleter (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC)) from listener
and welcome to the forums !
What version of Oracle ?
Deleted from $ORACLE_HOME/network/admin/listener.ora or
$ORACLE_HOME/network/admin/tnsnames.ora ?
You may want to read:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=12622
Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
Out of interest, what was the original problem ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2007 10:02 PM
тАО02-07-2007 10:02 PM
Re: i deleter (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC)) from listener
all database are working fine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2007 09:34 AM
тАО02-08-2007 09:34 AM
Re: i deleter (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC)) from listener
1) if you have a user-created external library set up with the 'create library' DDL, or
2) if you use IPC-type shared server connections to your database. These are not the default (TCP is the default), and must be manually configured.
This forces all communication to the listener to be done via TCP/IP. This will not affect implicit bequeath connections such as "set ORACLE_SID=SID; sqlpulus / as sywsdba" which don't use the listener anyway.