DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: ORA04062 - Signature of the package XXXXX has been changed.

  1. #1
    Join Date
    Mar 2017
    Posts
    1

    ORA04062 - Signature of the package XXXXX has been changed.

    Quote Originally Posted by kris109 View Post
    Thanks Sam. I saw that much in the errors messages. Still it doesn't tell me how to solve the problem?

    Can you elaborate?
    Dear Santosh,
    If you please share the workaround as I dont have access to metalink.
    Email ID: sensk.brk@gmail.com

  2. #2
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    You should not just add onto 16 year old posts. This should have been created as a new post.
    It sounds like you just need to do the following. Just change "schema_name" the the name of the schema
    where the package lives and "package_name" to the actual name of the package.

    Code:
    alter package "schema_name"."package_name" compile;
    alter package "schema_name"."package_name" compile body;
    Last edited by gandolf989; 03-27-2017 at 02:07 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width