Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I can install Oracle XE on windows, but I want it installed on Mac. Do you know how to install Oracle DB on mac and make queries on it using SQL Developer (which exists for Mac)?
Oracle database is not supported natively on Mac. Even if you figured out a way to hack it, results would not be guaranteed. The only way to do it would be to use VirtualBox to create an Oracle Linux VM and install it on that, or download a pre-configured VM from Oracle as described here: https://www.databasestar.com/oracle-mac/
Note that the pre-configured VM uses Oracle Enterprise Edition, not Oracle XE. If you really want XE, you'd have to create a new VM and install on that.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Recently I came to know that Microsoft has launched a new application named as 'SQL operations Studio'. By going through its features page, I checked that all that features can also be provided by another existing Microsoft application named 'SQL Server Management Studio'.
Please let me know if there anything that can urge a developer to shift its focus from earlier to this new one.
'SQL Operations Studio' vs 'SQL Server Management Studio'.
If you're on Windows, then probably no. The big "feature" of SQL Operations Studio is that it's cross-platform.
SQL Operations Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux.
https://github.com/Microsoft/sqlopsstudio
Apart from that, it's still in preview.
https://learn.microsoft.com/sv-se/sql/sql-operations-studio/download
I will also add a highly personal opinion:
SOS is to SSMS what VS Code is to VS.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I am currently looking into a recently announced release by Microsoft where they are allowing SQL Server and SSIS to be installed on Linux installations.
https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-setup
With the SQL Server installation it seems possible to use Red Hat, Ubuntu and SUSE, but there are only installation instructions for SSIS in Ubuntu.
https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-setup-ssis
I am interested in any information pertaining to installing SSIS for Linux on Red Hat, whether or not it is undocumented by Microsoft or if you know that it is currently only implemented in Ubuntu at the current time.
Thank you!
SSIS on Linux supports RedHat in SQL Server 2017 RC1.
Try it in https://blogs.msdn.microsoft.com/ssis/2017/07/19/ssis-on-linux-supports-redhat-in-sql-server-2017-rc1/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I was looking into connecting to my local SQL database on my computer with azure logic apps, and was reading about it when i suddenly noticed i needed something called "on-premises data gateway" to be installed.
So i looked at the System requirements and to my surprise the recommended requirements where:
8 Core CPU
8 GB Memory
64-bit version of Windows 2012 R2 (or later)
and minimum:
.NET 4.5 Framework
64-bit version of Windows 7 or Windows Server 2008 R2 (or later).
So i was thinking is there any other way for people who have a "normal" laptop computer to get this done or do i really have top have a mastodont of a computer to make this happen?
worth to mention here is i only want to be able to connect to a local SQL server for testing and training purposes.
As long as you meet the minimum requirements you should be good to go. The recommended requirements are for production configurations.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am beginner in Oracle. I have seen there are many oracle version such as XE, Enterprises, Personal, Liet and so on.
I would like to learn Oracle but I am very confuse which oracle version should I learn first?
XE, Enetrprise, etc is not versions, but editions, like Windows Home, Professional, Ultimate.
To start learning you can begin with Oracle 12c XE edition.
Here you can see difference between editions:
https://docs.oracle.com/database/121/DBLIC/editions.htm
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Please recommend good Sybase database table viewer application (for windows 7) to connect to a sybase server on a Linux box?
Db Visualizer
http://www.dbvis.com/
You can get a community edition for free.
If you can pay Aqua Data Studio is awesome
http://www.aquafold.com/
DBeaver - http://dbeaver.jkiss.org/
Open source and free.
Supports all popular databases: MySQL, PostgreSQL, SQLite, Oracle, DB2, SQL Server, Sybase, Teradata, MongoDB, Cassandra, Redis, etc