ORACLE @ Work
Wednesday, September 19, 2018
Linux CPU stress testing sample script
›
for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 33 33 34 35 36 37 38 39 40 41 42 43 44 45 46 4...
Friday, July 08, 2016
SQL Joins
›
Codeproject has this image which explains the simple basics of SQL joins, taken from: http://www.codeproject.com/KB/database/Visual_SQL_...
Wednesday, August 06, 2014
ERROR 1820 (HY000): You must SET PASSWORD before executing this statement
›
MySQL 5.6 added comprehensive password security mechanism how password and internally handled and encrypted. One major feature is au...
Tuesday, October 22, 2013
“The program can’t start because MSVCR100.dll is missing from your computer.” error on Windows
›
I was installing a software on windows 2008R2 64 bit edition and ran into this error. "The program can't start because MSVCR100....
1 comment:
Tuesday, October 01, 2013
What's Your Favorite Feature of SQL Server 2012?
›
Friday, August 23, 2013
MySQL Import Error 1153 - Got a packet bigger than 'max_allowed_packet' bytes
›
Today I was importing a MySQL database and ran into this Error “Error 1153 - Got a packet bigger than 'max_allowed_packet' bytes...
Wednesday, July 31, 2013
MySQL : Monitor live MySQL queries
›
You can run the mysql command "show processlist" to see what queries are being processed at any given time, but that probably won...
›
Home
View web version