Java Connect to Oracle database Made Easy

  Рет қаралды 78,544

Code Java

Code Java

Күн бұрын

Пікірлер: 68
@ruslan17050
@ruslan17050 5 ай бұрын
Thank you very much! Perfect explanation with code example, helped me a lot! Wish all the best!
@CodeJava
@CodeJava 5 ай бұрын
You are welcome! Glad it helped.
@ulyses1018
@ulyses1018 Жыл бұрын
thank you for this tutorial. I was able to perform on my own code and it works very easy. I will suscribe
@CodeJava
@CodeJava Жыл бұрын
Glad it helped!
@kimivanbay-an2352
@kimivanbay-an2352 2 жыл бұрын
thankyou this helps me even if im not a java developer
@CodeJava
@CodeJava 2 жыл бұрын
glad it helped.
@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?
@galaxystardude538
@galaxystardude538 2 жыл бұрын
Thank you! This was a great tutorial, very easy to follow!
@CodeJava
@CodeJava 2 жыл бұрын
Glad it was helpful!
@ЭдгарПрима
@ЭдгарПрима 2 жыл бұрын
Thank you very much! Special for resolve exceptions with JDBC driver
@CodeJava
@CodeJava 2 жыл бұрын
You are welcome!
@trieutruong2410
@trieutruong2410 3 жыл бұрын
Great instruction, thanks for your effort.
@CodeJava
@CodeJava 3 жыл бұрын
Glad it was helpful!
@priyathakurl0712
@priyathakurl0712 2 жыл бұрын
thanku so much! this vedio has solve my problem.
@CodeJava
@CodeJava 2 жыл бұрын
Happy to help
@julioprado3320
@julioprado3320 Жыл бұрын
thanks mate, it really worked for me!
@CodeJava
@CodeJava Жыл бұрын
you're welcome. Glad it helped :)
@DineshKumar-ip7yb
@DineshKumar-ip7yb 4 жыл бұрын
If the voice over is precise and clear this would be an great tutorial
@thepunisher3141
@thepunisher3141 4 жыл бұрын
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 жыл бұрын
I have subscribed your channel and expecting more videos
@CodeJava
@CodeJava 4 жыл бұрын
thank you, bro!
@sakthisakthi-wu4dt
@sakthisakthi-wu4dt 4 жыл бұрын
Really I couldn't find any place this information , thanks
@CodeJava
@CodeJava 4 жыл бұрын
Glad I could help:)
@sakthisakthi-wu4dt
@sakthisakthi-wu4dt 4 жыл бұрын
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
@mpvishnuprakash1515
@mpvishnuprakash1515 2 жыл бұрын
I am getting java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist But i have created emp table is oracle sql
@sakthisakthi-wu4dt
@sakthisakthi-wu4dt 4 жыл бұрын
Create some videos how to write database particular cell data in Excel file and selenium automation testing with Java videos .
@CodeJava
@CodeJava 4 жыл бұрын
Noted.
@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.
@robertb5357
@robertb5357 4 жыл бұрын
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 жыл бұрын
@@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.
@sakthisakthi-wu4dt
@sakthisakthi-wu4dt 4 жыл бұрын
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: kzbin.info/www/bejne/Z6GkZ2djm9ScsJo
@prabeshrai7060
@prabeshrai7060 4 жыл бұрын
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.
@wahyudifirdaus4061
@wahyudifirdaus4061 4 жыл бұрын
good job 👍
@CodeJava
@CodeJava 4 жыл бұрын
Thank you! Cheers!
@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.
@AnoMokie
@AnoMokie 3 жыл бұрын
I don't understand why you use Maven, can you explain please?
@CodeJava
@CodeJava 3 жыл бұрын
Maven is very useful when your project requires many external libraries (dependencies) as it manages the dependencies for you.
@DharmendraKrGupta-ts8lj
@DharmendraKrGupta-ts8lj 3 жыл бұрын
Sir, I am using ubuntu then how can i used jdbc please tell to me
@CodeJava
@CodeJava 3 жыл бұрын
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
@clintonpiercy6651
@clintonpiercy6651 2 жыл бұрын
Nice an easy tyvm
@CodeJava
@CodeJava 2 жыл бұрын
Glad it helped.
@jesusdfabra1956
@jesusdfabra1956 2 ай бұрын
And whit Visual Studio Code ?
@CodeJava
@CodeJava 2 ай бұрын
it's similar. The Java code is the same.
@BoburLatipov
@BoburLatipov 4 жыл бұрын
thank you
@CodeJava
@CodeJava 4 жыл бұрын
You're welcome. Glad it helped. Subscribed?
@yazilimportali6431
@yazilimportali6431 2 жыл бұрын
Thanks
@CodeJava
@CodeJava 2 жыл бұрын
Welcome
@levantai9918
@levantai9918 3 жыл бұрын
great bro
@CodeJava
@CodeJava 3 жыл бұрын
Thank you so much 😀
@ongpytran4552
@ongpytran4552 4 жыл бұрын
anh là người việt đúng k :v?
@CodeJava
@CodeJava 4 жыл бұрын
đúng rồi em.
@ayushitaya7804
@ayushitaya7804 2 жыл бұрын
very useful!!!!
@CodeJava
@CodeJava 2 жыл бұрын
Glad it was helpful!
Java Database Connectivity | JDBC
20:34
Telusko
Рет қаралды 324 М.
Java Connect to Microsoft SQL Server Step by Step
35:41
Code Java
Рет қаралды 169 М.
小丑揭穿坏人的阴谋 #小丑 #天使 #shorts
00:35
好人小丑
Рет қаралды 50 МЛН
Family Love #funny #sigma
00:16
CRAZY GREAPA
Рет қаралды 48 МЛН
World’s strongest WOMAN vs regular GIRLS
00:56
A4
Рет қаралды 35 МЛН
Spring Boot Connect to Oracle Database Example
27:46
Code Java
Рет қаралды 72 М.
How to plan your Java learning path - Brain Bytes
16:46
Java Brains
Рет қаралды 654 М.
How To Connect Oracle Database from Java using JDBC & Eclipse
13:04
Simplifying Tech
Рет қаралды 6 М.
Java Connect to MySQL Database Step by Step
43:26
Code Java
Рет қаралды 148 М.
Conexión a Oracle desde Java
9:43
NyankoManIA
Рет қаралды 6 М.
How to Connect to Oracle Database in Eclipse IDE
15:10
Code Java
Рет қаралды 48 М.
Ready to 'Go' with JSON and Oracle DB!
40:33
Oracle Developers
Рет қаралды 3 М.
👍🏻 Samsung Galaxy A56 - ЕГО ЗАХОТЯТ ВСЕ! Xiaomi так не сможет…
12:05
Thebox - о технике и гаджетах
Рет қаралды 178 М.
Крошечный Mac Mini на M4 Pro. Л - Любовь.
10:41
Handy remote!
0:25
LeraKek
Рет қаралды 4,4 МЛН