JSP with Oracle Database connection || Registration Page Example

JSP with Oracle Database connection || Registration Page Example

Technical Babaji

5 лет назад

70,684 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

AJ STUDIO 07
AJ STUDIO 07 - 03.10.2023 19:24

Sir, please tell me I got error that is , The requested URL was not found on this server. Help me I want to submit my college project. 😢😢 and I have 2 gb ram laptop. Help mw

Ответить
NARESH S
NARESH S - 11.07.2023 17:13

Hello sir thanks for teaching but my data not shown in MySQL ....it show no row selected

Ответить
Deepa Jadhav
Deepa Jadhav - 10.12.2022 06:37

Java. sq1. SQLException:no suitable driver found for jdbc:oracle:thin:@localhost:1521:xe

Ответить
Hiranmoy Roy
Hiranmoy Roy - 21.10.2022 19:18

Can we host this project (done with jsp & oracle) online?
If, yes then please make a video on it.

Ответить
sibin
sibin - 30.12.2021 12:57

Thanks

Ответить
Abdul medina dominguez
Abdul medina dominguez - 04.08.2021 07:40

Exellent

Ответить
Anish T
Anish T - 11.05.2021 10:27

Thanks broi, you have done a great help, thanks for sharing.

Ответить
RISHI MUKHERJEE
RISHI MUKHERJEE - 19.03.2021 22:14

org.apache.jasper.JasperException: Unable to compile class for JSP:

