Invalid objects after running catalog.sql and catproc.sql

I have a db 10.1.0.3.0. standard edition with the 10.1.0.4.0 patch installed.
After executing catalog.sql and catproc.sql the database contains lots of invalid objects in the public, olapsys and xdb schemas.
I have executed utlrp.sql, the script completes successfully, but lots of invalid objects remain.
Does anyone know how to fix this?
Thanks in advance.
Below is the output of
select owner, object_name, object_type from dba_objects where status like 'INVALID';
OWNER OBJECT_NAME OBJECT_TYPE
XDB DBMS_XDBUTIL_INT PACKAGE
XDB SETMODFLG PROCEDURE
XDB DBMS_XDBZ0 PACKAGE BODY
XDB DBMS_XDBUTIL_INT PACKAGE BODY
PUBLIC DBMS_XDBUTIL_INT SYNONYM
XDB XDB$PATCHUPSCHEMA PROCEDURE
OLAPSYS ALL$OLAP2_AW_CATALOGS VIEW
PUBLIC ALL_OLAP2_AW_CATALOGS SYNONYM
OLAPSYS ALL$OLAP2_AW_CATALOG_MEASURES VIEW
PUBLIC ALL_OLAP2_AW_CATALOG_MEASURES SYNONYM
OLAPSYS ALL$OLAP2_AW_PHYS_OBJ VIEW
PUBLIC ALL_OLAP2_AW_PHYS_OBJ SYNONYM
OLAPSYS ALL$OLAP2_AW_PHYS_OBJ_PROP VIEW
PUBLIC ALL_OLAP2_AW_PHYS_OBJ_PROP SYNONYM
OLAPSYS ALL$OLAP2_AW_DIMENSIONS VIEW
PUBLIC ALL_OLAP2_AW_DIMENSIONS SYNONYM
OLAPSYS ALL$OLAP2_AW_ATTRIBUTES VIEW
PUBLIC ALL_OLAP2_AW_ATTRIBUTES SYNONYM
OLAPSYS ALL$OLAP2_AW_CUBES VIEW
PUBLIC ALL_OLAP2_AW_CUBES SYNONYM
OLAPSYS ALL$OLAP2_AW_CUBE_DIM_USES VIEW
PUBLIC ALL_OLAP2_AW_CUBE_DIM_USES SYNONYM
OLAPSYS ALL$AW_DIM_ENABLED_VIEWS VIEW
PUBLIC ALL_AW_DIM_ENABLED_VIEWS SYNONYM
OLAPSYS ALL$AW_CUBE_ENABLED_VIEWS VIEW
PUBLIC ALL_AW_CUBE_ENABLED_VIEWS SYNONYM
OLAPSYS ALL$AW_CUBE_ENABLED_HIERCOMBO VIEW
PUBLIC ALL_AW_CUBE_ENABLED_HIERCOMBO SYNONYM
OLAPSYS ALL$OLAP2_AW_DIM_LEVELS VIEW
PUBLIC ALL_OLAP2_AW_DIM_LEVELS SYNONYM
OLAPSYS ALL$OLAP2_AW_DIM_HIER_LVL_ORD VIEW
PUBLIC ALL_OLAP2_AW_DIM_HIER_LVL_ORD SYNONYM
OLAPSYS ALL$OLAP2_AW_CUBE_MEASURES VIEW
PUBLIC ALL_OLAP2_AW_CUBE_MEASURES SYNONYM
OLAPSYS ALL$OLAP2_AW_CUBE_AGG_SPECS VIEW
PUBLIC ALL_OLAP2_AW_CUBE_AGG_SPECS SYNONYM
OLAPSYS ALL$OLAP2_AW_CUBE_AGG_MEAS VIEW
PUBLIC ALL_OLAP2_AW_CUBE_AGG_MEAS SYNONYM
OLAPSYS ALL$OLAP2_AW_CUBE_AGG_LVL VIEW
PUBLIC ALL_OLAP2_AW_CUBE_AGG_LVL SYNONYM
OLAPSYS ALL$OLAP2_AW_CUBE_AGG_OP VIEW
PUBLIC ALL_OLAP2_AW_CUBE_AGG_OP SYNONYM
OLAPSYS MRAC_OLAP2_AW_DIMENSIONS_V VIEW
OLAPSYS MRAC_OLAP2_AW_CUBES_V VIEW
OLAPSYS MRAC_OLAP2_AW_CUBE_MEASURES_V VIEW
PUBLIC MRV_OLAP2_AW_DIMENSIONS SYNONYM
PUBLIC MRV_OLAP2_AW_CUBES SYNONYM
PUBLIC MRV_OLAP2_AW_CUBE_MEASURES SYNONYM
OLAPSYS CWM2_OLAP_METADATA_REFRESH PACKAGE BODY
OLAPSYS OLAP_SYS_AW_ACCESS_DIM_VIEW VIEW
OLAPSYS OLAP_SYS_AW_ACCESS_CUBE_VIEW VIEW
OLAPSYS OLAP_SYS_AW_ENABLE_ACCESS_VIEW VIEW
PUBLIC OLAP_SYS_AW_ACCESS_CUBE_VIEW SYNONYM
PUBLIC OLAP_SYS_AW_ACCESS_DIM_VIEW SYNONYM
PUBLIC OLAP_SYS_AW_ENABLE_ACCESS_VIEW SYNONYM
OLAPSYS CWM2_OLAP_OLAPAPI_ENABLE PACKAGE BODY
OLAPSYS DBMS_AWM PACKAGE BODY
OLAPSYS CWM2_OLAP_CUBE PACKAGE BODY

