There is no such thing as CREATE ROW


On Sun, Aug 19, 2012 at 2:41 PM, happytoday <ehabaziz2...@gmail.com> wrote:

> CREATE ROW TYPE addr_typ (
> Street CHARACTER VARYING (25)
> City CHARACTER VARYING(20)
> State CHARACTER (2)
> PostalCode CHARACTER VARYING (9)
> ) ;
>
>
>
> CREATE ROW TYPE addr_typ (
>        *
>
> ERROR at line 1:
> ORA-00901: invalid CREATE command
>
>
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Oracle PL/SQL" group.
> To post to this group, send email to Oracle-PLSQL@googlegroups.com
> To unsubscribe from this group, send email to
> oracle-plsql-unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/Oracle-PLSQL?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to Oracle-PLSQL@googlegroups.com
To unsubscribe from this group, send email to
oracle-plsql-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en

Reply via email to