- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SQL Plus and name resolution
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
09-14-2001 08:02 AM
09-14-2001 08:02 AM
SQL Plus and name resolution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 08:13 AM
09-14-2001 08:13 AM
Re: SQL Plus and name resolution
GK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 10:52 AM
09-14-2001 10:52 AM
Re: SQL Plus and name resolution
hosts: files[NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=return TRYAGAIN=return] nis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 11:20 AM
09-14-2001 11:20 AM
Re: SQL Plus and name resolution
Where is your DNS server? in your subnet?
Generally timeout on first nameserver which is listed on resolv.conf is only 90 sec. then it goes to second nameserver if any present then it goes to forwarder if any present. or else gives the error.
So at maximum it will takes 90x3Sec for nameservers before timeout.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 12:24 PM
09-14-2001 12:24 PM
Re: SQL Plus and name resolution
But that's not too difficult. You can generate address ranges using a script where the hostname is a simple name formed out of the last couple of octets of the IP as in:
12.34.56.78 dhcp5678
12.34.56.79 dhcp5679
and so on. /etc/hosts handles reverse lookup and unless there is some very strange code going on, the clients aren't going to use their own name in communicating with the server.
The DNS timeout is VERY long (10's of seconds) and this is *only* when the DNS server is dead, not when the server cannot locate an address. Your nsswitch.conf statement handles that. However, the first entry in /etc/resolv.conf had better be running 24x7 for all addresses/hostnames that are not found in /etc/hosts.
Bill Hassell, sysadmin