How To Install Oracle 12C on Amazon Linux In Silent Mode

How To Install Oracle 12C on Amazon Linux In Silent Mode

Before start my story, I need to tell this, I’m not an Oracle guy. But as a DBA I had few situation to install oracle on Amazon Linux. In my blogs we can get the steps to install in CentOS and RedHat, but my bad I couldn't find any blogs for Amazon Linux. After read many blogs I got the procedure to install it, and the more important thing is we can use the same step to Amazon Linux, CentOS and RedHat without any changes. But while follow this process some files are not available to edit in Amazon Linux, so please ignore them.

Install Oracle in Linux

I have installed Oracle 12C release 1 on CentOS and followed the same step for RedHat and Amazon Linux. You can use X windows as well, but I recommend to user Silent installation which saves more time.

  • For this installtion I used Centos 7.2,
  • Server Name ora,
  • IP address https://www.dhirubhai.net/redir/invalid-link-page?url=10%2e10%2e0%2e1

Download using wget and curl

Downloading Oracle in linux is a bit tricky. Oracle provide a shell schript to download oracle, but for me it was taking more time to download, So here is the trick.

Do this in your GUI browser, like chrome or firefox.


  • First create an account in oracle and Signin.
  • Click here to download oracle for Linux and accept the license.
  • Click the files you want to download and while downloading just pause it copy the download link.
  • Now go to your terminal, install wget or curl.
  • — For Ubuntu
apt-get install wget curl
  • — For RedHat,Centos and Amazon Linux
yum install wget curl
  • Now type the below command to download via wget.
  • wget <paste the like> -O filename.zip

Eg: with wget

wget http://download.oracle.com/otn/linux/oracle12c/122010/linuxx64_12201_database.zip?AuthParam=111111111_qdwfs26b3a63c89b4405a1e32822d19fc -O file1.zip

READ MY FULL ARTICLE HERE #Oracle #AWS #AmazonLinux


要查看或添加评论,请登录

Bhuvanesh R.的更多文章

社区洞察

其他会员也浏览了