Paradoxul dietei: Cand vrei sa slabesti trebuie sa fii satul tot timpul iar cand vrei sa iei in greutate trebuie sa-ti fie foame tot timpul.
You've got to have a dream. When you lose your dreams, you die.
2010-10-31
PASSWORD_LIFE_TIME in Oracle 11G
In the default profile in Oracle Database 11g, the parameter
PASSWORD_LIFE_TIME
is set to 1802010-10-29
oracle 11Gr2 on vmware ORA-24324 ORA-24323
In order to start an oracle database 11gr2 on a virtual linux x86 machine, you have to apply patch 8670579(from metalink)
SQL*Plus: Release 11.2.0.1.0 Production on Fri Oct 29 21:33:17 2010
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Enter user-name: / as sysdba
Connected to an idle instance.
SQL> startup;
ORA-24324: service handle not initialized
ORA-24323: value not allowed
ORA-03113: end-of-file on communication channel
SQL> quit
PATCH 8670579 DBBETA :NETCA/DBCA FAILED WITH HOTSPOT VIRTUAL MACHINE 11.2.0.1.0 Linux x86 (American English) General Oracle Database Family 26 Feb 2010 1.1 MB
SQL*Plus: Release 11.2.0.1.0 Production on Fri Oct 29 21:33:17 2010
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Enter user-name: / as sysdba
Connected to an idle instance.
SQL> startup;
ORA-24324: service handle not initialized
ORA-24323: value not allowed
ORA-03113: end-of-file on communication channel
SQL> quit
PATCH 8670579 DBBETA :NETCA/DBCA FAILED WITH HOTSPOT VIRTUAL MACHINE 11.2.0.1.0 Linux x86 (American English) General Oracle Database Family 26 Feb 2010 1.1 MB
2010-10-27
2010-10-26
kernel: oracle: page allocation failure.
On Linux machines you may encounter errors like :
kernel: Out of Memory: Killed process 18061 (oracle).
kernel: oracle: page allocation failure. order:0, mode:0xd0
kernel: Out of Memory: Killed process 18061 (oracle).
kernel: oracle: page allocation failure. order:0, mode:0xd0
next_date for dbms_job
Does DBMS_JOB Recompute the NEXT_DATE Interval After or Before Executing the Procedure or Job[ID 166917.1]
2010-10-19
timp
Trăim pe fugă, mâncăm pe fugă, iubim pe fugă, dormim pe fugă. Între dimineaţă şi seară, e sprintul. Ne trezim că trec anotimpurile peste noi. Apropos, e toamnă de mult... Anii fug si ei. Ne ardem viaţa în birouri rigide, în zgomotul tastelor şi al aparatelor de aer conditionat, închişi în calculatoare,
despre care ne amăgim că ne-ar fi ferestre spre lume.
despre care ne amăgim că ne-ar fi ferestre spre lume.
2010-10-15
Ora-28232
ORA-28232: invalid input length for obfuscation toolkit
ORA-06512: at "SYS.DBMS_OBFUSCATION_TOOLKIT_FFI", line 0
ORA-06512: at "SYS.DBMS_OBFUSCATION_TOOLKIT", line 153
ORA-06512: at "SYS.DBMS_OBFUSCATION_TOOLKIT_FFI", line 0
ORA-06512: at "SYS.DBMS_OBFUSCATION_TOOLKIT", line 153
2010-10-07
fast-food
Calitatea ingredientelor este minima: fast food-ul este prin excelenta o mancare ieftina, dar cu o valoare adaugata mare, 500-1000% sau chiar mai mult. Costurile auxiliare(altele decat cele cu materia prima) sunt mari: localurile se afla in locuri circulate, scumpe, marile lanturi de fast food “baga” sume colosale in publicitate iar cele mici in spagi.
how to change the language of database error messages
Purpose of this document : To explain how to change the language of the Oracle RDBMS error messages.
2010-10-01
utl_mail how to send emails from oracle
How to send emails with or without attachments using PL/SQL.