Top "Locked" questions

How do I get a list of locked users in an Oracle database?

I want to be able to list all of the users in a given database along with an icon that …

oracle system-administration locked
OperationalError: database is locked

I have made some repetitive operations in my application (testing it), and suddenly I’m getting a weird error: OperationalError: …

python django database sqlite locked
How to handle background audio playing while iOS device is locked or on another application?

Designing a generative music system for iOS, using OpenFrameworks, I'd need to provide a mode in which the user could …

ios audio background multitasking locked
SQLite in a multithreaded java application

I have written a java application that sporadically logs events to an SQLite database from multiple threads. I've noticed that …

java jdbc sqlite locked
How can I lock a single row in Oracle SQL

It seems simple but I struggle with it. The question is how can I lock for example a single row …

sql oracle row locked
How to unlock a tomcat user?

I am using Tomcat 7.0 and a user i defined at tomcat-users.xml is locked. I saw warnings at catalina.out …

tomcat locked unlock realm
sqlite error database is locked when using sqlite3 command line

I use sqlite3 command line, from bash. I spawn multiple processes, all trying to insert into the same sqlite database …

sqlite locked
BitmapImage in WPF does lock file

I use: Dim bmi As New BitmapImage(New Uri(fiInfo.FullName, UriKind.Absolute)) bmi.CacheOption = BitmapCacheOption.OnLoad this does not …

.net wpf vb.net bitmapimage locked
Programmatically unlocking IIS configuration sections in Powershell

I am writing a powershell script to create and configure a number of websites and virtual directories. I am using …

configuration powershell iis-7.5 locked
ExtJs GridPanel freeze/lock multiple columns

Though ExtJs GridPanel is rich datacontrol , it has restricted columns freezing functionality. Only first column can be freezed via locked …

extjs freeze gridpanel locked