473,387 Members | 1,749 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Connection Oracle - Sybase

I need to insert row in a sybase's table from Oracle.
Sybase is on a Unix machie and Oracle is on a Win2000Server o the same
network.
I tried with Transparent gateway but nothig, I have problem to
configurate o ORACLE.

I installed o win2000 the ODBC client for Sybase and all work but
don't in ORACLE (I tried to use transparent gateway with dblink).

There is some one that had tried ok with these situation?

at****@REMOVEemail.it
Giafranco Poli
Jul 19 '05 #1
3 7156
In message <b7**************************@posting.google.com >, Gianfranco
Poli <at****@email.it> writes
I need to insert row in a sybase's table from Oracle.
Sybase is on a Unix machie and Oracle is on a Win2000Server o the same
network.
I tried with Transparent gateway but nothig, I have problem to
configurate o ORACLE.


What have you tried? What error do you get?

IIRC, you need to do the following.

Install transparent gateway on the Sybase machine so that you have an
oracle service running on that machine.

Configure TNSNAMES.ORA on the Oracle machine to point at the oracle
service.

Create the database link to point at the service defined in tnsnames.ora

You also need to note that Sybase is case sensitive and Oracle folds
everything to upper case. If you Sybase table name is _myTable_, then
you need to use "myTable" in you insert statement.

Transparent Gateway is rather old. Its now called Heterogeneous Services
and may well have changed a lot.
--
Jim Smith
Because of their persistent net abuse, I ignore mail from
these domains (among others) .yahoo.com .hotmail.com .kr .cn .tw
For an explanation see <http://www.jimsmith.demon.co.uk/spam>
Jul 19 '05 #2
Jim Smith <ji*@jimsmith.demon.co.uk> wrote in message news:<LS**************@jimsmith.demon.co.uk>...
In message <b7**************************@posting.google.com >, Gianfranco
Poli <at****@email.it> writes
I need to insert row in a sybase's table from Oracle.
Sybase is on a Unix machie and Oracle is on a Win2000Server o the same
network.
I tried with Transparent gateway but nothig, I have problem to
configurate o ORACLE.
What have you tried? What error do you get?

IIRC, you need to do the following.

Install transparent gateway on the Sybase machine so that you have an
oracle service running on that machine.

Configure TNSNAMES.ORA on the Oracle machine to point at the oracle
service.


You should looki into setting up CIS.
Create the database link to point at the service defined in tnsnames.ora

You also need to note that Sybase is case sensitive and Oracle folds
everything to upper case. If you Sybase table name is _myTable_, then
you need to use "myTable" in you insert statement.

Transparent Gateway is rather old. Its now called Heterogeneous Services
and may well have changed a lot.

Jul 19 '05 #3
In message <b7**************************@posting.google.com >, Gianfranco
Poli <at****@email.it> writes
I need to insert row in a sybase's table from Oracle.
Sybase is on a Unix machie and Oracle is on a Win2000Server o the same
network.


You have cross-posted this to comp.databases.oracle. This is a dead
group. You should use one of c.d.o.server, c.d.o.tools or c.d.o.misc
--
Jim Smith
Because of their persistent net abuse, I ignore mail from
these domains (among others) .yahoo.com .hotmail.com .kr .cn .tw
For an explanation see <http://www.jimsmith.demon.co.uk/spam>
Jul 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Paul Robinson | last post by:
I am developing a website in ASP that connects to a Sybase database. However, when I try to open a connection to the database the page will not load. The script does not timeout, nor the...
38
by: Mike | last post by:
No flame wars, please! We're planning a move from a non-relational system to a relational system. Our choices have been narrowed to Oracle and DB2. Since we're moving from non-relational to...
5
by: NormaJean Sebastian via DBMonster.com | last post by:
Hi, I almost read all of the "DB2 vs Oracle" thread... The summary I got from that was all databases essentially do the same things, the decision of which one you use primarily depends on...
3
by: OL | last post by:
Hello All, I need help understanding DB connection mgmt. Scenario: - 3 separate Web application - IIS 5 or 6 - dynamic pages for most part - DB Backend is Adaptive server Anywhere from...
2
by: Venkata Narayana | last post by:
Hi, You all may be knowing that Connection.isClosed() does not tells us if the underying DB connection is active or not; it only checks if Connection.close() had been previously called or not....
3
by: Gianfranco Poli | last post by:
I need to insert row in a sybase's table from Oracle. Sybase is on a Unix machie and Oracle is on a Win2000Server o the same network. I tried with Transparent gateway but nothig, I have problem to...
4
by: --CELKO-- | last post by:
I need to convert a bunch of DB2 triggers to Oracle. Is there any kind of tools for this?
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.