|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Monday, April 01, 2013 12:35 AM
Points: 82,
Visits: 443
|
|
Hi,
i wonder if it is possible to create a table or a view over a linked server in an oracle database.
thanx in advance.
Bryan
|
|
|
|
|
SSCoach
         
Group: General Forum Members
Last Login: Monday, May 06, 2013 1:09 PM
Points: 15,439,
Visits: 9,569
|
|
I don't know, but I know MS SQL won't allow remote object creation like that. I seriously doubt Oracle would. That would be a huge security hole potentially.
- Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC Property of The Thread
"Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 2:23 PM
Points: 7,
Visits: 68
|
|
Actually both SQL server and Oracle does give you access to remote objects .SQl calls it Linked server objects, which links to external database fromwhich you can create your tables and views. Oracle provides the same functionality, in a little more complex way, and it is calld database links or db links, but you need a what is called a Oracle Trasnparent Gateway.
|
|
|
|