Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it possible to create an oracle trigger for inserting into mssql table


What I have tried:

create an oracle trigger for inserting into mssql table
Posted
Comments
CHill60 14-May-18 6:04am    
What version of Oracle. Are you already connecting to the mssql database and how?
Member 13738428 14-May-18 6:07am    
oracle 11g
CHill60 14-May-18 6:38am    
Quote: "Are you already connecting to the mssql database and how?"
Member 13738428 14-May-18 6:49am    
yes through mssql management studio
CHill60 14-May-18 7:17am    
If you want to create an "oracle" trigger for inserting into an "mssql" table then you must connect to SQL Server from your Oracle instance as a "Linked Server". Connecting to MSSQL through SSMS is not going to address your problem.
Have a look at these instructions for creating a SQL linked server in Oracle:
Creating a SQL Server 2014 Linked Server for an Oracle 11g Database[^]

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900