Re: Using rowid in a html anchor / select statement

From: Steve Kanefsky <kanefsky_at_dreg.net>
Date: 1996/10/01
Message-ID: <Pine.A32.3.91.961001145559.16924A-100000_at_dreg.net>#1/1


On Tue, 1 Oct 1996, Thomas J. Kyte wrote:

> A rowid is just a primary key assigned by the system. Unless you are using a
> generated key (like a sequence number) that doesn't ever reuse values, yes, a
> rowid will get reused eventually. Same with any other primary key though.

Yes, but I *do* use sequence numbers as primary keys, and thus I can make sure that an external reference will never point to the wrong record because I'll never re-use the same key. There's no way I can do this with rowids.

--
Steve Kanefsky
Received on Tue Oct 01 1996 - 00:00:00 CEST

Original text of this message