What is this XDB : Username & Password ?

Hi BO Gurues…

I am not able to understand why this page will come at the time of logging into the Infoview.

What is this XDB : Username & Password ? Is there any Default username and Password ?

I have tried to put my Local system

1.User name & Password.
2.Oracle defauly Sys username and Password.
3.in the network I have tried through Network Administrator username and Password

But I am not getting any result still strugling with the same.
I have attached here snap shot of the same problem
Please some one help me out ASAP.

Thanks in Advance :hb:
Amit Thawait
Issue.doc (137.0 KB)
Issue.doc (137.0 KB)


sapboguru (BOB member since 2006-07-13)

hi amitthawait,

  • did you insall BOXIR2 using java application??
  • if yes, did you use the same default port 8080??
  • if yes, then the problem that your company use the same port for other applications, so you should change the port you use for the BOXIR2 to 8081 or somthing like that then the problem will be fixed…

rawan


rawan :jordan: (BOB member since 2006-01-19)

We had the same problem, surprisingly it occured only once in a while. We restarted our computers and then it would go away.

Did not know what the reason was though.

BOXi… :shock:


bits06 :us: (BOB member since 2006-04-21)

hi
amit

how to change port 8080 to other i am also getting the same problem
when i try to login please give solution

thanx


malu (BOB member since 2006-07-18)

you can change the port in server.xml file in tomcat.


Rajasekar :india: (BOB member since 2004-07-16)

Great chaning the port will cooly work.


lalithajn (BOB member since 2007-03-26)

When you install oracle apex on your operating XDB account automatically created and it’s default port is 8080 and it’s offline server is localhost or ip 127.0.0.1. To access
localhost:8080
it needs a username and password. May be that’s your problem.

Actually by default XDB account is locked.

To solve this problem you should have do the following work—
go to RUN and open CMD prompt and write the following–

sqlplus sys/system@orcl as sysdba;

ALTER USER XDB ACCOUNT UNLOCK;

ALTER USER XDB IDENTIFIED BY xdb;

Then again go to your browser and type
localhost:8080

username: XDB
password: xdb

That’s it. I think to do this your problem will solve.


shuvrabd85 (BOB member since 2016-02-13)

shuvrabd85, you have replied to a post that is 8 years old…probably not worth the time and effort.


Nick Daniels :uk: (BOB member since 2002-08-15)