• Home
  • Company Site
  • GitHub
  • XING
  • Facebook
  • LinkedIn

Single or Double Quotation Marks in Groovy

  • Edit
  • Delete
  • Tags
  • Autopost

In Groovy you can choose between single quotation marks ' or double quotation marks " to represent a string. As opposed to Java, where single quotation marks denote a single character and double quotation marks denote a string. Groovy provides groovy.lang.GString which...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Securing Oracle Listener

  • Edit
  • Delete
  • Tags
  • Autopost

When an Oracle database is deployed on an internet host, you can use Oracle’s builtin security options to allow access only from certain clients. In this case I didn’t want to setup complex firewall rules or use a SSH tunnel. Add the following settings to $TNS_ADMIN...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Show actual git branch in prompt

  • Edit
  • Delete
  • Tags
  • Autopost

To show the actual git branch of a project when you are in bash put the following function into your profile (e.g. .bash_profile): get_git_branch() { local br=$(git branch 2> /dev/null | grep "*" | sed 's/* //g') [ -n "$br" ] && echo " @$br" } and set your...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Using Oracle LogMiner

  • Edit
  • Delete
  • Tags
  • Autopost

I just gave an Oracle backup & recovery workshop for a customer, talking about Oracle in general, DataPump and Recovery Manager (RMAN). At the end we came across LogMiner to find a certain SCN of a DDL statement. As I did not use LogMiner for a while, lets review this...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Installing Java 6 and GlassFish 3.1 on FreeBSD 8

  • Edit
  • Delete
  • Tags
  • Autopost

I’m in the process of creating a HA cluster based on FreeBSD, GEOM, HAST and ZFS. For our customers we need Java and GlassFish as well. The servers are set up with FreeBSD 8.2. Installing Oracle JDK 1.6 You need to download several files manually as licenses must be...

read more →
  • 2 responses
  • Like
  • Comment
Tweet

How to Install MySQL 5.5 on Mac OS X

  • Edit
  • Delete
  • Tags
  • Autopost

Short tutorial on how to install MySQL 5.5 on Mac OS X 10.6. Point your browser to the MySQL download page and download the “Mac OS X 10.6 64-bit DMG-Archive”. The DMG (Disk IMage) may open automatically depending on your configuration. If it does not, double-click it...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Set JVM Options for IntelliJ on Mac OS X

  • Edit
  • Delete
  • Tags
  • Autopost

To tune IntelliJ’s settings when starting the Java virtual machine, go to /Applications/IntelliJ IDEA 10.app/Contents and edit Info.plist: $ sudo bash # cd /Applications/IntelliJ IDEA 10.app/Contents # vi Info.plist Look for VMOptions and put the right options...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Objects, Pointers and Primitives in Objective-C

  • Edit
  • Delete
  • Tags
  • Autopost

Objective-C adds lots of things to C — you have C constructs like structs, unions and pointers, but also objects, protocols, reference counting and garbage collection and a lot more. An object and its primitive counterpart I came across using classes like NSNumber and...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Useful Oracle Shell Aliases and SQL*Plus Settings

  • Edit
  • Delete
  • Tags
  • Autopost

Inspired by Christian’s blog entry about rlwrap (german), I decided to share my functions and settings for Bourne Again shell and Oracle SQL*Plus. Install rlwrap rlwrap is needed to provide more history and ease of navigation at the SQL*Plus prompt. To install rlwrap...

read more →
  • 0 responses
  • Like
  • Comment
Tweet
« Previous 1 2 3 4 5 6 7 Next »
Posterous theme by Cory Watilo

Ralf Bensmann

Ralf Bensmann

Software Development & Training, Clojure, Groovy & Grails, Java Standard and Enterprise Edition, OpenOffice, Oracle, Real Application Clusters

TwitterTwitterTwitter

Java

  • OTN
  • Java 7
  • JCP

Java Resources

  • Java ist auch eine Insel
  • Javapedia
  • Javapedia Books
  • Java Programming

Groovy

  • Homepage
  • Grails
  • Griffon

Clojure

  • Homepage
  • Assembla
  • GitHub
  • Contrib Library
  • Leiningen

Clojure Resources

  • ClojureDocs
  • Learning Clojure
  • Clojure Programming
  • on SlideShare
  • on blip.tv

Subscribe...

Subscribe to this Posterous
Unsubscribe
Subscribe via RSS
You're a contributor here (Edit)
This is your Space (Edit)
Follow by email »
Get the latest updates in your email box automatically.

Archive

2011 (43)
September (2)
July (3)
May (1)
April (2)
March (6)
February (13)
January (16)
2010 (34)
December (4)
November (1)
October (12)
September (3)
August (13)
July (1)

Tags

  • Groovy (14)
  • Oracle (13)
  • Java (11)
  • Clojure (5)
  • OpenOffice (4)
  • RAC (4)
  • Emacs (3)
  • Linux (3)
  • Mac OS X (3)
  • Meta Object Protocol (3)
  • View all 40 tags »
  • Parallel Programming (3)
  • Performance (3)
  • Solaris (3)
  • OpenFiler (2)
  • RAID (2)
  • iSCSI (2)
  • Amazon (1)
  • Apache Camel (1)
  • Apple (1)
  • Backup & Recovery (1)
  • Backup & Recovery (1)
  • CIFS (1)
  • FreeBSD (1)
  • Galileo (1)
  • Git (1)
  • GlassFish (1)
  • Haskell (1)
  • IntelliJ (1)
  • Life (1)
  • LogMiner (1)
  • MySQL (1)
  • Objective-C (1)
  • PHP (1)
  • SQL Server (1)
  • SQL*Plus (1)
  • Shell (1)
  • Videotraining (1)
  • VirtualBox (1)
  • XML (1)
  • XMPP (1)