Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Will ROWID change during DB Runing??
oops, but the table is saved on the same table space and has no partition.
:?
>
> My table guichets is partitioned by c_code_banque:
>
> SQL> select rowid from guichets where c_code_banque=10008;
> ROWID
> ------------------
> AAAB2kAADAAAF7+AAA
>
> 1 row selected.
>
> SQL> update guichets set c_code_banque=30000 where c_code_banque=10008;
>
> 1 row updated.
>
> SQL> select rowid from guichets where c_code_banque=30000;
> ROWID
> ------------------
> AAAB2nAADAAAF8JAAA
>
> 1 row selected.
>
> Regards
> Michel Cadot
>
>
Received on Mon Jan 03 2005 - 19:47:49 CST
![]() |
![]() |