Dear All,
Environment
System 1 (192.168.1.100)
OS:Windows 7 64bit
Database: Oracle 12c Databse (64bit)
SID:RDB12
"lsnrctl status" command show following information
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for 64-bit Windows: Version 12.1.0.2.0 - Production
Start Date 16-APR-2016 19:37:47
Uptime 0 days 0 hr. 16 min. 17 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File C:\app\oracle\product\12.1.0\dbhome_1\network\admin\listener.ora
Listener Log File C:\app\oracle\diag\tnslsnr\RND-PC\listener\alert\log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=RND-PC)(PORT=5500))(Security=(my_wallet_directory=C:\APP\ORACLE\admin\rdb12
\xdb_wallet))(Presentation=HTTP)(Session=RAW))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "rdb12" has 1 instance(s).
Instance "rdb12", status READY, has 1 handler(s) for this service...
Service "rdb12XDB" has 1 instance(s).
Instance "rdb12", status READY, has 1 handler(s) for this service...
The command completed successfully
System 2 (192.168.1.200)
OS:Windows 7 (64bit)
Weblogic Server: Oracle 12c
Forms and Reports: Oracle 12c Forms and Reports
Question
In "Repository Creation Utility" at step database connection detail I entered the following information
Host Name: 192.1681.100
Post: 1521
Service Name: RDB12
Username: sys
Passowrd: xxxxxxxx
Role: SYSDBA
Got following Message
- Unable to connect to the DB. Check if DB connection details entered are correct. Unable to connect to the database using the provided details. Enter a valid hostname and port or check if the listener is up and running.
To check the connectivity to database I run the "tnsping" command on "System 2" at the path "C:\Oracle\Middleware\Oracle_Home\bin" and got following message
C:\Oracle\Middleware\Oracle_Home\bin>tnsping 192.168.1.100
TNS Ping Utility for 64-bit Windows: Version 11.2.0.3.0 - Production on 16-APR-2
016 14:27:35
Copyright (c) 1997, 2011, Oracle. All rights reserved.
Message 3511 not found; No message file for product=NETWORK, facility=TNSMessage
3512 not found; No message file for product=NETWORK, facility=TNSMessage 3513 not found; No message file for product=NETWORK, facility=TNSTNS-12535: Message 12535 not found; No message file for product=NETWORK, facility=TNS
C:\Oracle\Middleware\Oracle_Home\bin>
@"HamidHelal", @"Michael Ferrante-Oracle", @"PeterValencic"