If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
How to access the Sequence created in other Schema
Hi,
I have created a table with sequence in one schema. I want to access the table from another schema. While i trying to insert new row into that table Oracle giving error message 'ErrorError(61,12): PL/SQL: ORA-02289: sequence does not exist '.
Can you help me to overcome this problem? I am using Oracle 11g.