If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Select from one database to another

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-25-04, 17:25
lazzaoracle lazzaoracle is offline
Registered User
 
Join Date: Oct 2004
Posts: 3
Select from one database to another

I need to make a select in a database from anothers... in Oracle, i do:
select * from tab1@dblink_name...

how i do this in informix???

tks...
Reply With Quote
  #2 (permalink)  
Old 10-25-04, 17:29
artemka artemka is offline
Registered User
 
Join Date: May 2004
Location: New York
Posts: 248
select * from database name@server name:table name
Reply With Quote
  #3 (permalink)  
Old 10-26-04, 07:21
lazzaoracle lazzaoracle is offline
Registered User
 
Join Date: Oct 2004
Posts: 3
I do what you say, but i get the error "-568: Cannot reference an external database without logging.
Help text:
This statement refers to a database other than the current database. However, the current database uses transaction logging, and the external one does not. This action is not supported; the databases that are used in a single transaction must all use logging or all not use it."

I'm a Oracle developer, and I need to create a trigger in a database that insert data in another database. My aknowledge about informix is poor....

Can someone help me?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On