SkillBee
SkillBee
  • Видео 1
  • Просмотров 34 523
Oracle database connection with PHP using XAMPP
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/technetwork/topics/winsoft-085727.html
Просмотров: 34 530

Видео

Комментарии

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

    Fast & Easy Steps. Thanks

  •  Год назад

    Thank you! You saved me!

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

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

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

    i haved copied Dll files its not working

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

    Worked for me in a easy way, Thank you

  • @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?

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

    Te amo te amo, siempre seras mi casita

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

    Thanks

  • @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

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

    thanks its works

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

    It worked for me.

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

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

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

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

  • @pravinshirsath3797
    @pravinshirsath3797 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.

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

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

  • @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 года назад

      @@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.

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

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

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

    Great!!

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

    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?

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

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

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

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

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

    It worked for me. Thanks :)