Received notice of my Oracle ACE Award last week. My ACE profile is up if you wanted to check it out here. What is an Oracle ACE? Oracle ACEs and Oracle ACE Directors are known for their strong credentials as Oracle community enthusiasts and advocates, with candidates nominated by anyone in the Oracle Technology and [...]
Entries from February 2008
Oracle ACE Award
February 19th, 2008 · No Comments
Tags: Oracle
Deploying an application using the APIs
February 15th, 2008 · 2 Comments
Here is an example of how you deploy an application. I will follow it up with examples of how to add publication items to the application and adding users to the application as well. The following command should be all on one line: java -classpath .:$ORACLE_HOME/mobile/classes/consolidator.jar: $ORACLE_HOME/mobile/server/bin/devmgr.jar: $ORACLE_HOME/mobile/server/bin/webtogo.jar: $ORACLE_HOME/jdbc/lib/ojdbc14.jar Deploy MOBILEADMIN MOBILEPWD localhost 1521 XE [...]
Tags: Java · Oracle Lite
Oracle Mobile Server running on Oracle XE
February 11th, 2008 · No Comments
Let me start by saying that this is not supported or will be supported by Oracle. If you are doing some R&D work and want to see how Oracle Lite will work, it will install on Oracle XE. And just in case you were still thinking of using this in your production system, get that [...]
Tags: Oracle Lite
