Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> SQL*Plus doesn't execute the CREATE TYPE query

SQL*Plus doesn't execute the CREATE TYPE query

From: Lars Milewski <Lasse_at_gmx.de>
Date: Fri, 1 Mar 2002 19:38:19 +0100
Message-ID: <3c7fc954$1@news.uni-rostock.de>


To explain my problem I use a simple query: CREATE TYPE test_type AS OBJECT ( id integer ); After typing in this query at the SQL*Plus (V9.0.1.0.0) command line nothing happens - there
is still the prompt for entering more commands. I think after entering a simicolon and pressing enter the query should be executed and at least
produce an error.

Okay, here is how it reads in SQL*Plus:
SQL> CREATE TYPE test_type AS OBJECT ( id integer );   2

Why is this query not executed?
Thanks for your help. Received on Fri Mar 01 2002 - 12:38:19 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US