On Wed, Dec 21, 2011 at 8:43 AM, Jan Pazdziora <jpazdzi...@redhat.com> wrote:
> select * from user_sequences where sequence_name = 
> upper('rhn_tasko_run_id_seq') ;
> select * from user_sequences where sequence_name = 
> upper('rhn_tasko_template_id_seq') ;

Thanks Jan.

SQL> select * from user_sequences where sequence_name =
upper('rhn_tasko_run_id_seq') ;

SEQUENCE_NAME                   MIN_VALUE  MAX_VALUE INCREMENT_BY C O CACHE_SIZE
------------------------------ ---------- ---------- ------------ - - ----------
LAST_NUMBER
-----------
RHN_TASKO_RUN_ID_SEQ                    1 1.0000E+27            1 N N         20
          1


SQL> select * from user_sequences where sequence_name =
upper('rhn_tasko_template_id_seq') ;

SEQUENCE_NAME                   MIN_VALUE  MAX_VALUE INCREMENT_BY C O CACHE_SIZE
------------------------------ ---------- ---------- ------------ - - ----------
LAST_NUMBER
-----------
RHN_TASKO_TEMPLATE_ID_SEQ               1 1.0000E+27            1 N N         20
    1330170



-- 
Thanks,

Eric Lake
O: 859-232-5080

_______________________________________________
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to