Recent content by Gerrit van den Ham

  1. G

    Blanc lines in dbms_output.put_line

    Marco, It's too much work for me to do this. In SQL*Plus it runs fine. Let's stop this topic and thanks.
  2. G

    Blanc lines in dbms_output.put_line

    Marcel, Here is my script. -- PACTA SCHONING -- Opruimen van Afspraken in Pacta, met bijbehorende referenties -- tabellen in in aos_abr_jobs (functioneel het takenoverzicht) worden niet opgeruimd -- aangezien deze tabellen aan de gebruiker_id hangen. DECLARE CURSOR C_SELECT IS select...
  3. G

    Blanc lines in dbms_output.put_line

    Marco, Version 7.1.5.1397
  4. G

    Blanc lines in dbms_output.put_line

    The following is a part of a SQL script i'm executing. I don't understand why i get several blanc lines between some dbms_output lines in the output tab. for r_select in c_select loop for r_groepen in c_groepen(r_select.ask_id) loop delete from aos_ask_groepen where id =...
Back
Top