PL/SQL: ORA-00942: table or view does not exist V$SQL

前端 未结 3 1716
暗喜
暗喜 2021-02-14 23:34

I have created a procedure and used the below statement inside that .

select sql_id into v_sql_id from v_$sql where sql_text =v_sql;

I am getti

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-15 00:28

    See my answer here. It might be because you are using specific capitalisation somewhere

提交回复
热议问题