An error occurred at line: [9] in the jsp file: [/store.jsp]
conn cannot be resolved
6:
7: try{
8: Connection con=DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:xe","MYDB","Celebration@07");
9: PreparedStatement ps=conn.prepareStatement("insert into registration values(?,?,?)");
10: ps.setString(1,name);
11: ps.setString(2,phone);
12: ps.setString(3,gender);

please can anyone help me to resolve the above error

Ответить
SAI M
SAI M - 10.02.2021 20:34

babu github code pettu sami

Ответить
Zuhaib Siddiqui
Zuhaib Siddiqui - 20.08.2020 22:40

Please help me

Ответить
Zuhaib Siddiqui
Zuhaib Siddiqui - 20.08.2020 22:38

When i check to confirm if my program is running fine but i get this output. Following are the output

<%@ page import="java.sql.*"%>

<%
String name=request.getParameter("uname");
String pname=request.getParameter("prev_name");
String depart=request.getParameter("dept");
String location=request.getParameter("loc");
String product=request.getParameter("prod");
String prdtype=request.getParameter("prod_type");
String conf=request.getParameter("config");
String lcdser=request.getParameter("lcd");
String pcser=request.getParameter("pc");
String prodcost=request.getParameter("cst");
String vendor=request.getParameter("supp");
String asset=request.getParameter("fasset");
String purdate=request.getParameter("pdate");
String expdate=request.getParameter("edate");
String warnty=request.getParameter("warr");


Out.println(name+pname+depart+location+product+prdtype+conf+lcdser+pcser+prodcost+vendor+asset+purdate+expdate+warnty);
%>

Ответить
komal kumari
komal kumari - 29.06.2020 19:33

plzz explain why after inputting in the html page its just goes to the store.jsp page rather than run it ...plzz explain and the rest of ur video is well explained

Ответить
Amita Singh
Amita Singh - 20.05.2020 12:17

getting below error:
An error occurred at line: [4] in the jsp file: [/store.jsp]
string cannot be resolved to a type
1: <%@ page import="java.sql.*"%>
2: <%@ page import="pageNumber.*, java.util.*, java.io.*"%>
3: <%
4: string name=request.getParameter("rname");
5: string email=request.getParameter("remail");
6: string gender=request.getParameter("rgender");
7: string pass=request.getParameter("renterPass");

Ответить
Nagendran Vairavelu
Nagendran Vairavelu - 25.04.2020 22:35

Neat Explanation , Thank you Bro

Ответить
Rajesh Kumar
Rajesh Kumar - 30.03.2020 05:00

Thankyou so much sir for basics

Ответить
harry dx
harry dx - 28.03.2020 20:11

Thanks bro
Why we are not use in register step class.forName():

Ответить
Rishi Kesh
Rishi Kesh - 13.03.2020 16:29

Can anyone explain that (connection conn=.......)in detail

Ответить
rupanshi agarwal
rupanshi agarwal - 12.02.2020 18:37

plz sir bta dijiye

Ответить
rupanshi agarwal
rupanshi agarwal - 12.02.2020 18:36

sir id autogenerate kaise krte hain oracle mein

Ответить
Akash
Akash - 09.01.2020 15:00

Java.sql.SQLException:ORA-28040:no matching authentication protocol

Ответить
Deepak gupta
Deepak gupta - 24.12.2019 18:24

Sir kindly tell in which folder we have to put these two page i. e. Index. Html and store. Jsp beacuse while I am runing tha index. Html page it's show error means whole store. Jsp page is print on web

Ответить
Omkeshwari Pilare
Omkeshwari Pilare - 24.12.2019 10:42

How to connect oracle database (Enterprise Manager Database Express 12c version 12.1.0.2.0) to the above mentioned html page?

Ответить
Deepak gupta
Deepak gupta - 18.12.2019 19:08

How can I installed database for storing data

Ответить
Vinod Kumar
Vinod Kumar - 24.09.2019 18:49

Nice but screen is not readable

Ответить
Karel Momo
Karel Momo - 05.09.2019 07:04

very nice i am very satisfied thanks

Ответить
Fabian R
Fabian R - 02.09.2019 21:33

How to connect Netbeans to Oracle and inject data?

Ответить
Fabian R
Fabian R - 31.08.2019 01:46

store.jsp dosent work

Ответить
Fabian R
Fabian R - 31.08.2019 00:38

Thanks Gracias.
From Chile

Ответить
Fabian R
Fabian R - 31.08.2019 00:31

Make a Login page pls 🙏

Ответить
Mesut sağlam
Mesut sağlam - 23.08.2019 10:03

Very nice, thanks

Ответить
Vishik Rana
Vishik Rana - 11.06.2019 10:48

java.sql.SQLException: No suitable driver found for jdbc:oracle:thin:@localhost:1521:xe


Still getting this even after adding in library

Ответить
Khalid ِAbdi
Khalid ِAbdi - 01.06.2019 10:57

Hello Boss. Everything was good untill the last step it says Everything " password Not matching" even if the password is same even if the email is different nothing else, he just printing that order where do i am going wrong Sir? thanks

Ответить
madhu chilukuri
madhu chilukuri - 31.05.2019 22:01

Still iam getting no suitable driver found exception... Even I pasted driver ojdbc14

Ответить
Imtiaz Adnan Nissan
Imtiaz Adnan Nissan - 16.04.2019 12:30

localhost:8085/ is not connecting 😞😔

Ответить
Shariful Islam
Shariful Islam - 12.04.2019 18:37

Very Nice. Thanks a lot Boss.

Ответить
MD MOHID
MD MOHID - 25.03.2019 22:39

Does not recognize my database connection
Tns exveption
Listener exception

Ответить
MD MOHID
MD MOHID - 25.03.2019 22:38

Tns file exception

Ответить
Nurul Zahirah
Nurul Zahirah - 09.03.2019 16:56

nice tq for share this information..

Ответить
Adil achkaou
Adil achkaou - 29.01.2019 16:50

Thank you bro is done

Ответить
Adil achkaou
Adil achkaou - 29.01.2019 16:47

java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver

Ответить
Adil achkaou
Adil achkaou - 29.01.2019 15:42

org.apache.jasper.JasperException: Impossible de compiler la classe pour la JSP: /;

Ответить
Ghost rider
Ghost rider - 20.12.2018 20:49

Nyc bro👌👌👌

Ответить