1. Turning on ARCHIVELOG mode: We consider a database that is not in ARCHIVELOG mode and also automatic archival is not enabled. To see the status of the database we can use of the following SQL commands: SQL> select log_mode from v$database; LOG_MODE ———— NOARCHIVELOG SQL> show parameter log_archive_start NAME […]
Maandelijkse archieven: februari 2022
Maak een folder en plaats hierin het SQL script met de extentie .sql. Bijvoorbeeld D:folder met het script bestand uitvoerscript.sql Open een commandbox en ga naar de betreffende folder. CD D:folder Type: sqlplus sys/<wachtwoord>@<database> as sysdba @uitvoerscript.sql
Now we need to edit the existing configuration files for the two NIC that will conform the combined interface. Content of /etc/sysconfig/network-scripts/ifcfg-eth0 file DEVICE=eth0 ONBOOT=yes BOOTPROTO=none MASTER=bond0 SLAVE=yes Content of /etc/sysconfig/network-scripts/ifcfg-eth1 file DEVICE=eth1 ONBOOT=yes BOOTPROTO=none MASTER=bond0 SLAVE=yes
Build Your Own Oracle RAC 11g Cluster on Oracle Enterprise Linux and iSCSI The information in this guide is not validated by Oracle, is not supported by Oracle, and should only be used at your own risk; it is for educational purposes only.
Two of the most popular programs used for actually cracking the WEP key are Airsnort and Aircrack. Airsnort can be used with the .dump files that Kismet provides; and Aircrack can be used with the .cap files that Airodump provides. Airsnort can be used on it’s own without any other […]
Meer informatie over DEP vindt je in de volgende KB artikelen bij Microsoft: KB875351 en KB875352 Zet DEP niet uit, als je geen problemen hebt met de functie! 1.Ga naar het startmenu en typ “cmd” bij search. Enter hierna. Als je het classic start menu hebt ga naar “uitvoeren”, typ […]
I’ve read all about WinSXS (Side by Side) and how it tries to solve the DLL Hell problems that have plagued Windows for ages, but I thought it was ridiculous that this folder was taking up over 10 gigs of precious space on my 64 GB solid state drive. A […]
Wanneer dwm.exe, Winlogon.exe of LogonUI.exe niet meer wilt stoppen en de gebruiker een blauw scherm blijft houden bij aan of afmelden. Dan hier de ultieme oplossing: Voeruit op de opstapserver (niet op de TS server zelf maar gebruik bijvoorbeeld de BROKER server) het volgende commando in een admin CMD-box: tskill.exe […]
Verify commando’s 11gr2; olsnodes -n ps -rf | grep lsnr crs_stat -t -v crsctl check crs ssh racnode1 “date,hostname” of cluvfy comp crs -display_status http://www.oracle.com/technetwork/articles/hunter-rac11gr2-iscsi-088677.html