Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Strange behaviour of SQLPLUS with "create type..."
I entered the following into SQLPLUS:
SQL> create type project_t as object (pno char(5));
I expected that Oracle will process the statement and returns with the prompt. However Oracle does not return and just hangs waiting for any additional input.
This looks like a bug ?!
My environ: Oracle 8i, Solaris 2.7
Andreas
-- _\\|//_ (' O-O ') ------------------------------ooO-(_)-Ooo-------------------------------------- Andreas Jung, Saarbrücker Zeitung Verlag und Druckerei GmbH Saarbrücker Daten-Innovations-Center Untertürkheimerstraße 15, D-66103 Saarbrücken, Germany Phone: +49-(0)681-502-1528, Fax: +49-(0)681-502-1509 Email: ajung_at_sz-sb.de (PGP key available) -------------------------------------------------------------------------------Received on Mon Jun 19 2000 - 06:29:44 CDT