Caveat : I'm not very familiar with Oracle so I might be way offbase. How would one use a tablespace with "vanilla" JDBC?. I imagine one would specify it on the connectionURL or as a property when the connection was obtained. Once we obtain the connection Oracle would then enforce the tablespace properties when we interact with the database.
If it's something that can be specified on the ConnectionURL then you'd just need to add the appropriate argument to openjpa.ConnectionURL (or to the datasource). If it's something that needs to be specified when or after a connection is obtained then I think we'll need to make a change in OpenJPA. Regards, -mike On Thu, Dec 18, 2008 at 5:36 AM, maciej <[email protected]> wrote: > > for oracle my user has many tablespaces but I need to tell openjpa to use > one and only one specific. How to do that? > > Maciej > -- > View this message in context: > http://n2.nabble.com/how-to-set-custom-tablespace--tp1672542p1672542.html > Sent from the OpenJPA Users mailing list archive at Nabble.com. > >
