Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Help with moving from Derby to Oracle DB

Hi All,

Very new to this... I have configured the teamserver.properties in Jazz to contain the following:

com.ibm.team.repository.db.vendor=ORACLE
com.ibm.team.repository.db.jdbc.location=thin:jazzdb/{password}@ussy-qumasdevora:1524/jazzdb
com.ibm.team.repository.db.jdbc.password=
//DCQUEST=
// (DESCRIPTION=
// (ADDRESS=
// (PROTOCOL=TCP)
// (HOST=ussy-qumasdevora)
// (PORT=1524)
// )
// (CONNECT_DATA=
// (SERVER=dedicated)
// (SERVICE_NAME=dcquest)
// )
// )

But I get the following error from Oracle:

Io exception: Invalid connection string format, a valid format is: "host:port:sid"

"ussy-qumasdevora:1524/jazzdb" is there so what is wrong?

0 votes



2 answers

Permanent link
Your connection string is:
thin:jazzdb/{password}@some-server:1524/jazzdb

If I were you, I would use this one:
thin:jazzdbuser/{password}@some-server:1521/jazzdb

regards!

0 votes


Permanent link
Thanks for the input... after more very careful reading I fixed the issue with:

com.ibm.team.repository.db.vendor=ORACLE
com.ibm.team.repository.db.jdbc.location=thin:jazzdbuser/{password}@//ussy-qumasdevora:1524/jazzdb
com.ibm.team.repository.db.jdbc.password=

didn't know that jazzdbuser = schema

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jun 09 '10, 4:44 p.m.

Question was seen: 4,907 times

Last updated: Jun 09 '10, 4:44 p.m.

Confirmation Cancel Confirm