Toad SQL Editor


However when I pick execute as SQL*Plus in the menu it freezes for 20 seconds and then opens the SQL PLUS text editor?

When i run it as a script i get the following results which is only the first column of the table. It has 16 columns

DBMS_METADATA.GET_DDL('TABLE','TESTERTABLE','MNP')
--------------------------------------------------------------------------------

CREATE TABLE "MNP"."TESTERTABLE"
( "NODE" VARCHAR2(7) NOT NULL ENABLE,



1 row selected.