Connecting to SQL server from Peoplesoft (on Orcale DB)
I have to connect to SQL server DB from PeopleSoft which is on Oracle DB, to get some data as a batch.
What are the options I have.
I am planning to have some temp tables in Peoplesoft, and populate with data I get from SQL server. The data in the temp table has to be refreshed every now and then from the SQL server.
Thanks.