- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- restarting oracle listener process on Open VMS
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
тАО07-09-2010 06:26 AM
тАО07-09-2010 06:26 AM
but is now back. The VMS box is giving errors when you attempt to connect, so I think I just need to restart the oracle listener on the client box which is the VMS machine.
I dont' believe the logicals are set up correctly. Can you tell me what needs to be set up and how the command it run ?
I have an Oracle-Home directory, I run Orauser and am able to get into SQLPLUS, but
any attempts to run a lsnrctl start command
gives me an error of -- @lsnrctl from the bin directory says no logical name equivalence for ORA_NETWORK. no logical name match.
Thanks for your help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-09-2010 07:11 AM
тАО07-09-2010 07:11 AM
SolutionWhat version of OpenVMS, and what version of Oracle client.
I running 10g client on OpenVMS 8.3-1H1. The startup looks like:
$ Define/NoLog/System/Trans=Conc Ora_Root Sys$SysDevice:[Oracle10g.]
$ Define/NoLog/System Oracle_Home Ora_Root:[000000]
$!
$ @Ora_root:[utils]orauser
$ @Oracle_Home:insoracle
This last com file creates the logical name tables and installs oracle images.
HTH
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-09-2010 07:37 AM
тАО07-09-2010 07:37 AM
Re: restarting oracle listener process on Open VMS
For a server going up and down, you normally would not need to do anything on the client.
What are the error message/codes?
What is the Oracle (client) version and OpenVMS version?
>> I dont' believe the logicals are set up correctly. Can you tell me what needs to be set up and how the command it run ?
Yes, that could be the case, but then it would never have worked.
The logical names are typically setup in a dedicated logical name table, by insoracle.
insoracle can be called automatically from orauser, or can be called explicitly.
orauser can be found in oracle_home, and effectivly defines oracle_home.
That's the one 'real' location you need to know
But you indicate you already did that.
Did you get error doing that?
Notably:
"ORACLE environment setup NOT successful.
The ORACLE environment must first be established by the
Database Administrator. This can be done by executing
command INSORACLE from an account which has DBA privileges."
$ SHOW LOG ORA_NETWORK ??
$ SHOW LOG ORA_* ??
Hope this helps some,
Hein
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-09-2010 08:30 AM
тАО07-09-2010 08:30 AM
Re: restarting oracle listener process on Open VMS
I now know from past behavior that I need to check to see if this server can connect to the HP box (the one that was down). It also connects to a second HP box and that link is
working fine (since that Box never went down). Can anyone tell me where to check in the directory structre to see if the VMS box
is pointing the new box, or how that connection can be restablished?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-09-2010 09:02 AM
тАО07-09-2010 09:02 AM
Re: restarting oracle listener process on Open VMS
I have two tnsnames in the file. One is for the first HP server, another for the second HP server. Connnection one works, connection two doesn't. Same entry only difference is the host name in the description.
Would appreciate commands to verify connections between the OPENVMS system and the unix system. I am getting the normal generic Tnsnames can't resolve name errors, so I need to check out that the boxes can talk with each other.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-09-2010 10:03 AM
тАО07-09-2010 10:03 AM
Re: restarting oracle listener process on Open VMS
I can do a TCPip ping from the MVS server to the Unix box. I've tried both IP address and host name in the tnsnames.ora file.
I get errors like 12545 Connect failed because target host or object does not exit.
how else can I troubleshoot networking between these servers ?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-09-2010 10:20 AM
тАО07-09-2010 10:20 AM
Re: restarting oracle listener process on Open VMS
Google finds roughly eight thousand hits for that error message. Here are a few of the matches, both related to this error and to sites discussing Oracle software:
http://forums.oracle.com/forums/thread.jspa?messageID=4414190
http://www.lazydba.com/oracle/0__105475.html
http://www.dba-oracle.com/t_ora_12454_connect_failed_because_target_host_or_object_does_not_exist.htm
Here's a Google query that specifically targets this error with resources at Oracle:
http://www.google.com/search?q=12545+Connect+failed+because+target+host+or+object+does+not+exist+site%3Aoracle.com
Obvious tests here would include what Oracle has cited in their error messages and recovery documentation (ping, et al) as well as determining if the server that tipped over has correctly and completely restarted. "The Unix box went down and but is now back." could involve a problem with the Unix box, after all, and it might have successfully rebooted but might not be fully operational yet. Specifically, have you verified Oracle is running and fully operational?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2010 08:09 AM
тАО07-12-2010 08:09 AM
Re: restarting oracle listener process on Open VMS
For example:
$ @ora$home[oracle.v102]orauser prod
prod being the database name / sid that I want to connect to. It does not matter if the database is local or remote. Oracle uses the sid to reference the connect string in the local tnsnames.ora file to connect to the db. A listener is necessary if the db is local, and not needed if the db is hosted on a remote server.
you can verify that the logical has been / not been set by:
$ show logical ora_sid
this will tell you what db a sqlplus session will connect to by default
Hope this helps :-)
kc