Quantcast
Channel: Sameer Shaik. B.E,M.S,M.B.A,P.M.P,C.S.M
Browsing all 191 articles
Browse latest View live

Hyperion App backups - Unix script

To backup all the apps in Hyperion:#!/bin/ksh#####################################################################                                                                  ##  Who          When...

View Article


Image may be NSFW.
Clik here to view.

Install 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 Article


Install 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 Article

Install 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 Article

Image may be NSFW.
Clik here to view.

Deploy 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 Article


Image may be NSFW.
Clik here to view.

How to create a bucket in AWS

In the below post I will show you how to create a bucket in AWS.

View Article

How 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 Article

AWS 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 Article


aws 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 Article


Image may be NSFW.
Clik here to view.

aws - create a windows instance

Below we will create a windows instance.   

View Article

Image may be NSFW.
Clik here to view.

Create a Database on Oracle Cloud

Below I have chosen Enterprise Edition for the database.

View Article

Image may be NSFW.
Clik here to view.

Create compartments in Oracle cloud

To create compartments in Oracle Cloud, go to identity and create compartments.

View Article

Image may be NSFW.
Clik here to view.

Create storage containers in Oracle cloud

Go to storage and click containers and follow the instructions.

View Article


Image may be NSFW.
Clik here to view.

Create DB Instance in Oracle Cloud

Go to the database options and follow the below instructions.

View Article

Image may be NSFW.
Clik here to view.

create Oracle DB on AWS RDS

Below we will create Oracle EE database on Amazon Cloud RDS Service.

View Article


Image may be NSFW.
Clik here to view.

Create 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 Article

Image may be NSFW.
Clik here to view.

Create 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 Article


Image may be NSFW.
Clik here to view.

Create E-Business Suite 12.2.6 on Oracle Cloud.

View Article

Image may be NSFW.
Clik here to view.

Oracle 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 Article

Using 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
Browsing all 191 articles
Browse latest View live