Format Cross tab not working in JDev 10.1.2.2.0.1929 - BIBeans:10122

We recently upgraded JDev from 10121_1913 to 10.1.2.2.0.1929
and Bi beans from: 10121 to 10122
All the features are working fine, however I'm not able to use the "Format Crosstab" button on my Crosstab Presentations.( It works on the Graph presentations)
When I click the format Crosstab button, nothing comes-up, but I get a null pointer exception in the Dos window.
Mon Feb 19 16:09:38 CST 2007 In DefaultBuilderDialog::runDialog null
java.lang.NullPointerException
at oracle.dss.addins.editor.presentation.GridViewOptionsTool$1.getPreferredSize(GridViewOptionsTool.java:53)
at java.awt.Window.pack(Window.java:438)
at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
at oracle.dss.datautil.gui.DefaultBuilderDialog.runDialog(DefaultBuilder Dialog.java:524)
at oracle.dss.addins.common.wizard.AbstractBuilderDialog.runDialog(AbstractBuilderDialog.java:275)
at oracle.dss.datautil.gui.DefaultBuilderDialog.run(DefaultBuilderDialog.java:495)
at oracle.dss.addins.editor.presentation.GridViewOptionsTool.runTool(GridViewOptionsTool.java:76)
at oracle.dss.addins.editor.presentation.PresentationToolbarButton.actionPerformed(PresentationToolbarButton.java:69)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:2
31)

Opened SR with oracle. This has been identified as a bug - 5910576
However if anyone needs a quick fix, you may want to contact oracle & get the 2 class files & update your biaddins.jar

