When defining the resource, you have to define its attributes
the names on the query should match the names in the resource
attributes you define,
best to do 'select X as Y' when Y is the attribute name that was
specified when defining the attributes, one of the attribute must be
indicated as an 'account ID',
If you want the attribute to be persisted (to be synchronized to Velo
repository) you can flag it as 'synced' and as 'persisted',
Thats it,
btw, Velo 1.5 will be shipped with Oracle controller, that you don't
have to write a single line of query,
Asaf.
On Sep 9, 3:49 pm, Tzahi Sharoni <
tzahi.shar...@gmail.com> wrote:
> I got success but I saw nothing.
>
> I don't think it is related to the query (I used select username from
> dba_users) - I checked it.
>
> do I need to play right with the attributes? I want to match the username
> from the query to the account name
>
> Thanks,
> Tzahi
>