How to connect Oracle database with PHP on XAMPP |

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 มี.ค. 2022
  • In this informative TH-cam video, we will guide you through the process of connecting an Oracle database with PHP on XAMPP. We will provide step-by-step instructions, explaining the necessary configurations and settings required to establish a successful connection. #webdevelopment #tutorial #databaseintegration #Oracle #PHP #XAMPP
    --------------------------------------------------------------------------------------------------------------------------
    Note : Replace the your actual DB Credentials instead of "DB_NAME", "DB_PASSWORD", "DB_IP:PORT_NO/DATABASE_NAME" in connection file
    These all available in the download link:
    1.xampp-portable-win32-7.3.2-0-VC15-installer.exe
    2.instantclient-basic-nt-12.1.0.2.0
    3.php_oci8-2.2.0-7.3-ts-vc15-x86
    4.connection
    File download link: drive.google.com/file/d/1D3Ai...
    Video : Apache shutdown unexpectedly in XAMPP
    • how to fix Apache shut...
    join our telegram channel: t.me/techiezero

ความคิดเห็น • 32

  • @aftabahmad334
    @aftabahmad334 9 หลายเดือนก่อน

    Thank you man, This has worked for me , I had PHP 7.4 or above that's why error was same, later on i have downloaded the exact files from this video, uninstall my xampp and installed from the downloaded setup. This has worked for me. Thanks

  • @spaghardo
    @spaghardo 3 หลายเดือนก่อน

    DUDE YOU SAVED MY LIFE THANK YOUUU

  • @itrspj866
    @itrspj866 10 หลายเดือนก่อน

    it's works. THANK YOU SO MUCH!

  • @thewholestory8861
    @thewholestory8861 2 ปีที่แล้ว +1

    It works thank you so much

  • @diliasanchez3706
    @diliasanchez3706 ปีที่แล้ว

    GRACIAS, ME AYUDASTE MUCHO

  • @robertrubilar7368
    @robertrubilar7368 ปีที่แล้ว

    gracias, gracias.
    Estuve desde las 5 de la tarde intentando arreglar eesre problema. INstale tres distintos tipos de xamp, bajé 30 archivos ddl y cambie el archivo php.ini no sé cuantas veces. Lugo de buscar y buscar llegue a este video para sin ganas ya de seguir de hecho era el último intento de hoy (son los 00:00 ya), y me sirvió totalmente. Ningún error del xamp por el archivo oci8_12c.dll ue me tenía quemado. Muchas gracias mi reyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

  • @abdallakaram5376
    @abdallakaram5376 ปีที่แล้ว

    great very very helpful

    • @abdallakaram5376
      @abdallakaram5376 ปีที่แล้ว

      i try now with php 7.4 not working can you help ?

  • @afiqahsaid5763
    @afiqahsaid5763 ปีที่แล้ว

    where do you get the folder: connection?

  • @anthonyeduardonunezcanchar4569
    @anthonyeduardonunezcanchar4569 27 วันที่ผ่านมา

    UNA CONSULTA Y PARA LA ARQUITECTURA DE 64 bits COMO SERÍA???!!!

  • @dinushalakpriya5035
    @dinushalakpriya5035 ปีที่แล้ว +1

    I successfully installed to my pc. Then I tried this method for Windows sever and it doesnt work. what would be the issue please?

  • @assiqurrahman5170
    @assiqurrahman5170 ปีที่แล้ว

    which oracle you use? 10g or 11g?

  • @yvonnewong7234
    @yvonnewong7234 ปีที่แล้ว

    why i dont have xampp file in local disk ??? please help me :((((

    • @techiezero6931
      @techiezero6931  ปีที่แล้ว

      You should install the xampp server

  • @user-oc3so8km8l
    @user-oc3so8km8l ปีที่แล้ว +1

    i got this message Warning: oci_connect(): ORA-12154: TNS:could not resolve the connect identifier specified in C:\xampp\htdocs\connection\connection.php on line 4
    Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\connection\connection.php on line 4

    • @techiezero6931
      @techiezero6931  ปีที่แล้ว

      Check Oracle server connection details

  • @liaqatnaveed9441
    @liaqatnaveed9441 ปีที่แล้ว

    Fatal error: Uncaught Error: Call to undefined function oci_connect() in C:\xampp\htdocs\connection\connection.php:4 Stack trace: #0 {main} thrown in C:\xampp\htdocs\connection\connection.php on line 4
    oracle 10g

  • @fatimaanjum4281
    @fatimaanjum4281 13 วันที่ผ่านมา

    Call to unknown function: 'oci_connect'

  • @walaaalodhari8570
    @walaaalodhari8570 ปีที่แล้ว

    I did not work for me 😔i get error of call to undefined function oci_connect()💔

    • @techiezero6931
      @techiezero6931  ปีที่แล้ว

      i think you missed the dll files. pls check

    • @ocrafi3750
      @ocrafi3750 ปีที่แล้ว

      Nah, doesnt work

  • @seguelclaudio
    @seguelclaudio 9 หลายเดือนก่อน

    Hola, la cadena de conexión es con PHP PDO?

  • @SaksiriSirikul
    @SaksiriSirikul ปีที่แล้ว

    DB_NAME mean username right?

  • @MurryTic
    @MurryTic 3 หลายเดือนก่อน

    I'm using window 11 and dl the files you shared and followed all the steps up to remove ; then I can't restart Xammp. Below is the errors. What should I do?
    12:27:28 [Apache] Error: Apache shutdown unexpectedly.
    12:27:28 [Apache] This may be due to a blocked port, missing dependencies,
    12:27:28 [Apache] improper privileges, a crash, or a shutdown by another method.
    12:27:28 [Apache] Press the Logs button to view error logs and check
    12:27:28 [Apache] the Windows Event Viewer for more clues
    12:27:28 [Apache] If you need more help, copy and post this
    12:27:28 [Apache] entire log window on the forums

    • @techiezero6931
      @techiezero6931  3 หลายเดือนก่อน

      It seems port no 80 or 443 used by another application. Check the port status by netstat cmd or change the different ports no.

    • @techiezero6931
      @techiezero6931  3 หลายเดือนก่อน +1

      th-cam.com/video/S_JpaetsGHI/w-d-xo.html

  • @sandipkumar-sj9uu
    @sandipkumar-sj9uu 2 ปีที่แล้ว

    connection error comming plz help "oci_connect():ORA-12154: TNS:could not resolve the connection identifier specified in C:/xampp\htdocs\connection\connection.php on line 4"

    • @techiezero6931
      @techiezero6931  2 ปีที่แล้ว

      Check the Oracle database connect settings