Oracle database connection with PHP using XAMPP

Поделиться
HTML-код
  • Опубликовано: 27 сен 2024
  • This video describes how Oracle 12c database can be connected with PHP usin XAMPP.
    Pre-requisite:
    - XAMPP installation completed
    There are roughly 7 steps to be done in order to get Oracle and PHP connected. The video goes through it sequentially
    Instant Client Package Download Link :
    www.oracle.com/...

Комментарии • 32

  • @aashishparajuli114
    @aashishparajuli114 2 года назад

    Thank you so much sister for helping me to connect through oci. I wish your profession get more profitable day by day. thank you so much

  • @pravinshirsath3797
    @pravinshirsath3797 3 года назад +3

    can anyone suggest me how to connect oracle with php 7.4.22 and i have vc15 installer installed but i'm not able to find the instant client set up with vc15.

  • @SrinivasReddy-ro2zq
    @SrinivasReddy-ro2zq Год назад

    Worked for me in a easy way, Thank you

  • @AbdulRaheemDumrai
    @AbdulRaheemDumrai 3 месяца назад

    Fast & Easy Steps. Thanks

  • @FL1P3ST
    @FL1P3ST 3 года назад

    i love it, its the only one thats works for me

  •  10 месяцев назад

    Thank you! You saved me!

  • @muhammadmahadihasan5117
    @muhammadmahadihasan5117 Год назад

    PDO Connection(Code: $bd = new PDO('oci:dbname='.$tns, USER, PASS);) is not working for Oracle 19c and PHP 8. Says ''Çould not find the driver" . Can you suggest me what Can I do to get it working?

  • @muhammadsaddam4100
    @muhammadsaddam4100 3 года назад

    When i uncomment the extension then it cause error in my apache.

  • @Tokando002
    @Tokando002 2 года назад

    I tried xamp64 bit and I follow the steps but it didn't work

  • @rajdeb1431
    @rajdeb1431 2 года назад

    It worked for me.

  • @muhammadhateem3090
    @muhammadhateem3090 3 года назад

    i have oracle 18c, i just changed the extension to 18c where 12c was written, will it work?

    • @leonmuzire8017
      @leonmuzire8017 3 года назад

      Did it work using your method?

    • @muhammadhateem3090
      @muhammadhateem3090 3 года назад

      @@leonmuzire8017 i wasnt able to work with 12c due to some installation issues, so i switched to 11g and following a tutorial on youtube i was able to work with it.

    • @leonmuzire8017
      @leonmuzire8017 3 года назад

      @@muhammadhateem3090 which version of xampp and php did you use?

    • @muhammadhateem3090
      @muhammadhateem3090 3 года назад

      @@leonmuzire8017 xampp version:7.1.32
      php version:7.1.32

    • @muhammadhateem3090
      @muhammadhateem3090 3 года назад +1

      @@leonmuzire8017 php info xampp architecture : x64
      downlaoded isntant client x64 19.000etc.
      paste the extracted content in C drive and set system environment variable Path to instant client address.(TNS_ADMIN(new) & New Value for system Path variable(address instant client in C).
      check your php version in xampp and then download oci php file: pecl.php.net/package/oci8/2.2.0/windows.
      extract them and paste all the .dll and .pdb files in C:\xampp\php\ext
      oci is the actual thing.
      then try to run the php script to check whether connection is ok or not.

  • @liaqatnaveed9441
    @liaqatnaveed9441 Год назад

    i haved copied Dll files its not working

  • @salexkorsan8790
    @salexkorsan8790 11 месяцев назад

    Darling will you please tell me how to do on Linux server?

  • @aashishparajuli114
    @aashishparajuli114 2 года назад

    Thanks

  • @pranavparekh6606
    @pranavparekh6606 3 года назад

    Great!!

  • @cosmicbrew
    @cosmicbrew 3 года назад +2

    can someone send vc15 instant client link or does it not exist? i can only find vc14

    • @antaheen007
      @antaheen007 3 года назад

      Same problem

    • @leonmuzire8017
      @leonmuzire8017 3 года назад

      @@antaheen007 How did you solve it i have a VC15 too?

    • @leonmuzire8017
      @leonmuzire8017 3 года назад

      @leena prakash How did you solve it i have a VC15 too?

    • @Viraj_Shirsath
      @Viraj_Shirsath 3 года назад

      Would you please send me a link to download vc15 instant client

    • @belalaa3817
      @belalaa3817 2 года назад

      you can do it with vc14 , do the same steps with vc14

  • @missmeqt7045
    @missmeqt7045 3 года назад

    Excellent, didnt find the vc15 above folders but got it to work by latest version

  • @jeremymorales6955
    @jeremymorales6955 Год назад

    Te amo te amo, siempre seras mi casita

  • @muhammadafiffahmirafpi2499
    @muhammadafiffahmirafpi2499 2 года назад

    thanks its works

  • @RicardoSilva-mp2oj
    @RicardoSilva-mp2oj 3 года назад

    It worked for me. Thanks :)