How to recompile SYS.DBMS_REPCAT_FLA

Hi all,
I found of this only invalid object in database, I dont know how to recompile this 'SYS.DBMS_REPCAT_FLA', can anyone please help
object: SYS.DBMS_REPCAT_FLA
10:23:25 SQL> sho errors
Errors for PACKAGE BODY SYS.DBMS_REPCAT_FLA:
LINE/COL ERROR
0/0 PL/SQL: Compilation unit analysis terminated
1/14 PLS-00201: identifier 'DBMS_REPCAT_FLA' must be declared
1/14 PLS-00304: cannot compile body of 'DBMS_REPCAT_FLA' without its
specification
10:23:31 SQL> SYS.DBMS_REPCAT_FLA

Hi Anantha
Thanks for the reply, I guess since we are not using the replication, we can drop this package, I was so worried since this is the only object that is not compiling in our database,
thanks everybody for the co operation
:)

Similar Messages

  • How to recompile the entire schema's INVALID objects in one go?

    Hi,
    How to recompile the entire schema's invalid database objects (such as package, function, procedure, trigger etc) in one go?
    Please advise.
    Thank you.

    I often use this SQL.
    select 'Alter ' || OBJECT_TYPE || ' ' || OBJECT_NAME || ' compile;' as DDL
      from user_objects
    where STATUS = 'INVALID';I sometimes use this SQL.
    declare
        WK_InvalidCount     pls_Integer :=0;
        WK_PrevInvalidCount pls_Integer :=0;
    begin
        loop
            for rec_work in (select a.object_type,a.object_name from user_objects a ,user_object_size b
                             where  a.status='INVALID' and a.object_name=b.name order by b.code_size
                            ) loop
                dbms_ddl.alter_compile(rec_work.object_type,user,rec_work.object_name);
                DBMS_Output.Put_Line(rec_work.object_name || 'is recompiles');
            end loop;
            select count(*) into WK_InvalidCount from user_objects where status='INVALID';
            if WK_InvalidCount=0 then
                DBMS_Output.Put_Line('InvalidObject none');
                exit;
            elsif WK_InvalidCount != WK_PrevInvalidCount then
                WK_PrevInvalidCount := WK_InvalidCount;
            else
                DBMS_Output.Put_Line('InvalidObjects remain' || to_char(WK_InvalidCount));
                exit;
            end if;
        end loop;
    end;
    /

  • How to recompile the COBOL files?

    Hi All,
    Can any one provide documentation for how to recompile the COBOL files by using Net Express 5.1 in command prompt?
    Thanks in advance.
    Thanks & Regards,
    Siva Prasad B

    1. Set up two environment variables, PS_HOME and COBROOT, on the machine from which you'll compile COBOL. (This should be either your file server or a machine that has access to your file server.) You can do this from a DOS command prompt window.
    set PS_HOME=C:\hr840
    set COBROOT=c:\netexpress\base
    2. Open a DOS command prompt window if you do not have one open already, and change directories to
    <PS_HOME>\Setup.
    3. Execute CBLBLD.BAT as follows
    cblbld <compile drive> <compile directory>
    where <compile drive> is the drive where the compile takes place, <compile directory> is the temp
    directory where the compile takes place
    The CBLBLD.BAT file will create the compile directory for you if it does not already exist.
    Note. Make sure to include a space between the <compile drive> and <compile directory> parameters; they are treated as two different parameters within the CBLBLD.BAT batch program. Also ensure that you have write permission to <compile drive> and <compile directory> as the compile process will take place there.
    For example, the following command will take the COBOL source from <PS_HOME>\src\cbl and do the compile process under c:\temp\compile:
    cblbld c: \temp\compile
    Make note of the information that is displayed on the screen while the process is running; it provides the locations of important files that you will need to examine.

  • How to recompile screens

    Hi lads,
    anyone knows how to recompile the screens manually?  I thought it was in SGEN, but it's not.
    thanks in advance,
    cheers,
    Javier
    Edited by: Javier Rocha Rivera on Jan 25, 2008 11:50 AM

    Well, it seems that can be done for BC-FES-GUI guys.

  • How to recompile all invalid objects of APPS?

    Dear all:
    How to recompile all invalid objects of APPS? my environment is ORACLE 9.2.0.5 32bit.
    Regards
    Terry

    varun4dba wrote:
    hi Terry,
    did you tried adadmin?
    thanks.Do you mean:
    Compile/Reload Database Objects
    1. Compile APPS schema
    2. Compile menu information
    3. Recreate grants and synonyms for APPS schema
    4. Compile flexfield data in AOL tables
    5. Reload JAR files to database
    6. Return to Main Menu

  • How to recompile the calendar in ebs R12

    Hi,
    Pl suggest how to recompile calendar again after getting warning.
    I have entered the calendar
    General Ledger : Setup > Financials > Calendars > Accounting
    once I saved after doing some entry it give me the warning.
    "rep-0004 warning unable to open user preference file"
    I did some change as per suggest on "http://appsdbastuff.blogspot.in/2011/12/r12rep-0004-warning-unable-to-open-user.html"
    Copy $ORACLE_HOME/tools/admin/prefs.ora to $HOME
    then I bounce the application.
    when I add the rest entries of calendar & save & close the form it does not compile it again.
    Pls tell how to recompile calendar . the view-request-find last 7 days is showing only the last warning msg.

    Did you try running 'Other - Calendar Validation Report' from your SRS screen?
    Regards,
    Srini

  • How to recompile menus in the database?

    Hi,
    If add any function (SSWA jsp) to menu, it is asking recompile your menus in the database.
    Please let me know how to recompile menus in the database?
    Thanks,
    Prasad Raju.

    When you add a function to a menu and save your work, it would submit "Compile Security" concurrent program to recompile your menus in the database. To verify, go to (Requests > View).

  • EJB Stateless Session Bean how to recompile with "-deprecation" 10.1.2.0.2

    I have a EJB SLSB and I can deploy it to OC4J 10.1.2.0.2. However upon deployment OC4J is telling me:
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -deprecation for detailsCan somebody tell me how I can make OC4J recompile EJBs with -deprecation set to true?

    I suppose you'd be the first to start screaming at
    them for all the bugs in the 10.1.3 production
    release, if the Oracle guys concentrated more on
    getting something out quickly rather than providing a
    reliable product.C'mon, the only reason I'm pushing this is the fact that from the (OTN) website it looks like 10.1.3 has been around for years, whereas the truth is that the actual production date is unknown. What I am experiencing around me is Oracle loosing credibility regarding Java/J2EE with their direct competitors already having J2EE 1.4 support. The project I'm currently involved in was forced to use 10.1.2.0.2 since it is the last production release of the Oracle Application Server. This is J2EE 1.3 technology which is fairly old stuff.
    And... yes I'm amongst other things a developer and well aware of the challenges that come with creating software. Although in our projects we like to keep a relatively clear scope and not cramp as much features as possible in a version, just to satisfy the checklists :-)

  • Any tips for debugging apply handlers? How to use SYS.AnyData

    Well, I'm setting up my first stream.
    I've set up a simple stream just to understand the concepts, but now I need to start the real work.
    I've written an apply handler that takes the LCR, turns pulls values from the sys.AnyData, and uses them in another statement. I have excerpts from it below-- I've not used a SYS.AnyData before, and I'm not sure if I've set the conversion up correctly:
    CREATE OR REPLACE PROCEDURE reg_data_handler(in_any IN SYS.AnyData)
    RETURN SYS.AnyData
    IS
         lcr     SYS.LCR$_ROW_RECORD;
         lcr_anydata SYS.AnyData;
         -- Should I declare like this
    -- or should I make it a Number for
    -- the SYS.AnyData conversion?
         -- TYPE is really a NUMBER(11)
    samp_time nh_rlp_stats.sample_time%TYPE;
    BEGIN
    -- Access the LCR
    rc := in_any.GETOBJECT(lcr);
    -- Get the object command type
    command := lcr.GET_COMMAND_TYPE();
    IF command = 'INSERT' THEN
    -- get the needed data
    lcr_anydata := lcr.GET_VALUE('new','SAMPLE_TIME');
    rc := lcr_anydata.get_number(samp_time);
    Does anyone have any tips on how to do the debugging as painlessly as possible? I've tested as much of the individual units as possible, but in order to test the code that pulls from the LCR, it seems like I'll need to hook it into the steam and hope for useful dbms_output statements. Other ideas?
    Thanks very much.
    Robin T

    Actually, I have read the supplied list a couple of times over. There is a difference between reading and doing, particularly as documentation can be mis-interpreted or miss key items. I supplied the code snippets in case some one could see that I was mis-reading the info.
    My particular concern is with debugging: are there any tips people have learnt to make the process easier? If I just hook the handler into a stream and test it that way, I suspect that it might take some time to shake the kinks out. However, it occurred to me this morning that maybe I can fake out the LCR by constructing one of my own in a wrapper procedure and calling the handler within that. So, I'll see if that speeds up the process.
    Thanks very much for your reply.

  • How to recompile the objects in oracle apps

    i used adadmin and compiled the apps schema .. but still i am getting INVALID objects .. how to compile these objects ?
    Below is the output after running adadmin .. suggest
    select owner,object_type,status from dba_objects where status='INVALID'
    SQL> /
    OWNER OBJECT_TYPE STATUS
    FLOWS_010500 JAVA SOURCE INVALID
    FLOWS_010500 JAVA CLASS INVALID
    PUBLIC SYNONYM INVALID
    PUBLIC SYNONYM INVALID
    PUBLIC SYNONYM INVALID
    PUBLIC SYNONYM INVALID
    RE PACKAGE BODY INVALID
    HERMAN TABLE INVALID
    APPS PACKAGE BODY INVALID
    APPS PACKAGE BODY INVALID
    APPS PACKAGE BODY INVALID
    OWNER OBJECT_TYPE STATUS
    APPS PACKAGE BODY INVALID
    APPS MATERIALIZED VIEW INVALID
    CA TABLE INVALID
    CA TABLE INVALID
    Thanks in advance

    i have 12.1.1 instance on Linux OS
    there is no adcompsc.pls file in $AD_TOP/sql .. i can see only adcompsc.sql You are on R12, and this script is no longer available -- See (Invalid Objects In Oracle Applications FAQs [ID 104457.1]), 10. How can I recompile all my invalid objects using ADCOMPSC.pls?
    Below is the error when i try to run the adcompsc.pls file .. please help
    [oaebiz@oracle sql]$ sqlplus @adcompsc.pls apps apps %
    SQL*Plus: Release 10.1.0.5.0 - Production on Tue Jan 4 08:36:03 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SP2-0310: unable to open file "adcompsc.pls"
    Enter User-name :Use adcompsc.sql instead.
    Thanks,
    Hussein

  • How to recompile with zinc?

    Hello, i wanted to change the name of the xml file that it saved to so i asked on the forum. A person gave me the editted script below however they also told me that in order for this to work i must recompile it with zinc. I have never worked with zinc before can someone please explain to me how to that, i have zinc 3.0
    Thanks
    /*ALL THE BUTTONS BELOW ARE MARKED FOR EDITABLE AND DO NOT EDIT ,ALTHOUGH IF YOU KNOW WHAT YOUR DOING
    THEN YOU CAN ACTUALY EDIT ANYTHING YOU WANT TO BUT FOR THIS APP TO WORK PROPERLY ONLY EDIT THE APPROPRIATE
    ENTRIES..ONCE YOU HAVE MADE YOUR CHANGES COPY AND PASTE THIS WHOLE PAGE OF SCRIPT INTO
    THE FIRST FRAME OF THE TIMELINE LET IT OVER RIGHT THE SCRIPT THATS ALREADY THERE.
    Button text labels for XML PLAYER*/
    ///SIDE MENUE BUTTONS\\\
    btn1.buttText.buttonText.text ="DOWNLOAD FILES";///DO NOT EDIT
    btn2.buttText.buttonText.text ="SYSTEM VOLUME";///DO NOT EDIT
    btn3.buttText.buttonText.text ="EDIT XML PLAYLIST";///DO NOT EDIT
    btn4.buttText.buttonText.text ="BURN CD";///DO NOT EDIT
    btn5.buttText.buttonText.text ="CREATE FOLDER";///DO NOT EDIT
    btn6.buttText.buttonText.text ="DELETE FOLDER";///DO NOT EDIT
    btn7.buttText.buttonText.text ="OPEN CDROM";///DO NOT EDIT
    btn8.buttText.buttonText.text ="OPEN DVDROM";///DO NOT EDIT
    btn9.buttText.buttonText.text ="FTP CLIENT";///DO NOT EDIT
    btn14.buttText.buttonText.text ="VIEW PLAYLIST";///DO NOT EDIT
    btn23.buttText.buttonText.text ="INFO";///DO NOT EDIT
    btn25.buttText.buttonText.text ="HELP";///DO NOT EDIT
    btn26.buttText.buttonText.text ="MDM HELP";///DO NOT EDIT
    ///BOTTOM BTNS
    btn19.buttText.buttonText.text ="OPEN CD TRAY";///DO NOT EDIT
    btn20.buttText.buttonText.text ="CLOSE CD TRAY";///DO NOT EDIT
    btn21.buttText.buttonText.text ="OPEN DVD TRAY";///DO NOT EDIT
    btn22.buttText.buttonText.text ="CLOSE DVD TRAY";///DO NOT EDIT
    ///THESE ARE FUNCTIONS THAT CAN BE EDITED BUT ONLY THE ONES MARKED "YOU CAN EDIT THIS PATH" are safe to change
    ///MY DOWNLOAD FILES
    btn1.onRelease  = function() {
    mdm.Dialogs.BrowseFile.filterList = "MP3 Files|*.mp3";   
    mdm.System.exec("E:\\My Music\\");    ///Path to download file //YOU CAN EDIT THIS PATH
    ////SYSTEM VOLUME///DO NOT EDIT
    btn2.onRelease  = function() {
    mdm.System.exec("sndvol32.exe");    ///System volume .exe
    ////EDIT XML PLAYLIST///DO NOT EDIT
    btn3.onRelease  = function() {
    mdm.System.exec(mdm.System.Paths.programFiles+"Mgamerz\\audiolist2.xml ");    ///xml list
    ////BURN CD//YOU CAN EDIT THIS PATH
    btn4.onRelease  = function() {  ///Add your path here to your burning software nero for example
    mdm.System.exec(mdm.System.Paths.programFiles+"Nero\\nero.exe");   
    ////CREATE FOLDER///DO NOT EDIT
    btn5.onRelease  = function() {  
    mdm.FileSystem.makeFolderUnicode("C:\\Program Files\\Mgamerz\\Burn");    //Creates a work folder for burning mp3s
    ////DELETE FOLDER///DO NOT EDIT
    btn6.onRelease  = function() { ///Deletes work folder if you want to delete it
    mdm.FileSystem.deleteFolder("C:\\Program Files\\Mgamerz\\Burn","ask", "Are you sure");       
    //// OPEN CDROM//YOU CAN EDIT THIS PATH
    btn7.onRelease  = function() { ///Opens up cdrom drive change the letter to match your pc
    mdm.System.exec("I:\\");   
    ////OPEN DVDROM//YOU CAN EDIT THIS PATH
    btn8.onRelease  = function() {////Opens up dvdrom drive change the letter to match your pc
    mdm.System.exec("I:\\");   
    ////FTP CLIENT//YOU CAN EDIT THIS PATH
    btn9.onRelease  = function() {///File path to your ftp software (here I use front page )
    mdm.System.exec(mdm.System.Paths.programFiles+"Microsoft Office\\Office10\\Shortcut Bar\\Office\\Microsoft FrontPage");   
    ///Top header buttons
    ////C:DRIVE///DO NOT EDIT
    btn10.onRelease  = function() {////Opens up  c:drive for browsing
    mdm.System.exec(mdm.System.Paths.programFiles+"\\");   
    /*btn11.onRelease  = function() { ////Opens up D:drive for browsing
    mdm.System.exec("D:\\");    //YOU CAN EDIT THIS PATH
    ////MY DOCUMENTS///DO NOT EDIT
    btn12.onRelease  = function() { ///Opens up my documents for browsing
    mdm.Dialogs.BrowseFile.filterList = "MP3 Files|*.mp3";
    mdm.Dialogs.BrowseFile.show("My Documents\\"); 
    ////MP3 FOLDER///DO NOT EDIT
    btn13.onRelease  = function() {//main directory for mp3 files
    mdm.System.exec(mdm.System.Paths.programFiles+"Mgamerz\\my_mp3s\\");        
    ////VIEW PLAYLIST///DO NOT EDIT
    btn14.onRelease  = function() {///View playlist as a text file
    mdm.System.exec(mdm.System.Paths.programFiles+"Mgamerz\\my_mp3s\\mp3.t xt");   
    ////UPDATE XML FILE///DO NOT EDIT
    btn15.onRelease  = function() {///Creates xml playlist once new mp3s have been added
    mdm.System.exec(mdm.System.Paths.programFiles+"Mgamerz\\mymusic.xml ");   
    ////MINIMIZE BUTTON
    /*btn16.onRelease  = function() { //Minimizes  the application
        mdm.Application.minimize()  ///DO NOT EDIT
    ////CLOSE BUTTON
    /*btn17.onRelease  = function() { ///Closes application
        mdm.Application.exit("ask","Are you sure you want to Exit?") ///DO NOT EDIT
    ///SCREEN CAPTURE DEVICE///DO NOT EDIT
    btn18.onRelease  = function() {///Screen captue sofdtware
        mdm.System.exec(mdm.System.Paths.programFiles+"Mgamerz\\apps\\Capture Screen Studio\\css.exe");   
    ////OPEN CDROM TRAY//YOU CAN EDIT THIS PATH
    btn19.onRelease  = function(){ 
    mdm.System.openCDTray("I");
    ////CLOSE CDROM TRAY//YOU CAN EDIT THIS PATH
    btn20.onRelease  = function(){//Closes cdrom tray
    mdm.System.closeCDTray("I");       
    ////OPEN DVDROM TRAY//YOU CAN EDIT THIS PATH
    btn21.onRelease  = function() {//Opens dvdrom
    mdm.System.openCDTray("H");                       
    ////CLOSE DVDROM TRAY//YOU CAN EDIT THIS PATH
    btn22.onRelease  = function() {//Closes dvdrom tray
    mdm.System.closeCDTray("H");                   
    /*btn23.onRelease  = function() {//DO NOT EDIT
    nextFrame();                           
    ////HELP//DO NOT EDIT   
    btn25.onRelease  = function() {//Closes dvdrom tray
    mdm.System.exec(mdm.System.Paths.programFiles+"Mgamerz\\help.exe");                                 
    ////MDM HELP//DO NOT EDIT   
    btn26.onRelease  = function() {//Closes dvdrom tray 
    mdm.System.exec(mdm.System.Paths.programFiles+"MDM 2.5 help file\\MDM 2.5 UserManual.chm");   

    zinc builder say i need to rebuild it because it doesnt support files created in earlier versions of zinc how do i do that?

  • How to hide sys and other passwords from batch files

    Hi all,
    I have my production database install on win 2003 server.The DB version is 9.2.0.4. There are some batch jobs are made to perform certain tasks like one job updates stats on daily basis run by user system,other job does online hot backups of all tablespaces as user sys.The scripts of these jobs are made on text file ,that contains user passwords.I want to hide those passwords from other people say system administrator etc who has access to production server.How can I hide these passwords.Any help from your side is appreciated.
    Best Regards,
    Majid.

    >
    I have my production database install on win 2003 server.The DB version is 9.2.0.4. There are some batch jobs are made to perform certain tasks like one job updates stats on daily basis run by user system,other job does online hot backups of all tablespaces as user sys.The scripts of these jobs are made on text file ,that contains user passwords.I want to hide those passwords from other people say system administrator etc who has access to production server.How can I hide these passwords.
    >
    If you have administrator rights on the win server, you could make use of OS authentication for sys and a user, you create externally and give him dba role. These users could then connect to the database after being logged on on the win server with
    SQL> connect / as sysdba
    SQL> connect /Look at
    http://download.oracle.com/docs/cd/E11882_01/network.112/e10574/authentication.htm#CHDBBFBF
    to see how to create an externally identified DB user.
    Kind regards
    Uwe
    http://uhesse.wordpress.com
    Edited by: Uwe Hesse on 22.01.2010 08:53

  • How to use "sys.XMLTYPE.getClobVal( )"?

    Hi all
    Can any one explain me
    SELECT * FROM (
    SELECT
    A.CID CID,
    A.USERID USERID,
    A.SCORE SCORE,
    A.RESULT RESULT,
    A.ANNOTATION ANNO,
    SYS.XMLTYPE.GETCLOBVAL(A.XML) TRANSACTIONINFO,
    SYS.XMLTYPE.GETCLOBVAL(B.ATTRIB) CUSTOMERINFO,
    ROW_NUMBER() OVER (ORDER BY B.FRAUD_ID DESC) RN
    FROM
    GENERALFRAUDLOG A LEFT JOIN FRAUDCUSTOMERS B
    ON
    A.CID=B.CID
    WHERE A.FRAUDID=674003)
    WHERE RN=1
    How we can use this query exactly in Oracle Html Db
    Thanks&Regards
    Suresh

    wt suresh wt do u want cud u com my wsI think your vowel keys on your keyboard are a bit stuck. Time for a new keyboard perhaps?
    cud u com my wsAnd that part of it just sounds perverted. :o\

  • How to recompile object (by object id)

    Hi All,
    I have Oracle 11.1.0.7 on Enterprise Linux 5.2 64-bit. During the import (inserting many rows) the ORA-600 [17059] [0x1C7912FF8] [0x1C79129C0] [0x1CF9B9760] have appeared. I found on metalink document corresponding to this error- 138554.1. The suggestion is to recompile “dependent object” that are listed by given sql.
    How can I recompile object having object id?
    Please help.
    Groxy

    First you have to find object name using following query than you can recompile:
    SQL> select owner, object_name, object_id, status, object_type
      2  from dba_objects
      3  where object_id = 71176
      4  /
    OWNER                          OBJECT_NAME                OBJECT_ID STATUS  OBJECT_TYPE
    A                              MY_FUNC                            71176 VALID   FUNCTION
    Then you can recompile based on object type:
    SQL> alter function a.my_func compile
      2  /
    Function altered.With kind regards
    Krystian Zieja

  • How to recompile?

    Hi
    Is there any tools or what tools?
    for recompilation of all GMD PLLs and Forms after applying patch.
    and what is the purpose of recompilation?
    thanks

    I think Hussein already answered this question someday's back, if this is duplicate post then pls close it.
    Is there any tools or what tools?Use adadmin
    How to Generate Form, Library and Menu for Oracle Applications (11i and R12) [ID 130686.1]
    and what is the purpose of recompilation?Patches modify various pacakges,objects,files on server and thereby invalidating dependent object, forms/plls are one of dependent object and thus they need compilation after patch application.
    Thanks,
    JD
    Edited by: JD on 29 Oct, 2012 8:00 AM

Maybe you are looking for

  • Curve 8950 upgrading to Q5 - help please re how to back up contacts

    Hi -  im trying to upgrade from an old and beloved 8950 to Q5. The old BB desktop manager does not recognise the Q5 link SW and vice versa. Any ideas how this can be overcome to transfer contacts. The sim in the old phone is deactivated but the conta

  • CS6 Bridge Will Not Launch

    My problem is that Bridge won't open or give any errors. It just gets hung up in the background and never opens. Seems to have started happening when I upgraded to the latest 10.10.2. CS6 Mac OS 10.10.2 Mac mini (Late 2012) I've uninstalled and reins

  • Input Query Data disappears

    Hi,    I have created an Aggregate Level on Multiprovider and restricted in the query as follows:    Currency Key (USD)    Posting Period (#)    InfoProvider    Actual Amt(RKF by Actual Infoprovider) - Read Enabled    Plan Amt(RKF by Plan Infoprovide

  • In Design CS 4 6.06 crash

    Hello, My Indesign crash after relink picture or photos (.psd format). I am working in Mac OS X version 10.6.4., using CS4 (InDesign 6.06). Thanx

  • Upgrade from Creative Suite 3 to 5.5 worth it?

    I've purchased Creative Suite 3 Design Premium in 2007 and see that there is a 10% discount on Adobe products right now. This question is kinda time sensitive since the sale ends soon. Is the jump worth it? The new features in Photoshop are quite com