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 (49)
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.

ora-00845 ¤ oracle ¤ ora-00845: ¤ spring ¤ memory_target ¤ acquire ¤ liferay ¤ supported ¤ this ¤ informatica ¤ powercenter ¤ linux ¤
ora-00845 linux ¤ ora-00845 ¤ 0x8024402c ¤ ora-00845: memory_target not supported on this ¤

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

Search Results

« Previous Entries

Tokyo bourse to launch high-speed trading system

Tokyo Stock Exchange to pick up speed with new trading system in 2010

The Tokyo Stock Exchange will launch a new high-speed trading system Monday, scrapping an antiquated, glitch-prone platform for one that aims to compete with major global rivals.

which can process trades in five milliseconds. That is 600 times faster than the two to three-seconds required until now, and roughly on par with its counterparts in New York and London.

With the upgrade, the exchange hopes to lure traders who use automated computer programs to make rapid and frequent transactions. Algorithmic trading, commonly used by institutional investors like pension funds, accounts for the majority of equity trading in the U.S. and Europe but has been slow to catch on in Asia.

Posted in Uncategorized | January 3, 2010

SimCorp GmbH / Internationale Studie: 41 Prozent der gesamten Branche mit einer Kostenquote von 99 % oder höher arbeiten.

Bad Homburg (ots) – Die Investment-Management-Industrie durchläuft
eine der schwierigsten Zeiten in ihrer jüngeren Geschichte. So ergab
eine vom SimCorp StrategyLab durchgeführte, weltweite Studie, dass
beachtliche 41 % der gesamten Branche mit einer Kostenquote von 99 %
oder höher arbeiten. Die finanziellen Top-Performer der Industrie
wenden meist systematische Kostensenkungsmethoden wie Business
Process Improvement (BPI) oder Lean Six Sigma an. Kostenkennzahlen
sind zu einem entscheidenden Faktor geworden, der im gesamten
Spektrum der Asset-Manager über Erfolg oder Misserfolg entscheidet,
meint der Direktor des SimCorp StrategyLab, Professor Ingo Walter.

Knapp die Hälfte (43 %) der in der Global Investment Management
Cost Survey 2009 befragten Investmentgesellschaften haben in den
letzten zwei Jahren Kostensenkungsprojekte durchgeführt. Davon zielte
mehr als die Hälfte (55 %) auf die Reduzierung der Personalkosten ab.
Von allen untersuchten Unternehmen konnten durchschnittlich nur 41 %
die erzielten Kosteneinsparungen über einen Zeitraum von mehr als
zwölf Monaten aufrecht erhalten.
Read the rest of this entry »

Posted in Software | September 14, 2009

Linux vs. Oracle Tuning, Error : ORA-00845: MEMORY_TARGET not supported on this system

The ORA-00845:can arises for the following two reasons on linux system.

1)If the shared memory which is mapped to /dev/shm directory is less than the size of MEMORY_TARGET or MEMORY_MAX_TARGET.
or,
2)If the shared memory is not mapped to /dev/shm directory.

Make sure /dev/shm is properly mounted. You can see it by,
df -h
Filesystem Size Used Avail Use% Mounted on

shmfs 30G 15G 15G 30% /dev/shm

As a root user,
mount -t tmpfs shmfs -o size=30g /dev/shm
In order to make the settings persistence so that it will affect after restarting machine add an entry in /etc/fstab similar to the following:

shmfs /dev/shm tmpfs size=13g 0

Posted in LINUX, Oracle | June 5, 2009

Linux Oracle tuning parameter : Semaphores

To view current settings, run command:
more /proc/sys/kernel/sem
250 32000 32 1024

To set it to a new value for this running session, which takes effect immediately, run command:
echo 500 512000 64 2048 > /proc/sys/kernel/sem
Parameters meaning:
SEMMSL – semaphores per ID
SEMMNS – (SEMMNI*SEMMSL) max semaphores in system
SEMOPM – max operations per semop call
SEMMNI – max semaphore identifiers

Posted in LINUX, Oracle | June 5, 2009

Unix-Dateisystem – Was ist wo

/bin Verzeichnis für ausführbare Dateien, die zum System gehören.
/boot Linux boot – Dateien, also Kernel und Bootmanager (Lilo oder Grub)
/dev Gerätedateien.
/etc Verzeichnis für systemweite Konfigurationsdateien.
/home Home-Verzeichnisse aller Benutzer. – Ausnahme root ist unter /root
/lib System-Bibliotheken.
/lost+found wiederhergestellte Dateien Read the rest of this entry »

Posted in Uncategorized | June 4, 2009

Codebeispiele : open cursors – setzen eines Datenbankparameters

temporäres setzen eines Systemparameters:
alter system set open_cursors = 200 scope = memory;
Read the rest of this entry »

Posted in Oracle | April 23, 2009

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

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 Read the rest of this entry »

Posted in Oracle | April 13, 2009

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

 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.

  1. Change in reference libraries [ If you have recently applied OS patches, it may be wise to relink the binaries ]
  2. Read the rest of this entry »

Posted in Oracle | April 9, 2009

Capability Maturity Model

Das Capability Maturity Model Integration® (kurz CMMI®) ist ein Prozessmodell zur Beurteilung und Verbesserung der Qualität (“Reife”) von Produkt-Entwicklungsprozessen in Organisationen. Dabei werden die Stärken und Schwächen einer Produktentwicklung objektiv analysiert. So können Verbesserungsmaßnahmen bestimmt und in eine sinnvolle Reihenfolge gebracht werden. Primär ist CMMI ein Mittel, die Produktentwicklung zu verbessern. Sekundär ist eine offizielle Überprüfung eines Reifegrades. CMMI ist die neue Version des Software Capability Maturity Model ® (kurz SW-CMM® oder verkürzt nur CMM). Es ersetzt nicht nur verschiedene Qualitäts-Modelle für unterschiedliche Entwicklungs-Disziplinen (z.B. für Software-Entwicklung oder System-Entwicklung), sondern integriert diese in einem neuen, modularen Modell. Dieses modulare Konzept ermöglicht zum einen die Integration weiterer Entwicklungs-Disziplinen (z.B. Hardware-Entwicklung), und zum anderen auch die Anwendung des Qualitätsmodells in übergreifenden Disziplinen (z.B. Entwicklung von Chips mit Software).

Posted in CMMI, Prozeßmodelle | February 9, 2008

Freier Hypervisor Xen 3.2 fertiggestellt

Die Xen-Entwickler haben die Version 3.2 des freien Hypervisors zum Betrieb mehrerer Systeminstanzen in unabhängigen virtuellen Maschinen auf einem Computer Read the rest of this entry »

Posted in Uncategorized | January 17, 2008
« Previous Entries