My Stuff
Review our AI Community Guidelines before posting AI-generated or AI-assisted content. Verify accuracy and include the appropriate AI disclaimer.
Action Required: Review and submit pending reconciliation matches before the NetSuite upgrade to avoid rework. After 26.2, unsubmitted matches will be unmatched. For more details, see SuiteAnswers 1047397
Comments
-
If you want to access the SQL Server, you can do it through dblink. You should follow the steps indicated. If you only want to connect SQL Server to SQL Developer this video can help you. https://www.youtube.com/watch?v=W1QaEHpNw6Y Regards! Choc
-
Configure Heterogeneous Services Maybe you have to change the name DSN by CData 1) C:\oraclexe\app\oracle\product\11.2.0\server\hs\admin create new file: initCData.ora Inside the created file write (m) HS_FDS_CONNECT_INFO = CData HS_FDS_TRACE_LEVEL = OFF 2) C:\oraclexe\app\oracle\product\11.2.0\server\network\ADMIN…
-
To what external database do you want to connect? You can read about how to connect excel: https://docs.oracle.com/cd/E11882_01/owb.112/e10582/loading_ms_data.htm#WBDOD10662 if it is an external database read about "Heterogeneous Services" Regards! Choc