Posted by Mir Sayeed Hassan on 20th October 2019
Create the Oracle database 11gR2 (11.2.0.4) using DBCA Silent mode Set the bash profile or you can run the environment variable [oracle@testdb ~]$ cat .bash_profile # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/.local/bin:$HOME/bin export… Read more..
Posted in DB Install & Create | Comments Off on Create the Oracle database 11gR2 (11.2.0.4) using DBCA Silent mode
Posted by Mir Sayeed Hassan on 14th March 2019
INSTALLATION OF ORACLE 18C SOFTWARE Only [root@oracle18c_db ~]# cat /etc/oracle-release Oracle Linux Server release 7.5 Oracle Linux Software is installed in this machine. Download Oracle 18c (18.3) Software from below link: https://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html File:… Read more..
Posted in DB Install & Create | Comments Off on INSTALL & CREATE ORACLE 18C (18.3) on Oracle Linux
Posted by Mir Sayeed Hassan on 22nd January 2018
Installation of the SQL Developer in Linux Step by step Procedure to set up the SQL Developer in Linux: [oracle@testdb etc]$ cat system-release CentOS Linux release 7.1.1503 (Core) Dowload the RPM Package for Sql Developer for Linux JDK Download: JDK1.8 http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html Filename:… Read more..
Posted in DB Install & Create | Comments Off on Installation of the SQL Developer in Linux
Posted by Mir Sayeed Hassan on 3rd October 2017
Install SQL Instant client on Ubuntu Directly we don’t have the RPM/Zip Packages to install the instant client on Ubuntu, as we need to download the Linux Packages/Zip Files from the Oracle Site (http://www.oracle.com/technetwork/database/features/instant-client/index…) And convert… Read more..
Posted in DB Install & Create | Comments Off on Install SQL Instant client on Ubuntu