﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Issues  » Views not available as source for SF BusinessObject when database is Oracle...?</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 10:26:48 GMT</lastBuildDate><ttl>20</ttl><item><title>Views not available as source for SF BusinessObject when database is Oracle...?</title><link>http://forum.strataframe.net/FindPost3643.aspx</link><description>Hi,&lt;BR&gt;&lt;BR&gt;would you kindly check this: I don't to see Oracle views in the list of possible data sources when configuring Business Objects. When using SQL Server the views are available as data sources.&lt;/P&gt;&lt;P&gt;There is an easy way of testing this (this is what I did)&lt;/P&gt;&lt;P&gt;Using the SCOTT&amp;nbsp;scheme I created a view &lt;/P&gt;&lt;P&gt;CREATE VIEW EMP_VIEW AS SELECT * FROM SCOTT.EMP&lt;/P&gt;&lt;P&gt;N.B. You must grant SCOTT the rights to create a view (GRANT CREATE ANY VIEW TO SCOTT;)&lt;/P&gt;&lt;P&gt;Just to show the point I created an other table using &lt;BR&gt;CREATE TABLE EMP_TABLE AS SELECT * FROM SCOTT.EMP;&lt;/P&gt;&lt;P&gt;Now if you try to set the data source for BO the EMP_TABLE is available but the EMP_VIEW is missing. &lt;BR&gt;&lt;BR&gt;The second phase of the test was to look at SQL Server and try to configure a BO based on a SQL Server view. That worked fine (used the SFSUserPermissionInfo-view).&lt;/P&gt;&lt;P&gt;The Oracle database is 10G and the SF is 1.5 (released 10-10-2006).&lt;/P&gt;&lt;P&gt;It may be that the&amp;nbsp;problem is in my environment but I'm quite sure that the views were available in the SF 1.5 version prior 10-10-2006 update. &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kari</description><pubDate>Mon, 16 Oct 2006 14:21:54 GMT</pubDate><dc:creator>Kari Paukku</dc:creator></item></channel></rss>