Hi Stephen,

----- Original Message -----
From: "Molitor, Stephen" <[EMAIL PROTECTED]>
To: "'OJB Users List'" <[EMAIL PROTECTED]>
Sent: Tuesday, November 19, 2002 10:39 PM
Subject: OJB Required Tables - really required?


> I just started using OJB.  Since my DBA hasn't given me the
permissions
> necessary to create tables, I don't have any of the OJB tables set up
(no
> OJB_DLIST table, for example).  Surprisingly, I seem to be able to use
the
> ODMG API to run OQL queries, and get back DLists.  It seems to work
fine,
> even though I don't have an OJB_DLIST table.
>
> Do I really need all the OJB tables?  I don't plan on using the
sequence or
> table based lock managers, but I do want (and am already using to some
> extent) to use the ODMG API.

Yes, it's possible to run OJB without any OJB-internal tables!
If you don't use the standard sequence manager you do not neeed
this table.
All other internal tables are only needed if you are using special
ODMG features like persistent collections. These collections are
specified by ODMG.

regards,
Armin


>
> Thanks!
>
> Steve
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to