Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Install Oracle 12c

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
capcla
Posts: 30
Joined: 2015-06-24 15:36

Install Oracle 12c

#1 Post by capcla »

Hi,
I must install on my debian testing Oracle 12c. I read this guide: https://wiki.debian.org/DataBase/Oracle
I created the user oracle as written in the guide in this point https://wiki.debian.org/DataBase/Oracle#Creating_users_and_groups but I don't defined the password of this account.
At the step of installation https://wiki.debian.org/DataBase/Oracle#Installation, I read "You must run the installer as the oracle user." but where is the password of this account?
How do I launch the installer?
Thanks

User avatar
dilberts_left_nut
Administrator
Administrator
Posts: 5346
Joined: 2009-10-05 07:54
Location: enzed
Has thanked: 12 times
Been thanked: 66 times

Re: Install Oracle 12c

#2 Post by dilberts_left_nut »

As root, you can 'su' to any user without password.
AdrianTM wrote:There's no hacker in my grandma...

capcla
Posts: 30
Joined: 2015-06-24 15:36

Re: Install Oracle 12c

#3 Post by capcla »

So, I will have to give the following command

Code: Select all

$ su
password:
#su oracle
$ ./runInstaller
Right?

Post Reply