to mosquitoxh(南非蚊子):
  我是这么引用的呀。
我现在在temp schema中 ,要访问bjsfjdb中的表a。
如果这样就可以运行
declare  
  v int;
beginselect c1 into v from bjsfjdb.a where c1=9;
dbms_output.put_line (v);
end ;