Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 11G Installation on windows 7

Hi Experts,
When i am installing RCU it throwing an error,i have given the sid,port number and user name and password but why it is showing,please help me.
error :
- Unable to connect to the database using the provided details. Please enter a valid hostname and port or check if the listener is up and running.
I checked in databse instance status is open mode.could you please solve this issue.
Thanks,
Sateesh
Answers
-
Well ...
The info you entered aren't correct, the message isn't really a fake one ...
0 -
Hi Gianni Ceresa,
Please find the attached screen short.
0 -
Username: example 'sys'
So why do you put SYS as SYSDBA?
"as SYSDBA" isn't really a username...
0 -
Thanks for the quick reply. even i put username: 'SYS' throwing the same error
0 -
Have you tried logging on to DB via TOAD/SQL Developer/SQL*Plus from machine which you're attempting to install OBIEE?
0 -
I logging on to DB via SQL*PLUS the following are the credentials.
supervisor :sys as sysdba
password: Sysdba123
0 -
Is your servicename really "ORCL123"?
0 -
Yes.please find the tnsnames.
ORCL123 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = ORCL123)
)
0 -
My turn to guess: listener is not working and you can connect with sql*plus using bequeath protocol, but can't with RCU via OCI.
0 -
Thanks for the quick reply,i tried to start the listener in services but it is throwing error ,please find the screen short
0