Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Convert from SQL Table to Oracle Table

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Convert from SQL Table to Oracle Table
 Login/Join
 
<Vijaya_settu>
posted
How to convert from SQL Table to Oracle Table using Webfocus. I appreciate any thoughts or suggestion regarding this issue.

Thank you
Vijaya

This message has been edited. Last edited by: Kerry,
 
Report This Post
Expert
posted Hide Post
Well, first you need both adapters. Then you can TABLE from SQL Server and HOLD FORMAT SQLORA or use MAINTAIN or optionally MODIFY to load Oracle.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
Virtuoso
posted Hide Post
Or if you have ETL (Data Management Console) you can use that.




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
Master
posted Hide Post
As a developer here is what I do. After configuring both adapters I make a copy of the both the master file (.mas) and the access file (.acx) then I manually change the SUFFIX in the master file from SQLMSS to SQLORA. Then I change the acx file to point to the oracle connection and not the sql server connectn. and also change the TABLENAME to point to the correct schema in oracle. after I have done that I issue a CREATE FILE xxxx command to create the table in oracle. I then use a combination of table file and modify file to copy the data from SQL Server to Oraqcle.

Hope this helps




Scott

 
Posts: 865 | Registered: May 24, 2004Report This Post
<Vijaya_settu>
posted
Thank you all of you
Ginny - Just like you said , I tried the following example it did work. "TEST" is hold file of my oracle table . But Currenlty we have two oracle database one is production and another one is test. Currently this code is putting into my production. But i want the hold oracle in "Test" environment . is it possible can I put the hold oracle file in "Test" environent. Do i have to write the oracle connection somewhere in the code to point to "Test" environment.

TABLE FILE SQLSERVERTABLENAME
PRINT *
ON TABLE HOLD AS TEST FORMAT SQLORA
END
 
Report This Post
Expert
posted Hide Post
quote:
Do i have to write the oracle connection somewhere in the code to point to "Test" environment.


Yes, you can put in right in front of the code you have in your post.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Convert from SQL Table to Oracle Table

Copyright © 1996-2020 Information Builders