dEducation is an ed-tech platform where tutors,students and coaching centers get connected to each other. Students can find their desired tutors and join coaching centers. On the other hand, tutors can get tuitions and create their own coaching centers.
- Oracle 19C
- Navicat Premium
Follow the step by step installation procedure to install and run this on your machine
Make sure you have oracle installed in your device.
Oracle
: Install Oracle from here and register for an account of your own
-
Go to sql plus
-
Enter credentials
username: sys as sysdba password: password
-
Create a new user c##deducation
create user c##deducation identified by password;
grant dba to c##deducation;
-
Head over to your favourite database GUI and connect deducation with that.
-
Import data from sql file depending upon the GUI.
-
List of sql files:
- tables/CREATE_ALL_TABLES.sql
- types/CREATE_TYPES.sql
- triggers/CREATE_TRIGGERS.sql
- functions/CREATE_FUNCTION_PROCEDURES.sql
- data/GENERATE_SAMPLE_DATA.sql
- If no errors are shown we are good to go!
-
Khaled Mahmud Shahriar
-
Assistant Professor
▶️ Contact:Department of Computer Science and Engineering Bangladesh University of Engineering and Technology Dhaka-1000, Bangladesh
-