If I'm using php3 to interface into an Oracle database on my website, what
is the syntax to lock and then unlock specific rows and tables of a
database? I've found some documentation on the LOCK command, however that
appears to be only applicable to and older SQL version than I am running.
Thanks