Creating new schemas / users / whatever in Oracle XE
I installed Oracle XE on Fedora. Then I couldn’t figure out how to connect to it. Turns out it’s quite simple. First, …
I installed Oracle XE on Fedora. Then I couldn’t figure out how to connect to it. Turns out it’s quite simple. First, …
I had a project that used Oracle, but we didn’t yet have a local Maven repository set up and Tomcat was not …
Very helpful post over here explained how to use Hibernate’s UserType to create a custom type to override the behavior of Oracle’s …
set pagesize 0 set linesize 132 format first_name column A20 format salary column $999,999.99 http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/ch6.htm
Guess who can never remember how to do the equivalent of “show tables” in Oracle’s SQL*Plus? That’s right: Me. There’s no shorthand …
Can’t connect to your Oracle database like I couldn’t all freakin’ morning? Grrr. I think what I really couldn’t connect to was …
If you’ve every tried to install Oracle on any UNIX/Linux system, you know what pain is — especially if all you want …