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 -> Re: Creating Objects with Oracle 8i's SQLPlus

Re: Creating Objects with Oracle 8i's SQLPlus

From: Finn Ellebaek Nielsen <fen_at_changegroup.dk>
Date: Tue, 22 Jun 1999 10:04:58 +0100
Message-ID: <7kng67$rgi$1@news.inet.tele.dk>


<benfornshell_at_my-deja.com> wrote in message news:7km467$jgg$1_at_nnrp1.deja.com...
> Hello,
>
> I would greatly appreciate input on how to
> resolve this problem I'm having. I've just
> freshly installed Oracle 8i and after loading up
> SQLPlus I tried to create the following object
> type:
>
> create type ADDRESS_TY as object
> (Street VARCHAR2(50),
> City VARCHAR2(25),
> State CHAR(2),
> Zip NUMBER);
>
> After pressing enter on the last line sqlplus
> simply increments to the next number as if the
> entry were not complete. Any thoughts on where
> I'm goofing this?
>
> Much thanks,
>
> Ben Fornshell
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.

Please remember a trailing slash. The object features are implemented by the PL/SQL group...

HTH. Finn Received on Tue Jun 22 1999 - 04:04:58 CDT

Original text of this message

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