Posts Tagged “download”

Approx. 4 months after the Linux release, the Windows version of 11gR2 arrived on OTN silently.


Just 64bit version for the moment, but I’m sure the 32bit version will follow soon. Considering the fact there is nothing on corporate blogs or on eDelivery, I’m sure they will make it public after both version will be available, most probably after Easter.

Regarding the version itself, I used the beta versions and will definitely recommend it.

LATER UPDATE (6th of April): 32bit version has just arrived on OTN here.

Enjoy!

  • Oracle Database 11gR2 is now GA
  • Install Oracle Database Vault on patched 11g database (11.1.0.7) on Windows
  • Oracle APEX 3.1 installation on Oracle Database 10g XE
  • Book review: SQL Developer 2.1 by Sue Harper (Packt Publishing)
  • I’m going to review one/some Packt book(s)
  • Tags: , , , , ,

    Comments No Comments »

    I’ve been tasked to add some features (subversion is one of them) under a Virtual Private Server (cPanel WHM) on a Hosting site.

    image.axd

    First I downloaded and unarchived subversion:

    mkdir -p /usr/local/src/subverison
    cd /usr/local/src/subversion
    wget http://subversion.tigris.org/downloads/subversion-1.6.9.tar.bz2
    tar xfj subversion-1.6.6.tar.bz2
     

    Since the last versions are requiring SQLite, I had to download and copy one file from sqlite folder to subversion folder: Read the rest of this entry »

    Tags: , , , , ,

    Comments No Comments »

    Hey, Ubuntu 9.10 (Karmic Koala) is out of beta and is now available for download here.

    To see what’s new just check the release notes. From my feeling after testing the beta, It’s pretty similar to 9.04 (Jaunty Jackalope) but with some package updates and improvements.

    Don’t wait, go and take it.

    Related posts:

  • Install Oracle 10g XE on Ubuntu Server 9.04 Jaunty Jackalope
  • Install subversion for VPS (cPanel) under CentOS
  • Install Webmin on Ubuntu Server or Desktop 9.10 Karmic Koala
  • Install Webmin on Ubuntu Server 9.04 Jaunty Jackalope
  • Ubuntu server upgrade to 9.04
  • Tags: , , , ,

    Comments No Comments »

    oracle_11g_database
    Yes, it finally arrived! Check this out!

    Related posts:

  • Oracle Database 11g Release 2 available on Windows… finally
  • Install Oracle 10g XE on Ubuntu Server 9.04 Jaunty Jackalope
  • Windows authentication connection to SQL Server from SQL Developer
  • SQL Server 2005 named instance in Oracle SQL Developer
  • Install Oracle Database Vault on patched 11g database (11.1.0.7) on Windows
  • Tags: , , ,

    Comments No Comments »

    xe_logoBest 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: , , , , ,

    Comments 17 Comments »

    Total Commander - File Manager – I am using it since version 3, ~10 year ago. Simply not replaceable.
    wcmdbig

    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
  • Oracle Database 11g Release 2 available on Windows… finally
  • Install subversion for VPS (cPanel) under CentOS
  • Drop-off in Google storage pricing
  • Ubuntu 9.10 Karmic Koala released
  • Tags: , , ,

    Comments 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.”
    sqldev_winauth

    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
  • Oracle Database 11g Release 2 available on Windows… finally
  • Book review: SQL Developer 2.1 by Sue Harper (Packt Publishing)
  • I’m going to review one/some Packt book(s)
  • Tags: , , ,

    Comments No Comments »

    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?

    Nice kid, huh?


    … and what we want to achieve:
    danut_thumb


    First step would be the thumbnail generation snippet:
    Read the rest of this entry »

    Tags: , , , , ,

    Comments 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: , ,

    Comments 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: , , , ,

    Comments 3 Comments »