Similar Messages

  • Error formatting Cross-Tab table

    Hello!
    My CR2008 reports include many cross-tab tables and till now, everything went smoothly.
    ...till I got the message "Error formatting Cross-Tab table" while viewing the print preview.
    Technically the error comes up while clicking one of the groups itemized on the left.
    The database hasn't changed. Besides it happened with two different reports associated with two different data bases.
    Any idea ?
    Any help would be appreciated as I've been lost for a while.
    Thib'

    Before I received your answer (thanks a million by the way), I have been installing/un-installing subreports in the main report 'til the 'Error formatting Cross-Tab table' stops.
    The Error stopped occurring when I added a small Group Footer in the subreport : apparently the Error had begun when I had put it to a zero-height.
    Having said that, an hour later and many changes here and there, I have just put a zero-height again and no Error anymore...
    > Check in the main report design tab to see if the width of the subreport fits within the page of the main report.
    > If it doesn't try shrinking the subreport to fit.
    Within 'an hour later and many changes here and there', I did the opposite : I widened a subreport which did not fit in the main report. And the Error isn't raised anymore.
    > What happens if you drill into the subreport?
    You mean if I double-click the subreport to edit it ?
    If that is your question, no Error has ever been raised in the subreport : always in the Preview tab of the Main Report.
    Sorry for describing such an irrational behavior.
    I will categorize my question as answered but if you have any idea, I'd be delighted : I feel like this can happen again and I'd be less under stress to know what detail/ 'parameter' makes CR raise this Error. But your hint about the subreport fitting or not within the main report might be a clue.
    Thank you again
    Thib'

  • Receiving an 'Error formatting cross-tab object' error when paging through preview

    I have a report with two subreports in the group footer.  One of the subreports contains a cross-tab report.  When I preview the report as a whole, occasionally I get an error formatting cross-tab object and then no more pages of the report are displayed.  If instead I choose to export the report to pdf, Crystal Reports crashes.  Any ideas on what might be causing these problems?

    Actually, you can search for them by entering the KBA number in the search box in the top right  corner of this web page. KBA 1214209 comes up fine. KBA 1212875 does not, but it's not really applicable.
    While we are at the search box, see if a search term like 'crystal cross tab' (or something like that) bring up other KBAs.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
      Follow us on Twitter

  • Af:inputRangeSlider is not working in JDEV 11.1.1.6.0

    Hi,
    af:inputRangeSlider is not working in JDEV 11.1.1.6.0
    tried dragging and droping it on to a test jspx page.
    page stays in loading mode forever and sometimes page loads,but i am not able to change values of af:inputRangeSlider.
    This seems to be a bug
    on doing inspect element in the browser, i am getting following error
    Uncaught ReferenceError: TrRangeValidator is not defined
    please help me on this
    Regards,
    Shakir

    Hi, just to clear things out, this issue occur in JSFF only, but in jspx, hot code is fine...
    Here is my sample code where the issue occurs.
    HelloWorldTaskFlow.xml
    <?xml version="1.0" encoding="windows-1252" ?>
    <adfc-config xmlns="http://xmlns.oracle.com/adf/controller" version="1.2">
      <task-flow-definition id="HelloWorldTaskFlow">
        <default-activity id="__1">viewHelloWorld</default-activity>
        <view id="viewHelloWorld">
          <page>/viewHelloWorld.jsff</page>
        </view>
        <use-page-fragments/>
      </task-flow-definition>
    </adfc-config>
    viewHelloWorld.jsff
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
              xmlns:f="http://java.sun.com/jsf/core">
      <af:panelBorderLayout id="pbl1">
        <f:facet name="start"/>
        <f:facet name="bottom"/>
        <f:facet name="end"/>
        <f:facet name="top"/>
        <af:panelBox text="PanelBox1" id="pb1">
          <f:facet name="toolbar"/>
          <af:outputText value="Hello World Nakurato!" id="ot1"
                         inlineStyle="font-size:x-large;"/>
        </af:panelBox>
      </af:panelBorderLayout>
    </jsp:root>
    TestPage.jspx
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <f:view>
        <af:document id="d1">
          <af:form id="f1">
            <af:region value="#{bindings.HelloWorldTaskFlow1.regionModel}" id="r1"/>
            <af:inputText value="Hello"/>
          </af:form>
        </af:document>
      </f:view>
    </jsp:root>Any change in the jsff file does not take effect immediately when refresh. but in jspx, it works.
    Any thoughts???

  • IE 11 - Open in new Tab Not Working

    When I click on a link that should open in a new tab (or right-click and select Open in new Tab), IE11 Opens a new tab but the screen is blank, the URL is about:blank and the tab title is 'Blank Page'.
    Windows 8.1 x64
    Internet Explorer 11 (Desktop)
    The 'Metro' version of IE 11 still works fine, it's just the Desktop version which is broken.
    I've tried all the fixes listed in the similar thread, but none have helped.
    IE 11 TABS NOT WORKING
    IE 11 opens blank tab

    Thanks, I ran a Command Prompt (Admin) and ran the following scripts:
    ie8-rereg.32on64.cmd
    ie8-rereg.64on64.cmd
    Both seemed to execute correctly, but haven't made a difference.
    Unfortunately they have never been a complete repair and now, due to security/obscurity have been made even less effective.  There was an example in here a while ago in which the poster helped me see that exploiting the original manifests might have
    been a better tack for a repair.  IIRC they uncovered some registry corruption which seemed related to mshtmled.dll but which was not repaired by registering that module and was damage which was only hinted at by looking at the manifest. 
    The poster's repair was found by comparing registries from otherwise identical systems...
    OMG look what this recollection has dredged up:  <lol/>
    http://social.technet.microsoft.com/Forums/ie/en-us/08f7a0f7-6f4b-4def-b399-12a0c281655a/ie9-wont-open-pages-just-give-a-new-tab-thats-blank?forum=ieitprocurrentver
    Interestingly, I came across another oddity which might indicate the behaviour is some sort of change to the IE security settings. On a site I frequent http://www.makegamessa.com/ none of the links work.
    They've all previously worked and they still work in other browsers, just not my IE. If you click a link it is supposed to open the page in the current window (i.e. not opening a new tab), but nothing happens. However, if I have the F12 developer tools open,
    then the links all work as expected OR if I add the site to Trusted Sites the links also work.
    That sounds like Active Scripting is inhibited.  Scripting would be disabled in a Restricted security zone or in an Internet zone which was set to High level.  Scripting would be enabled in a Trusted security zone.  Scripting would be required
    in order to use IE11 Developer Tools since that is its implementation.  It hadn't occurred to me that that might provide an override for Scripting which had been otherwise inhibited.
    FYI
    Robert Aldwinckle

  • MY FIREFOX NEW TAB NOT WORKING NIETHER WITH + NOR WITH RIGHT CLICKING ON TAB OR DOUBLE CLICK ON TAB

    MY FIREFOX NEW TAB NOT WORKING NIETHER WITH + NOR WITH RIGHT CLICKING ON TAB OR DOUBLE CLICKING ON TAB

    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that temporarily turns off hardware acceleration, resets some settings, and disables add-ons (extensions and themes).
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:
    *In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    *In previous Firefox versions, click on the Firefox button at the top left of the Firefox window and click on ''Help'' (or click on ''Help'' in the Menu bar, if you don't have a Firefox button) then click on ''Restart with Add-ons Disabled''.
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".<br>
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, theme, or hardware acceleration. Please follow the steps in the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • Format option does not work in reply mode re Bt Ya...

    Hi There - I wonder if anyone has had this problem?  When clicking on reply to a recipient's email I find that the format option does not work! (I use this to highlight my reply in a different text colour)  It works fine when I compose a new email msg but not when using reply.
    I am finding this switch over to this 'new improved' Yahoo email a nightmare to be honest.  I would never have tried it out had I known I would not be able to switch back. 
    Why didn't I heed that age old saying 'why fix it if it ain't broke'
    I would appreciate any help.
    Many Thanks
    Heddybell

    Hi Stephanie
    Thanks for replying to me.
    No - none of those.  Formatting just does not work!  It was as if I had not tried to format - it just did NOTHING.
    However, by some miracle (and believe me it was) I have been able to return to my old BT Yahoo Classic  and the problem is no more!
    Wow!  That 'All-new Bt Yahoo Mail' leaves a lot to be desired!  Thank goodness I got out of it even there was no 'Switch Back' available.  Like I said "It was a miracle'!!!!!
    Thanks again
    Heddybell

  • Steve Muenchs file upload sample (No. 69) does not work with JDev 10.1.3.1

    Hi,
    I installed and started Steves sample about uploading and storing OrdImage types (http://otn.oracle.com/products/jdev/tips/muench/jsfordimage/JSFOrdImageExample.zip).
    When I try to upload a file I get an exception:
    java.io.EOFException: Per-request disk space limits exceeded.
         at oracle.adfinternal.view.faces.webapp.UploadedFileImpl.loadFile(UploadedFileImpl.java:187)
         at oracle.adfinternal.view.faces.webapp.UploadedFileProcessorImpl.processFile(UploadedFileProcessorImpl.java:96)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doUploadFile(AdfFacesFilterImpl.java:247)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:163)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:106)I have found other postings concerning uploading a file with JDev10.1.3.1 (af:inputFile bug JDev10131 production ignores Per-request disk space limit
    Is it a bug with JDev 10.1.3.1? Any workaround available?
    I'm using JDev 10.1.3.1 on WinXP.
    Thanks,
    Markus

    I managed to correct this problem.
    The situation is the following:
    A CRUD page (Example: userList.jsp and userForm.jsp).
    The first page there is a af:table with tableSelectOne and a Edit button. (theres also other components, like af:menuBar and af:form, html, body and head)
    On submit, the backing bean(requestScope) gets the selected object (table.getSelectedRowData()), copy the values to the form fields and send (redirect=false) to the form page.
    When i try to update, the fileupload does not work and ignores the valueChangeListener. All the other fields are updated correctly.
    The form page is used to do Inserts and the upload works correctly.
    The problem is, when you redirect (redirect=false) from userList.jsp (usesFileUpload="false")
    to the other page, that uses the upload, the form page does not get the enctype="multipart/form-data"
    To solve it, put usesUpload="true" in both page , and you will get enctype="multipart/form-data", and upload to work.
    Changing components, the af:menuBar has a similar problem.
    I got a menubar with 2 goMenuItem.
    On each page the corresponding goMenuItem has selected="true".
    On redirect, from list page to form page, the selected goMenuItem is the one on the ListaPage, and not the form page! It only changes if I click on the tab I want!

  • Conditionally Format Cross Tab Field

    I have a cross tab report that I want to conditionally format text color if row# 5 meets my criteria. Below is the formula I am trying in the Format Field editor.
    if {@Type} = "8=POH"
    then crred
    (I have also tried adding the else statement.....else crblack)
    I get no results when I try this. I can change the text color via the formatting toolbar, but this changes all data in all 6-8 rows.
    Is there another method to conditionally format the row, or is it just not possible?
    Thanks

    I just learned this yesterday, so here goes.
    In the suppresion formula for the column total, enter the following expression:
    numberVar x:=0;
    False;
    This is going to reset the row count for each column
    Then in the suppression formula for the summary field, enter the following expression:
    numberVar x := x + 1;
    False;
    And in the font color conditional formual, use the following expression:
    numberVar X;
    if (X = 5) and ({@Type} = "8=POH") then crRed else crNoColor;
    This should give you a red 5th row if the type condition is met
    Fuskie
    Who cautions that he does not know what the {@Type} formula contains and that it might need to be modified to be used in this context...

  • Tab not working on ALV report output in Persona

    In normal SAP GUI we can move the cursor position on ALV report output between different column by pressing TAB on keyboard. But in case of persona 2.00, TAB doesn't work and we have to click on each cell of the report output whatever we want to highlight. Is there any settings or SAP note we can implement to so TAB will work on persona.
    Thanks,
    harkamal

    Hi Devendra Singh,
    I think it's not possible to show all field values in another Language (Eg Thai) But it's possible if it's short Text, Long Text etc
    SE63 and follow menu
    Translation
    ABAP Objects
    Short Text / Long Text Etc..
    AND
    Translation
    NON ABAP Objects
    For that also you have to maintain it first in SE63..
    [SAP Help1|http://help.sap.com/erp2005_ehp_04/helpdata/EN/77/5719d2492011d1894a0000e829fbbd/frameset.htm]
    [SAP Help2|http://help.sap.com/erp2005_ehp_04/helpdata/EN/b4/54601d77f38e429ffad9e3e11c1b25/frameset.htm]
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7
    ilesh Nandaniya

  • Auto-refresh formatted search is not working properly...

    I have created a User Defined Field in Item Master named: FLD1 (Alphanumeric 30)
    Then I have created a User Defined Field in Marketing Documents Row: FLD1 (Alphanumeric 30)
    Now I want as follows u2013
    In Marketing Documents if I select any Item, the value saved in FLD1 in the Item Master will come automatically in the Field FLD1 of the Marketing Document.
    I did as follows u2013
    I have created a formatted search for the above marketing document (in Sales Quotation) for the field FLD1 as follows u2013
    Option: Search in Existing User-Defined Values according to Saved Query
    Query: GetItemFLD1 (SELECT $[OITM.U_FLD1] )
    Option: Auto Refresh  -
    When Exiting Altered Column
    Field: Item Description
    Option: Display Saved User-Defined Values
    But the above is not working automatically --- after saving the document if I click on the Formatted Search Marker then the value comes otherwise not.
    Can any one please explain the reason behind?
    for SAP B1 2007 B SP0 PL7
    Edited by: Narottam Das on May 5, 2009 1:53 PM

    Check this thread for explanation of Syntax of FMS:
    [Refer to Sales Order From Payment Means;
    Refer Suda Sampath  reply that explains clearly

  • Some Tabs Not Working in System Preferences

    Mac Pro E2008 14Gb/2Tb.  Installed Mavericks over OS X 10.8.4 with no problems.  Was having some problems with selected fonts not showing up in Pages 5.0.  Ran some font diagnostic software, which isolated some problem fonts.  Subsequent to this I noticed that some Tabs do not work in some preference panes.  In particualr, tha advanced tab in Security and Privacy does not work and the advanced tab does not work in Network Preference pane.  Neither does the + tab in that pane but the - does.  Also cannot edit the three locations that I have in my system.
    Found that all is restored when logged into the root account and also into a Maintainence admin account.  I also ascertained that in my faulty account, after taking out the login items plist and starting with no login items, the fault was still there.  Similarly booting into safe mode did not restore the faulty tabs.  I ran font book and deleted all questionable fonts and moved all the user fonts to the /library/fonts folder.  After each action I restarted rather than logging out.  I have tried deleting the systemuiserver.plist and removing the relevant network plists from the user/library/preferences folder.  I have also removed the com.appl.network.eapoiclient.plist and com.apple.systempreferences.plist.  I have also made invisible files visible and gone through the whole system folder/library folder and ~/library folder and deleted old preferences and obsolete files back to 2004 with the result that my system now loads very much quicker, which is an obvious bonus.  However, the problem still remains and is obviously something to do with the main user account.  If I go into root or my maintainence account, I can change or edit some settings which "stick" when I log back into my main account.  I have carried out the mail and iBook update in the mean time which has not changed anything.
    I have also ran diskwarrior and corrected the disk directory, repaired permissions, reset ACL's and emptied various caches using tinker tool system and mavericks cache cleaner.  I have I think very thoroughly inspected the library and ~/Library folders.
    So, synopsis  (1) Definitely the main account.  (2) No logins or safeboot are not the culprits. 
    Whilst not earth shattering and hopefully 10.9.1 may solve the problem, I would be very grateful if anyone could add any further possible problem areas to look at or suggest possible further solutions. 
    <Email Edited By Host>

    Hey there, sounds like you've done a lot of the groundwork already although it's not entirely clear what about the preference panes aren't working. There is further isolation that could be performed however if the issue is isolated to your user account as you mentioned then renaming the home folder library preferences, logging out and back in (preventing login items if any) and testing may give you the results you are looking for. If that works I would copy the files from the renamed Preferences folder *not replacing* existing files when prompted (of course if it doesn't work replace the existing Preferences folder with the original renamed Preferences entirely). The same type of troubleshooting also applies to the user library itself however please be careful about launching apps after renaming the ~/library or the contained prefs folder and before copying unaffected plists and/or supporting files back as unexpected results may follow (i.e. lost or missing data). Also if you are eligible for support (which you almost certainly are as you have very recently installed a new OS) I'm sure Applecare may help find a solution.

  • SQL tab not working in V2.1 EA1 for non-DBA users -- how to fix?

    In v2.1 EA 1 the tab to show the SQL script (DDL) in the object browser is not working for non-DBA users. In the prior version, these users would see a message about DBMS_METADATA and then the message would indicate that an "internal generator" would be used to generate the DDL script. After that brief message the DDL would show up as expected. This doesn't seem to be the case in the newest version.
    I issued the following two grants to a particular user which worked, but I am reluctant to issue the grants to "PUBLIC".
    SQL> grant execute on DBMS_METADATA to XXXXX;
    SQL> grant select_catalog_role to XXXXX;
    So, my questions are:
    1) Will the old functionality (that didn't require these privileges) be added to V2 at some point?
    2) What security implications are there for issueing the above grants to PUBLIC?
    NOTE: After granting execute on the DBMS_METADATA package, it still didn't work. I left that grant in place and granted SELECT_CATAOG_ROLE, so I can't say for sure that the 1st grant was required.
    Edited by: user615070 on Nov 19, 2009 9:30 AM
    Edited by: user615070 on Nov 19, 2009 10:06 AM

    An OEM account is separate from the database account. You need to use OEM UI to create an OEM account, however, for certain tasks to be done in the databases which OEM is monitoring they will also require separate database accounts within those databases. For example, to view the performance tab in OEM UI, a database account is required.
    OEM only has two types of users, i.e. Super Administrator and Administrator, but don't go by the names. You can grant an OEM 'Administrator' account access to specific targets and what they can do within OEM, such as only viewing reports, targets, and so on. For access within a database, the user created need not be a DBA either.
    I hope you understand.

  • Spry tab not working correctly after custom changes

    Hi,
    i have used Spry Widget for making tabs in Dreamweaver for one of my project. i have customize these tabs. every thing was working fine until i add the horizontal scrolling to tab by jquery. tabs are not working correctly they do not show the tab content. i am sure there is some linking issue. all this problem begin when i added a addition div within the spry div tags if i remove <div style="overflow: hidden;" class="sc_menu" > every thing start working fine but this div control the scrolling and its important to put there. please can any one guide me what i am doing wrong i have uploaded the project to my server. below is the zip file link to download.
    http://khurram.visbl.com/test.zip
    please let me know if someone having problem in downloading above zip file. also waiting to find a solution for above. hope anyone is here who knows the solution 
    Best - Khurram

    Sorry to disappoint, the structure of the tabbed panels is
    <div id="TabbedPanels1" class="TabbedPanels">
      <ul class="TabbedPanelsTabGroup">
        <li class="TabbedPanelsTab" tabindex="0">Tab 1</li>
        <li class="TabbedPanelsTab" tabindex="0">Tab 2</li>
      </ul>
      <div class="TabbedPanelsContentGroup">
        <div class="TabbedPanelsContent">Content 1</div>
        <div class="TabbedPanelsContent">Content 2</div>
      </div>
    </div>
    As soon as you change that structure, this widget (out-of-the-box) will not work.
    Gramps

  • Cross tabs not printing correctly

    I am making a report in crystal reports 2008 that has a cross tab.  When viewed in my crystal report viewer or exported it displays correctly, however whenever printing the margins on the right and left side of the page seem to bleed together.  Is this a known bug or can it be fixed by something I am doing either in the report or in the code for my crystal viewer.  Note: this only applies to wide spanning reports, not to subsequent pages.

    Please re-post if this is still an issue but search first, it's been answered

Maybe you are looking for

  • Populating OUT parameters when TOO_MANY_ROWS exception is thrown

    When I was trying to write code to test out today's PL/SQL challenge quiz, the behavior appears to depend on the table being queried. I can't figure out what attribute of the table drives the behavior (or if there is a different explanation for the b

  • Scanning image for restore

    How does one scan or imagescan a diskimage for Restore in Disk Utility? Hans

  • What happened to my NOTES after updating to Maverick

    When I upgraded to Maverick I can no longer  find NOTES   Where are they

  • ASM Security Mode

    The ASM Security Model. The available documentation is simply confusing. Isn't there a document available describing a real life setup with role segregation between Grid and Oracle installation accounts, as well as a separate Operator Account? Maybe

  • Weird behavior with JTextField with diff os

    When i enter text into JTextField indicating a newline with "\n" with jdk 1.3.1_08 in windows xp the newline character is detected. However, in Mac OS X with im guessing 1.3.1 the "\n" is not detected . . . What character should i use?