Re: Oracle & HTML

From: Torsten Reichert <torsten_at_diver.muc.de>
Date: 1996/04/09
Message-ID: <4kcu43$hts_at_marvin.muc.de>#1/1


 

>
> Can any1 explain how locks working in Oracle Web server ????
> Or how Web server locks rows...
 

there is no special row locking in the web server (1.0). the row locking is enabled thru the normal transaction locking in oracle. each build up of an html-page is made in one session (via pl/sql stored procedures) so during this build up u have normal row locking. you can't lock rows after the build up of an html page because the session ends after that!  

greetings
Torsten



Disclaimer:
The statements and opinions expressed here are my own and do not necessarily represent those of Oracle Corporation.
Torsten Reichert                                 privat: torsten_at_diver.muc.de 
                                                        office: treicher_at_de.oracle.com 
                                                        http://www.muc.de/~torsten 
 
for pgp-key: send a mail with "send pgp-key" in the subject to  
		torsten_at_diver.muc.de
Received on Tue Apr 09 1996 - 00:00:00 CEST

Original text of this message