標(biāo)題: 存儲過程中cursor中使用同義詞問題 [打印本頁] 作者: gz_xuhaoz 時間: 2007-03-07 12:04 標(biāo)題: 存儲過程中cursor中使用同義詞問題 有一個過程
cursor c1 is select a.* ,b.* from a ,b ;
a 是table ,b是synonym
總是報錯,PLS-00341, ORA-00942
說表或視圖不存在。
請大蝦們指教一下。。。
15/11 PLS-00341: declaration of cursor 'c1' is incomplete or malformed
15/17 PL/SQL: SQL Statement ignored
16/36 PL/SQL: ORA-00942: table or view does not exist
18/6 PL/SQL: Item ignored