Samstag, 26. April 2008

Linux - Debian - Etch - Oracle XE - Bugfixes

Fehlermeldung:
Connection refused(DESCRIPTION=(TMP=)(VSNNUM=169869568)(ERR=12519)(ERROR_STACK=(ERROR=(CODE=12519)(EMFI=4))))

[...] If you run a process that opens and closes connections very fast, the Oracle 10g XE listener fails with the shown error. To fix this problem, simple change the number of processes in the SPFILE to a large number (see example below). [...]

1.Schritt: einloggen in sqlplus als sysdba
sqlplus / as sysdba

2.Schritt: anpassen der Anzahl der Prozesse
ALTER SYSTEM SET PROCESSES=250 SCOPE=SPFILE


3.Schritt: Datenbank neu starten
/etc/init.d/oracle-xe restart


Fehlermeldung:
ORA-01033 ORACLE initialization or shutdown in progress
und
ORA-00600: internal error code, arguments: [kcratr1_lastbwr], [], [], [],

1.Schritt: einloggen mit user oracle in sqlplus als sysdba
su oracle
sqlplus / as sysdba

2.Schritt: auf der sql-konsole datenbank-recovery durchführen
SQL> recover database

3.Schritt: sqlplus verlassen und nochmals einloggen und db neustarten
SQL> shutdown
SQL> startup

Keine Kommentare: