I am trying to install oracle 12c on my virtualbox oracle linux 6.5. I ran the command oracle-rdbms-server-12cR1-preinstall
, which created a user oracle . But I can't seem to login to the user cause I don't know the password. What is the password ?
-
3Become the root user ("su -") and then issue the command "passwd oracle" - you will be prompted for a new password.Vérace– Vérace2014年09月20日 11:30:38 +00:00Commented Sep 20, 2014 at 11:30
-
This should be the right answerNoah Martin– Noah Martin2017年04月03日 10:24:51 +00:00Commented Apr 3, 2017 at 10:24
1 Answer 1
The oracle-rdbms-server-12cR1-preinstall
package includes a bash script that creates the oracle user, if not already existing, using the useradd
command.
In this case in log file /var/log/oracle-rdbms-server-12cR1-preinstall/results/orakernel.log
you should see this entry:
Please set password for oracle user
You can run the following command as root to assign a password:
# passwd oracle