Top "Database-locking" questions

Will Oracle lock the whole table while performing a DML statement or just the row

When i try to insert/update something in a db table, will Oracle lock the whole table or only the …

database oracle oracle11g database-locking
SQLITE_BUSY The database file is locked (database is locked) in wicket

I am doing a project in wicket How to solve the problem. I came across such a message: WicketMessage: Can't …

sqlite database-locking
What is the difference between an explicit and an implicit lock in database?

What is the difference between an explicit and an implicit lock in database?

database-locking
Delphi: Database is locked (SQLite)

I am facing two problems... (1) When I try to write to a Database (SQLite) by using Delphi XE6, I always …

database sqlite delphi database-locking
How do I lock on an InnoDB row that doesn't exist yet?

How can I guarantee that I can search if a username exists in my database, then insert that username into …

mysql locking innodb rowlocking database-locking