This note explains 80% of the problem: 42 invalid objects are normal, I have 52 invalid objects.
I have re-executed the catpatch.sql script, I couldn't find any errors in the output. At the end Oracle Intermedia and Oracle Expression Filter remain invalid.
last lines of catpatch.sql output:
COMP_NAME STATUS VERSION
OLAP Analytic Workspace OPTION OFF 10.1.0.3.0
Oracle OLAP API OPTION OFF 10.1.0.3.0
Oracle Database Catalog Views VALID 10.1.0.4.0
Oracle Database Packages and Types VALID 10.1.0.4.0
JServer JAVA Virtual Machine VALID 10.1.0.4.0
Oracle XDK VALID 10.1.0.4.0
Oracle Database Java Packages VALID 10.1.0.4.0
Oracle XML Database VALID 10.1.0.4.0
Oracle interMedia INVALID 10.1.0.4.0
Oracle Text VALID 10.1.0.4.0
Oracle Ultra Search VALID 10.1.0.4.0
Oracle Expression Filter INVALID 10.1.0.4.0
Oracle Enterprise Manager VALID 10.1.0.4.0
Oracle Workspace Manager VALID 10.1.0.2.0
Oracle Data Mining OPTION OFF 10.1.0.3.0
OLAP Catalog OPTION OFF 10.1.0.3.0
Spatial OPTION OFF 10.1.0.3.0
SQL> select owner, object_name, object_type from dba_objects where status like 'INVALID';
OWNER OBJECT_NAME OBJECT_TYPE
WK_TEST BIN$9oUB6zbaOP/gMCzPA4J5+w==$0 TRIGGER
OLAPSYS ALL$OLAP2_AW_CATALOGS VIEW
PUBLIC ALL_OLAP2_AW_CATALOGS SYNONYM
OLAPSYS ALL$OLAP2_AW_CATALOG_MEASURES VIEW
PUBLIC ALL_OLAP2_AW_CATALOG_MEASURES SYNONYM
OLAPSYS ALL$OLAP2_AW_PHYS_OBJ VIEW
PUBLIC ALL_OLAP2_AW_PHYS_OBJ SYNONYM
OLAPSYS ALL$OLAP2_AW_PHYS_OBJ_PROP VIEW
PUBLIC ALL_OLAP2_AW_PHYS_OBJ_PROP SYNONYM
OLAPSYS ALL$OLAP2_AW_DIMENSIONS VIEW
PUBLIC ALL_OLAP2_AW_DIMENSIONS SYNONYM
OLAPSYS ALL$OLAP2_AW_ATTRIBUTES VIEW
PUBLIC ALL_OLAP2_AW_ATTRIBUTES SYNONYM
OLAPSYS ALL$OLAP2_AW_CUBES VIEW
PUBLIC ALL_OLAP2_AW_CUBES SYNONYM
OLAPSYS ALL$OLAP2_AW_CUBE_DIM_USES VIEW
PUBLIC ALL_OLAP2_AW_CUBE_DIM_USES SYNONYM
OLAPSYS ALL$AW_DIM_ENABLED_VIEWS VIEW
PUBLIC ALL_AW_DIM_ENABLED_VIEWS SYNONYM
OLAPSYS ALL$AW_CUBE_ENABLED_VIEWS VIEW
PUBLIC ALL_AW_CUBE_ENABLED_VIEWS SYNONYM
OLAPSYS ALL$AW_CUBE_ENABLED_HIERCOMBO VIEW
PUBLIC ALL_AW_CUBE_ENABLED_HIERCOMBO SYNONYM
OLAPSYS ALL$OLAP2_AW_DIM_LEVELS VIEW
PUBLIC ALL_OLAP2_AW_DIM_LEVELS SYNONYM
OLAPSYS ALL$OLAP2_AW_DIM_HIER_LVL_ORD VIEW
PUBLIC ALL_OLAP2_AW_DIM_HIER_LVL_ORD SYNONYM
OLAPSYS ALL$OLAP2_AW_CUBE_MEASURES VIEW
PUBLIC ALL_OLAP2_AW_CUBE_MEASURES SYNONYM
OLAPSYS ALL$OLAP2_AW_CUBE_AGG_SPECS VIEW
PUBLIC ALL_OLAP2_AW_CUBE_AGG_SPECS SYNONYM
OLAPSYS ALL$OLAP2_AW_CUBE_AGG_MEAS VIEW
PUBLIC ALL_OLAP2_AW_CUBE_AGG_MEAS SYNONYM
OLAPSYS ALL$OLAP2_AW_CUBE_AGG_LVL VIEW
PUBLIC ALL_OLAP2_AW_CUBE_AGG_LVL SYNONYM
OLAPSYS ALL$OLAP2_AW_CUBE_AGG_OP VIEW
PUBLIC ALL_OLAP2_AW_CUBE_AGG_OP SYNONYM
OLAPSYS MRAC_OLAP2_AW_DIMENSIONS_V VIEW
OLAPSYS MRAC_OLAP2_AW_CUBES_V VIEW
OLAPSYS MRAC_OLAP2_AW_CUBE_MEASURES_V VIEW
PUBLIC MRV_OLAP2_AW_DIMENSIONS SYNONYM
PUBLIC MRV_OLAP2_AW_CUBES SYNONYM
PUBLIC MRV_OLAP2_AW_CUBE_MEASURES SYNONYM
OLAPSYS CWM2_OLAP_METADATA_REFRESH PACKAGE BODY
OLAPSYS OLAP_SYS_AW_ACCESS_DIM_VIEW VIEW
OLAPSYS OLAP_SYS_AW_ACCESS_CUBE_VIEW VIEW
OLAPSYS OLAP_SYS_AW_ENABLE_ACCESS_VIEW VIEW
PUBLIC OLAP_SYS_AW_ACCESS_CUBE_VIEW SYNONYM
PUBLIC OLAP_SYS_AW_ACCESS_DIM_VIEW SYNONYM
PUBLIC OLAP_SYS_AW_ENABLE_ACCESS_VIEW SYNONYM
OLAPSYS CWM2_OLAP_OLAPAPI_ENABLE PACKAGE BODY
OLAPSYS DBMS_AWM PACKAGE BODY
OLAPSYS CWM2_OLAP_CUBE PACKAGE BODY
53 rows selected.

