My Blog

All about my activities, Ideas and everything.

Tag: Oracle

Oracle with GUID

Have you ever wanted to know that how Oracle generate GUID? This is the answer. I found this website shows how to use Oracle to generate GUID for us. http://feuerthoughts.blogspot.com/2006/02/watch-out-for-sequential-oracle-guids.html This is the code SQL Package CREATE OR REPLACE PACKAGE guid_pkg IS SUBTYPE guid_t IS RAW (16); SUBTYPE formatted_guid_t IS VARCHAR2 (38); – Example: {34DC3EA7-21E4-4C8A-BAA1-7C2F21911524} [...]

Oracle Application Server : Error starting JMS-Server

Well, one day I just finished my work. I shutdown the computer. Everything looked nice. But when I came home, and I tried to start my OC4J. It threw me an error, so I couldn’t start my OC4J. I searched through My.Google. And find something that might useful. If the server has been shutdown properly. [...]

Oracle UCM (Document Management)

Well, actually I have another 4 drafts left, but I will start to write this one first because I want to write it down before I forget it. This topid is about Oracle Content Management??which I was trained a week ago. Interestingly, when I was working at the first company, I had to implement our [...]