PLS-00201 Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Prasenjit
    New Member
    • Mar 2007
    • 2

    PLS-00201 Error

    Hi,

    I am getting the following error :-
    ----------------------------------------------------------
    PLS-00201: identifier '<schema>.ABC_D ROP_INDEX_PRC' must be declared
    ----------------------------------------------------------
    Can anyone guide me on resolving this issue??

    Thanks.
  • MMcCarthy
    Recognized Expert MVP
    • Aug 2006
    • 14387

    #2
    I'm guessing this question belongs in the SQL Server forum. If not the moderators will move it to a more appropriate forum.

    ADMIN

    Comment

    • iburyak
      Recognized Expert Top Contributor
      • Nov 2006
      • 1016

      #3
      I need more info on it. What did you do? What statement was executed when you recieved this error? Which program and as much as possible.


      Thank you.

      Comment

      • iburyak
        Recognized Expert Top Contributor
        • Nov 2006
        • 1016

        #4
        It looks like it is an Oracle error involved right limitations.

        Comment

        • MMcCarthy
          Recognized Expert MVP
          • Aug 2006
          • 14387

          #5
          Originally posted by iburyak
          It looks like it is an Oracle error involved right limitations.
          Send me a PM if you need it moved again.

          Comment

          • iburyak
            Recognized Expert Top Contributor
            • Nov 2006
            • 1016

            #6
            Let's see his respond first.
            Sometimes they never come back to view respond at all .... :)

            Comment

            • Prasenjit
              New Member
              • Mar 2007
              • 2

              #7
              Hi,
              Thanks to all for the suggestions provided, specially the last one!!
              Wel, the answers was needed a little bit urgently and so i thought that i could get a reply from this forum.
              I was able to fix the problem occuring. As stated earlier, it was a problem related to the access only...
              "The rules for accessing other users objects are different when COMPILING
              procedures/functions/packages.
              Grants must be given directly, not through a role, to the compiling
              usercode
              (DBA is a role).
              Normal rules apply when executing"
              .....
              So i had to Grant privileges to one of the access_role to be able to execute procedure so it should work now.
              --------
              Thanks anyways.

              Comment

              Working...