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     Oracle Materialized View

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Oracle Materialized View
 Login/Join
 
Silver Member
posted
Can we create a MAS file from a materialized view? When I use the tool to create mas files (or synonyms) it shows all of my tables except the table that stores the Materialized view. When I ask it to show me tables and views, I still get nothing.

Any ideas?

WA
 
Posts: 35 | Registered: April 20, 2006Report This Post
Silver Member
posted Hide Post
Can't help directly on your question (After we migrated to 713 we are not able to create synonyms using the tool).
However accessing materialized views is definitely possible. We create the master files manually and access materialized views from WF.
 
Posts: 38 | Location: India | Registered: May 18, 2005Report This Post
Silver Member
posted Hide Post
Thanks! Manual creation it is then...
 
Posts: 35 | Registered: April 20, 2006Report This Post
Master
posted Hide Post
Might be an Oracle security thing that it's not putting the MV into all_tables. Try upping your privs to

SELECT ALL TABLES
select any dictionary

(if your dba lets you).

Have always wondered if there is a focexec on the server that corresponds to CREATE SYNONYM that can be modded to incorporate MV's.

Anyone know?



Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2
Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo
 
Posts: 888 | Location: Airstrip One | Registered: October 06, 2006Report This Post
Expert
posted Hide Post
http://techsupport.informationbuilders.com/sps/22702549.html suggests you can do it manually until the issue is fixed im 7.6:

CREATE SYNONYM FOR DBMS SQLORA
END


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Gold member
posted Hide Post
I had problems with an Oracle materialized view (Oracle9i Enterprise Edition Release 9.2.0.7.0) where I got the error "(FOC1567) CREATE SYNONYM: DATASOURCE 'DATA_MV' IS NOT UNIQUE."

I worked with the DBA (this is a development environment) and looked at all of the possible reasons I could find - problems in comments, duplicate columns, etc., etc.

What finally worked was this:

The DBA made an Oracle VIEW of the Oracle MATERIALIZED VIEW. The WebFOCUS Metadata "Create Synonym" functionality finally worked on this.

So if you have access to the Oracle DBA, try having them make a View of the Materialized View.
 
Posts: 64 | Location: Denver | Registered: July 20, 2005Report This Post
Master
posted Hide Post
if you're using the 'create synonym' gui tool, you have to make sure the appropriate checkboxes are selected. it gives you an option for tables and views by default. a mat view isn't either of these.

We create synonyms all the time using the Mat Views.... but here's a little tidbit for you...the Oracle optimizer 9i or greater can use a Mat view implicitly if you query the underlying table...this helps if you have to aggregate a tremendous amount of data or have indexes with low selectivity (cardinality i think yall call it).

We use an IBM iseries and Materialized Query Tables (MQT) have been a blessing for our datawarehouse.

Also, your materialized view logs will speed up refresh time quite a bit too...definitely look into that if you're not already...my 2 cents.


Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
 
Posts: 611 | Registered: January 04, 2007Report This Post
Member
posted Hide Post
Hi Jackson,
We use star schema and creat fact tables from JDEdwards. The dasboards performance is not impresive to the top management (6-7 fex).

I was reading about Materialized views and have the fillowing questions:-
- Can I create it based on the fact table or it should be joined with demensions?
-we update nightly so I like to truncate and then load the data to these view after finishing the fact tables in the data migrator, is this possible?
Please let me know.


7.6.4, OS/400 AS/400
 
Posts: 2 | Registered: August 27, 2008Report 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     Oracle Materialized View

Copyright © 1996-2020 Information Builders