2

I have installed the latest Oracle 19c for Windows 64 bit from here. Now, when I tried access the oracle server, it is prompting for username and password. I have tried to put system as username and change_on_install as password but getting below error.

enter image description here

I tried using /nolog and connect as sysdba but got the same error.

enter image description here

During install, I did not get any option to create user account. Can anyone let me know what is the default username and password?

Setu Kumar Basak
  • 11,460
  • 9
  • 53
  • 85

1 Answers1

3

On windows, just like on the Linux command line set environment variables such as ORACLE_HOME, ORACLE_SID and PATH. Construct your PATH such that it uses your ORACLE_HOME/bin as the first location.

Now sqlplus / as sysdba should give you a connection, if you do this using the account that installed oracle. If the database is running.

If not, on windows first check that the oracle service for this database is started.

There is no default password but with this connection you can alter the password of any user to whatever you want.