i am unable to access oracle database on ATG.
Main Topics
Browse All Topics1)i need the src code for inserting, deleting, updating and selecting the data from oracle database using jsp and java bean on the ATG dynamo server!
thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
now I am getting the exception while starting the dynamo itself. I changed the JTDatasourceFakeXA.propert
the following exception
**** Error Mo Jan 26 09:32:23 CET 2004 1075105943671 /atg/dynamo/serv
ice/jdbc/JTDataSource atg.service.resourcepool.R
itialPopulation : an exception was encountered while trying to populate the pool
with the starting number of resources: atg.service.resourcepool.R
eption: java.sql.SQLException: java.lang.ClassNotFoundExc
ver.OracleDriver
**** Error Mo Jan 26 09:32:23 CET 2004 1075105943687 /atg/dynamo/serv
ice/jdbc/JTDataSource atg.service.jdbc.Resources
The connection pool failed to initialize propertly, i.e. the starting number of
connections could not be created; check your database accessibility and JDBC dr
iver configuration
**** Error Mo Jan 26 09:32:23 CET 2004 1075105943843 /atg/dynamo/serv
ice/IdGenerator --- CONTAINER:atg.service.idge
:java.sql.SQLException: atg.service.resourcepool.R
.SQLException: java.lang.ClassNotFoundExc
thanks
yes i made the changes according to the documentation i have ...
JTDatasourceFakeXA.propert
$class=atg.service.jdbc.Fa
server=localhost:1521
user=system
needsSeparateUserInfo=true
URL=jdbc:oracle:thin:@loca
readOnly=false
password=manager
database=abcd
driver=oracle.jdbc.driver.
thanks
I put the classes12.jar in the path and issue the command -> java -jar classes12.jar
then i get the following exception.
Exception in thread "main" java.util.zip.ZipException
e file specified
at java.util.zip.ZipFile.open
at java.util.zip.ZipFile.<ini
at java.util.jar.JarFile.<ini
at java.util.jar.JarFile.<ini
thanks
Business Accounts
Answer for Membership
by: majorwooPosted on 2004-01-23 at 10:13:38ID: 10186243
do you not know the syntax for the insert or for jsp or what?
rt into files values(1,5)");
db = new DataBase();
con = db.getConnection();
pst = con.prepareStatement("inse
or change it to update/delete etc
What are you trying to do with this?