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: Jagjeet Singh <jagjeet.malhi_at_gmail.com>
Date: 6 Jun 2006 07:03:08 -0700
Message-ID: <1149602588.455289.27410@y43g2000cwc.googlegroups.com>


>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 Received on Tue Jun 06 2006 - 09:03:08 CDT

Original text of this message

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