Oracle install on Solaris


 
Thread Tools Search this Thread
Operating Systems Solaris Oracle install on Solaris
# 1  
Old 12-17-2010
Error Oracle install on Solaris

i have installd oracle 10 on Solaris 10 now i want to access this database from remote machine.
-bash-3.00$ tnsping 192.168.92.49

TNS Ping Utility for Solaris: Version 10.2.0.2.0 - Production on 17-DEC-2010 21:06:51

Copyright (c) 1997, 2005, Oracle. All rights reserved.

Used parameter files:
/export/home/oracle/oracle/product/10.2.0/db_1/network/admin/sqlnet.ora

Used EZCONNECT adapter to resolve the alias
Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=iac-nms01.))(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.92.49)(PORT=1521)))
TNS-12541: TNS:no listener
-bash-3.00$
---------------------------------
i have configured listener.ora
-bash-3.00$ more listener.ora
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = VMSol10)(PORT = 1521))
)
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
)
)
)
-------------------------------
when a apply this adapters command i didnt find any adapter
-bash-3.00$ adapters

Installed Oracle Net transport protocols are:

Installed Oracle Net naming methods are:

Installed Oracle Advanced Security options are:

-bash-3.00$

Please help me out.

Moderator's Comments:
Mod Comment Double post. Continue here
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

Is possbile to install Oracle database 10g on Solaris 11 Express ?

Today I finally tuned my Solaris 11 express so now works better :D I want to install some relational database on that machine and learn for my future carrier. I downloaded Oracle database 10g for Solaris x86 and tried to install it but my system didn't passed system requirements, installer... (0 Replies)
Discussion started by: solaris_user
0 Replies

2. Solaris

Can I install oracle without Instantclient in solaris???

Hi I am very new to solaris and OCI ........ I have requirement like I want to install oracle in non global zone with out instant client and Instant client should be in global zone. Normally in windows we use ojdbc14.jar and we will set that jar file to the PATH and we use JDBC to connect to... (0 Replies)
Discussion started by: vijaysachin
0 Replies

3. Solaris

How to install Oracle 11g on Solaris 10

I want to install Oracle 11 on solaris 10. Can help me to find good tutorial about this? Thanks Very Much (2 Replies)
Discussion started by: moslemovic
2 Replies

4. Solaris

Unable to install Oracle 11G in solaris 10

Hi I am unalbe to install oracle 11G in solaris 10 in SPARC machine, I am getting this below errror while installing with /.runInstaller Warning: Cannot convert string "-monotype-arial-regular-r-normal--*-140-*-*-p-*-iso8859-1" to type FontStruct Exception java.lang.NullPointerException... (0 Replies)
Discussion started by: durgaprasadr13
0 Replies

5. HP-UX

Oracle 9i install: Error in invoking target install of makefile

I receive an error while installing Oracle 9i: Error in invoking target install of makefile /opt/oracle/product/9.2.0/sqlplus/lib/ins_sqlplus.mk Furthermore: $ whoami oracle $ echo $ORACLE_HOME /opt/oracle/product/9.2.0 $ pwd /opt/oracle/product/9.2.0/sqlplus/lib $ ll total... (5 Replies)
Discussion started by: chris2005
5 Replies

6. UNIX Desktop Questions & Answers

How to install Oracle 8i on Solaris 8 OS on a PC ?

Dear Sir/Madam, I have a hard time to install Oracle 8i on Solaris 8 OS on my PC. Every time I tried to install Oracle I failed, and it gave me a message that I have to change the files which were not specified. Therefore I have no ideas which files I have to modify. If you have the answer,... (2 Replies)
Discussion started by: vuknguyen
2 Replies
Login or Register to Ask a Question