Dittmar, Daniel wrote: > denim wrote: > > I've been using sapdb7.4.3.10 and encountered the following problem. > > If some user doesn't have an INSERT privilege for some > table, but does > > have an EXECUTE privilege for the procedure that executes > INSERT into > > that table, the instance hangs when that procedure is being > executed. Is > > it a bug, or, maybe, I'm doing something wrong? > > It would help to have a short script that > - creates the table > - creates the dbproc > - commits > - logs in as another user > - executes the insert. > > This would prove that there are no other issues like locks involved > and it would save us some typing. > > > Daniel Dittmar
Are we talking about 1 insert in that dbproc or are we talking about a loop of inserts in that dbproc which may cause the log-full-waiting (which looks like hanging) ? Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
