Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/05/2010, 15:56
yong321
 
Fecha de Ingreso: enero-2010
Mensajes: 29
Antigüedad: 14 años, 3 meses
Puntos: 3
Respuesta: Recuperar el status invalid de un objeto

PROY.DOM_SEQ is a synonym pointing to a non-existing object OBJY.DOM_SEQ. Create OBJY.DOM_SEQ as a sequence and you'll be able to run either of the following two:

select PROY.DOM_SEQ.nextval from dual;
select OBJY.DOM_SEQ.nextval from dual;