Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/03/2013, 06:09
jc3000
 
Fecha de Ingreso: junio-2007
Mensajes: 891
Antigüedad: 17 años, 5 meses
Puntos: 43
Respuesta: Problema base de datos orientada a objetos

te falta la barrita de dividir al final del DDL :

Código SQL:
Ver original
  1. SQL*Plus: Release 8.0.5.0.0 - Production ON Jue Mar 7 13:06:55 2013
  2.  
  3. (c) Copyright 1999 Oracle Corporation.  ALL rights reserved.
  4.  
  5.  
  6. Conectado a:
  7. Oracle DATABASE 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
  8. WITH the Partitioning, OLAP, DATA Mining AND REAL Application Testing options
  9.  
  10. SQL> CREATE TYPE direccion_t AS OBJECT(
  11.   2  calle VARCHAR2(50),
  12.   3  colonia VARCHAR2(50),
  13.   4  entre_calles VARCHAR2(100));
  14.   5  /
  15.  
  16.  Tipo creado.
  17.  
  18. SQL>