Hallo zusammen,
ich habe ein Problem, das einfachste PL/SQL Skript auszuführen.
Es schaut wie folgt aus:
DECLARE
set serveroutput on
BEGIN
dbms_output.put_line(‚Dies ist ein Test!‘);
END;
Aber ich erhalte das:
SQL*Plus: Release 10.2.0.1.0 - Production on Di Aug 28 16:35:43 2007
Copyright © 1982, 2005, Oracle. All rights reserved.
Verbunden mit:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning and Data Mining options
6 ^C
SQL> exit
Bei der 6 passier nichts weiter, es bleibt stehen und das wars.
Hat jemand eine Idee woran das liegen kann??
Vielen Dank
Gruß
Micha