Posts Tagged “download”
Best way to have a easy to access XE database and APEX on top of it is to put them on a Ubuntu Server virtual machine that I start just when I need.
Installation of 10g Express Edition should not take more than 10 minutes and the steps are below:
1. Prepare the swap space
If you have less than 1GB memory run the following commands to create swap space:
$ sudo dd if=/dev/zero of=/swpfs1 bs=1M count=1000
$ sudo mkswap /swpfs1
$ sudo swapon /swpfs1
Read the rest of this entry »
Tags: 10g, download, Jaunty Jackalope, Linux, oracle, XE
17 Comments »
Total Commander - File Manager – I am using it since version 3, ~10 year ago. Simply not replaceable.

Pidgin - Instant Messaging – Single client for all protocols, including Oracle internal one.
Launchy - Application Launcher – just press ALT+Space and write a few letters from app name to start it
MPlayer – Movie Player – no GUI, just console, very quick, no need to install codecs. Some issues with external monitor.
Firefox - of course, user since version 0.9 Beta
Dropbox - File Sync – simple sync of some folders between laptops or laptop and desktop. As a bonus files are stored online and you get revisions history
Google Mail – Personal Email – lot of space, even bought extra. Can also use it to read other POP3 accounts, all in a single interface.
Google Reader – RSS reader – the best RSS reader
Google Calendar – Calendar – simple to use, simple to share, to sync. Can also use it to read other calendars.
TripIt – Booking Manager – just forward all the travel plans to Tripit and you’ll have your itinerary ready, published as a web calendar, links to online check-in and other usefull stuff.
Related posts:
Oracle SQL Developer 1.5.1 is out
Drop-off in Google storage pricing
Ubuntu 9.10 Karmic Koala released
Few words on Google Chart API
Oracle Database 11gR2 is now GA
Tags: download, free, tips, tools
No Comments »
Trying to connect to SQL Server 2000 or 2005 from Oracle SQL Developer having Windows Authentication enabled on SQL Server will fail with:
“I/O Error: SSO Failed: Native SSPI Library not loaded. Check the java.library.path system property.”

The solution is simple: place a dll called NTLMAUTH.DLL (NT authentication) in your system path and restart SQL Developer. Windows/System32 is always a wise choice.
Where to get this DLL? It is shipped with JTDS here.
Is there another option? Yes, enable SQL Server authentication.
Related posts:
Oracle SQL Developer Data Modeling 1.5.1 Early Adopter release launched
Oracle SQL Developer 1.5.1 is out
Book review: SQL Developer 2.1 by Sue Harper (Packt Publishing)
I’m going to review one/some Packt book(s)
SQL Developer 2.1 EA1 available
Tags: download, jdbc, oracle, sql developer
No Comments »
Posted by: andreiash in PHP, Web
No, it’s not yet another PHP thumbnail generation tutorial! I recently needed a function to:
- create square thumbnails
- don’t crop the initial image, but scale it and fill with white background
- center the thumbnail in the square
- call the function in a loop to process an entire folder
I found no suitable example and I decided that instead of digging too much it’s better to create my own function and a class for it.
Let’s start with a photo that we need to create a thumbnail for:
 Nice kid, huh?
… and what we want to achieve:
First step would be the thumbnail generation snippet:
Read the rest of this entry »
Tags: class, code, download, PHP, square, thumbnail
20 Comments »
Most software companies are not offering anymore the old versions on their websites in order to promote their last release and get rid of support issues with old versions. But what if I don’t like the last version or it has something that is not working for me?
Well… seems that somebody thought about this and managed to collect all old versions of 182 programs (so far) and made them public. All licensing terms remain the same.

The link is www.OldVersion.com.
Enjoy!
Tags: download, old version, software
1 Comment »

I expected this release for some months, but didn’t have the time to test it yet. What you can do? Here’s the official description:
“SQL Developer Data Modeling offers a full spectrum of data and database modeling tools and utilities, including Entity Relationship modeling, Relational (Database Design), Data Type and Multidimensional modeling, full forward and reverse engineering and code generation. It includes importing from and exporting to a variety of sources and targets, provides a variety of formatting options and validates the models through a predefined set of Design Rules.“.
Read the rest of this entry »
Tags: data modeling, download, early adopter, oracle, sql developer
3 Comments »

I’ve been asked many times if there is possible to install Oracle Application Express on Express Edition of 10g database, both of them being free products. The answer is YES, and the procedure is quite simple, as very well indicated on Oracle website
The steps would be: Read the rest of this entry »
Tags: 10g, apex, application express, Database, download, express edition, installation, oracle, XE
3 Comments »

Starting with 9th of June, a new version of SQL Developer was launched. This is more a patchset to previous version, solving a significant number of bugs.
I am very happy that the “Bug 6994152: ORACLE_HOME environment variable sometimes has an adverse affect on migrations” was solved, this being a very frequent topic on the migration forum. Now there is no need to create the .CMD file to overwrite ORACLE_HOME.
Another useful and very demanded feature is auto-expand of the connections list when open the tool.
Read the rest of this entry »
Tags: download, oracle, sql developer, tips
No Comments »
|