About 370,000 results
Open links in new tab
  1. sql - How do we check version of Oracle - Stack Overflow

    Oct 1, 2014 · How do we check version of Oracle on which we are working? How do we check the version of the interface on which we are working? I have tried select v$ from version ;

  2. sql - What is the equivalent of the Oracle "Dual" table in MS SqlServer ...

    Feb 7, 2015 · What is the equivalent of the Oracle "Dual" table in MS SqlServer? This is my Select: SELECT pCliente, 'xxx.x.xxx.xx' AS Servidor, xxxx AS Extension, xxxx AS Grupo, xx...

  3. What is the easiest way to move data from Oracle to SQL Server?

    15 One of our products supports both Oracle and SQL Server as database backend. We have a customer who wishes to switch from an Oracle backend to Microsoft SQL Server, which isn't a typical …

  4. How do I get system date and time in oracle sql?

    Oct 30, 2021 · How do I get system date and time in oracle sql? Asked 4 years, 1 month ago Modified 4 years, 1 month ago Viewed 24k times

  5. What is the difference between SQL, PL-SQL and T-SQL?

    SQL is a declarative language to operate on relational data: tables, views, resultsets and similar. It's more or less standardized, and used by almost all relational database management systems: SQL …

  6. Create Oracle database link to SQL Server - Stack Overflow

    Jul 14, 2020 · How can I create a database link from Oracle on PL/SQL to SQL Server based on this picture: Example: the SQL Server installed in computer IP 190.168.0.1 and that computer user is …

  7. Connecting Oracle to SQL Server via database link

    Feb 15, 2012 · I am trying to connect from Oracle 10G(on UNIX) to a SQL Server database (On windows). I have looked at the manual and i will admit that i am finding the documentation quite …

  8. SQL Server VS Oracle - Stack Overflow

    I'm studying SQL Server but don't know much about Oracle. Can anyone give me a fair comparison of them? I've read a comparison about SQL Server 2000 vs Oracle 9i, but it's a little out of date. Hav...

  9. Oracle: is there a tool to trace queries, like Profiler for SQL Server ...

    I work with SQL Server, but I must migrate to an application with Oracle DB. For tracing my application queries in SQL Server I use the Profiler tool. Is there something equivalent for Oracle?

  10. oracle sqldeveloper - Connect SQL Server from SQL Developer - Stack ...

    May 31, 2019 · After that, it's up to you to get a correct connection string to your SQL Server system. Make sure you have the right port in addition to your 'localhost' network location for your SQL Server …