Page 1 of 1

DS v6: changes in ORAOCI plug-in

Posted: Thu Jul 17, 2003 2:15 am
by luca
Hi there,
I noticed the ORAOCI (8 and 9) plug-in have changed in DS v6.
When I use an ODBC or ORAOCI stage to select data from a table, I always use a parameter for the table owner. In v6, it seems not to be possible anymore to replace the table owner by a parameter (or I haven't found a way to do this yet).
Did other face this problem? Did you solve it?
Thanks.

Posted: Thu Jul 17, 2003 5:18 am
by WoMaWil
Hi Luca,

you are right the Stage look quite different. But you can still do. We did

Wolfgang Huerter
=====================
Cologne, Germany

Posted: Thu Jul 17, 2003 6:33 am
by luca
If you manage to use a parameter for the owner in the ORAOCI stage in v6, I would like to know how ... can you be more specific please?
Thanks.

Posted: Thu Jul 17, 2003 1:11 pm
by chulett
Luca,

It *is* different, but still perfectly doable. Assuming you are not going the User Defined SQL route...

I end up using the 'Column-generated SQL query' option. You do everything after clicking on the 'Build' button. In the 'FROM clause (table name)' section, simple put your parameters and text like 'normal' - #Owner#.Tablename - and you'll be fine.

The 'Fully generated' option brings up a new Query Builder, which I find very cumbersome to use and I believe you are right in that there is no place there to include the Owner as a parameter. Maybe by manipulating the metadata in the Manager? [shrug] Heck if I know. Perhaps it's buried in there somewhere, but I don't think it's worth the effort to uncover it. [}:)]

-craig

Posted: Mon Jul 21, 2003 6:13 am
by luca
Thanks craig,
I tried to see what the 'Column-generated SQL query' would give and it's fine, we can replacer the owner name by a parameter with this type of query.
Thanks.

Posted: Wed Aug 06, 2003 7:55 pm
by jrvl
We've just started using OCI9 stage as well, and have found another way - right click on the OCI9 stage and select 'Grid Style'.

This brings up the old-style properties, enabling us to use a parameter for the owner.

Hope this helps,
John.