You probably want to turn JAWS creation of tables off. It really won't
go to the extent that you'd like it too, and what it _does_ do will
probably annoy you as a DBA.
If you look in standardjaws.xml, you'll see a set of flags near the top,
one of which is for the table creation. You can also create a 'jaws.xml'
specific to your beans to map the bean's fields to different column
names than JAWS would default to. This way you can retain any naming
standards you have in place, etc.
There's some jaws documentation in the manual (in the Documentation
section of www.jboss.org), but improving the documentation of
jaws/standardjaws.xml has been on my plate for a while now.
-danch
Linda Hagedorn wrote:
>
> Hello,
>
> Can anyone tell me if jaws can generate Oracle create syntax similar to the
> following examples? I'm an Oracle DBA and new to the jaws product. I need
> to create indexes in tablespaces separate from the data tablespaces. This
> isn't difficult in Oracle DDL, but I need to know if jaws can do it.
>
> create table reg.lh_test (
> col1 number not null,
> col2 varchar2(10),
> constraint lh_test_pk primary key (col1,col2)
> using index tablespace TSINDEX storage(initial 8M next 8M minextents 1
> maxextents 5) )
> tablespace TSDATA storage(initial 8M next 8M minextents 1 maxextents 5) ;
>
> create index reg.lh_test_ix1 on lh_test (col2)
> pctfree 10 initrans 2 maxtrans 255
> storage(initial 8m next 8m minextents 1 maxextents 2147483645
> pctincrease 0 freelists 1 freelist groups 1 buffer_pool default
> tablespace TSINDEX logging compute statistics ;
>
> Any information or referral to documentation is appreciated. If I've made
> something unclear, please let me try again.
>
> Thank you,
>
> Linda Hagedorn
> Oracle DBA
> Saltare, Inc.
> 650-345-1200 x239
> [EMAIL PROTECTED]
>
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development
Confidential e-mail for addressee only. Access to this e-mail by anyone else is
unauthorized.
If you have received this message in error, please notify the sender immediately by
reply e-mail
and destroy the original communication.
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development