Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to LOCK TABLE/READ ONLY table in own schema after data insertion

Re: How to LOCK TABLE/READ ONLY table in own schema after data insertion

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Wed, 07 Jun 2006 09:50:11 +0200
Message-ID: <681d82tjt2r821qi3csa3e68v5ibo55e8s@4ax.com>


On 6 Jun 2006 23:15:26 -0700, sanjeev_atvankar_at_hotmail.com wrote:

>
>Jagjeet Singh wrote:
>> >But after inserting the data into call_by_call_hist i want to lock this
>> >table till next insert,that means no one can change the data from hist
>> >table i.e.In this hist table only insert and fire a query is possible.
>>
>> Do you want to lock the table after loading till next job.
>> or you want to block only updates.
>>
>> Regards,
>> Js
>
>Yes,I want to lock the table after loading till next job.
>
>Actually i want to use this table for (insert and select) purpose means
>NO delete and update allowed.
>but table should be in own schema means creator of this table is myself
>and i will have authority to only insert and select but NO delete and
>update.
>
>please give me elaborative solution(Possibly Tutorial or link)
>
>Thanks in advance

Did you actually read my solution? What's wrong it?

--
Sybrand Bakker, Senior Oracle DBA
Received on Wed Jun 07 2006 - 02:50:11 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US