Skip to content

PL/SQL and JAVA/JDBC project to design a Retail Business Management System using SQL Packages, Functions, Procedures, Cursors, Triggers, Sequences, and Java Database Connectivity

License

Notifications You must be signed in to change notification settings

vdkamdar/Retail-Business-Management-System

Repository files navigation

In Oracle SQL, please enter following commands:

  • start Proj2data
  • start package_declaration
  • start package_definition

For executing JAVA application:

  • From inside the 'src' directory: (should have ojdbc6.jar)

  • Update username and password in:

    rbms/util/DatabaseConnection.java

  • compile: javac -classpath .:ojdbc6.jar rbms/driver/Driver.java

  • run: java rbms/driver/Driver

About

PL/SQL and JAVA/JDBC project to design a Retail Business Management System using SQL Packages, Functions, Procedures, Cursors, Triggers, Sequences, and Java Database Connectivity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published