I know this is an Oracle error message, but bear with me. I moved my SQL server installation from one server to another this weekend. The new server is the exact same configuration, or as close as humanly possible. They are the same version of windows, same version / SP level of SQL server (2008 R2 Standard), they have the same version of Oracle installed, and the same TNSNAMES entry and linked server configuration for the oracle server we are trying to query. Running my query on the old server returns the expected results, while the exact same query on the new server returns
OLE DB provider "OraOLEDB.Oracle" for linked server "LinkedServerName" returned message "ORA-01652: unable to extend temp segment by 368 in tablespace SYSTEM
ORA-02063: preceding line from HACC_LINK".
I've reached out to the support team for that oracle server. However, a) it's a 3rd party software vendor, so I'm not too confident that I can get them to make any changes on their side, and b) they are aware of the recent server upgrade so I'm sure they're going to say it's something with my SQL aserver . I can't say I blame them.
Any idea what could be different on the SQL side that woudl cause this?