|
|
Re: Unable to connect to database during OBIEE configuration [message #651285 is a reply to message #651284] |
Sat, 14 May 2016 11:07 |
mazam
Messages: 47 Registered: October 2009 Location: Multan
|
Member |
|
|
Hi Swan
Thanks for your feedback.
Sorry that I forgot to run the Listener & Database Services.
They are up and running now but the error which I have been facing since many attempts in OBIEE configuration is below one:
Error connecting to 'Oracle database at host localhost port 1521 service name orcl' - Invalid user name/password.
Make sure the database is up and running and connect string, user name and password are correct. Enter a valid user name with DBA privileges
However the output of commands you told before running the Db services, was:
C:\Users\MuhammadKamran>lsnrctl status
LSNRCTL for 64-bit Windows: Version 12.1.0.2.0 - Production on 15-MAY-2016 03:49
:40
Copyright (c) 1991, 2014, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
64-bit Windows Error: 61: Unknown error
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
64-bit Windows Error: 2: No such file or directory
C:\Users\MuhammadKamran>lsnrctl service
LSNRCTL for 64-bit Windows: Version 12.1.0.2.0 - Production on 15-MAY-2016 03:50
:23
Copyright (c) 1991, 2014, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
64-bit Windows Error: 61: Unknown error
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
64-bit Windows Error: 2: No such file or directory
After running the commands, output is as below:
C:\Users\MuhammadKamran>lsnrctl status
LSNRCTL for 64-bit Windows: Version 12.1.0.2.0 - Production on 15-MAY-2016 04:01
:02
Copyright (c) 1991, 2014, Oracle. All rights reserved.
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 - Produ
ction
Start Date 15-MAY-2016 03:51:12
Uptime 0 days 0 hr. 9 min. 51 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File E:\app\oradb12c\product\12.1.0\dbhome_1\network\admin\
listener.ora
Listener Log File E:\app\oradb12c\diag\tnslsnr\kamranpc\listener\alert\l
og.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=kamranpc)(PORT=5500))(Security=(my_
wallet_directory=E:\APP\ORADB12C\admin\orcl\xdb_wallet))(Presentation=HTTP)(Sess
ion=RAW))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "orcl" has 1 instance(s).
Instance "orcl", status READY, has 1 handler(s) for this service...
Service "orclXDB" has 1 instance(s).
Instance "orcl", status READY, has 1 handler(s) for this service...
Service "pdborcl" has 1 instance(s).
Instance "orcl", status READY, has 1 handler(s) for this service...
The command completed successfully
C:\Users\MuhammadKamran>lsnrctl service
LSNRCTL for 64-bit Windows: Version 12.1.0.2.0 - Production on 15-MAY-2016 04:05
:18
Copyright (c) 1991, 2014, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
Handler(s):
"DEDICATED" established:0 refused:0
LOCAL SERVER
Service "orcl" has 1 instance(s).
Instance "orcl", status READY, has 1 handler(s) for this service...
Handler(s):
"DEDICATED" established:1 refused:0 state:ready
LOCAL SERVER
Service "orclXDB" has 1 instance(s).
Instance "orcl", status READY, has 1 handler(s) for this service...
Handler(s):
"D000" established:0 refused:0 current:0 max:1022 state:ready
DISPATCHER <machine: KAMRANPC, pid: 4572>
(ADDRESS=(PROTOCOL=tcp)(HOST=kamranpc)(PORT=62243))
Service "pdborcl" has 1 instance(s).
Instance "orcl", status READY, has 1 handler(s) for this service...
Handler(s):
"DEDICATED" established:1 refused:0 state:ready
LOCAL SERVER
The command completed successfully
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Unable to connect to database during OBIEE configuration [message #651461 is a reply to message #651381] |
Wed, 18 May 2016 05:39 |
mazam
Messages: 47 Registered: October 2009 Location: Multan
|
Member |
|
|
Hi Swan...After all I caught the bird
Basically username/password were correct, but the hell it was showing was difference of Db Character set.
When I used a different RCU utility than the default utility with OBIEE 12c, then, while connecting, it gave me the error that Character Set of connecting Db should be AL32UTF8.
So, as it is Db 12c, so I reinstalled it with this character set.
Then again, during RCU setup, I got message of connecting to a PDB instead of CDB.
For this I changed my tnsnames.ora and listener.ora and finally able to complete this RCU wizard.
However...bundle of thanks for your kind attention and cooperation.
P.S...Would u suggest me, is it my lack of knowledge or it's really a sophisticated/complicated job to install just a small component of a full suite of software???
|
|
|
|
|
|
|
|
|