Upgrade to EBS 12.1.2 have 250 invalid objects

We just upgrade one of EBS application farm from EBS 12.1.1 to 12.1.2. After finish we found database have 250 invalid objects. I have been run "utlrp" several time still useless.
I list some invalid objects here hope soneone can help us.
===================================
alter package apps.eng_eco_pub compile body;
alter package apps.oks_billsubline_pub compile body;
alter package apps.oks_billcontline_pub compile body;
alter package apps.engecobo compile body;
alter package apps.okl_reverse_contract_pvt compile body;
alter package apps.okl_vp_k_article_pvt compile body;
alter package apps.okl_contract_pvt compile body;
alter package apps.okl_supp_invoice_dtls_pvt compile body;
alter package apps.okl_txl_assets_pvt compile body;
alter package apps.okl_extrn_pvt compile body;
alter package apps.okl_generate_accruals_pvt_w compile body;
alter package apps.okl_am_parties_pvt_w compile body
alter package apps.okl_am_system_params_pub_w compile body;
alter package apps.wsh_ib_txn_match_pkg compile body;
alter package apps.wsh_rcv_corr_rtv_txn_pkg compile body;
alter package apps.wsh_ib_ui_recon_grp compile body;
alter package apps.okl_bpd_cap_adv_mon_pvt compile body;
alter package apps.okl_bpd_termination_adj_pvt compile body;
alter package apps.okl_am_restructure_rents_pvt compile ;
alter synonym apps.ad_util_params compile ;

If I use "utlrp" to recompile, i got 0 error.
If I use "alter" to compile, I got :
SQL> alter package apps.eng_eco_pub compile body;
Warning: Package Body altered with compilation errors.
SQL> alter package apps.okl_vp_sync_cr_pvt compile body;
Warning: Package Body altered with compilation errors.

