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.

workflow ¤ to_integer ¤ busy ¤ linux ¤ this ¤ zeilen ¤ memory_target ¤ supported ¤ 8024402c ¤ nowait ¤ acquire ¤ resource ¤ system ¤ specified ¤ ora-00845 ¤ informatica ¤ ora-00054: ¤ oracle ¤ with ¤
ora-00054: resource busy and acquire with nowait specified ¤ ora-00845 ¤ informatica workflow ¤ ora-00845 linux ¤ 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

Archive for April, 2009

Oracle Codebeispiel: Löschen doppelter Datensätze in einem table

Tuesday, April 28th, 2009

Oracle speichert eine interne Indexierung mit dem Namen ROWID, DELETE FROM tmp_index WHERE rowid NOT IN (SELECT max(rowid) FROM tmp_index GROUP BY ISIN);

Oracle : Metrik und Policyeinstellungen

Thursday, April 23rd, 2009

Benutzung von Features der automatischen Log-Archvivierung Fehlermeldung: Kategorie Sicherheit

Codebeispiele : open cursors – setzen eines Datenbankparameters

Thursday, April 23rd, 2009

temporäres setzen eines Systemparameters: alter system set open_cursors = 200 scope = memory;

Intel goes Parallel

Wednesday, April 22nd, 2009

Wichtigste Botschaft der sieben Vorträge war Intels Parallel-Computing-Strategie und die sie flankierenden Softwarekomponenten des Ende Mai zu erwartenden neuen Parallel Studio (zurzeit im Beta-Status). –

Codebeispiel : Oracle – How to edit spfile

Wednesday, April 15th, 2009

sqlplus /nolog connect / as sysdba create pfile from spfile;

Codenbeispiel : Löschen von veralteten Backups bzw. Dateien

Monday, April 13th, 2009

Anmeldung mit rman an die Datenbank RMAN target sys/ @ bei Plattensicherungen, disk Zugriff allocate channel for maintenance device type disk;

Oracle Error : ORA-19809: limit exceeded for recovery files

Monday, April 13th, 2009

Das flashback repository hat die Größe des dest_size parameter (default 2GB) erreicht. Achtung: !! Alte backups/ archivelogs löschen ist nicht ausreichend. Anzeigen der Größe der recovery area und ihrer Belegung: set lines 100 col name format a60 select name

Oracle Error : ORA 7445 – [qmxiManifestVArray()+3991] [qmxiManifestVArray()+3991] [SIGSEGV] [ADDR:0x0] [PC:0x61BAF51] [SI_KERNEL(general_protection)]

Thursday, April 9th, 2009

 is a critical error generated by an oracle database when it has receives a fatal signal from the operating system. This error may be raised in either a foreground or background process.  The most common reason for this error is where a pointer in memory is overwritten in error by a software problem. Change in [...]