Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Bypassing Rowid?
You only bypass all triggers etc with SQL*Loader when using direct path
(direct=true).
Unless someone knows otherwise, you cannot put data in a rowid column.
Rowid is a 'pseudo column' which is internal to an oracle table. Rowid
normally maps to the physical location of the data on disk so i can't see
the login in wanting to write something to it anyway.
Mark
Jerra wrote in message <373C2CA5.FB72A091_at_consilia.aland.fi>...
>I thought that by loading data with sql*loader you bypassed all triggers
>and rowid etc, just stuffing the database with bulk-data.
>Apparently it's not. So how do I do? I want to insert data in RowId
>columns . Oracle does not like that naturally, but there must be a way
>to do it.
>
>Any help greatly appreciated!
>Regards
>Jerra
>
Received on Fri May 14 1999 - 09:15:56 CDT
![]() |
![]() |