Database cannot accept username and password

Asked By 0 points N/A Posted on -
qa-featured

Hello,

I have installed the Oracle 10g software on my machine.

The installation process has been completed.

But I still having a problem using database. When I start SQL platform it requires username and password.

When I put the username and password, it gives invalid username and password.

However during installation I am giving the same username and password which I will enter to open the database but still I am facing error.

Please help me if someone knows about it.

Thanks

Jayme.

SHARE
Best Answer by HuiTracy
Best Answer
Best Answer
Answered By 0 points N/A #82745

Database cannot accept username and password

qa-featured

Hi,

Remember about your password at the time of installation you give there. Think about it. Is there any special character? Remember about your keyboard caps lock key. Is it off or on that time? Try to give exact username or password in the database. Oracle 10’s database is case sensitive. So take care about capital later or small later. You are giving wrong password that’s why it is not accepting.

Other option is to uninstall Oracle 10 and install again. This time write that password on other thing. Write exact word which you give in the password sector.

Other option is to create a new database with SQL and gives password again. This time follow same instruction given in option 2. In this way you can solve this problem.

Answered By 0 points N/A #82746

Database cannot accept username and password

qa-featured

I will recommend you to use the SQL yog and Xampp for your database it provide the simplest way to connect to your database and you will not face the problem that you have now.

The manual method is also ok but it will require more time to connect to you database and you will have to check you every line of code every time.

But the use of Xampp it provide graphical user interface in which you have to just put your username and password.

It also have the option to remember of you username and password.

You will not face this problem of forget you username and password.

Thanks

Answered By 0 points N/A #82747

Database cannot accept username and password

qa-featured

Hi,

You can login using username = System, and the password is as you typed during installation.

Regards,

Yunitasari

Related Questions