Sponsored Content
Top Forums UNIX for Advanced & Expert Users problem connecting to oracle 10g after NCR node reboot Post 302226098 by sowjanya on Monday 18th of August 2008 08:00:40 AM
Old 08-18-2008
problem connecting to oracle 10g after NCR node reboot

Hi All,

I am facing a connection problem with Oracle 10g on Solaris 10 when my application (started by /etc/rc3.d at node reboot) tries to establish a session after reboot of the node where my application is running (NCR UNIX (MP RAS)).

I find that my application (run as a deamon process) dies (abruptly comes down) when a logon is attempted for the first time after the system reboot. I am pretty confident that there is no other process that is trying to establish a connection with Oracle other than my application after i rebooted the NCR node.

When i bounce my application (stop and restart the application) and try establishing the connection with oracle, it is working fine. The application attempts to make a connection only when it recieves a request from another client application on my NCR box.

I am guessing that there could be a problem when establishing the first connection to Oracle 10gR2 database from the client application. To add, we have Oracle 8i client software installed on the client side (NCR node).


I have also check for all the necesary application that it is dependent upon. All the applications upon which this application is dependent on are started properly even before this application is comming up.

Can some one help me out to resolve this issue?

thank you,
sowjanya
 

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

oracle 10g

I have download Oracle 10g for Solaris and I have configurate environment than I will start runInstaller and I have a messege that my version of solaris is not 5.7 , 5.8 and 5,9 I have 5.10 Solaris version what I shoud do I have download most actuall Oracle databases. (4 Replies)
Discussion started by: Deux
4 Replies

2. UNIX for Dummies Questions & Answers

Having A Problem Connecting to Oracle Using Cron

Can someone tell me how to prevent this? stty: standard input: Invalid argument ERROR: ORA-12154: TNS:could not resolve the connect identifier specified SP2-0306: Invalid option. Usage: CONN where <logon> ::= <username> | / ERROR: ORA-12162: TNS:net service name is incorrectly... (1 Reply)
Discussion started by: goodmis
1 Replies

3. UNIX for Advanced & Expert Users

Problem while calling Oracle 10g SQLPLUS files

Hi all, Iam facing a lot of problem while calling Oracle 10g SQLPLUS files from shell. What is the standard procedures to be taken care. Any help would be useful for me. Thanks in advance, Ganapati. (2 Replies)
Discussion started by: ganapati
2 Replies

4. AIX

oracle 10g on AIX 5

hi can anyone help me by telling step by stem oracle10g installation in AIX 5 . Munir mondolsoft Bangladesh (3 Replies)
Discussion started by: dbamunir
3 Replies

5. Shell Programming and Scripting

Problem in Connecting to Oracle Database using KornShell

Hello, I am very new to Scripting. I am having a Kornshell Script below for connecting to Oracle database. But getting an error while executing it. #!/bin/ksh ssh -X root@192.168.2.127 <perimuka> sleep 5 su - oracle sqlplus <mraghunandanan>/<peri123> <<eof Can anyone tell what is wrong... (3 Replies)
Discussion started by: mraghunandanan
3 Replies

6. AIX

Oracle 10g on AIX7

Hi, anyone know if Oracle Database 10g is AIX 7 certified??? thanks in advance. Regards. Mario (2 Replies)
Discussion started by: Zio Bill
2 Replies

7. IP Networking

Node switched itself from static to DHCP on reboot issue

I'm trying to figure out what circumstances would cause an Open Solaris 11.2 host to switch itself from a static to a DHCP ip address upon reboot. This has only happened once but is a cause for some concern as this machine will be part of a web server pool. Nothing has changed on the LAN that... (2 Replies)
Discussion started by: SmokeyJoe
2 Replies
XSM(1)							      General Commands Manual							    XSM(1)

NAME
smproxy - Session Manager Proxy SYNOPSIS
smproxy [-clientId id] [-restore saveFile] OPTIONS
-clientId id Specifies the session ID used by smproxy in the previous session. -restore saveFile Specifies the file used by smproxy to save state in the previous session. DESCRIPTION
smproxy allows X applications that do not support X11R6 session management to participate in an X11R6 session. In order for smproxy to act as a proxy for an X application, one of the following must be true: - The application maps a top level window containing the WM_CLIENT_LEADER property. This property provides a pointer to the client leader window which contains the WM_CLASS, WM_NAME, WM_COMMAND, and WM_CLIENT_MACHINE properties. or ... - The application maps a top level window which does not contain the WM_CLIENT_LEADER property. However, this top level window contains the WM_CLASS, WM_NAME, WM_COMMAND, and WM_CLIENT_MACHINE properties. An application that support the WM_SAVE_YOURSELF protocol will receive a WM_SAVE_YOURSELF client message each time the session manager issues a checkpoint or shutdown. This allows the application to save state. If an application does not support the WM_SAVE_YOURSELF pro- tocol, then the proxy will provide enough information to the session manager to restart the application (using WM_COMMAND), but no state will be restored. SEE ALSO
xsm(1) AUTHOR
Ralph Mor, X Consortium XFree86 Version 4.7.0 XSM(1)
All times are GMT -4. The time now is 09:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy