UTLRP shows extra line after APEX installation

We have recently installed APEX 4.0 in 10.2.0.4 database and later ran utlrp.sql to compile the invalid objects.
We noticed the below line in UTLRP output :
...Database user "SYS", database schema "APEX_040000", user# "380" 14:59:11
...Compiled 0 out of 2717 objects considered, 0 failed compilation 14:59:12
...232 packages
...225 package bodies
...427 tables
...12 functions
...19 procedures
...3 sequences
...439 triggers
...1177 indexes
...175 views
...0 libraries
...4 types
...0 type bodies
...0 operators
...0 index types
...Begin key object existence check 14:59:12
...Completed key object existence check 14:59:12
...Setting DBMS Registry 14:59:12
...Setting DBMS Registry Complete 14:59:12
...Exiting validate 14:59:12
The above lines are coming from the below code which is being called from utlrp:
SQL> EXECUTE dbms_registry_sys.validate_components;
...Database user "SYS", database schema "APEX_040000", user# "380" 14:59:11
...Compiled 0 out of 2717 objects considered, 0 failed compilation 14:59:12
...232 packages
...225 package bodies
...427 tables
...12 functions
...19 procedures
...3 sequences
...439 triggers
...1177 indexes
...175 views
...0 libraries
...4 types
...0 type bodies
...0 operators
...0 index types
...Begin key object existence check 14:59:12
...Completed key object existence check 14:59:12
...Setting DBMS Registry 14:59:12
...Setting DBMS Registry Complete 14:59:12
...Exiting validate 14:59:12
PL/SQL procedure successfully completed.
==============
When i ran the same code in a database where APEX is not installed, i am not getting any messages:
SQL> EXECUTE dbms_registry_sys.validate_components;
PL/SQL procedure successfully completed.
==================
PS: I have set "serveroutput on" on both the database sessions.
Could some one please let me know why we are getting those additional lines after installaing APEX ?
Thanks in advance.

Hi there,
This is simply diagnostic information being emitted by the APEX component validation procedure. You would get the same output if you simply ran sys.validate_apex on the instance where APEX is installed.
This isn't anything to be alarmed about - everything looks normal to me.
Joel

Similar Messages

  • Extra line after first item in quiz questions

    I just started using Captivate 7.  I made a template with some quiz questions and there is an extra line after the 2nd radio button in the templates for multiple choice and true false questions.  Is that normal ?
    Screen shot.

    I'm experiencing the same problem, also on Captivate 7.
    The alignment is fine on the master slide, but every time I load a multiple choice or true/false question the "B" answer appears like this.
    I've tried it with every theme and the same thing is happening. I've also had the program uninstalled and reinstalled and still the error is there.
    I've searched on different forums, but no one seems to have the answer.

  • Please Help Xml output with extra lines after removeNodeChild

    Hi guys. I'm having trouble googling this out.
    Here is the problem. Given an xml document. I read it on my app and manipulate it, then save it when I am done.
    When I remove a child, the output files shows all the extra lines from the formatting and indent. So it looks like a big hole in the xml file after the node is removed. Here is an example
    <bookshelf>
    <books>
    <book>
    <isbn>3349583080580584308</isbn>
    <author>Jon Stewart</author>
    </book>
    <book>
    <isbn>9900909770543356488</isbn>
    <author>Stephen Colbert</author>
    </book>
    </books>
    </bookshelf>
    Node parentNode = jonStewartNode.getParentNode();
    parentNode.removeChild (jonStewartNode);The result of this is the following xml.
    <bookshelf>
    <books>
    <book>
    <isbn>9900909770543356488< /isbn>
    <author>Stephen Colbert</author>
    </book>
    </books>
    </bookshelf>
    How can I output the xml without this extra lines?
    Thanks in advance,
    f(t)
    PS: here is the initialization, and configuration of the TransformerFactory, and Transformer, and finally the save method.
         * Initializes factory instances and member variables.
        private void initialize(){
            try{
                //obtain a trasformer factory to save the file
                this.transformerFactory = TransformerFactory.newInstance();
                this.transformerFactory.setAttribute("indent-number", 4);
                //obtain the transforme
                this.transformer = this.transformerFactory.newTransformer();
                //setup transformer
                this.transformer.setOutputProperty(OutputKeys.METHOD, "xml");
                this.transformer.setOutputProperty(OutputKeys.INDENT, "yes");
                //this.transformer.setOutputProperty("{http://xml.apache.org/xslt}indent-amount ", "4");
            }catch(TransformerConfigurationException tcex){
                this.logger.logException(this, "errors.storage.xml.configuringXmlTransformer", true, tcex);
         * Saves the DOM document to the XML file.
        private void saveDocument(){
            //verify that the documents is not null
            if(this.document==null)
                return;
            //sincronize document
            synchronized (this.document){
                try{
                    //normalize document
                    this.document.normalizeDocument();
                    //get a document documentSource object out of the document
                    DOMSource documentSource                = new DOMSource(this.document);
                    //create the file output stream
                    FileOutputStream fileOutputStream       = new FileOutputStream( this.file);
                    //create the output stream writer
                    OutputStreamWriter outputStreamWriter   = new OutputStreamWriter(fileOutputStream);
                    //create the stream streamResult out to the file Stream
                    StreamResult streamResult               = new StreamResult(outputStreamWriter);
                    //performe the trasformation
                    transformer.transform(documentSource, streamResult);
                    //clean up
                    outputStreamWriter.close();
                    outputStreamWriter = null;
                    fileOutputStream.close();
                    fileOutputStream = null;
                    documentSource = null;
                } catch (TransformerConfigurationException tcex) {
                    // Error generated by the parser
                    // Log Error
                    this.logger.logException(this, "errors.storage.xml.saveXMLRepositoryFile", true, tcex);
                } catch (TransformerException tex) {
                    // Error generated by the parser
                    // Log Error
                    this.logger.logException(this, "errors.storage.xml.saveXMLRepositoryFile", true, tex);
                } catch (Exception ex) {
                    // Unknown error
                    // Log Error
                    this.logger.logException(this, "errors.storage.xml.saveXMLRepositoryFile", true, ex);
        }

    I have an rtf template which is used to print output in pdf format. I have a table which has many rows which displays data for each record. In order to avoid breaking the page in between the rows of a record , i have added an outer table with single row and column and pasted the data table inside it and changed the row property of outer table to 'Allow Rows to Break Across Pages' to unchecked. It works fine only if the first record set length does not exceed a full page. IF the first record expanded to more than one page, it leaves a blank page at the very first and start the record at the second page. Can you please advise how to solve this issue. Its very URGENT please..

  • Getting extra line after each record when opening a .txt file in excel

    Hi All,
    I have developed a program which downloads a file at application server.
    each record of file is 500 characters long & have CRLF at end.
    the file looks fine when opened in .txt format.
    however when i download it from application server to presentation server (using function "download to my computer"), & at presentation when i try to open it in excel format, it shows a blank line after every record.
    i don't want this blank line to appear if i download it & open it in excel.
    the file record is declared as char500 type.
    Please suggest how to deal with this.
    thanks in advance.
    Regards,
    Puja.

    Hi Puja,
    Check the file in the application server whether it has any gaps between the lines.
    Or else as you said if the file looks ok in .txt format, download the file in .txt and open the same file in excel (i.e. open with excel)
    Hope this sloves your problem.
    Regards,
    SB.

  • Show the line after draw with IMAQ selectline.vi in the image display

    hi..
    may i know how to show the line on the image display after i draw the line by using the IMAQ select line.vi??
    i use the the IMAQ select line.vi for drawing few couples of lines...but i don know how to show it all on the image display...
    because i will forget the location of the lines after i draw it by IMAQ select line.vi...
    thanks for help..

    Hey,
    Just use IMAQ Draw.vi
    Christian

  • ADT cannot seize phone line after fiber installation

    I had my phone line switched over to fiber today and now my ADT system cannot "seize" the phone line.  It will call out properly but if you are in the middle a call and the alarm is activated it will not disconnect the current call in order to make it's own call out to the monitoring center.  Of couse this was working before.
    I talked to the tech that installed the fiber and he said his only responsibilty to me was to provide me with a dial tone, period.  I also called Verizon tech support and talked to three different people who all told me it was ADT's problem.  So now I have to call ADT and incur a fee to have them come out and fix it.  So much for Verizon's promise to me that an upgrade to fiber would not cost anything.  
    Is there anyone is this forum that may have experienced a similar problem?  Any help greately appreciated.
    Solved!
    Go to Solution.

    armond_in_nj wrote:... Verizon Digital Voice (if that's what you have and it seems likely that's the case) is capable of using typical alarm system components to transmit alarm system data.  Usually the data is transmitted using what's called "Contact ID" data, and usually the connection between the alarm system and the telco lines is handled by a simple device called an RJ31X connector.  I suspect that's the case for ADT, but you must check that with your monitoring company ...
    Some further thoughts on the issue.  Here's a link to demonstrate what's involved in the RJJ31x wiring scheme:
    http://wiki.hometech.com/tiki-index.php?page=How+to+Wire+an+RJ31X+Jack
    As you can see it appears little "hairy" and in fact there's really only one way to do it correctly.  Of course that's what alarm technicians are for, and there's no need for the average user to get into the details.
    After thinking about this a while, it occurred to me that what has probably happened in your case is that the VZ install tech never went near your RJ31x connection.  He (or she) just did what a normal install requires and got things working.  However there are certain requirements for the alarm setup to operate correctly.
    The RJ31x mustt be the first device in line after the phone line comes into the building.  In old terminology this means that it must be wired in directly after the NID (network interface device) where the phone company hooks up to your house.  In this way the alarm can take over the line for all phones downstream.
    However with FiOS Digital Voice, this is probably not how your house was connected.  I.e., the install tech can connect to your interior phone wiring network at any point and still get all the phones to operate correctly.  What doesn't happen in such a case is the alarm is not able to control all the phones downstream, because some of the phones aren't really "downstream."
    As convoluted as this seems, the way out is simple:  the alarm company must pay a visit and make sure that all your phones are connected (from the VZ ONT) after the RJ31x.  This should be pretty easy, and it's really on the alarm company to make it work.
    Let us know what you decide and what happens (using your personal service ticket mentioned by Lawrence).  Once again, good luck.

  • Nightmare Customer Service Verizon - DAD cannot connect phone line after fiber installation

    Similar to other complaints I have seen online yet Verizon customer service reps deny they have ever heard of the problem.  After FIOS installation my ADT system stopped communicating.
    We had Verizon FIOS triple play installed last August (2012) after a summer long marketing campaign by Verizon.  Several trips to get it.   A dropped phone number transfer order and Verizon tried to issue me a new phone number ... that took several attempts to fix. 
    Sept 2012 Our ADT service calls us to inform us our monitored alarm system stopped communicating  since Aug ... I call ADT  -they say it was Verizons fault, but could come out and fix it for a fee.  It took months to getr back to Verizon
    I first spent almost an hour online last night with a Verizon rep who claimed it was not Verizon's fault - Claiming that all the tech had to do was deliver a phone signal to one jack.  I called Verizon customer service and wasted time with that rep also.  I asked hat a supervisor call and the rep could not confirm that a supervisor would even get back to me. 
    TERRIBLE CUSTOMER SERVICE - Time to cancel Verizon

    Your issue has been escalated to a Verizon agent. Please go to your profile page for the forum, and look in the middle, right at the top where you will find an area titled "My Support Cases".
    There you will find a link to the private board where you and the agent may exchange information. This should be checked on a frequent basis as the agent may be waiting for information from you before they can proceed with any actions.

  • IPhone 3GS shows blank screen after OS5 installation

    Hello,
    After the installation of the new OS 5 on my 3 GS everything seems to work fine. I am just facing the following problem:
    - When I turn on the iPhone i often see a blank, white screen. The touchpad is not responding. I have to press the ON/OFF button a few times to get the "normal" unlock screen.
    - The same behaviour happend when I received a call. I just saw a white sceen and was not able to awnser the call (no button available).
    Has anyone had the same problem?
    Regards,
    Tobias

    If basic troubleshooting fails to resolve, it's time for a trip to the Genius bar.

  • Report is showing extra lines in output

    Hi,
    I have a Account Receiving Report. My problem is that in report i have 2 radio buttons..First is for Base Line date and Second for Due date. When i execute the report from both the options, data is coming same.. Means in Due Date column, date is coming after the curent date (ex. today is 08-07-2009 and due date is showing 05-08-2009 also).. but i want that date should be less that current date... for that i code few line i.e. (see in BOLD)
        IF bsdtflag EQ 'X'.
          ntage = dd_stida -  rtab-zfbdt.
        ELSE.
          ntage = dd_stida - faede-netdt .
          IF faede-netdt > sy-datum.
            DELETE rtab.
            CLEAR rtab.
          ENDIF.
        ENDIF.
    It works in Due date option, but now problem is coming that where is the data showing, above that data, 2 rows showing... means 2 rows are that, that dates are greater than current date.. these rows are totally blank showing but in due date column date is showing (i.e 05-08-2009)...
    I don't want to show that rows...please tell me how can i do that...
    Regards....

    Hi,
    Post the entire code segment which is populating that internal table.
    Regards
    Karthik D

  • Prob in accessing homepage after APEX installation

    Hi,
    i'm new to APEX,
    i've successfully installed APEX on my machine.
    when i try to access database XE homepage its forwarding to APEX home page...
    can anyone tel me why this happens???
    and solution for this..

    >
    I would expect that I would go to the Oracle XE home page like what happened before I installed APEX.
    >
    Oracle XE already comes bundled with Oracle APEX release 2.1; perhaps you upgraded to a higher version.
    DB Management Differences ->>> Oracle APEX 2.1 and 3.0.1
    >
    If you decide to upgrade the Application Express within your Oracle Database XE, you will lose the Oracle APEX interface to perform some of your database management functions. This includes the ability to create and alter users, set database parameters, etc. To perform these functions, you will need to use either SQL Developer or SQL*Plus.
    >
    Regards,
    Phiri

  • When pdf file is opened with Adobe reader, it shows extra whitespace after "w"

    I am unable to attach the pdf file here. But my pdf file is having a hyperlink "http://www.google.co.in/". When i open it with Adobe reader, its shown as "http://w w w .google.co.in/", if the same pdf file is opened in some other pdf reader, the link is properly shown and i can click over it to browse. This is a bug in Adobe Reader.
    Please revert back mentioning where should i attach the pdf file.

    I have created the pdf files using txTextControl.ServerTextControl
    The additional space after the "w" is a result of charaster spacing, there is no whitespace in pdf file after "w"
    If i open the same pdf in some other pdf reader like Sumatra pdf reader, it gets opened without any white space after "w".
    However, there is no space after the "w" in the PDF document, its the adobe  reader issue.

  • Extra Line

    When I was typing my paper, I notices at the bottom of my second page the bottom margin is HUGE! It seems that there is an extra line after my last line of text but there isnt. I have tried everything please help!

    Scotty,
    There is a control called "Prevent Widow and Orphan Lines". I believe that it is turned on by default and if you don't like the effect you can turn it off. The control resides in the Text Inspector, More tab, under Pagination and Break.
    Jerry

  • Problem while trying to log in as ADMIN after new installation of Apex 3.2

    Dear Apex experts,
    I have a strange problem with my Apex installation.
    I installed Apex 3.21 by previosly deleting my former apex version with apxsremov
    and executing the apexinst skript.
    That script runs fine but during validation it throws out the error :
    VII. L O A D E N G L I S H D I C T I O N A R Y
    Trigger altered.
    ...10000 rows
    ...20000 rows
    ...30000 rows
    ...40000 rows
    ...50000 rows
    ...60000 rows
    ...70000 rows
    timing for: English Dictionary
    Elapsed: 00:01:39.67
    begin
    ERROR at line 1:
    ORA-04042: procedure, function, package, or package body does not exist
    ORA-06512: at line 3
    After running the installer I chnaged the passowrd of admin using both
    @apxxepwd
    and
    @apxchpwd
    If I try to login I always get the "Invalid Login Credentials"-error.
    During the examination of my Apex_030200 schema I found out that the login trials are logged in
    the WWV_Flow_user_access_LOG1$ table with authentication result = 1.
    I didn't find any entry in the WWV_FLOW_FND_USER table.
    Does someone of you know what's wrong with my installation and how to fix the problem ?
    I would be happy about every hint.
    Best regards,
    Daniel

    I installed Apex 3.21 by previosly deleting my former apex version with apxsremovWhat was the previous version and why did you want to remove it?
    Can you show all of the errors in your log, or is that all of them?
    If you connect as SYS and run validate_apex, what shows up?
    Scott

  • Java preferences window doesn't show the tabs after jdk 7 update 7 installations

    java preferences window doen't show the tabs after jdk 7 update 7 installations, before the installations of jdk 7 u7 the tabs in the java preferences window were visible

    Then, dump Chrome or uninstall Java 7u7 and connect back tol Java SE 6:
    Q: Can I restore Apple Java 6 after uninstalling Oracle Java 7?
    A: Go back to Apple Java 6 using the following instructions:
    Uninstall Oracle Java 7 by deleting the plug-in file. From a Terminal window enter:
    sudo rm -rf /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
    Create a symlink using the following command, entered on a single line:
    sudo ln -s /System/Library/Java/Support/CoreDeploy.bundle/Contents/JavaAppletPlugin.plugin /Library/Internet Plug-Ins/JavaAppletPlugin.plugin

  • My phone switches off after showing horizontal lines on the screen during the restore process and then shows the error 9 problem. please help i am so stressed.

    Hello
    My iphone  4S switches off after showing horizontal lines on the screen cutting through the apple logo during the restore process and then right after my iTunes shows the error 9 message, this happened 2 days ago when my phone just switched off unexpectedily and has been in this recovery mode since then. i have watched videos on Youtube and i have disabled Firewall before starting the process, i think i have done almost everything. please help anyone what do i do from here?
    Just for interest sake i watched this video on youtube where this guy had the same problem  but the difference is that he had it on an iPad. he opened the ipad up and did something on the ipad, it took less than a minute then his ipad worked.
    I would appreciate it if someone would respond to this as fast as they can i am so stressed.
    Regards
    Lwando

    Read here:
    http://support.apple.com/kb/ts3694#9
    Error 9 is usually a security software issue.

Maybe you are looking for