Similar Messages

  • Run catalog.sql and catproc.sql?

    Hi,
    Does the install procedure for Oracle 9i Release 2 run catalog.sql and catproc.sql? Or should they be run manually after install? Thanks for the help.
    rmc.

    If I run catalog.sql and catproc.sql in a production database (when application is not accessing db), they will recreate data dictionary, views and recompile packages. But, wiil my data be affected by this?Refer the foll link:
    https://forums.oracle.com/forums/thread.jspa?threadID=2410592
    Refer Metalink Doc Id:
    *Why do I have to run the CATPROC.SQL PUPBLD.SQL Oracle Scripts ? [ID 1033107.1]*
    *Best Practices for running catalog, catproc and utlrp script [ID 863312.1]*
    Edited by: Vedant.. on Dec 11, 2012 4:10 PM

  • Creating database without running the catalog.sql and  catproc.sql script

    Hi
    I created tow databse without running catalog.sql and catproc.sql. Any one knows what is the drawback of not running them?
    BR.

    I created tow databse without running catalog.sql and catproc.sql. Any one knows what is the drawback of not running them?Functionality & capabilities will be severely limited.

  • Reexecuting the catalog.sql and catproc.sql

    what will happened if we re execute the catalog.sql and catproc.sql on existing running oracle database ? is some thing is distructive or what ?

    what will happened if we re execute the catalog.sql and catproc.sql on existing running oracle database ? is some thing is distructive or what ?what's the reason to re-running them? Any errors?
    Catalog - creates data dictionary views.
    Catproc - create in built PL/SQL Procedures, Packages etc
    Dictionary objects might go INVALID and you need to run utlrp.sql to validate them.
    No harm in running. But, its time consuming and resource consuming.
    HTH
    -Anantha

  • Help!!!: catalog.sql and catproc.sql damage my db

    after running the file my.sql (see below), i encounter some error:
    when i try to edit the table data, the following error displayed:
    ORA-04045 ... SYS.DBMS_OUTPUT
    ORA-06508 ...
    ORA-06512 ...
    ORA-06508 ...
    ORA-06512 ...
    then i go to the package SYS.DBMS_OUTPUT, the status is "invalid", i try to recompile it, the following error displayed:
    ORA-04045 ... SYS.CDC_ALTER_CTABLE_BEFORE
    ORA-06508 ...
    ORA-06512 ...
    ORA-06508 ...
    ORA-06512 ...
    my db works well before running the file my.sql. it seems the execution of catalog.sql and catproc.sql cause the error. i am using 9i, and the document histories show that the catalog.sql and catproc.sql are last updated in Apr,2001.
    my questions are:
    1.with 9i db, do i need to run the two files?
    2.how can i recover my db?(i don't have backup, can i use redoXX.log?)
    ***my.sql***
    connect sys/change_on_install@orcl as sysdba
    @/opt/oracle/rdbms/admin/catalog.sql
    connect sys/change_on_install@orcl as sysdba
    CREATE database mydb
    @/opt/oracle/rdbms/admin/catproc.sql
    ***my.sql***

    how can i get my db work properly just as it was?
    what do you mean by "create database script"?
    Database configuration assistant allows you to create the database template and then save it as a set of scripts that you
    can later customize and run to create the database. If you created your "create database scripts" using this option then
    these scripts automatically run the catproc.sql and catalog.sql scripts along with several other scripts.
    If you use Database configuration assistant to create such a set of DB creation scripts, than look at the
    CreateDBCatalog.sql script, as you can see it runs both the scripts. so, if you do it this way, you do not need to do any
    extra steps (apart from your custom scripts that may be part of your post install steps).
    A sample of such DB creation script will be as below (for your reference):
    ===================================================================
    connect SYS/change_on_install as SYSDBA
    set echo on
    spool /home/oracle/Ora9i/assistants/dbca/logs/CreateDBCatalog.log
    @/home/oracle/Ora9i/rdbms/admin/catalog.sql;
    @/home/oracle/Ora9i/rdbms/admin/catexp7.sql;
    @/home/oracle/Ora9i/rdbms/admin/catblock.sql;
    @/home/oracle/Ora9i/rdbms/admin/catproc.sql;
    @/home/oracle/Ora9i/rdbms/admin/catoctk.sql;
    @/home/oracle/Ora9i/rdbms/admin/owminst.plb;
    connect SYSTEM/manager
    @/home/oracle/Ora9i/sqlplus/admin/pupbld.sql;
    connect SYSTEM/manager
    set echo on
    spool /home/oracle/Ora9i/assistants/dbca/logs/sqlPlusHelp.log
    @/home/oracle/Ora9i/sqlplus/admin/help/hlpbld.sql helpus.sql;
    spool off
    spool off
    exit;
    ===========================================================================

  • **urgent- impact of rerunning catlog.sql and catproc.sql

    Hi ,
    We are in middle of troubleshooting an export issue where it gives error on exporting some of the packages that starts with DBMS_ .
    After doing metalink search it appears that some of the objects may be invalid and the suggestion is to run utlrp.sql which did not solve the problem.
    The other suggestion is to rerun catlog.sql and catproc.sql as sys user
    My question is, if we re run the the scripts, will it overwrite any v$ or dba_ views ?
    ps. this is a prodn db

    What's Oracle version?
    As said, it generally safe to run catalog.sql and catproc.sql but better do it at quiet time of your production DB.
    also you might want to investigate why these packages were broken in the first place. Someone temper with your database dictionary?

  • Tip :  if patch 8708893 leaves lots of invalid objects after running pi.sq

    after running post_install.sql you get lots of invalid objects
    this has happened because the patch did not unzip properly [ occurred for me on Linux RH5 X86-64 ] .. it was unzipped by Grid Control itself in via a patch stage.
    to fix : if you look at the files.sql in the patch directory you will see an execute of several.sql files.... just execute them manually and the errors will go away.
    Chris.

    Thanks Chris, good to know. I unfortunately went through the process of rolling back before finding your post.
    I then reapplied the patch and it worked perfectly, so I never got to try your solution, but thought I'd post mine here with yours because google has it indexed already :)

  • Catalog.sql and Catproc.sql

    Hi,
    Can anyone please explain the syntax to execute these two packages? Please provide an example. Im creating a recovery catalog database and I have to run these before I am able to access my views such as RC_Database. I ran the create catalog at the RMAN prompt but still I cannot access the RC_views. My hair is falling out with my help. :)
    Thanks for your help in advance.
    Al

    Hi Thomas,
    I ran the scripts as you said with out error. Now when I re booted then at the sql prompt check to see if the views exist, they do when I type this query:
    sql>SELECT * FROM ALL_CATALOG WHERE OWNER='RMAN';
    RESULT PRODUCES A TABLE NAMED RC_DATABASE among others such as RC_REDO_LOG,RC_DATAFILE, etc
    But when I go to query this view
    sql>SELECT * FROM RC_DATABASE;
    I get the following
    RESPONSE: table or view does not exist
    Any ideas on how to extract the information from this view? What am I doing wrong?
    Thanks for your help.
    Al

  • Several errors after running catalog.sql

    I did a fresh installation of oracle apps EBS 11.5.10.2 on Linux OEL and was trying to do an import/export and it was not working as expected. So after i looked at Oracle's documentation it said catalog.sql has to be run before using the import/export. So i ran catalog.sql first but i did not run it with SYSDBA but ran it as SYSTEM and i saw several errors like access denied etcv. after i ran the catalog.sql i was not able to login via apps or any other user except SYSTEM and was giving me erros like ORA-04065:not executed,altered or dropped stored procedure "SYS.DBMS_SESSION"
    After this to fix the issue i ran @?/rdbms/admin/catpatch.sql and @?/rdbms/admin/utlrp as SYSDBA but both executed a lot of grants etc but are haging at some point and not finishing.
    The current state of the database is that im not able to login via any user except SYSTEM and i think i corrupted the db dictionary as everywhere i see they say running catalog.sql on an existing database is a bad idea. Can anyone help?

    Hi Dheeraj,
    My db version is 9.2.0.5.0 and OS is OEL 5.7.
    The doc where it was mentioned to run catalog.sql before using import/export is below:
    http://docs.oracle.com/cd/B10501_01/server.920/a96652/ch01.htm
    Please do not follow the steps in this link and instead follow the steps in (9i Export/Import Process for Oracle Applications Release 11i [ID 230627.1]).
    Currently when im trying to login using apps or any other user below are errors i get.
    ERROR:
    ORA-00604: error occurred at recursive SQL level1
    ORA-04068: existing state of packages has been discarded
    ORA-04065: not executed, altered or dropped stored procedure "SYS.DBMS_SESSION"
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512:at "SYS.OWA_VPD_CTX", line 5
    ORA-06512:at "SYS.PORTAL_LOGIN", line 3
    ORA-06512:at line 2
    Can you pls help me to fix this.The status of the package is invalid and you need to validate it. Connect as sysdba and issue:
    SQL> select owner, object_type, status
    from dba_objects
    where object_name = 'DBMS_SESSION';
    SQL> alter package DBMS_SESSION compile body;
    SQL> show error
    SQL> alter package DBMS_SESSION compile;
    SQL> show errorPlease also see:
    Data Dictionary Objects Invalid after Running catalog.sql, catproc.sql, utlrp.sql or catpatch.sql [ID 752783.1]
    Debug and Validate Invalid Objects [ID 300056.1]
    How to Diagnose Invalid or Missing Data Dictionary (SYS) Objects [ID 554520.1]
    Thanks,
    Hussein

  • 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

  • Difference in behavior of sql and pl/sql after migrating from 9i to 11g

    after migrating our database from oracle 9i to oracle11g, the developpers are worry that the behavior of the queries and pl/sql procedures/functions will change
    example :
    in 9i, select salary,count(*) from emp group by salary, it will display the rows sorted by salary
    in 11gi, select salary,count(*) from emp group by salary, it will display the rows not sorted by default, we have to add the clause order by salary.
    somebody could give the list of other difference in behavior (SQL and PL/SQL) agter migrating from 9i to 11g
    Thanks a lot.

    Tell your developers: garbage in - garbage out. In relational databases only ORDER BY ensures row order. If your developers relied on GROUP BY implemented by SORT and therefore returning ordered rows they had to realize code they wrote is Oracle release dependent and sooner or later code would require changes. And that "sooner or later" is now reality. In newer versions ORACLE can do GROUP BY via SORT or via HASH. And if it is done via HASH - don't expect ordered results. So tell your developers "payback time".
    SY.

  • Can i run all the SQL And PL/SQL in Oracle SQL Developer?

    hi all
    I have heard that Oracle Sql Developer is a free editor for Oracle DB from Oracle.
    Is it possible to run all the the procedres and functions in that editor
    is there any limitation for that ,can i run all the things that we can run on the SQL Plus
    if anybody knows please let me know
    thanks & regards

    Interesting way of putting it.
    When it comes to SQL and PL/SQL, SQLPlus and SQL Developer do not really 'run' very much.
    Most of the time, these things are just shells that pass the SQL and PL/SQL requests to the appropriate engine (database) which will run the command.
    The challenges are:
    - will the shell interpret the request as something to pass to an engine?
    - will the shell display the response from the engine appropriately?
    For answers to those questions, TongucY provided approriate links.

  • Invalids Objects after DB Migration

    Hi,
    I got lot of invalid objects after DB migration, Before export i droped apps/edw db links in source, after import in new target system i can see lot of invalid objects
    alter VIEW APPLSYS.AQ$WF_CONTROL compile;
    alter VIEW APPLSYS.AQ$_WF_CONTROL_F compile;
    alter VIEW APPS.EUL5_B080110101824Q8V1 compile;
    alter VIEW APPS.EUL5_B080110140308Q1V1 compile;
    alter VIEW APPS.EUL5_B080110101824Q1V1 compile;
    alter VIEW APPS.EUL5_B080110142754Q5V1 compile;
    alter VIEW APPS.EUL4_B050720090637Q1V1 compile;
    alter VIEW APPS.EUL5_B080110101824Q5V1 compile;
    alter VIEW APPS.EUL5_B080110101824Q7V1 compile;
    alter VIEW APPS.EUL5_B080110105519Q8V1 compile;
    alter VIEW APPS.EUL4_B050225111630Q1V1 compile;
    alter VIEW APPS.EUL5_B080827104717Q2V1 compile;
    alter VIEW APPS.EUL5_B080827104041Q1V1 compile;
    alter VIEW APPS.EUL5_B080825171948Q1V1 compile;
    alter VIEW APPS.EUL5_B080827104041Q3V1 compile;
    alter VIEW APPS.EUL4_B070517133406Q3V1 compile;
    alter VIEW APPS.EUL4_B060516094902Q1V1 compile;
    alter VIEW APPS.EUL5_B080110101824Q2V1 compile;
    alter VIEW APPS.EUL5_B080110105519Q7V1 compile;
    alter VIEW APPS.EUL4_B040914132829Q1V1 compile;
    alter PACKAGE APPS.ENG_CHANGE_TEXT_UTIL compile;
    alter VIEW APPS.EUL5_B080110105519Q6V1 compile;
    alter VIEW APPS.EUL4_B070517133406Q1V1 compile;
    alter VIEW APPS.EUL4_B041230091230Q1V1 compile;
    alter VIEW APPS.EUL5_B080110105519Q4V1 compile;
    alter VIEW APPS.EUL4_B050720092221Q1V1 compile;
    alter VIEW APPS.EUL4_B050225111545Q1V1 compile;
    alter VIEW APPS.EUL5_B080110105519Q5V1 compile;
    alter VIEW APPS.EUL4_B070108141912Q1V1 compile;
    alter VIEW APPS.EUL5_B080110142754Q4V1 compile;
    alter VIEW APPS.EUL5_B080110142754Q1V1 compile;
    alter VIEW APPS.EUL5_B080110142754Q2V1 compile;
    alter VIEW APPS.EUL5_B080110101824Q4V1 compile;
    alter PACKAGE APPS.EGO_ITEM_TEXT_UTIL compile;
    alter package APPS.CS_WF_ACTIVITIES_PKG compile body;
    alter package APPS.CS_SR_ADDR_SYNC_INDEX_PKG compile body;
    alter package APPS.BOMPKMUD compile body;
    alter package APPS.ICX_POR_INTERMEDIA_INDEX compile body;
    alter package APPS.CS_KB_CONC_PROG_PKG compile body;
    alter package APPS.OF_PA_PKG compile body;
    alter package APPS.AD_PARALLEL_UPDATES_PKG compile body;
    alter package APPS.CE_BANK_PURGINGS compile body;
    alter package APPS.OE_CREDIT_CARD_MIGRATE_UTIL compile body;
    alter package APPS.OKS_CCENCRYPTION_PKG compile body;
    alter package APPS.OKC_RISK_EVENTS_PKG compile body;
    alter package APPS.OKC_REP_CONTACT_ROLES_PKG compile body;
    alter package APPS.JTF_TASK_IDX_UTL compile body;
    alter package APPS.ENI_DENORM_HRCHY compile body;
    alter package APPS.EGO_ITEM_TEXT_PVT compile body;
    alter package APPS.EGO_ITEM_TEXT_UTIL compile body;
    alter package APPS.EDW_POA_LN_TYPE_M_C compile body;
    alter package APPS.EDW_POA_SPLRITEM_M_C compile body;
    alter package APPS.EDW_GEOGRAPHY_M_C compile body;
    alter package APPS.RA_CUSTOMER_TEXT_PKG compile body;
    alter package APPS.OPI_EDW_UOM_CONV_F_C compile body;
    alter package APPS.EDW_OPI_PRDL_M_C compile body;
    alter package APPS.EDW_OPI_LOT_M_C compile body;
    alter package APPS.EDW_OPI_ACTV_M_C compile body;
    alter package APPS.EDW_OPI_OPRN_M_C compile body;
    alter package APPS.OPI_EDW_OPMINV_DAILY_STAT_F_C compile body;
    alter package APPS.OPI_EDW_OPMCOGS_F_C compile body;
    alter package APPS.OPI_EDW_OPM_JOB_DETAIL_F_C compile body;
    alter package APPS.OPI_EDW_OPM_JOB_RSRC_F_C compile body;
    alter package APPS.OPI_EDW_COGS_F_C compile body;
    alter package APPS.EDW_MTL_INVENTORY_LOC_M_C compile body;
    alter package APPS.ISC_EDW_BOOK_SUM1_F_C compile body;
    alter package APPS.FND_OID_DIAG compile body;
    alter VIEW APPS.EUL5_B090911130003Q2V1 compile;
    alter VIEW APPS.EUL5_B090911130003Q1V1 compile;
    alter VIEW APPS.EUL5_B090910161600Q2V1 compile;
    alter VIEW APPS.EUL5_B090910161600Q1V1 compile;
    alter VIEW APPS.EUL5_B090910090134Q2V1 compile;
    alter VIEW APPS.EUL5_B090910090134Q1V1 compile;
    alter VIEW APPS.EUL5_B090701170823Q3V1 compile;
    alter VIEW APPS.EUL5_B090701170823Q2V1 compile;
    alter VIEW APPS.EUL5_B090701170823Q1V1 compile;
    alter VIEW APPS.EUL5_B090701170628Q3V1 compile;
    alter VIEW APPS.EUL5_B090701170628Q2V1 compile;
    alter VIEW APPS.EUL5_B090701170628Q1V1 compile;
    alter VIEW APPS.EUL5_B090701162946Q3V1 compile;
    alter VIEW APPS.EUL5_B090701162946Q2V1 compile;
    alter VIEW APPS.EUL5_B090701162946Q1V1 compile;
    alter VIEW APPS.EUL5_B090629085441Q1V1 compile;
    alter VIEW APPS.EUL5_B080109163823Q5V1 compile;
    alter VIEW APPS.EUL5_B081014161934Q1V1 compile;
    alter VIEW APPS.EUL5_B080827104041Q2V1 compile;
    alter VIEW APPS.EUL5_B080826171658Q1V1 compile;
    alter VIEW APPS.EUL5_B080827104717Q1V1 compile;
    alter VIEW APPS.EUL5_B080827091711Q1V1 compile;
    alter VIEW APPS.EUL5_B081014085038Q1V1 compile;
    alter VIEW APPS.EUL5_B080826171630Q1V1 compile;
    alter VIEW APPS.EUL5_B080827091711Q2V1 compile;
    alter VIEW APPS.EUL5_B080110101824Q6V1 compile;
    alter VIEW APPS.EUL4_B040903135303Q1V1 compile;
    alter VIEW APPS.EUL5_B080109163823Q4V1 compile;
    alter VIEW APPS.EUL5_B080110105519Q1V1 compile;
    alter VIEW APPS.EUL5_B080110105519Q2V1 compile;
    alter VIEW APPS.EUL5_B080110142754Q6V1 compile;
    alter package APPS.ICX_CAT_INTERMEDIA_INDEX_PVT compile body;
    alter package APPS.ARP_STAX_88 compile body;
    alter package APPS.ARP_STAX_82 compile body;
    alter package APPS.ARP_STAX_86 compile body;
    alter package APPS.ARP_STAX_85 compile body;
    alter package APPS.ARP_STAX_84 compile body;
    alter package APPS.ENG_CHANGE_LINE_UTIL compile body;
    alter package APPS.ENG_CHANGE_ACTIONS_PKG compile body;
    alter package APPS.ENG_LAUNCH_ECO_OI_PK compile body;
    alter package APPS.EDW_MRP_PLAN_M_C compile body;
    alter package APPS.EDW_MRP_FORECAST_M_C compile body;
    alter package APPS.EDW_MRP_DM_CLS_M_C compile body;
    alter package APPS.CS_SR_SYNC_INDEX_PKG compile body;
    alter package APPS.OKE_DELIVERABLE_UTILS_PUB compile body;
    alter package APPS.OKE_DELIVERABLE_UTILS_PKG compile body;
    alter package APPS.EDW_ORGANIZATION_M_C compile body;
    alter package APPS.EDW_HR_MVMNT_TYP_M_C compile body;
    alter package APPS.HR_EDW_WRK_CMPSTN_F_C compile body;
    alter package APPS.EDW_HR_RQN_VCNCY_M_C compile body;
    alter package APPS.EDW_HR_REASON_M_C compile body;
    alter package APPS.EDW_HR_REC_ACT_M_C compile body;
    alter package APPS.EDW_HR_PRSN_TYP_M_C compile body;
    alter package APPS.EDW_HR_POSITION_M_C compile body;
    alter package APPS.EDW_HR_SERVICE_M_C compile body;
    alter package APPS.EDW_HR_GRADE_M_C compile body;
    alter package APPS.EDW_HR_JOBS_M_C compile body;
    alter package APPS.EDW_HR_ASSGNMNT_M_C compile body;
    alter package APPS.EDW_HR_AGE_BAND_M_C compile body;
    alter package APPS.EDW_HR_ASG_CHNG_M_C compile body;
    alter package APPS.FII_PA_BUDGET_F_C compile body;
    alter package APPS.FII_PA_REVENUE_F_C compile body;
    alter package APPS.FII_PA_UOM_CONV_F_C compile body;
    alter package APPS.FII_PA_COST_F_C compile body;
    alter package APPS.FII_AR_E_REVENUE_F_C compile body;
    alter package APPS.FII_AR_TRX_DIST_F_C compile body;
    alter package APPS.FII_AP_SCH_PAYMTS_F_C compile body;
    alter package APPS.FII_AP_INV_LINES_F_C compile body;
    alter package APPS.FII_AP_INV_PAYMTS_F_C compile body;
    alter package APPS.FII_AP_INV_ON_HOLD_F_C compile body;
    alter package APPS.FII_AP_HOLD_DATA_F_C compile body;
    alter package APPS.HZ_PURGE compile body;
    alter package APPS.AR_CMGT_DATA_POINTS_PKG compile body;
    alter package APPS.AR_CMGT_AGING compile body;
    alter package APPS.ENG_CHANGE_TEXT_PVT compile body;
    alter package APPS.ENG_CHANGE_TEXT_UTIL compile body;
    alter package APPS.AP_WEB_MANAGEMENT_REPORTS_PKG compile body;
    alter package APPS.OKC_REP_RELATIONSHIPS_PKG compile body;
    alter package APPS.AZ_R12_TRANSFORM_CASCADE compile body;
    alter package APPS.AZ_COMP_REPORTER compile body;
    alter package APPS.IRC_POSTING_CONTENT_API compile body;
    alter package APPS.IRC_DOCUMENT_API compile body;
    alter package APPS.HZ_PARTY_STAGE compile body;
    alter package APPS.HZ_DQM_SYNC compile body;
    alter package APPS.OKE_AGREEMENT_PVT compile body;
    alter package APPS.OKC_TEMPLATE_KEYWORD_PVT compile body;
    alter package APPS.OKC_DELIVERABLE_PROCESS_PVT compile body;
    alter package APPS.OKC_ARTICLE_KEYWORD_PVT compile body;
    alter package APPS.OKC_TERMS_COPY_GRP compile body;
    alter package APPS.INVPOPIF compile body;
    alter package APPS.IBC_IMT_PUB compile body;
    alter package APPS.FND_IMUTL compile body;
    alter package APPS.ENG_ECO_UTIL compile body;
    alter VIEW CLM.CLM_CLMRMCM1_VIEW compile;
    alter VIEW CLM.CLM_CLMRMMS1_VIEW compile;
    alter VIEW CLM.CLM_CLMRMVS1_VIEW compile;
    alter VIEW CLM.CLM_CLMRMUS1_VIEW compile;
    alter VIEW CLM.CLM_CLMRMSG1_VIEW compile;
    alter VIEW CLM.CLM_CLMRMRS1_VIEW compile;
    alter VIEW CLM.CLM_CLMRMRP1_VIEW compile;
    alter VIEW CLM.CLM_CLMRMRG1_VIEW compile;
    alter VIEW CLM.CLM_CLMRMPT1_VIEW compile;
    alter VIEW CLM.CLM_CLMRMPO1_VIEW compile;
    alter VIEW CLM.CLM_CLMRMOW1_VIEW compile;

    alter VIEW CLM.CLM_CLMRMGM1_VIEW compile;
    alter VIEW CLM.CLM_CLMRMFS1_VIEW compile;
    alter VIEW CLM.CLM_CLMRMFN1_VIEW compile;
    alter VIEW CLM.CLM_CLMRMFD1_VIEW compile;
    alter VIEW CLM.CLM_CLMRMDF1_VIEW compile;
    alter VIEW CLM.CLM_CLMRMCP1_VIEW compile;
    alter VIEW CLM.CLM_CLMRMCL1_VIEW compile;
    alter VIEW CONV.TEST_1 compile;
    alter VIEW DMUSER.GL_JE_LINES_V compile;
    alter VIEW DMUSER.GL_JE_CATEGORIES_TL_V compile;
    alter VIEW NOETIX.NOETIX_SEARCHBY_CANDIDATES compile;
    alter package OBT_AA.PA_EXPENDITURE_INQUIRY compile body;
    alter package OBT_AA.PO_CORE_S compile body;
    alter package OBT_AA.OBTPA_AP_PO_FLEX_PURGEUTL_PVT compile body;
    alter package OBT_AA.PO_INQ_SV compile body;
    alter package OBT_AA.PA_PROJECT_PUB compile body;
    alter package OBT_AA.PA_PROJECT_PVT compile body;
    alter package OBT_AA.PA_CONTROL_API_PVT compile body;
    alter package OBT_AA.PA_CONTROL_API_PUB compile body;
    alter package OBT_AA.PA_PROJECT_CHECK_PVT compile body;
    alter package OBT_AA.RCV_QUANTITIES_S compile body;
    alter package OBT_AA.PA_RESOURCE_PUB compile body;
    alter package OBT_AA.PO_VALIDATE_CAI compile body;
    alter package OBT_AA.OF_PA_PKG compile body;
    alter package OBT_AA.OBTPA_AP_PO_FLEX_PROCS compile body;
    alter package OBT_AA.ARP_STAX_88 compile body;
    alter package OBT_AA.ARP_STAX_86 compile body;
    alter package OBT_AA.ARP_STAX_82 compile body;
    alter package OBT_AA.ARP_STAX_84 compile body;
    alter package OBT_AA.ARP_STAX_85 compile body;
    alter package OBT_AA.EGO_ITEM_TEXT_UTIL compile body;
    alter package OBT_AA.ENG_CHANGE_TEXT_UTIL compile body;
    alter package OBT_AA.PA_EVENT_PVT compile body;
    alter package OBT_AA.PA_EVENT_PUB compile body;
    alter package OBT_AA.OBTPA_AP_PO_FLEX_AP_PURGE_PKG compile body;
    alter package OBT_AA.PA_INTERFACE_UTILS_PUB compile body;
    alter package OBT_AA.OF_ID_PKG compile body;
    alter package OBT_AA.AP_INVOICES_PKG compile body;
    alter package OBT_AA.OBTPA_AP_PO_FLEX_RCV_PURGE_PVT compile body;
    alter package OBT_AA.AP_INVOICES_UTILITY_PKG compile body;
    alter package OBT_AA.GBLWF_PO_AG compile body;
    alter package OBT_AA.AP_INVOICE_PAYMENTS_PKG compile body;
    alter package OBT_AA.FND_GFM compile body;
    alter package OBT_AA.OBTPA_AP_PO_FLEX_PURGE_PVT compile body;
    alter package OBT_AA.GL_CI_REMOTE_INVOKE_PKG compile body;
    alter package OBT_AA.OBTPA_AP_PO_FLEX_PURGE_GRP compile body;
    alter package OBT_AA.FND_ATTACHMENT_UTIL_PKG compile body;
    alter package OBT_AA.POLOAD_CAI compile body;
    alter package OBT_AA.POLOAD2_CAI compile body;
    alter package OBT_AA.POLOAD1_CAI compile body;
    alter package OBT_AA.OBTPA_CUSTOM_APPO_FLEX_PROCS compile body;
    alter VIEW OBT_AA.PO_REQUISITION_HEADERS_REQ_V compile;
    alter VIEW OBT_AA.RCV_VRC_TXS_VEND_V compile;
    alter VIEW OBT_AA.ICX_POR_SES_REQS_V compile;
    alter VIEW OBT_AA.ADI_WEB_FILES_VL compile;
    alter VIEW OBT_AA.POR_ATTACHMENTS_SUMMARY_V compile;
    alter VIEW OBT_AA.WIP_OPERATION_INSTRUCTIONS_V compile;
    alter VIEW OBT_AA.WIP_ENTITY_COMMENTS_V compile;
    alter VIEW OBT_AA.WIP_COMMENT_CODES_V compile;
    alter VIEW OBT_AA.XLA_OKL_AEL_GL_TRX_V compile;
    alter VIEW OBT_AA.XLA_OKL_AEL_GL_QTE_V compile;
    alter VIEW OBT_AA.XLA_OKL_AEL_GL_CTR_V compile;
    alter VIEW OBT_AA.OKL_AEL_GL_QTE_V compile;
    alter VIEW OBT_AA.OKL_POOL_SRCH_V compile;
    alter VIEW OBT_AA.CE_CP_DISC_V compile;
    alter VIEW OBT_AA.OKL_POOL_SRCH_PAYFREQ_V compile;
    alter VIEW OBT_AA.XLA_OKL_AEL_GL_AST_V compile;
    alter VIEW OBT_AA.OKL_AM_ASSET_RETURNS_UV compile;
    alter VIEW OBT_AA.IGI_EXP_DUS_V compile;
    alter VIEW OBT_AA.OKL_AEL_GL_TRX_V compile;
    alter VIEW OBT_AA.OKL_AEL_GL_CTR_V compile;
    alter VIEW OBT_AA.CE_CP_DISC_SURPLUS_V compile;
    alter VIEW OBT_AA.CUN_ITEM_NETWORK_UNITS_V compile;
    alter VIEW OBT_AA.PA_FCST_PERIODIC_HDR_V compile;
    alter VIEW OBT_AA.PA_FCST_PERIODIC_DTL_V compile;
    alter VIEW OBT_AA.OTA_FINANCE_LINES_V compile;
    alter VIEW OBT_AA.PA_ADW_LOWTSK_ACT_CMT_V compile;
    alter VIEW OBT_AA.OKL_EBIZ_KHEADERS_V compile;
    alter VIEW OBT_AA.OKL_CURE_RFND_VND_DTLS_UV compile;
    alter VIEW OBT_AA.OKL_CURE_CONTRACT_UV compile;
    alter VIEW OBT_AA.OKL_BPD_RECEIPT_ASSET_UV compile;
    alter VIEW OBT_AA.OKL_BPD_RECEIPT_APPLIC_UV compile;
    alter VIEW OBT_AA.CUN_ASSET_ADDITIONS_UNITS_V compile;
    alter VIEW OBT_AA.ICX_PO_ACTION_HISTORY_PK_V compile;
    alter VIEW OBT_AA.CST_PAC_WIP_TXN_V compile;
    alter VIEW OBT_AA.PO_RELEASE_XML compile;
    alter VIEW OBT_AA.PO_RELEASE_ARCHIVE_XML compile;
    alter VIEW OBT_AA.PO_LINE_LOCATIONS_XML compile;
    alter VIEW OBT_AA.PO_LINE_LOCATIONS_ARCHIVE_XML compile;
    alter VIEW OBT_AA.PO_LINES_XML compile;
    alter VIEW OBT_AA.PO_LINES_ARCHIVE_XML compile;
    alter VIEW OBT_AA.PO_HEADERS_XML compile;
    alter VIEW OBT_AA.OTFV_FINANCE_LINES compile;
    alter VIEW OBT_AA.PO_HEADERS_ARCHIVE_XML compile;
    alter VIEW OBT_AA.OKL_BPD_AP_DISB_DTL_LN_UV compile;
    alter VIEW OBT_AA.OKL_BPD_AP_DISBURS_SMRY_UV compile;
    alter VIEW OBT_AA.OKL_ACCOUNT_BALANCES_V compile;
    alter VIEW OBT_AA.OKL_AEL_GL_AST_V compile;
    alter VIEW OBT_AA.CUN_PROJECT_SHIPMENT_V compile;
    alter VIEW OBT_AA.PO_POS_ALL_V compile;
    alter VIEW OBT_AA.PA_PROJ_COMMITMENT_STATUS compile;
    alter VIEW OBT_AA.OKL_VP_AGREEMENT_UV compile;
    alter VIEW OBT_AA.OKL_TRX_HEADER_UV compile;
    alter VIEW OBT_AA.OKL_FA_DIST_UV compile;
    alter VIEW OBT_AA.PO_DOCUMENT_HEADERS_VIEW compile;
    alter VIEW OBT_AA.PO_ACTION_HISTORY_V compile;
    alter VIEW OBT_AA.OKL_BPD_AP_DISB_DTLS_UV compile;
    alter VIEW OBT_AA.MRP_SR_VIEW_REC_V compile;
    alter VIEW OBT_AA.CUN_TRANSACTION_HIST_V compile;
    alter VIEW OBT_AA.CUN_ITEM_SUMMARY_V compile;
    alter VIEW OBT_AA.CE_CP_DISC_CLOSE_V compile;
    alter VIEW OBT_AA.PA_RPT_PRJ_SUMMARY compile;
    alter VIEW OBT_AA.PA_RPT_CUST_SUMMARY compile;
    alter VIEW OBT_AA.PA_PROJECT_LISTS_PORTLET_V compile;
    alter VIEW OBT_AA.PA_FCST_PROJECT_HDR_V compile;
    alter VIEW OBT_AA.PA_FCST_PROJECT_SUM_V compile;
    alter VIEW OBT_AA.PA_FCST_PROJECT_DTL_V compile;
    alter VIEW OBT_AA.PA_FCST_PERIODIC_SUM_V compile;
    alter VIEW OBT_AA.PA_ADW_TOPTSK_ACT_CMT_V compile;
    alter VIEW OBT_AA.OKL_CURE_REFUNDS_DTLS_UV compile;
    alter VIEW OBT_AA.OKL_OUTSTANDING_CURE_UV compile;
    alter VIEW OBT_AA.OKL_CURE_RULE_UV compile;
    alter VIEW OBT_AA.OKL_AP_TRX_LINE_UV compile;
    alter VIEW OBT_AA.OKL_AP_DIST_UV compile;
    alter VIEW OBT_AA.CUN_ASSET_UNITS_V compile;
    alter VIEW OBT_AA.GMS_COMMITMENT_TXNS_V compile;
    alter VIEW OBT_AA.GMS_STATUS_PROJ_GENERIC_V compile;
    alter VIEW OBT_AA.CE_CP_DISC_NET_V compile;
    alter VIEW OBT_AA.XLA_WIP_AEL_SL_V compile;
    alter VIEW OBT_AA.XLA_AP_AEL_SL_V compile;
    alter VIEW OBT_AA.WIP_EAM_REQUIREMENTS_ALL_V compile;
    alter VIEW OBT_AA.XLA_WIP_AEL_SL_PAC_V compile;
    alter VIEW OBT_AA.XLA_PSA_PO_ENC_BC_GL_V compile;
    alter VIEW OBT_AA.PA_STATUS_COMMITMENTS_V compile;
    alter VIEW OBT_AA.XLA_WIP_AEL_GL_V compile;
    alter VIEW OBT_AA.XLA_WIP_AEL_GL_PAC_V compile;
    alter VIEW OBT_AA.XLA_REQ_ENC_AEL_GL_V compile;
    alter VIEW OBT_AA.XLA_PSA_REQ_ENC_BC_GL_V compile;
    alter VIEW OBT_AA.XLA_PO_ENC_AEL_GL_V compile;
    alter VIEW OBT_AA.XLA_PO_AEL_SL_V compile;
    alter VIEW OBT_AA.XLA_PO_AEL_SL_PAC_V compile;
    alter VIEW OBT_AA.XLA_PO_AEL_SL_MRC_V compile;
    alter VIEW OBT_AA.XLA_PO_AEL_GL_V compile;
    alter VIEW OBT_AA.XLA_PO_AEL_GL_PAC_V compile;
    alter VIEW OBT_AA.XLA_INV_AEL_SL_V compile;
    alter VIEW OBT_AA.XLA_INV_AEL_SL_PAC_V compile;
    alter VIEW OBT_AA.RCV_ENTER_RECEIPTS_V compile;
    alter VIEW OBT_AA.RCV_ENTER_RECEIPTS_SUP_INT_V compile;
    alter VIEW OBT_AA.PO_TAX_SHIPMENTS_DETAIL_V compile;
    alter VIEW OBT_AA.PO_TAX_CODES_SUMMARY_V compile;
    alter VIEW OBT_AA.RCV_ENTER_RECEIPTS_INTERNAL_V compile;
    alter VIEW OBT_AA.PO_RFQS_VAL_V compile;
    alter VIEW OBT_AA.PN_INDEX_EXCLUDE_TERM_V compile;
    alter VIEW OBT_AA.PO_RFQS_ALL_V compile;
    alter VIEW OBT_AA.PA_STATUS_PROJ_TOTALS_V compile;
    alter VIEW OBT_AA.PA_SST_VIEW_PROJECTS_TASKS_V compile;
    alter VIEW OBT_AA.PA_RPT_PRJ_SUMMARY_BASE_V compile;
    alter VIEW OBT_AA.PA_RPT_CUST_SUMMARY_BASE_V compile;
    alter VIEW OBT_AA.PA_REP_PROJ_SP_PA_V compile;
    alter VIEW OBT_AA.PA_REP_PROJ_SP_GL_V compile;
    alter VIEW OBT_AA.PA_INV_BURDEN_DETAILS_LM_V compile;
    alter VIEW OBT_AA.PA_ADW_R_ST_ACT_CMT_V compile;
    alter VIEW OBT_AA.PA_ADW_R_ACT_CMT_V compile;
    alter VIEW OBT_AA.PA_ADW_ACT_CMT_V compile;
    alter VIEW OBT_AA.OKL_REFUND_UV compile;
    alter VIEW OBT_AA.OKL_K_VENDOR_PROGRAMS_UV compile;
    alter VIEW OBT_AA.OKL_C_V_RULES_UV compile;
    alter VIEW OBT_AA.OKL_CS_PARTIES_TAB_UV compile;
    alter VIEW OBT_AA.OKL_CURE_VENDOR_PROGRAM_UV compile;
    alter VIEW OBT_AA.OKL_CS_ALL_PARTIES_W_AMOUNT_UV compile;
    alter VIEW OBT_AA.OKL_BPD_DISB_CONTRACT_LOV_UV compile;
    alter VIEW OBT_AA.GMS_STATUS_COMMITMENTS_V compile;
    alter VIEW OBT_AA.CUN_ITEMS_V compile;
    alter VIEW OBT_AA.CSP_REQUIRED_PARTS_V compile;
    alter VIEW OBT_AA.CSP_DC_PARTS_V compile;
    alter VIEW OBT_AA.MRP_SR_RECEIPT_ORG_V compile;
    alter VIEW OBT_AA.MRP_I2_RESCHED_PO_REQ_V compile;
    alter VIEW OBT_AA.RCV_RECEIVERS_UNORDERED_V compile;
    alter VIEW OBT_AA.JG_PO_REL_TAX_LINES_SUMMARY_V compile;
    alter VIEW OBT_AA.PN_TERM_TEMPLATES_V compile;
    alter VIEW OBT_AA.PJM_PROJECT_PROJ_SUMMARY_V compile;
    alter VIEW OBT_AA.PA_REQUIREMENTS_AMG_V compile;
    alter VIEW OBT_AA.PA_REP_RES_CAP_WKD_V compile;
    alter VIEW OBT_AA.PA_REP_RES_AVL_WK_V compile;
    alter VIEW OBT_AA.PA_PROJ_SUMMARY_AMOUNTS_V compile;
    alter VIEW OBT_AA.PA_PROJ_COMMITMENT_BASE_VIEW compile;
    alter VIEW OBT_AA.PA_REP_ASMT_DTS_V compile;
    alter VIEW OBT_AA.PA_PROJ_ASSIGNMENTS_AMG_V compile;
    alter VIEW OBT_AA.PA_PROJECT_OPEN_ASSNS_STAFF_V compile;
    alter VIEW OBT_AA.PA_PROJECT_OPEN_ASSNS_V compile;
    alter VIEW OBT_AA.PA_PROJECT_LISTS_USER_V compile;
    alter VIEW OBT_AA.PA_PROJECT_ASSIGNMENTS_V compile;
    alter VIEW OBT_AA.PA_FCST_PROJECT_LIST_V compile;
    alter VIEW OBT_AA.PA_PROJECTS_CUST_360_V compile;
    alter VIEW OBT_AA.PA_C_RES_DETAILS_V compile;
    alter VIEW OBT_AA.OKL_FUND_REQ_HEADERS_UV compile;
    alter VIEW OBT_AA.OKL_CURE_REFUNDS_SUMRY_UV compile;
    alter VIEW OBT_AA.OKL_CURE_VENDOR_SUMRY_UV compile;
    alter VIEW OBT_AA.OKL_BPD_DISB_LOV_UV compile;
    alter VIEW OBT_AA.AP_EXPENSE_REPORT_HISTORY_V compile;
    alter VIEW OBT_AA.OKC_K_ATE_V compile;
    alter VIEW OBT_AA.AX_MTL_MATERIAL_TRANS_CONV_V2 compile;
    alter VIEW OBT_AA.AHL_OSP_ORDER_LINES_V compile;
    alter VIEW OBT_AA.OKC_KOL_ATTACHMENTS_V compile;
    alter VIEW OBT_AA.AMW_EXPORT_PROCESS_V compile;
    alter VIEW OBT_AA.OKI_K_CONTACTS_V compile;
    alter VIEW OBT_AA.OKE_K_ALL_ACCESS_V compile;
    alter VIEW OBT_AA.OKC_KOL_SEARCH_KHEADERS_V compile;
    alter VIEW OBT_AA.ICX_REQ_SUPPLIERS_V compile;
    alter VIEW OBT_AA.ICX_REQ_DIST_HEADER_V compile;
    alter VIEW OBT_AA.ICX_PO_RFQ_LINE_LOC_V compile;
    alter VIEW OBT_AA.ICX_PO_REQ_HEADERS_V compile;
    alter VIEW OBT_AA.ICX_PO_REQS_BY_USERS_V compile;
    alter VIEW OBT_AA.ICX_AP_EXPENSE_LINES_V compile;
    alter VIEW OBT_AA.ICX_ENG_WEB_SCHEDULE_PO_V compile;
    alter VIEW OBT_AA.ICX_PO_OPEN_REQS_BY_USERS_V compile;
    alter VIEW OBT_AA.GMS_COMMITMENT_BURDEN_V compile;
    alter VIEW OBT_AA.GMS_1034_REPORT_V compile;
    alter VIEW OBT_AA.FV_ECS_PAYMENT_V compile;
    alter VIEW OBT_AA.FII_AP_IVSR_INV_SOURCE_LCV compile;
    alter VIEW OBT_AA.EAM_DIRECT_ITEM_RECS_V compile;
    alter VIEW OBT_AA.ECE_PO_PROJECT_INFO_V compile;
    alter VIEW OBT_AA.CST_PAC_AEL_SL_WIP_V compile;
    alter VIEW OBT_AA.CST_AEL_SL_WIP_V compile;
    alter VIEW OBT_AA.CE_REVERSAL_TRANSACTIONS_V compile;
    alter VIEW OBT_AA.CHV_SCHEDULERS_VAL_V compile;
    alter VIEW OBT_AA.CE_RECONCILED_TRANSACTIONS_V compile;
    alter VIEW OBT_AA.CE_AVAILABLE_TRANSACTIONS_V compile;
    alter VIEW OBT_AA.CE_FC_API_DISC_V compile;
    alter VIEW OBT_AA.AMW_EXPORT_AUDIT_PROCEDURE_V compile;
    alter VIEW OBT_AA.AP_AEL_SL_V compile;
    alter VIEW OBT_AA.MRP_SCATP_SOURCES_V compile;
    alter VIEW OBT_AA.MRP_I2_PROCUREMENT_V compile;
    alter VIEW OBT_AA.MRP_I2_PART_SUPPLIER_V compile;
    alter VIEW OBT_AA.IGI_CIS_PMT_VCH_V compile;
    alter VIEW OBT_AA.XTR_AP_OPEN_TRX_V compile;
    alter VIEW OBT_AA.WIP_OSP_REQS_POS_V compile;
    alter VIEW OBT_AA.WIP_ICX_OSP_WORKBENCH_V compile;
    alter VIEW OBT_AA.WIP_BIS_PROD_VAL_EMP_V compile;
    alter VIEW OBT_AA.REQ_ENC_AEL_GL_V compile;
    alter VIEW OBT_AA.RCV_VIEW_INTERFACE_V compile;
    alter VIEW OBT_AA.RCV_MSH_V compile;
    alter VIEW OBT_AA.RCV_AEL_SL_MRC_V compile;
    alter VIEW OBT_AA.RCV_ENTER_RECEIPTS_INVENTORY_V compile;
    alter VIEW OBT_AA.RCV_AEL_SL_V compile;
    alter VIEW OBT_AA.RCV_ENTER_RECEIPTS_INT_REQ_V compile;
    alter VIEW OBT_AA.RCV_AEL_GL_V compile;
    alter VIEW OBT_AA.PSA_REQ_ENC_GL_BC_V compile;
    alter VIEW OBT_AA.PO_REQEXPRESS_LINES_V compile;
    alter VIEW OBT_AA.PO_RFQ_HEADERS_PRINT compile;
    alter VIEW OBT_AA.PO_REQS_IN_TRANSIT_ALL_V compile;
    alter VIEW OBT_AA.PO_NOTIFICATION_DETAILS_V compile;
    alter VIEW OBT_AA.PO_HEADERS_PRINT compile;
    alter VIEW OBT_AA.PO_HEADERS_CHANGE_PRINT compile;
    alter VIEW OBT_AA.ITG_UPDEL_LINES_V compile;
    alter VIEW OBT_AA.ITG_UPDEL_HEADERS_V compile;
    alter VIEW OBT_AA.ITG_SP_REL_PART_SOLDTO_V compile;
    alter VIEW OBT_AA.ITG_SP_REL_LINE_PART_SHIPTO_V compile;
    alter VIEW OBT_AA.ITG_SP_REL_LINE_DIST_V compile;
    alter VIEW OBT_AA.ITG_SP_PO_PART_SOLDTO_V compile;
    alter VIEW OBT_AA.ITG_SP_PO_LINE_PART_SHIPTO_V compile;
    alter VIEW OBT_AA.ITG_SP_PO_LINE_DIST_V compile;
    alter VIEW OBT_AA.ITG_REQ_LINES_V compile;
    alter VIEW OBT_AA.ITG_REQ_HEADERS_V compile;
    alter VIEW OBT_AA.ITG_PO_LINE_LOC_ARCH_V compile;
    alter VIEW OBT_AA.ITG_PO_HEADER_ARCH_V compile;
    alter VIEW OBT_AA.ITG_PO_DISTRBN_ARCH_V compile;
    alter VIEW OBT_AA.INVFV_MOVEMENT_STATISTICS compile;
    alter VIEW OBT_AA.IGI_MPP_SELECTED_INVOICES_V compile;
    alter VIEW OBT_AA.IGI_MPP_EXP_RECOGNITION compile;
    alter VIEW OBT_AA.IGI_MPP_AP_DIST_MERGE_V compile;
    alter VIEW OBT_AA.IGI_MPP_AP_INVOICES_MERGE_V compile;
    alter VIEW OBT_AA.IGI_EXP_AVAILABLE_TRX_V compile;
    alter VIEW OBT_AA.IGI_EXP_DU_LINES_V compile;
    alter VIEW OBT_AA.IGC_CC_HEADERS_V compile;
    alter VIEW OBT_AA.ICX_SHIP_SCHEDULE_HEADERS_V compile;
    alter VIEW OBT_AA.ICX_RECEIPT_HEADERS_V compile;
    alter VIEW OBT_AA.ICX_RCV_TRANSACTIONS_V compile;
    alter VIEW OBT_AA.ICX_RCV_RETURNS_V compile;
    alter VIEW OBT_AA.ICX_RCV_REJECTED_ITEMS_V compile;
    alter VIEW OBT_AA.ICX_RCV_EARLY_LATE_RECEIPTS_V compile;
    alter VIEW OBT_AA.ICX_RCV_ACCEPTED_ITEMS_V compile;
    alter VIEW OBT_AA.POS_ACK_SELECT_V compile;
    alter VIEW OBT_AA.POR_VIEW_REQS_BY_GROUP_V compile;
    alter VIEW OBT_AA.POR_VIEW_REQS_BY_APPROVER_V compile;
    alter VIEW OBT_AA.POR_RECEIVE_ORDERS_V compile;
    alter VIEW OBT_AA.POR_RCV_RETURN_TO_VENDOR_V compile;
    alter VIEW OBT_AA.POR_VIEW_LINE_DETAILS_V compile;
    alter VIEW OBT_AA.POR_LINES_ALL_V compile;
    alter VIEW OBT_AA.PN_PAYMENT_TERMS_V compile;
    alter VIEW OBT_AA.PN_PAYMENT_TERMS_HISTORY_V compile;
    alter VIEW OBT_AA.PN_EXP_PAYMENT_ITEMS_V compile;
    alter VIEW OBT_AA.PA_TXN_ACCUM_V compile;
    alter VIEW OBT_AA.PA_TEMPLATE_REQUIREMENTS_V compile;
    alter VIEW OBT_AA.PA_STATUS_EI_V compile;
    alter VIEW OBT_AA.PA_STATUS_PROJ_V compile;
    alter VIEW OBT_AA.PA_STATUS_PROJ_GENERIC_V compile;
    alter VIEW OBT_AA.PA_REV_BURDEN_DETAILS_V compile;
    alter VIEW OBT_AA.PA_SECURED_PROJECTS_V compile;
    alter VIEW OBT_AA.PA_REP_RES_SCHHRS_WKD_V compile;
    alter VIEW OBT_AA.PA_REP_REQT_DTS_V compile;
    alter VIEW OBT_AA.PA_REP_RES_SCHHRS_PAD_V compile;
    alter VIEW OBT_AA.PA_REP_RES_SCHHRS_GLD_V compile;
    alter VIEW OBT_AA.PA_REP_PROJ_REQHRS_WKD_V compile;
    alter VIEW OBT_AA.PA_REP_PROJ_REQHRS_WK_V compile;
    alter VIEW OBT_AA.PA_REP_PROJ_REQHRS_PA_V compile;
    alter VIEW OBT_AA.PA_REP_PROJ_REQHRS_PAD_V compile;
    alter VIEW OBT_AA.PA_REP_PROJ_REQHRS_GL_V compile;
    alter VIEW OBT_AA.PA_REP_PROJ_REQHRS_GLD_V compile;
    alter VIEW OBT_AA.PA_QUERY_RES_LIST_MEMBERS_V compile;
    alter VIEW OBT_AA.PA_PRVDR_CC_ORG_REL_V compile;
    alter VIEW OBT_AA.PA_PROJ_UNBILLED_EXPEND_VIEW compile;
    alter VIEW OBT_AA.PA_PROJ_PARTIES_PROG_EV_V compile;

  • How to view the login log in window NPS after login cisco switch and without SQL server database

    how to view the login log in window NPS after login cisco switch and without SQL server database
    in summary 
    there is only log with event id 4400
    A LDAP connection with domain controller XCPAWS20.cyberport.noc for domain NOC2 is established.

    Hi adil,
    For your issue, you can create a custom security token service (STS) and then set up a trust relationship between a SharePoint 2010 farm and the custom STS.
    For more information, you can refer to the articles:
    http://forums.asp.net/t/1335229.aspx?Sharing+Authentication+Ticket+Between+ASP+NET+and+Sharepoint
    https://msdn.microsoft.com/en-us/library/office/ff955607(v=office.14).aspx
    http://www.paraesthesia.com/archive/2011/02/01/working-with-windows-identity-foundation-in-asp-net-mvc.aspx/
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Need objective sql and pl/sql question for preparing interview

    Hey buddy please help me, now I am preparing interview of sql and pl/sql where asking objective question, so I need online site for preparing interview, your suggestion would be greatly appreciated.

    Have you tried searching using one of the many Internet search engines?
    I expect that there are many kinds of sites out there that may cater to you.
    The only other recommendation I would have would be to review the documentation at http://tahiti.oracle.com. Probably the SQL Language Reference, PL/SQL Reference, Application Developer's Guide, and Concept's Guide.

Maybe you are looking for

  • Find and edit specific line in text file?

    Hello I want to read a text file that could look in some different ways since the user choose file from a list. I then want to igonre all the lines that begin with a special character, for example %. I then want to find all the lines "words" that beg

  • How do you add and remove links to websites in folders on Safari?

    How do you add and remove links to websites in folders on Safari?

  • IPad 2 as only monitor for Mac Mini

    hello. I own a Mac Mini (2010) and will be traveling overseas. I do not own a laptop, but I do own a WIFI iPad 2. Is there a way to use the iPad 2 as a monitor for my Mac Mini? I would not need to access any of the touch screen features on the iPad,

  • Rename the table !!

    User is asking to rename the table ! Is there any syntax out there to rename the table without dropping and recrreating whole table. From P

  • Subscription Notification on SLO warning/breach not working properly?

    Hi, We are using Service Manager 2012 SP1 for handling Incident management on a helpdesk. We are not seeing the email notifications for SLO's that are in warning or breached state.  The actual ticket shows the breach but we are not getting the notifi