AR and Oracle table names

Hi,

I wanted to create an AR class for an Oracle table “CUST.CUSTOMER”
where CUST keyword means the appropriate user space in which the table
exists. It turned out that ActiveRecord does not tolerate names like
that.

Any idea how can I use these tables without explicitly using CUST
user?

Regard it solved. Rails 2.0.2 handles this correctly. I had trouble with
2.0.2.9216.
Gábor