Java Connect to Oracle database Made Easy

Поделиться
HTML-код
  • Опубликовано: 17 сен 2024
  • НаукаНаука

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

  • @trieutruong2410
    @trieutruong2410 3 года назад +6

    Great instruction, thanks for your effort.

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

      Glad it was helpful!

  • @kimivanbay-an2352
    @kimivanbay-an2352 2 года назад +2

    thankyou this helps me even if im not a java developer

  • @user-fz3iu7ih6c
    @user-fz3iu7ih6c 2 года назад +2

    Thank you very much! Special for resolve exceptions with JDBC driver

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

      You are welcome!

  • @ulyses1018
    @ulyses1018 Год назад +1

    thank you for this tutorial. I was able to perform on my own code and it works very easy. I will suscribe

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

    Thank you! This was a great tutorial, very easy to follow!

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

      Glad it was helpful!

  • @klmbI
    @klmbI 4 года назад

    My English is poor.
    I am using Intellij IDEA and and my DB.
    But still I did it.
    Thank you so much. I have not found this information anywhere else.

    • @CodeJava
      @CodeJava  4 года назад

      Glad this video helped. Are you from Russia?

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

    Thank you very much! Perfect explanation with code example, helped me a lot! Wish all the best!

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

      You are welcome! Glad it helped.

  • @thepunisher3141
    @thepunisher3141 4 года назад +2

    thank you bro, ramadan karim

    • @CodeJava
      @CodeJava  4 года назад

      You're welcome. Glad it helped. Why don't subscribe?

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

      pro tip: watch movies at kaldroStream. I've been using them for watching all kinds of movies during the lockdown.

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

      @Ephraim Zachariah definitely, been using Flixzone} for months myself :D

  • @sakthisakthi-wu4dt
    @sakthisakthi-wu4dt 4 года назад +1

    Please create more videos how to fetch particular record at run time and particular column value write into excel sheet .

    • @CodeJava
      @CodeJava  4 года назад

      For writing data from database to Excel, I recommend you to check this tutorial: www.codejava.net/coding/java-code-example-to-export-data-from-database-to-excel-file

  • @julioprado3320
    @julioprado3320 Год назад +1

    thanks mate, it really worked for me!

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

      you're welcome. Glad it helped :)

  • @sakthisakthi-wu4dt
    @sakthisakthi-wu4dt 4 года назад +1

    I have subscribed your channel and expecting more videos

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

    thanku so much! this vedio has solve my problem.

  • @sakthisakthi-wu4dt
    @sakthisakthi-wu4dt 4 года назад

    Really I couldn't find any place this information , thanks

    • @CodeJava
      @CodeJava  4 года назад

      Glad I could help:)

  • @wahyudifirdaus4061
    @wahyudifirdaus4061 4 года назад +1

    good job 👍

    • @CodeJava
      @CodeJava  4 года назад

      Thank you! Cheers!

  • @sakthisakthi-wu4dt
    @sakthisakthi-wu4dt 4 года назад +1

    Create some videos how to write database particular cell data in Excel file and selenium automation testing with Java videos .

  • @DineshKumar-ip7yb
    @DineshKumar-ip7yb 4 года назад +4

    If the voice over is precise and clear this would be an great tutorial

  • @mpvishnuprakash1515
    @mpvishnuprakash1515 2 года назад +1

    I am getting java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    But i have created emp table is oracle sql

  • @BoburLatipov
    @BoburLatipov 4 года назад +1

    thank you

    • @CodeJava
      @CodeJava  4 года назад

      You're welcome. Glad it helped. Subscribed?

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

    Nice an easy tyvm

  • @sakthisakthi-wu4dt
    @sakthisakthi-wu4dt 4 года назад +1

    How to fetch particular column cell value and how to validate database record data in eclipse

    • @CodeJava
      @CodeJava  4 года назад

      I think you will find this video helpful: ruclips.net/video/1pA64-foiz8/видео.html

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

    Thanks

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

    great bro

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

      Thank you so much 😀

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

    I downloaded the.jar file. But I dont know how t include it in my eclipse workspace

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

      go to project properties > Java Build Path > Libraries > add your .jar file.

  • @prabeshrai7060
    @prabeshrai7060 4 года назад +1

    Sir while modifying program, i got error "ORA-01008: not all variables bound" Please help me.

    • @CodeJava
      @CodeJava  4 года назад

      Hmm. I have no idea about that error.

  • @robertb5357
    @robertb5357 4 года назад +1

    For the past week, I am unable to clear the error " ORA-00942: table or view does not exist". I have followed the exact same procedures via the tutorial.

    • @CodeJava
      @CodeJava  4 года назад

      perhaps you are connecting to the wrong database, or using wrong table name.

    • @robertb5357
      @robertb5357 4 года назад +1

      @@CodeJavaThanks for your response. I figured out the problem. The SQL Developer prefers the table names to be in all CAPS.

    • @robertb5357
      @robertb5357 4 года назад

      @@CodeJava Can I ask one more question? Why does one needs to create a new Maven dependency project and class to extract all rows from a table? I was able to write a method in the initial project class and extract the table data?

    • @CodeJava
      @CodeJava  4 года назад

      @@robertb5357 because it is essential to code a program/app that needs to get information from a database.

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

    Still I'm getting "java.sql.sqlsyntaxErrorEcception: ORQ-00942:table or view does not exist " This error please help me resolve this I'm stuck on this problem for last 3-4 days

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

      check typos and table name your SQL statement.

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

    I don't understand why you use Maven, can you explain please?

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

      Maven is very useful when your project requires many external libraries (dependencies) as it manages the dependencies for you.

  • @shine5521
    @shine5521 4 года назад

    I m facing prblem while using Sql developer tool i am not able to expand my connection nor can see the query results does someone know what can be the possible reason?

    • @CodeJava
      @CodeJava  4 года назад

      Did you provide username and password to connect? It's probably the credentials are invalid.

  • @jesusdfabra1956
    @jesusdfabra1956 25 дней назад

    And whit Visual Studio Code ?

    • @CodeJava
      @CodeJava  22 дня назад

      it's similar. The Java code is the same.

  • @DharmendraKrGupta-ts8lj
    @DharmendraKrGupta-ts8lj 3 года назад

    Sir, I am using ubuntu then how can i used jdbc please tell to me

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

      did you follow this video? what did you try? The steps to use JDBC is as same as on Windows.

    • @DharmendraKrGupta-ts8lj
      @DharmendraKrGupta-ts8lj 3 года назад

      @@CodeJava thank you sir

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

    anh là người việt đúng k :v?

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

      đúng rồi em.

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

    very useful!!!!

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

      Glad it was helpful!