3

I've created an app with a local database incorporated in the folder app using C# and SQL Server.

I'm doing a Java app and want to know if there's an Oracle database that can be used as local (so that I can place the app folder in a USB and then it can be accessed in any computer). I also want to use my PL/SQL know-how.

gprathour
  • 14,813
  • 5
  • 66
  • 90
marion-jeff
  • 759
  • 7
  • 13
  • Lots, I believe the [Java DB](http://www.oracle.com/technetwork/java/javadb/overview/index.html) can, but I know for sure that [H2](http://www.h2database.com/html/main.html) and [HSQLDB](http://hsqldb.org/) can run in "file only" or "single user" modes. So can SQLLite if you're not worried about "pure" Java database engines – MadProgrammer Jun 19 '14 at 04:10
  • Are those DBs use PL/SQL, stored procedures, functions, etc.? – marion-jeff Jun 19 '14 at 04:12
  • Check the links, I think you'll be surprised – MadProgrammer Jun 19 '14 at 04:13
  • 1
    You could also check out http://stackoverflow.com/questions/4226746/is-there-embedded-db-with-pl-sql-support-and-java-api – MadProgrammer Jun 19 '14 at 04:18
  • Thanks! Embedded Oracle is the one I'm looking for. – marion-jeff Jun 19 '14 at 04:46

0 Answers0