Originally posted by Sunny Liu:
Dear Rancher
here is how did prepare for this Exam.
1.Join Oracle OTN and download free Oracle9i and install on my PIII box.
link: http://otn.oracle.com
2. get SQL user guide or reference guide PDF file from OTN web site
3. try all of example queries on the guide with SQL*Plus, especially different kind of JOINs, Natural Join, Left, right, full joint, inner join and alternative equiliant subquery. but be careful Oracle elder join style by using + sign which is still working on 9i. if you are new to 9i, you may need to read more on 8i's documents
4. try most of built-in functions
5. know relationships about table View index etc.
6. Create some stored procedures, triger, table
7. create users, roles and grant permission to them
8. pratice to use ISQL*plus and know what it is ? and what does it do? and what command can be use on it?
that's it, Good luck everyone
Originally posted by Jos Horsmeier:
Greetings,
I hope my question is appropriate in this forum; I couldn't find another one in which my question would 'fit' ...
for one reason or another I want to compile some Java programs on my Jornada 728 device. First I downloaded the classes.zip 1.1.8 file from Sun and fired up the chaivm (the built-in vm) using sun.tools.javac.Main as the entry point; it hung up the vm.
Second I downloaded Sun's Personal Java, wince(ARM) edition, the CAB file installed everything quite elegantly, but when I started pjava.exe (the vm), this darn 728 started complaining that it couldn't execute this program???
Is there some kind soul around who can explain to me what I have to do to be able to compile Java sources on my 728 device?
thanks in advance and
kind regards
Originally posted by Pradeep Bhat:
Hi,
I have a java application that needs to communicate with wireless device. How do I that ?
What technology will help me.
Thanks
Originally posted by Dirk Schreckmann:
So... Are you now asking how to harvest the power of regular expressions in order to solve the problem? Did you already figure out a solution? If so, why not share what you learned with anybody that happens by this thread and tell us of your solution?
Originally posted by Dirk Schreckmann:
What have you thought of and/or tried so far?
Originally posted by Bodie Minster:
You will need the JDK and not just the JRE to run JSP's because they get compiled into servlets at runtime.
Originally posted by Anthony Villanueva:
installing tomcat4