Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
ORACLE BI Administration Tool Connection Failure

While using the connection type: OCI 10g/11g
the following error appears.
N.B. I'm trying to connect to SampleAppv506p from my Windows 10 local machine.
Answers
-
Hi,
You are trying to connect to the DB using the "weblogic" account?
There is no "weblogic" account in the database... Have a look at the doc of SampleApp to see the existing DB accounts you can use to connect, but it's 100% sure that weblogic doesn't exist at all in the DB (it's only a Weblogic / OBIEE account).
What are you trying to do exactly? (just to try to point you in the right account direction)
0 -
You can list out the users in the Oracle DB by using select * from all_users. Maybe you would be able to recall which exact user is related to your repository.
0 -
Hi,
Thanks a lot, it works now with db user bisample.
0