4

Is there a way in which we can use the tablespace concept of Oracle in HSQLDB?

I have some Oracle scripts which uses tablespace concepts. I want to convert them such that they can be used with HSQLDB too.

palacsint
  • 28,416
  • 10
  • 82
  • 109
Rohit Jain
  • 159
  • 1
  • 4
  • 12

1 Answers1

1

Is there a way in which we can use the tablespace concept of Oracle in HSQLDB?

No. HSQLDB does not support tablespaces nor does it have any similar concept.