update emp
set lname='Smith'
where rowid='aaaaaaaa.bbbbbbbb.cccccccccccc.ddddddd';
/* if v8 */

update emp
set lname='Jones'
where rowid='hhhhh.xx.cccccccc'

/* if V7 */