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

Thread: Invalid objects

  1. #1
    Join Date
    Mar 2008
    Posts
    140

    Invalid objects

    Hi,

    A new OLTP application is being developed using forms/reports on Oracle 10g Rac database.


    The developers complains of having many invalid objects while developing application, their complain is they were not having this issue when they have developed same application at another client side which is having single instance.

    my question is:

    How to find the root cause of this problem?


    thanks,

  2. #2
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    ...and the invalid objects are?
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  3. #3
    Join Date
    Mar 2006
    Location
    Charlotte, NC
    Posts
    865
    It is obvious that some procedures will be invalid because developers will drop and create temporary tables in the procedures and thus the respective procedure(s) become invalid after execution.

    Take the list of all invalid objects in the applicaton schema(s), recompile all invalid objects, and then compare and discuss with developers.

    Thanks,
    Vijay Tummala

    Try hard to get what you like OR you will be forced to like what you get.

  4. #4
    Join Date
    Mar 2008
    Posts
    140
    Appreciated.

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