cancel
Showing results for 
Search instead for 
Did you mean: 

How can read data from my local PC using JDBC adapter

Former Member
0 Kudos

Hi experts.

Actually we don't have permissions to work on RDBMS. So by locally I have Oracle8.0 installed in my pc. so can i update the table in my database via JDBS adapter. If so please describe how and where can I find the connectivity between XI server and my local DB system.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Also JDBC drivers for your database have to available on XI server.

REgards,

Wojciech

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

The first question is: Can the XI access your local PC?

In most environments this is not possible.

Connect to the server where the XI is installed and log on with the <sid>adm user (or let an administrator do this). Try to ping your PC.

If this is successful, you have a good chance to connct your database. Follow the description in your database manual, which parameters you need to enter in the JDBC adapter channel.

Regards

Stefan