Search results

  1. javisoft.us

    Drop procedure error

    Durkadurka thanks for the reply. I'm running only one instruction: "DROP PROCEDURE <name>" I'm able to create more stored procedures, the problem is when you are trying to delete it. I can do the same with views: CREATE/DROP VIEW and I never got any errors. Here are more details: - OE...
  2. javisoft.us

    Drop procedure error

    Hello, I'm getting this error: [OPENEDGE]Failure to acquire exclusive schema lock for DDL operation. (7872) when i'm tryingto delete an store procedure in order to modify it. Nobody is connected to the DB. Any suggestions? Thanks so much!!
  3. javisoft.us

    Drop procedure error

    Hello, I'm getting this error: [OPENEDGE]Failure to acquire exclusive schema lock for DDL operation. (7872) when i'm trying to delete an store procedure in order to modify it. Nobody is connected to the DB. Any suggestions? Thanks so much!!
Top