Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Converting from Sybase SQL Anywhere to Oracle
Hi,
I guess you may have to use a combination of sequences and triggers to generate the sequence numbers.
Regards,
Denny
In article <Ujkh3.150$Vg3.526_at_news1.online.no>,
"Jan Erik Hermansen" <jeh_at_susoft.no> wrote:
> I'm trying to move a database created in Sybase SQL Anywhere to Oracle
> 7.3.3.0.0 and have come across the following problem.
>
> In SQL Anywhere you can do the following:
> create table mytable ( mycol integer DEFAULT AUTOINCREMENT);
>
> This syntax doesn't work in Oracle. Is there another way to do this?
>
> Jan Erik
>
>
--
Denny Koovakattu
denny_at_vitalsol.com
http://vitalsol.com/
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Fri Jul 09 1999 - 16:25:37 CDT
![]() |
![]() |