About bearparc

A software development blog for the qualified developer

Blogroll

Application Server (24)
Business Intelligence (13)
Business Logic Layer (6)
C (2)
C++ (3)
CMMI (4)
Data Mining (3)
DataMart (11)
DataWarehouse (11)
ETL (7)
FAQ – Troubleshooting (8)
Framework (4)
Hardware (10)
Informatica Powercenter (6)
Investition (2)
J2ee (8)
Java (6)
JBoss (1)
Liferay (11)
LINUX (11)
objektorientiertes Design (2)
OLAP (7)
Oracle (48)
Projektmanagement (5)
Prozeßmodelle (4)
Software (33)
SQL (24)
Uncategorized (31)
Web 2.0 (5)
Weblogic (17)
wordpress (5)
XML (2)

WP-Cumulus by Roy Tanck and Luke Morton requires Flash Player 9 or better.

system ¤ exception ¤ ora-00845 ¤ informatica ¤ beispiel ¤ 8024402c ¤ this ¤ ora-00845: ¤ cursor ¤ memory_target ¤ linux ¤ oracle ¤ supported ¤
8024402c ¤ ora-00845: memory_target not supported on this system ¤ sql cursor beispiel ¤ php exception ¤ ora-19809 ¤ ora-00845 ¤

www.brokerbase.ch network

Search



Add to Technorati Favorites Blogverzeichnis - Blog Verzeichnis bloggerei.de Deutsches Blog Verzeichnis blogoscoop Add to Google http://www.wikio.de

Archive for December, 2007

Oracle Error : ORA-00069 – cannot acquire lock – table locks disabled for string

Monday, December 3rd, 2007

A command was issued that tried to lock the table indicated in the message. Examples of commands that can lock tables are: LOCK TABLE, ALTER TABLE … ADD (…), and so on.
Use the ALTER TABLE … ENABLE TABLE LOCK command, and retry the command.