Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
5answers
222 views

Language integration

I may be the minority here, but it seems through my entire academic/professional career I've been taught varying languages. During this time, syntax and programming paradigms were the focus, but at ...
2
votes
2answers
166 views

Using PL/SQL to invoke a java method that uses JDBC to connect to a SQL server database

I would like to be able to connect an Oracle database with a SQL server database. I am aware of DG4ODBC and HSODBC but i cant use those drivers for several reasons. I understand that it is possible ...
2
votes
1answer
565 views

Connecting Oracle to SQL Server via database link

I am trying to connect from Oracle 10G(on UNIX) to a SQL Server database (On windows). I have looked at the manual and i will admit that i am finding the documentation quite difficult to follow. There ...
1
vote
1answer
147 views

Insert rows into a SQL Server table from Oracle

I have an Oracle 10G database running on a Unix environmnent and have a requirement to write a PL/SQL job that will be running on the Oracle database that will populate tables in another database ...
1
vote
1answer
136 views

How update oracle heterogeneous services metadata?

I'm connecting from Oracle to different databases (MS Access, MySQL, ...). When opening the connection, the metadata (table and view definitions) from remote database is read by Oracle. But when ...
0
votes
2answers
618 views

Oracle XE Database link to Teradata using ODBC

I installed Oracle Server Express 10g on my computer (WinXP). I want to create a database link to Teradata using ODBC. I've created (non-ODBC) database links to other Oracle databases successfully. ...