ORA-27101: shared memory realm does not exist (connect from unix to window db) [message #307780] |
Wed, 19 March 2008 19:34 |
pputh
Messages: 13 Registered: December 2007 Location: Sacramento
|
Junior Member |
|
|
Hi,
I am trying to connect to a window database from Unix from SQLPlus but keep getting the following error:
Enter password:
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
HP-UX Error: 2: No such file or directory
However, when I attempt connect to the database on this Unix box, I was able to. Just can not connect to database window server.
I export and have the window database in the tnsnames.ora on Unix. I attempt to ping but it could not resolve the name.
Thanks!
|
|
|
|
|
|
Re: ORA-27101: shared memory realm does not exist (connect from unix to window db) [message #307978 is a reply to message #307900] |
Thu, 20 March 2008 11:41 |
pputh
Messages: 13 Registered: December 2007 Location: Sacramento
|
Junior Member |
|
|
In the TNSNAMES file, I tried IP and dns name, but no luck.
Yes, Oracle RDBMS is running on Windows; however, I also have one running on Unix for different database.
I try tnsping and ping the server. When I ping the server, I keep getting the following message:
PING oracle-oms.smfbc.org: 64 byte packets
64 bytes from 10.40.3.38: icmp_seq=0. time=0. ms
64 bytes from 10.40.3.38: icmp_seq=1. time=0. ms
64 bytes from 10.40.3.38: icmp_seq=2. time=0. ms
64 bytes from 10.40.3.38: icmp_seq=3. time=0. ms
.
.
64 bytes from 10.40.3.38: icmp_seq=64. time=0. ms
.
.
I had kill it because it seems to go forever. I will talk to my Unix Admin since it looks like this is where the issue is.
Thanks!
|
|
|
|
Re: ORA-27101: shared memory realm does not exist (connect from unix to window db) [message #308010 is a reply to message #308009] |
Thu, 20 March 2008 15:13 |
pputh
Messages: 13 Registered: December 2007 Location: Sacramento
|
Junior Member |
|
|
Yes, Oracle RDBMS is running on Windows. I want to connect to the database on Windows from Unix because my RMAN Recovery catalog database is on Windows. Currently all my Oracle databases on Windows use this RMAN database as recovery catalog and I would like to include my Unix database backup to it.
anacedent: Can ANY client talk to the Oracle DB on Windows?
Yes, if I'm connecting from another Windows server/pc.
|
|
|
|
Re: ORA-27101: shared memory realm does not exist (connect from unix to window db) [message #308017 is a reply to message #308011] |
Thu, 20 March 2008 15:43 |
pputh
Messages: 13 Registered: December 2007 Location: Sacramento
|
Junior Member |
|
|
I did a cut and paste but no luck.
my sqlnet.ora
# SQLNET.ORA Network Configuration File: /oracle/product/9.2.0.3/network/admin/s
sqlnet.ora
# Generated by Oracle configuration tools.
NAMES.DEFAULT_DOMAIN = smfbc.org
I also try including the below 2 lines for sqlnet.ora:
SQLNET.AUTHENTICATION_SERVICES= (NTS)
NAMES.DIRECTORY_PATH= (TNSNAMES)
I try other combinations also, but still no luck.
|
|
|
|
|
|
|
|
|