Similar Messages

  • How to compile invalid object after 10.2.0.2 to 10.2.0.5 upgrade in EBS R12

    Hi,
    We have total 31000 invalid object after 10.2.0.2 to 10.2.0.5 upgrade in EBS R12. How we compile these objects?

    Ashish,
    if you are seeing PLS-00801: internal error [1041] when trying to compile a package that is invalid, you may need to run utlirp.sql against the instance and then the utlrp.sql script. You need to pay attention to the manner in which you run these scripts. To run the utlirp.sql script you need to:
    shutdown the instance
    restart instance in upgrade mode
    startup upgrade
    run the utlirp.sql script @utlirp or @?/rdbms/admin/utlirp
    shutdown the instance and restart normally
    run utlrp.sql @utlrp or @?/rdbms/admin/utlrp
    If you are running an auto-config instance, you can source the db environment, optionally switch to the $ORACLE_HOME/rdbms/admin folder and shutdown the instance:
    sqlplus 'as /sysdba'
    shutdown immediate
    startup upgrade;
    @utilrp
    shutdown
    startup
    @utlrp
    After compiling everything, I would shutdown the instance using the ./addbctl stop script and then restart it. As stated elsewhere, it can take time to compile the invalids--many hours in some cases. The utlirp.sql script may run for quite awhile before it completes since it is invalidating objects.
    Please make sure you read up on utlirp.sql and PLS-00801 if that's what you are encountering.
    Riley

  • Need to connect to upgraded Oracle EBS R12 version from R11. The current ODI set up is pointing to R11, Can i use the same connection to point to R12? Please hele experts..

    Need to connect to upgraded Oracle EBS R12 version from R11. The current ODI set up is pointing to R11, Can i use the same connection to point to R12? Please hele experts...
    Rp

    1. in physical connections part can i use the same work schema
    2. Can i use same contexts created or do i need to create everything as new and then try?
    Thanks,
    Rp.
    Hi,
    As you mentioned that you just upgraded the database, so the data is same and schema is same you can connect with the same work schema.
    Yes, you can use the same contexts , but need to do Reverse Engineering for your new database.
    And about data server, i think you also have no need to create new data server, if hostname,sid and port etc are same as these were with R11(consult with your DBAs regarding it)

  • JRE not upgraded to 1.6_0_X while upgrading our EBS from 12.0.6 to 12.1.1

    Hi,
    We are in the middle of upgrading our EBS from 12.0.6 to 12.1.1. We have successfully applied patch and upgraded Oracle homes.
    I have upgraded JDk and got below output.
    $ADJVAPRG -version
    java version "1.6.0_20"
    Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
    But after upgrading JRE - I got the below output.
    $ java -version
    java version "1.4.2"
    gcj (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)
    Please suggest on this.
    Regards,

    Thanks Hussain,
    Please find the below out put for the steps 4.2 & 5.
    Step 4
    [xxxxx@xxxxxx ~]$ $ADJVAPRG -version
    java version "1.6.0_20"
    Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
    Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode)
    [xxxxx@xxxxxx ~]$ echo $CLASSPATH
    /d01/oraapps/PROJ_PRD/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/d01/oraapps/PROJ_PRD/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/d01/oraapps/PROJ_PRD/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/d01/oraapps/PROJ_PRD/apps/apps_st/comn/java/lib/appsborg.zip:/d01/oraapps/PROJ_PRD/apps/tech_st/10.1.2/forms/java:/d01/oraapps/PROJ_PRD/apps/tech_st/10.1.2/forms/java/frmall.jar:/d01/oraapps/PROJ_PRD/apps/tech_st/10.1.2/jlib/ewt3.jar:/d01/oraapps/PROJ_PRD/apps/tech_st/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/d01/oraapps/PROJ_PRD/apps/apps_st/comn/java/classes
    [xxxxx@xxxxxx ~]$ $AFJVAPRG -version
    java version "1.6.0_20"
    Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
    Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode)
    [xxxxx@xxxxxx ~]$ echo $AF_CLASSPATH
    /d01/oraapps/PROJ_PRD/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/d01/oraapps/PROJ_PRD/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/d01/oraapps/PROJ_PRD/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/d01/oraapps/PROJ_PRD/apps/apps_st/comn/java/lib/appsborg2.zip:/d01/oraapps/PROJ_PRD/apps/apps_st/comn/java/classes
    Step : 5
    [xxxxx@xxxxxx ~]$ cd $ORACLE_HOME/appsutil/jre/bin
    [xxxxx@xxxxxx bin]$ java -version
    java version "1.4.2"
    gcj (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    Regards,

  • Document for Out of Place Upgrade of ebs database

    Hi,
    Can someone point out to me a document which gives steps for out of place upgrade of ebs 12.1.3 database from 11.1.0 to 11.2.0.3 ? I tried it myself and it went well but I am still not sure whether something is still missing because there are still 346 invalid objects in the db. Here are the steps I have followed:
    On the source:
       Run adpreclone
    2.       Run utlu112i.sql (copy it from the 11.2.0 home)
              Act on the recommendations of utlu112i.sql.
              Backup the source db and the apps folder
              Copy the backup to the target server.
    6.       Copy pfile.
    7. 
    On the target:
         install the 11.2.0.3 software
         apply required patches
                 Restore and recover the database.
                 run catupgrd.sql
                 run catuppst.sql;
                 run utlrp.sql;
                 run dbupgdiag.sql
                 run adconfig.sh contextfile=<contextfile> at db tier.
                 Shut down listener and database and restart to load the new env.
                 restored apps folder (backup of source)
                 run adcfgclone.pl appsTier
                 run autoconfig.
              Regards,
              Vinod

    Hi Vinod,
    Please find some out of place upgrade links:
    UPGRADE 11.1.0.7 DATABASE TO 11.2.0.3 DATABASE WITH R12.1.3
    Please also see the forum as it is been discussed several times.
    BTW, with respect to your invalid objects did you try recompiling the objects using:
    1. adadmin > Compile apps schema
    2. connected as sysdba > run @$ORACLE_HOME/rdbms/admin/utlrp.sql
    Best Regards

  • Performance Issues during Upgrade of EBS from 11.5.10.2 to 12.1.1

    Hi,
    We're upgrading our EBS , from Rel 11.5.10.2 to 12.1.1.
    We're stuck , while running script ar120bnk.sql (ran more than 20 Hours) :
    Regarding the tables involved in this Process :
    select owner , table_name,num_rows,last_analyzed,sample_size
    from dba_tables
    where table_name in
    'RA_CUSTOMER_TRX_ALL',
    'RA_CUST_TRX_LINE_GL_DIST_ALL',
    'XLA_UPGRADE_DATES',
    'AR_SYSTEM_PARAMETERS_ALL',
    'RA_CUST_TRX_TYPES_ALL',
    'RA_CUST_TRX_LINE_GL_DIST_ALL',
    'XLA_TRANSACTION_ENTITIES_UPG')
    AR RA_CUSTOMER_TRX_ALL 55,540,740 04/02/2012 12:41:56 5554074
    AR RA_CUST_TRX_LINE_GL_DIST_ALL 380,513,830 04/02/2012 13:54:12 38051383
    AR RA_CUST_TRX_TYPES_ALL 90 04/02/2012 14:04:54 90
    AR AR_SYSTEM_PARAMETERS_ALL 6 04/02/2012 12:19:49 6
    XLA XLA_UPGRADE_DATES 4 05/02/2012 17:12:57 4
    As you can see: RA_CUST_TRX_LINE_GL_DIST_ALL is more tan 380 million rows !
    and RA_CUSTOMER_TRX_ALL is more than 55 million rows.
    We have more huge tables in the AR schema , and we would like to know if we are unique customer
    with huge AR schema objects , and if NOT how come that we are getting stuck on threed statment in
    AR schema.
    Bellow an output of all the objects that have more than 10 million rows in AR schema :
    select owner , table_name,to_char(num_rows,'999,999,999') ,last_analyzed
    from dba_tables
    where owner = 'AR'
    and num_rows > 10000000
    order by num_rows desc nulls last
    AR AR_DISTRIBUTIONS_ALL 408,567,520 04/02/2012 11:49:57
    AR RA_CUST_TRX_LINE_GL_DIST_ALL 380,513,830 04/02/2012 13:54:12
    AR MLOG$_AR_CASH_RECEIPTS_ALL 310,777,690 04/02/2012 12:30:33
    AR RA_CUSTOMER_TRX_LINES_ALL 260,211,090 04/02/2012 13:30:26
    AR AR_RECEIVABLE_APPLICATIONS_ALL 166,834,930 04/02/2012 12:16:54
    AR MLOG$_RA_CUSTOMER_TRX_ALL 150,962,980 04/02/2012 12:33:23
    AR AR_CASH_RECEIPT_HISTORY_ALL 145,737,410 04/02/2012 11:40:31
    AR RA_CUST_TRX_LINE_SALESREPS_ALL 130,287,580 04/02/2012 14:03:54
    AR AR_PAYMENT_SCHEDULES_ALL 108,652,480 04/02/2012 12:05:32
    AR RA_CUSTOMER_TRX_ALL 55,540,740 04/02/2012 12:41:56
    AR AR_CASH_RECEIPTS_ALL 53,182,340 04/02/2012 11:29:53
    AR AR_DOC_SEQUENCE_AUDIT 52,865,150 04/02/2012 11:52:46
    AR RA_MC_TRX_LINE_GL_DIST 17,317,730 04/02/2012 14:05:18
    AR AR_MC_DISTRIBUTIONS_ALL 13,037,030 04/02/2012 11:53:35
    AR AR_MC_RECEIVABLE_APPS 12,672,050 04/02/2012 11:53:57
    AR AR_TRX_SUMMARY 12,457,560 04/02/2012 12:20:16
    AR RA_CUST_RECEIPT_METHODS 11,105,750 04/02/2012 13:35:38
    AR HZ_ORGANIZATION_PROFILES 10,271,640 04/02/2012 12:24:44
    How to Upgrade AR tables whith Huge amount of Datas ( > 50 Millions Rows ) ?

    Hi,
    Dont worry, you are not the only one even we have one customer whose AR_DISTRIBUTIONS_ALL table is 80 GB now and i can even do select count(*) for this table.
    We had to keep this much data for business requirements, but i wonder if this is a bug or users mistake.
    Due to this we are facing seruios performance issues for AR reports and raised SRs but no resolution yet. And this guy who is assigned to us is reall ynot been helpful to fix the issue.
    Although we did not upgrade for this customer, but we migrated from 11.5.9 to R12.1.1 by re-implementation. But all these increasing size of these tables happened after migration.
    And i believe most of the time in your upgrade is going to building the indexes. You can ask Oracle if they can edit the driver file to skip building the indxes and rebuild them after upgrade. But again it will also take time.
    Another option for you is to "Archive and Purge the data" as per chapter 10 of
    11i Receivables user guide.
    http://docs.oracle.com/cd/B25284_01/current/acrobat/115arug.zip
    Thanks
    Edited by: EBSDBA on Feb 8, 2012 10:04 PM

  • My ipod wont let me buy any apps because it says i have an invalid security code for my moms credit card but its the right one. and it also says i owe money for upgrading an app does anyone know how to remove my moms credit card cause i cant figure itout

    my ipod wont let me buy any appps because it says i have an invalid security code for my moms credit card but its the right one. and it also says i owe money for upgrading an app does anyone know how to remove my moms credit card cause i cant figure itout

    To change asccount information see:
    Changing Account Information
    For the code issue this may help.
    iTunes Store: My credit card's security code or zip code does not match my bank's records
    For a standard iTunes account you need a valid payment method even for free apps and app updates.
    What is making it think that you own money for an app upgrade?

  • I am trying to upgrade to yosemite (for imac) from version 10.6.8 but even though i have 70gb available on my hard drive it wont let me upgrade because it says i dont have enough memory!! what can i do??

    i am trying to upgrade to yosemite (for imac) from version 10.6.8 but even though i have 70gb available on my hard drive it wont let me upgrade because it says i dont have enough memory!! what can i do??

    Install more RAM in the computer; the Mac needs to have at least 2GB of RAM and should have 4GB or more first.
    (125734)

  • After upgrading to Yosemite (I don't have iPhoto anymore, only PHOTOS) my pictures will not import from my iPad or iPhone 5s or any picture from web, it shows "Database Error: failured to persist version"

    After upgrading to Yosemite (I don't have iPhoto anymore, only PHOTOS) my pictures will not import from my iPad or iPhone 5s or any picture from web, it shows "Database Error: failured to persist version".  Any help will be greatly appreciated.

    Sorry,
    Yes, the error message is exactly like that  ("Database error: failured to persist version")
    No photos will import at all.  I use USB to import from iPhone 5s or iPad 2. 
    About the difference?  iPhoto and Photos .  Are there two softwares?
    I also will like to merge and/or synchronize all my photos I had saved to iCloud backups, Macbook Pro,  iPhone 5s and iPad hard drives using iPhoto.  It's call iPhoto library.  At one point I turned off streaming. 
    Thanks again Larry HN.

  • Since the upgrade to ios7.1.1 I have lost my ringtones. Is there a way of getting them back from my itunes accout since I've already paid for it?

    since the upgrade to ios7.1.1 I have lost my ringtones. Is there a way of getting them back from my itunes accout since I've already paid for it?

    Yes, go to your 'iTunes Store' app on your iPhone or whatever device you lost them on, then go to the 'more' tab, and choose 'purchased', then find your ringtones that you wanted and redownload them, you won't need to repay for them.
    Hope this helps :)
    Happy hunting :)

  • I have an iMac purchased new about 5 years ago with OS 10.4.11. I would like to upgrade to Lion. I currently have a 2.33 GHz Intel Core 2 Duo processor with 2 GB of ram. Can I upgrade to Lion, and what is the best way to do so?

    I have an iMac purchased new about 5 years ago with OS 10.4.11. I would like to upgrade to Lion. I currently have a 2.33 GHz Intel Core 2 Duo processor with 2 GB of ram. Can I upgrade to Lion, and what is the best way to do so?

    From what I read here:
    http://www.tuaw.com/2011/06/06/lion-...u-2-gb-of-ram/
    s long as they already have Snow Leopard 10.6.8 installed in it.All a person needs to do with that type of iMac is to upgrade/max out their Ram. They claim that an Interl iMac with Core 2 Duo is all that is needed, as long as it has OS 10.6.8 installed. They say you don`t need  the "Core i3, Core i5, Core i7, or Xeon processor"
    But I wonder about the RAM speed, the iMac 2.33Ghz uses DDR2 SDRAM,  which I believe is rated at 667Mhz. Lion maybe installed but it might be problems running smoothly or not?
    Did some quick checking and the iMacs apple is selling this year use 1333MHz DDR3 SDRAM.
    The only thing to do is to make sure you have a good back-up, Install your RAM and install Snow Leo, then wait a couple of hours and install Lion.
    Good Luck

  • Im having major problems syncing my iphone 4 to itunes, this problem started after upgrading to ios 5. I have upgraded my itunes, turned sync by wifi on and off but still nothing. Everytime I try to sync my iphone it just says sync cancelled. Please help!

    Im having major problems syncing my iphone 4 to itunes, this problem started after upgrading to ios 5. I have upgraded my itunes, turned sync by wifi on and off but still nothing. Everytime I try to sync my iphone it just says sync cancelled. Please help.....

    I'm having the same problem ! Each time the sync starts it suddenly stops and says finished syncing

  • Is it possible to upgrade to lion or do I have to wait for mountain lion?

    Is it possible to  still upgrade to Lion or do I have to wait for Mountain Lion later in July?  I currently have Snow Leopard and upgraded RAM to 4GB on an older iMac Core Duo in order to use iCloud features in Lion.  Also, I'm wanting to upgrade iMovie and iPhoto, but I'm having difficulty finding a download link that will let me do it online without going through the App Store, and it says I need to be running 10.7.  I feel like I'm in an "obsolete" double bind until I upgrade to Mountain Lion and it isn't possible yet.  I'm wanting to use iMovie 8 or higher in order to download AVCHD video.  I just bought a new camera that shoots AVCHD and I can't download any HD video,  nor can I find any of my old video which used to be on iPhoto and would open w/ Quick Time.  User friendly Mac is no longer so intuitive.

    Yes, you can purchase Lion as well as iPhoto and iMovie from the App Store. But before you can do that you must update Snow Leopard to 10.6.8 by installing the Mac OS X 10.6.8 Update Combo v1.1 update. Then you can sign into the App Store with your Apple ID and password, locate the items you want, purchase them, and download them to your computer.

  • After upgrading to Mavericks, I seem to have lost everything in my Outlook for imac 2011.

    after upgrading to Mavericks, I seem to have lost everything in my Outlook for imac 2011.
    all my email accounts, all my emails, all my folders & subfolders (received & sent) ... everything.
    help!

    Remove Adobe plug ins if any.
    Macintosh HD > Library > Internet Plug-ins
    AdobePDFViewNPAPI.plugin
    AdobePDFView.plugin

  • HT4623 Hi I have a question, I am operating my iPhone 4S on 6.1.1iOS, as my power button is not working, I have jailbreoked my device so that I have a option to restart and shutdown my device. If i upgrade to iOS 7 do i have such option?

    Hi I have a question, I am operating my iPhone 4S on 6.1.1iOS, as my power button is not working, I have jailbreoked my device so that I have a option to restart and shutdown my device. If i upgrade to iOS 7 do i have such option?

    Jailbreaking your iPhone forfeits your ability to receive any support on that phone, including from this forum.
    You'll have to search elsewhere for answers to your issue.

Maybe you are looking for

  • Can't copy files to server

    Hey I have a NetGear router and I have connected to it a HD . for some reason when I try to copy file to the drive I get this message "the operation can not be complited becuse the item "" is in use. Any one have an idea? Thanks

  • If I forgot to eject my ipod touch from iTunes and took my ipod out of the computer what can happen?

    Can it harm my ipod if this is the first time it's happened? What can it do if you don't eject it from itunes first? Can it harm or corrupt files? How would I know? It wasn't syncing at the time I took it out of the computer.

  • AD external auth. plug-in

    Hi. I have synchronization working fine from AD to OID. I have also followed instructions to install and enable the plug-ins. However, when I try to login to sso as an AD user, the login fails with ldap error 16-no such attribute. I believe it is not

  • How to set a variable based on Select result?

    I wanted  to set the variable @adate based on the @adatecode value I tried this code but @date is not set to   min(d.DateValue)  as I wanted  SET @adate =  CASE @datecode WHEN 'sWTD' THEN  (select min(d.DateValue) from dbo.dimDate d inner join dbo.di

  • Business catalyst premium partner program

    Has the Business catalyst premium partner membership been changed, I can't find any references to it anymore. If so what changes have been made? and how do they affect normal members?