Quantcast
Channel: Answers for "How to create oracle view from sql server"
Viewing all articles
Browse latest Browse all 4

Answer by Usman Butt

$
0
0
Making a VIEW is not that difficult i.e. CREATE VIEW EMP (EMPNO, ENAME, SAL, HIREDATE) AS SELECT "empno", "ename", "sal", "hiredate" FROM "dbo"."emp"@MSQL; where "dbo"."emp" is the name of the table must be surrounded with double quotes for case sensitivity and @MSQL is the DATABASE LINK created by using ORACLE DATABASE GATEWAY. But the proper configuration may need some time and skills. So If you do not know that part, then you must read the ORACLE DATABASE GATEWAY FOR SQL SERVER documentation available at ORACLE site.

Viewing all articles
Browse latest Browse all 4

Latest Images

Trending Articles





Latest Images