• Skip to main content
  • Skip to primary sidebar

Code Inherit

Simple Programming Code Examples

Archives for March 2020

WordPress htaccess for sub folder

15th March 2020 by Site Admin Leave a Comment

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /demo/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /demo/index.php [L]
</IfModule>

Filed Under: Uncategorised

How to Install Oracle Instant Client 12c (12.2.0.1.0) in Microsoft Windows

9th March 2020 by Site Admin Leave a Comment

First of all download Oracle Instant Client package Version 12.2.0.1.0 from oracle.com. There are some packages of this version to connect the oracle server instance. This is the installing procedure of Microsoft Windows 7/8/10.

  1. Basic Package
  2. Basic Light Package
  3. SQL*Plus Package
  4. Tools Package
  5. SDK Package
  6. JDBC Supplement Package
  7. ODBC Package
  8. Precompiler Package

Basic Package Installation:

Download basic package from the link https://download.oracle.com/otn/nt/instantclient/122010/instantclient-basic-windows.x64-12.2.0.1.0.zip

Download file “vcredist_x64.exe” for windows 7/8 to Fix MSVCR120.dll is missing in Windows https://support.microsoft.com/en-us/help/3179560/update-for-visual-c-2013-and-visual-c-redistributable-package

Copy file into a drive

Create tnsnames.ora in this folder

This PC/My Computer => Advanced system settings => Advance Tab => Environment variables => System variables => New

New System Variable

Variable name: TNS_ADMIN

Variable value: C:\instantclient_12_2

Add Tns Admin

This PC/My Computer => Advanced system settings => Advance Tab => Environment variables => System variables => Edit => Path => C:\instantclient_12_2

Edit Environment Variable

Filed Under: Oracle, Oracle Client

Primary Sidebar

Recent Posts

  • Bijoy Converter
  • How to amend previous commit with current changes in git and github?
  • How to install PHP 8.1 alongside PHP 7.4 using HomeBrew in MacOs?
  • Create a shell script to switch 7.4 to 8.1 and vice versa
  • How to reflect PHP8.1 to Apache in MacOS?

Recent Comments

    Archives

    • October 2025
    • September 2024
    • January 2024
    • July 2023
    • October 2021
    • September 2021
    • February 2021
    • January 2021
    • October 2020
    • September 2020
    • August 2020
    • May 2020
    • March 2020
    • February 2020
    • January 2020
    • November 2019
    • May 2019

    Categories

    • Couchbase
    • Cron Job
    • dhis2
    • Linux, MySQL
    • MySQL
    • Oracle
    • Oracle Client
    • PHP
    • SSL
    • Subdomain
    • Uncategorised
    • Wordpress
    • WP
    • Zip

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org

    Copyright © 2025 · Genesis Sample on Genesis Framework · WordPress · Log in