Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server local database file equivalent in Oracle [duplicate]

I'm looking for embedded db with Java API for testing purposes. Also i need pl/sql support because we use oracle in production and migrations are written in pl/sql.

I want to test my DAO objects and i need to create db in memory in process of unit test using migration scripts.

Now we use HSQLDB but it does't support pl/sql.

Can you recommend anything?

like image 398
Chuprin Avatar asked Feb 18 '26 09:02

Chuprin


1 Answers

According to the wikipedia page about PL/SQL, the databases supporting PL/SQL are Oracle and DB2:

  • Embedded DB2
  • Embedded Oracle

If these don't suit you, there's nothing else. PL/SQL is a creation of Oracle, so it's not expected to be widely spread.

like image 62
Bozho Avatar answered Feb 20 '26 23:02

Bozho



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!