After searching far and wide across the internet for an answer I have come here in hope of help. I am aware that MS Project Server 2010 requires a SharePoint server, but does anyone know if it is possible to run Project Server utilizing an Oracle database instead of SQL?
Asked
Active
Viewed 646 times
0
-
Why would you want to use an Oracle back end in the first place? – MDMarra Feb 21 '12 at 20:10
-
Have you asked Microsoft? My inclination is the answer will be a resounding **NO**, possibly with a "…but if you want to buy SQL Server 2013…" thrown in at the end. – voretaq7 Feb 21 '12 at 20:12
2 Answers
1
According to this Microsoft document, Project Server 2010 requires MSSQL Server.

MDMarra
- 100,734
- 32
- 197
- 329
0
There are exactly ZERO Microsoft products that work with Oracle. Not a single one.

John Homer
- 1,313
- 1
- 10
- 10
-
-
ODBC will allow an application to connect to Oracle without using the Oracle native client, but it doesn't do anything to remove the explicit dependencies an application may have for SQL Server. If an application wasn't designed to support Oracle on the backend, no amount of ODBC magic will help. – John Homer Jan 10 '13 at 20:54