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.

this ¤ ora-00845 ¤ workflow ¤ memory_target ¤ resource ¤ informatica ¤ system ¤ with ¤ busy ¤ nowait ¤ to_integer ¤ ora-00054: ¤ specified ¤ zeilen ¤ 8024402c ¤ supported ¤ linux ¤ acquire ¤ oracle ¤
ora-00054: resource busy and acquire with nowait specified ¤ ora-00845 linux ¤ informatica workflow ¤ ora-00845 ¤ ora-00845: memory_target not supported on this system ¤ ora-00054 ¤

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

wordpress

PHP – Exception Management – Codebeispiel Datenbankzugriff

Monday, June 8th, 2009

PHP 4 Standard, Reaktion auf den Fehler durch die() oder exit() : $db = new DB(); $dbh =& $db->connect(…); // Ausführung beenden, wenn keine Verbindung hergestellt werden kann if ( !$dbh ) { die ( ‘Konnte Verbindung nicht aufbauen!’ ); } PHP 5, exception Modell:

WordPress › database error: [MySQL client ran out of memory] oder [MySQL server has gone away]

Tuesday, March 18th, 2008

Nach vielen Versuchen, einfach nach PHP5 switchen d.h. folgende Zeile in das .htaccess file einfügen AddType x-mapp-php5 .php

SQL-Injection-Lücke in WordPress

Friday, June 8th, 2007

Eine SQL-Injection-Lücke in WordPress gefährdet die Sicherheit von Blogsystemen.

XML HTTP Request Objects

Monday, April 23rd, 2007

Warum das XML HTTP Request object?

wordpress-plugin für Tabellen

Friday, March 23rd, 2007

Wer Tabellen in seine Posts einfügen möchte, sollte sich das plugin einmal ansehen.