Install Oracle Instant Client on Docker

ในกรณีทื่เราทำการ Connect Oracle Database จากเครื่อง Client ไปยัง Server จะต้องทำการติดตั้ง Oracle Instant Client ซึ่งจะประกอบไปด้วย Tool & Application อย่าง SQL*Plus, Data Pump รวมถึง Library ที่ใช้ในการเขียนโปรแกรมของแต่ละภาษา Language Programming เช่น OCI, OCCI, JDBC, ODBC และ Pro*C โดยสามารถมั่นใจได้ว่า Container ที่ใช้รันมีความปลอดภัยด้วย Docker Certified


Install

  • ทำการกรอก Contact Information แล้วทำการคลิก Get Content
  • จะแสดงข้อมูล Documentation
  • ดาวน์โหลด Docker Image
# docker pull store/oracle/database-instantclient:12.2.0.1
  • ทำการรัน Oracle Instant Client Container
# docker run -ti --rm store/oracle/database-instantclient:12.2.0.1 sqlplus hr/welcome@lab-ora.lab.local/orcl

อ่านเพิ่มเติม : https://dockr.ly/2Ovi3iG


Leave a Reply

Your email address will not be published. Required fields are marked *