Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: question ???
If your PK is numeric use database sequences. CREATE SEQUENCE seq_name
[params] to create a sequence and then seq_name.NEXTVAL and seq_name.CURVAL
database stored functions to use it from sql or pl/sql.
"Serge Nantel" <snantel_at_virtuo-cio.com> wrote in message
news:jN0s7.11702$aP1.1535788_at_news20.bellglobal.com...
> Oracle have a pakage or procedures to generate PK by him self ???
>
> Thanks
>
>
Received on Tue Sep 25 2001 - 10:01:07 CDT
![]() |
![]() |