 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; cross schema</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/cross-schema/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 09:10:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Oracle Cross Schema View</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-cross-schema-view/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/oracle-cross-schema-view/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 21:08:47 +0000</pubDate>
		<dc:creator>Ora mer</dc:creator>
				<category><![CDATA[cross schema]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle error messages]]></category>
		<category><![CDATA[Oracle Views]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am creating a cross schema view and am receiving the error &#8216;Table or View does not exist&#8217; on the second table of one schema in my view. Here is the View: CREATE OR REPLACE VIEW WORKMGMT.VIEW_WORKMGMT_USERS( USER_ID, USER_VALID_FROM, USER_VALID_TO, DEFAULT_UNIT, LANGUAGE_PREFERENCE) AS SELECT SU.ORGANIZATION_USER_ID &#8220;USER_ID&#8221;, TO_TIMESTAMP(TO_CHAR(SU.EFFECTIVE_FROM,&#8217;YYYY_MON_DD&#8217;),&#8217;YYYY-MON-DD HH24:MI:SS&#8217;) &#8220;USER_VALID_FROM&#8221;, TO_TIMESTAMP(TO_CHAR(SU.EFFECTIVE_TO, &#8216;YYYY_MON_DD&#8217;), &#8216;YYYY-MON-DD HH24:MI:SS&#8217;) &#8220;USER_VALID_TO&#8221;, WM.DEFAULT_UNIT_ID [...]]]></description>
				<content:encoded><![CDATA[<p>I am creating a cross schema view and am receiving the error &#8216;Table or View does not exist&#8217; on the second table of one schema in my view. Here is the View:<br />
CREATE OR REPLACE VIEW WORKMGMT.VIEW_WORKMGMT_USERS(<br />
USER_ID,<br />
USER_VALID_FROM,<br />
USER_VALID_TO,<br />
DEFAULT_UNIT,<br />
LANGUAGE_PREFERENCE)<br />
AS SELECT<br />
SU.ORGANIZATION_USER_ID &#8220;USER_ID&#8221;, TO_TIMESTAMP(TO_CHAR(SU.EFFECTIVE_FROM,&#8217;YYYY_MON_DD&#8217;),&#8217;YYYY-MON-DD HH24:MI:SS&#8217;) &#8220;USER_VALID_FROM&#8221;, TO_TIMESTAMP(TO_CHAR(SU.EFFECTIVE_TO, &#8216;YYYY_MON_DD&#8217;), &#8216;YYYY-MON-DD HH24:MI:SS&#8217;) &#8220;USER_VALID_TO&#8221;, WM.DEFAULT_UNIT_ID &#8220;DEFAULT_UNIT&#8221;, SA.LANGUAGE_PREFERENCE<br />
FROM<br />
SECEPHS.ORGANIZATION_USER SU, SECEPHS.ACCOUNT_HOLDER SA, WORKMGMT.ORG_USER_WM_PROFILE WM<br />
WHERE<br />
SU.ACCOUNT_HOLDER_ID = SA.ACCOUNT_HOLDER_ID AND SU.ORGANIZATION_USER_ID = WM.ORGANIZATION_USER_ID AND SU.IS_DELETED_IND = &#8217;0&#8242;; </p>
<p>The error occurs on the second table of the SECEPHS schema, no matter the order of the tables. Any advice would be very much appreciated.<br />
Thank-you</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/oracle-cross-schema-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/14 queries in 0.018 seconds using memcached
Object Caching 322/339 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 12:47:57 -->