When you get an error like: How to fix ORA-01654 unable to extend index in tablespace, then this article is for you!.
The problem in Oracle is that when you delete a record, Oracle will leave it blank. That’s a real waste of space when you delete thousands of records. So deleting records will not help to solve this problem.
Manage multiple databases for free
If you are searching for a database manager tool that support multiple database types and is totally free? Then this article is for you.
How to delete javadoc
To delete javadoc from your classes, you can use a regular expression:
/\*\*(?s:(?!\*/).)*\*/
How to fix Eclipse error ‘still running after platform shutdown’
If you can’t start Eclipse eand you get a pop-up that says you have to look in the .log file in the {your workspace}/.metadata folder, you have probably the following error:
Job found still running after platform shutdown.
Jobs should be canceled by the plugin that scheduled them during shutdown:
org.eclipse.ui.internal.AbstractWorkingSetManager$9
How to find your Windows product key
If you lost or can’t find your Windows product key anymore, there are several solutions to recover it.
How to stop the firefox welcome screen page
How do you stop the welcome to Firefox screen from coming up every time you open Firefox? You get two tabs, on the welcome window, then my home page. How do you stop the bloody welcome screen?
Memory optimalization in Java – tips and tricks
The memory can be filled very quickly when you use many objects. That’s why it is necessary to think where you create your objects and what kind of objects you create.
How to bring back the start button in Windows 8
Don’t you like it that the start button is gone in Windows 8? Just get it back then.
Install all your software in one time
Don’t you like it to reinstall all your programs after a crash or Windows clean installation? Then your problem is now solved. On , you can select all your software you want to install, get the installer and install all your programs in one single time.
How to speed up your PC startup
Did you know that a standard PC starts up with one single core from your processor? But what if your computers starts up using all your cores!