1. Rowid di dalam satu table PASTI unique ? Ya 2. Rowid di dalam satu database PASTI unique ? Tidak, untuk keterangan lebih lanjut baca artikel menarik di url ini, http://blog.tanelpoder.com/2008/10/21/transportable-tablespaces-and-rowid-uniqueness/#more-146 3. Update atau delete dengan where rowid = :rid lebih cepat dari pada menggunakan PK ? Ya, karena dengan rowid, record dapat diakses secara langsung tanpa bantuan index seperti jika kita menggunakan PK 4. Rowid dapat berubah ? Ya, setidaknya ada beberapa alasan yang saya ketahui : alter table move; update PK pada IOT (urowid); update partition key yang mengakibatkan data pindah partisi (row movement enable); alter table shrink (row movement enable); flashback table (row movement enable)
Sekedar saran, jika anda ingin menyimpan rowid di table lain, pikirkan fakta no 4. -- Regards, Rudi Kristanto. ________________________________ From: ino kenichi <[email protected]> To: [email protected] Sent: Friday, May 1, 2009 16:09:50 Subject: RE: [indo-oracle] Re: ask rowid Terima kasih penjelasannya master ino -----Original Message----- From: indo-oracle@ yahoogroups. com [mailto:indo-oracle@ yahoogroups. com] On Behalf Of Yulius Wibowo Sent: 01 Mei 2009 15:49 To: indo-oracle@ yahoogroups. com Subject: [indo-oracle] Re: ask rowid KenIchi san, Sekai desu! Betul sekali. bw --- In indo-oracle@ yahoogroups. com, "ino kenichi" <inokenichi@ ...> wrote: > > Dear milis > > Mo nanya apakah rowid didalam suatu table pasti unique? > > Dan apakah didalam suatu database juga unique walaupun beda table? > > Jika saya mengupdate atau menghapus suatu data dengan conditions where rowid > = 'XXXXXXXXXXXX' apakah lebih cepat ketimbang saya mendelete data dengan > conditions primary key table tsb? > > Dapatkah suatu rowid berubah untuk data yang kita simpan (kecuali exp/imp)? > > > > Mohon pencerahannya > > > > Ino > > > > [Non-text portions of this message have been removed] > ------------ --------- --------- ------ -- -----------I. N.D.O - O.R.A.C.L.E- --------- ----- Keluar: indo-oracle- unsubscribe@ yahoogroups. com Website: http://indooracle. wordpress. com http://www.facebook .com/group. php?gid=51973053 515 ------------ --------- --------- --------- -------- Bergabung dengan Indonesia Thin Client User Groups, Terminal Server, Citrix, New Moon Caneveral, di: http://indo- thin.blogspot. comYahoo! Groups Links No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.5.287 / Virus Database: 270.12.4/2077 - Release Date: 04/28/09 18:02:00 Get your new Email address! Grab the Email name you've always wanted before someone else does! http://mail.promotions.yahoo.com/newdomains/aa/ [Non-text portions of this message have been removed]

