Re: Oracle indexes and tablespaces

2007-01-04 Thread Matt Boersma
At the Django-Oracle sprint a couple months ago, we discussed having an optional "tablespace" parameter when defining models, but not a separate one for the index tablespace. We didn't get around to implementing it. In Oracle-land, your requirement is actually common, not unique. I think it's

Oracle indexes and tablespaces

2007-01-04 Thread vizcayno
Hi: Oracle DBA administration in my office has the policy to separate data in one tablespace and indexes into another tablespace so, when creating a new index, we must reference to a corresponding tablespace name. Will the new Oracle interface give us the possibility to indicate Django in which t

Re: Oracle indexes and tablespaces

2007-01-04 Thread Michael van der Westhuizen
Hi, On 1/4/07, vizcayno <[EMAIL PROTECTED]> wrote: Oracle DBA administration in my office has the policy to separate data in one tablespace and indexes into another tablespace so, when creating a new index, we must reference to a corresponding tablespace name. Will the new Oracle interface giv

Oracle indexes and tablespaces

2007-01-04 Thread vizcayno
Hi: Oracle DBA administration in my office has the policy to separate data in one tablespace and indexes into another tablespace so, when creating a new index, we must reference to a corresponding tablespace name. Will the new Oracle interface give us the possibility to indicate Django in which t