Coder Social home page Coder Social logo

oracle_database_client_installation's Introduction

oracleclient_install

Oracle client is needed to access multiple data sources from the different client tool (PL SQL Developer, TOAD). Here we are using ansible tool to deploy oracle client into the multiple servers at a time.

Note: Please modify all necessary configuration files based on your own environment.

This article describes the installation of Oracle Database Client 19c 64-bit on Oracle Linux 7 (OL7) 64-bit.

Oracle Installation Prerequisites: Database Installation Guide for Linux (https://docs.oracle.com/en/database/oracle/oracle-database/19/ladbi/index.html)

Setup: OS: OEL 7.5 Ansible: ansible 2.7.6

Oracle Software: Download the Oracle software from OTN or MOS depending on your support status. Oracle binaries are staged from the "edelivery: Oracle Database 19c Software (64-bit)". They have to be manually downloaded and made available for this article to apply

  • Install Oracle Database Software Oracle DBA - Automation with Ansible (Install Oracle 19c Database Software)

Steps: 1 :Stage Oracle Client software (Oracle Database 19c Client (19.3) for Linux x86-64 - LINUX.X64_193000_client.zip ) from edelivery.oracle.com. 2 :Unpack Oracle Client Software 3 :Install Oracle Client Software 4 :Validation - Connect to SQLPLUS binary.

Summary commands:

  1. Clone this repository: git clone https://github.com/asiandevs/OracleDBAwithAnsible

  2. Stage the following Oracle Software on the control machine https://www.oracle.com/technetwork/database/enterprise-edition/downloads/oracle19c-linux-5462157.html Oracle Database 19c Client (19.3) for Linux x86-64 - LINUX.X64_193000_client.zip

  3. Configure an Ansible inventory file (example as below) [root@oel75 ansible]# cat ansible.cfg | grep inventory inventory = ./inventory [root@oel75 ansible]# cat inventory [ora-x1] 192.168.56.102

4. Run the playbook role "oracleclient19c_install" ansible-playbook oracleclient_install.yml

Note: Modify variables according to your requirements. Add TNS entry according to your databases.

oracle_database_client_installation's People

Contributors

asiandevs avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.