As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I am trying to read the data from an Oracle table and trying to insert the records into SQL Server table. Is there a way I can do this?This message has been edited. Last edited by: New Learner,
Apart from an ETL tool, you will have to TABLE the contents of each table to a HOLD file, then either use SQL Insert statements, or MODIFY ro MAINTAIN, to load them into the SQLServer table.
This assumes that the new tables have been created.
0 NUMBER OF RECORDS IN TABLE= 3 LINES= 3 0 HOLDING SQLMSS FILE... (FOC1400) SQLCODE IS -1 (HEX: FFFFFFFF) XOPEN: 08007 : (0) [08007] [Microsoft][SQLServer 2000 Driver for JDBC]Can't start a cl : oned connection while in manual transaction mode. (FOC1414) EXECUTE IMMEDIATE ERROR.
I do have access to create Temp table in MSSQL.I have put auto commit on as well.
TABLE FILE SQLOUT PRINT * ON TABLE HOLD AS #temp_table FORMAT SQLMSS END
Don't do this.
Hold the file as a flat file, Then either generate the SQL insert statemnts using WebFOCUS or Use MODIFY to do the load.
You do not say what platform you are on, but the suggestion is that it's UNIX as you are using a JDBC connection.
If you are using a version of SQL server greater than 2000 then I would suggest that you upgrade the JDBC driver to the correct version.
As it's a JDBC connection make sure that JSCOM3 is correctly configured and working.
If you have multiple SQL servers configured make sure you are pointing to the correct 1 by issuing a ENGINE SQLMSS SET DEFAULT_CONNECTION adapter_instance