Hi Marco,
I am still interested in the 64-bit version of the software. It was supposed to be released in 2014. Almost halfway through 2015 now. Any progress you can share regarding this?
Thanks,
Glen
-- when you declare a variable in a pl/sql block it can be used directly
-- in the block. When oracle processes the statement, it will be
-- interpreted as a bind variable.
DECLARE
lv_myvar varchar2(20);
BEGIN
lv_myvar := 'XXX';
select * from mytable where mycol = lv_myvar;
end;
/
I have the same problem. I installed the MS SSC Integration software coupled with Star Team. The integration works fine with other development packages. I used the integration to interface with Rational Rose Java Edition.
Has anyone found a resolution to this issue with the interface to...