Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-02289: Sequence Does not exist error - Access Privilege Problem ????

LazarApr 2 2018 — edited Apr 2 2018

Hi,

What actually causes an ORA-02289: sequence does not exist error ?

Im not authorized to post the actual codes here in this forum . But i can explain you the way the code flown and error occured.

Example:-

Declare

--

Begin

package_pkg1.proc_check(a ,b,c);

end;

and in the calling package(procedure) only i have the 20 to 30 sequences....

Also note that the the package specification and body is in compiled state(Valid).

So in this case, what action should i take first ?

Database Version : 12C

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 30 2018
Added on Apr 2 2018
4 comments
6,176 views