linux安装的oracle,proc 链接测试程序运行没有问题,监听也正常。但是我在proc程序中嵌入select语句然后proc  first.pc
的时候提示我
//S_EMP 是我数据库里的表名。
Error at line 15, column 2 in file first.pc
        exec sql select first_name into :var_name from S_EMP where id=1;
.1
PLS-S-00201, identifier 'S_EMP' must be declared
Error at line 15, column 2 in file first.pc
        exec sql select first_name into :var_name from S_EMP where id=1;
.1
PLS-S-00000, SQL Statement ignored
Semantic error at line 15, column 2, file first.pc:
        exec sql select first_name into :var_name from S_EMP where id=1;
.1
PCC-S-02346, PL/SQL found semantic errors
能否指点一二!表名也要声明吗?oracle