create oracle package encountered PLS-00103: Encountered the symbol “CREATE”

前端 未结 6 1691
名媛妹妹
名媛妹妹 2020-12-15 05:10

I am writing an oracle package using Oracle sql developer, I got this compile error:

Error(7,1): PLS-00103: Encountered the symbol \"CREATE\" .

<
6条回答
  •  无人及你
    2020-12-15 05:35

    After a couple hours of frustration I managed to make this stuff work. I had the exact problem as you did.

    The solution for me was to run it as a script - not in the package code. Forward slashes work correctly in the SQL worksheet. I'm attaching the difference, I hope it will help you!

    enter image description here

提交回复
热议问题