About bearparc

A software development blog for the qualified developer

Blogroll

Application Server (24)
Business Intelligence (13)
Business Logic Layer (6)
C (3)
C++ (4)
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 (12)
matlab (3)
objektorientiertes Design (2)
OLAP (7)
Oracle (54)
Projektmanagement (5)
Prozeßmodelle (4)
Software (43)
SQL (28)
Uncategorized (41)
Web 2.0 (5)
Weblogic (17)
wordpress (5)
XML (2)

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

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 August, 2007

« Previous Entries

Beispiel alter table statement

Tuesday, August 28th, 2007

alter table table_name add ( column1_name column1_datatype column1_constraint, column2_name column2_datatype column2_constraint, column3_name column3_datatype column3_constraint );

ORA-00054: resource busy and acquire with NOWAIT specified

Monday, August 27th, 2007

Identifizieren des table lock  select object_name, o.object_id from user_objects o, v$locked_object l where o.object_id = l.object_id; Freigeben des tables 

PCI-Express 3.0 verdoppelt Transferrate

Friday, August 10th, 2007

Das Herstellerkonsortium PCI-Special-Interest-Group (PCI-SIG) gab heute

Neues aus Jobs’ Zauberwerkstatt

Tuesday, August 7th, 2007

Um 19 Uhr deutscher Zeit präsentiert Apple-Boss Steve Jobs neue Mac-Produkte. Aber welche? Gerüchte-Portale sind sich sicher: Schlankere iMacs und ein verbesserter Online-Dienst stehen an. Jetzt muss sich zeigen, welches Apple-Orakel den richtigen Riecher hat.

Codebeispiel exist condition

Monday, August 6th, 2007

SELECT *

Codebeispiel SQL – EXISTS condition

Monday, August 6th, 2007

SELECT columns

« Previous Entries