Hyperion App backups - Unix script
To backup all the apps in Hyperion:#!/bin/ksh##################################################################### ## Who When...
View ArticleInstall and upgrade to Oracle 12c - Part-1
In this series we will install Oracle 11.2.0.2 db software and create a database using DBCA. In the subsequent series.Part-2 : We will install 12.1.0.2Part-3 : We will upgrade the database from...
View ArticleInstall and upgrade to Oracle 12c - Part-2
In this series we will install Oracle 12.1.0.2 Grid/db software and create a ASM Instance using ASMCA.http://www.shaiksameer.com/2016/04/install-12c-grid-infrastructure-on-oel-6.html In the subsequent...
View ArticleInstall and upgrade to Oracle 12c - Part-3
In the Part-3 we will upgrade the database from 11.2.0.2 to 12.1.0.2. In the subsequent series.Part-4 : We will convert a non - CDB 12.1.0.2 database into a CDB and create a PDB.Part-5 : We will...
View ArticleDeploy a website on windows-7 via IIS
My friend had requested me to deploy a website on windows-7 via IIS on his VM for some load balancer testing.Here is the code for the webpage and create a file named index.html on the VM/windows...
View ArticleHow to create a bucket in AWS
In the below post I will show you how to create a bucket in AWS.
View ArticleHow to connect to an AWS EC2 Instance.
Make sure you are able to ping the Public-DNS of the EC2 Instance. By default you will not be able to ping the instance unless you modify the security group to allow the ICMP...
View ArticleAWS start/stop/get status EC2 instance using aws cli
After you setup the aws cli, you can use the cli to start/stop the instances or any action that you can do via the management console to manage the resources.Below using aws cli you can start/stop/get...
View Articleaws s3 remove_bucket failed: You must delete all versions in the bucket
Currently this is a limitation in S3 but you can use external programs using python with boto or boto3 or java to delete through the versions and then delete the bucket.elseuse console to delete the...
View ArticleCreate a Database on Oracle Cloud
Below I have chosen Enterprise Edition for the database.
View ArticleCreate compartments in Oracle cloud
To create compartments in Oracle Cloud, go to identity and create compartments.
View ArticleCreate storage containers in Oracle cloud
Go to storage and click containers and follow the instructions.
View ArticleCreate DB Instance in Oracle Cloud
Go to the database options and follow the below instructions.
View Articlecreate Oracle DB on AWS RDS
Below we will create Oracle EE database on Amazon Cloud RDS Service.
View ArticleCreate Oracle DB with High Availability on AWS RDS
We will create a Oracle DB in AWS RDS with Multiple Availability Zone feature for High Availability
View ArticleCreate public key for Oracle Cloud API access.
shaikprod@shaikprod ~$ mkdir .ocishaikprod@shaikprod ~generate the private key$ openssl genrsa -out ~/.oci/oci_api_key.pem 2048Generating RSA private key, 2048 bit long...
View ArticleOracle Cloud: Disk /dev/sdb doesn't contain a valid partition table
While adding the block volume in Oracle Cloud Compute Instance I was getting the below error.Disk /dev/sdb doesn't contain a valid partition tableFix:I created the partition table as shown below and...
View ArticleUsing dbaascli in - Oracle Cloud
[root@ERPDEV dbaascli]# ./dbaascli listDBAAS CLI version 1.0.0DBAAS>Very Long Text, press q to quitAvailable commands: cloud sync database bounce database changepassword database start database...
View Article