I recently developed a basic login logout register application using JSP and Servlets. This time I wanted to use MVC in the project structure. So that the project is easy to handle, extend and change. This will be relatively long post, so I will try to divide it into two or more parts.
Showing posts with label Oracle. Show all posts
Showing posts with label Oracle. Show all posts
Friday, 7 October 2016
JSP Servlet Login Logout Register Application MVC Approach - Part 1
I recently developed a basic login logout register application using JSP and Servlets. This time I wanted to use MVC in the project structure. So that the project is easy to handle, extend and change. This will be relatively long post, so I will try to divide it into two or more parts.
Thursday, 2 June 2016
Oracle Database 11g - Creating A New User
Hello everybody!
Creating a new user in Oracle 11g is not too complicated. You just follow these steps below. Before that if you want to have a look at installing Oracle 11g Express Edition on Window just click here.
STEP1 - Connect as a SYSTEM USER
Open SQL command line and type this:
connect / as sysdba
Creating a new user in Oracle 11g is not too complicated. You just follow these steps below. Before that if you want to have a look at installing Oracle 11g Express Edition on Window just click here.
STEP1 - Connect as a SYSTEM USER
Open SQL command line and type this:
connect / as sysdba
Subscribe to:
Posts (Atom)