Oracle Cross Schema View
I am creating a cross schema view and am receiving the error 'Table or View does not exist' 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...
View Answer
| Nov 20 2007 9:08 PM GMT
| asked by
Ora mer
Oracle, Oracle Views, cross schema


