T TMoore Member² Jul 26, 2006 #1 Hi One of the horrible thing is rewrite column in RECORD, VARRAY, for example: declare my_rec emp%ROWTYPE; begin select * into my_rec from emp; dbms_output.put_line( my_rec.
Hi One of the horrible thing is rewrite column in RECORD, VARRAY, for example: declare my_rec emp%ROWTYPE; begin select * into my_rec from emp; dbms_output.put_line( my_rec.
Marco Kalter Administrator Staff member Jul 26, 2006 #1 This works fine for me. Are you using the latest release?
T TMoore Member² Jul 31, 2006 #1 Ok, it work in procedure window but not in usual sql window when I write some test and develop custom PL/SQL piece of code.
Ok, it work in procedure window but not in usual sql window when I write some test and develop custom PL/SQL piece of code.
Marco Kalter Administrator Staff member Jul 31, 2006 #1 This does indeed only work in the Test Window and Program Window.