Whats the importance of the choice of distribution?

I am using the (excellent) linuxdistribution Gentoo Linux. Now I wonder if this (and other) distribution lacks something that Redhat or SUSE has got, since those two distributions are the only ones that are beeing discussed.
In other words: will the ORACLE linux products work on any standard linux distro, or has it been customized for RedHat/SUSE?
TIA

personally not getting you ass kicked too hard by management when it goes wrong is quite high on my list so i'd say support contracts
suse and redhat have oracle specific versions
redhat advanced server has tuning and replication filesystems

Similar Messages

  • What is the importance of the tabs like vendor and customer in t.code md04

    Hi All,
    what is the importance of the tabs like vendor and customer in t.code md04? Could you please explain me...
    Thanks
    Krish

    Hi Krish,
    In MD04,you see requirement of material.
    Whenever there is Purchase order & Sales order created,you will find relevent Vendor & Customer name respectively when you go for Vendor & Customer tab. When you double click on Vendor It shows you details of Vendor.
    Just try & Check it.
    Hope this help you.
    Regards,
    Raja.
    Edited by: Raja on May 7, 2009 6:13 AM

  • The importance of the Hyper-V setting in BIOS

    What is the importance of the Hyper-V setting in BIOS?

    Hi Philosophiae,
    Could you clarify your question about the your question, I suggest you must want to know what the new “virtualized hardware of vm” in 2012R2 Hyper-V, you can refer the following
    KB to know the improvement in Hyper-V 2012R2.
    Understanding Generation 1 and Generation 2 Virtual Machines in VMM
    http://technet.microsoft.com/en-us/library/dn440675.aspx
    Generation 2 Virtual Machine Overview
    http://technet.microsoft.com/en-us/library/dn282285.aspx
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Phase import abap (problem in the import of the export)

    Hello!:
    We are doing the IMPORT of the EXPORT (for the CU&UC), and has appears the next error in the IMPORT ABAP PHASE:
    (GSI) INFO: vname    = "MSSQL                           "
    (GSI) INFO: hostname = "IBA3SAP\MIG                                                     "
    (GSI) INFO: sysname  = "Windows NT"
    (GSI) INFO: nodename = "IBA3SAP"
    (GSI) INFO: release  = "5.2"
    (GSI) INFO: version  = "3790 Service Pack 2"
    (GSI) INFO: machine  = "2x IA64 Level 31 (Mod 1 Step 5)"
    (DB) INFO: ACCTIT created
    (DB) INFO: ACCTIT~0 created
    Interface access functions from dynamic library dbmssslib.dll loaded.
    (IMP) INFO: ExeFastLoad failed with <2: BCP Commit failed>
    (IMP) ERROR: ExeFastload: rc = 2
    (DB) INFO: ACCTIT~1 created
    (DB) INFO: disconnected from DB
    M:\usr\sap\MIG\SYS\exe\uc\NTIA64\R3load.exe: job finished with 1 error(s)
    M:\usr\sap\MIG\SYS\exe\uc\NTIA64\R3load.exe: END OF LOG: 20080409193447
    Can you help me?
    Thanks and regards,
    Alfredo.

    IMPORT_MONITOR.LOG
    ERROR: 2008-04-09 19:34:48 com.sap.inst.migmon.LoadTask run
    Loading of 'ACCTIT' import package is interrupted with R3load error.
    Process 'M:\usr\sap\MIG\SYS\exe\uc\NTIA64\R3load.exe -i ACCTIT.cmd -dbcodepage 4103 -l ACCTIT.log -loadprocedure fast' exited with return code 2.
    For mode details see 'ACCTIT.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: 2008-04-09 19:53:03 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL1_34' import package is interrupted with R3load error.
    Process 'M:\usr\sap\MIG\SYS\exe\uc\NTIA64\R3load.exe -i SAPAPPL1_34.cmd -dbcodepage 4103 -l SAPAPPL1_34.log -loadprocedure fast' exited with return code 2.
    For mode details see 'SAPAPPL1_34.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: 2008-04-09 22:08:11 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL1_67' import package is interrupted with R3load error.
    Process 'M:\usr\sap\MIG\SYS\exe\uc\NTIA64\R3load.exe -i SAPAPPL1_67.cmd -dbcodepage 4103 -l SAPAPPL1_67.log -loadprocedure fast' exited with return code 2.
    For mode details see 'SAPAPPL1_67.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: 2008-04-10 08:22:35 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL0_17' import package is interrupted with R3load error.
    Process 'M:\usr\sap\MIG\SYS\exe\uc\NTIA64\R3load.exe -i SAPAPPL0_17.cmd -dbcodepage 4103 -l SAPAPPL0_17.log -loadprocedure fast' exited with return code 2.
    For mode details see 'SAPAPPL0_17.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

  • What to import in the JSP file??

    I want to use jsp and xsl to convert xml to html in order to display the file. But I come across a problem, I don't what should be import into the jsp file. Should I import these? <%@ page import="org.xml.sax.*" %>
    <%@ page import="org.apache.xalan.xslt.*" %>
    Since I'm not very good at this field, can anybody give me some suggestion to hlep me to work it out?
    thanks~

    One thing is sure. Whatever the classes you are going to use, need to be imported in your Jsp.
    There is no need for different import statements. You can write in a single import statement (comma separated).
    So, forget about the import statements and do your coding, finally you can look at the code and decide what classes (packages) you need to import.
    I think you need to import
    org.xml.sax.*;
    org.xml.sax.helpers.*;
    import javax.xml.parsers.*;
    Hope this helps.

  • How do I import an existing cell number to SAMSUNG GUSTO 3 - Verizon Prepaid?  What number do I call?  Do I activate first and then request the import via the new Verizon (not wanted cell number)?

    The enclosed ACTIVATION & USE MANUAL is very limited.  It only tells you how to activate the phone after inputting a zip code.  On the web there are many contact numbers for customer service but ALL REQUIRE a Verizon cell number. 

    A friend I know had this issue and was told to activate the phone first and then call *611. You also can dial from any other phone this number 1 888 294 6804 and choose 1.  They both can handle the tranfer without any problem.

  • About the import at the page Tag

    When i import some package at the Page directive, i still need to put the complete path to the class im planing to use. Example
    <%@ page import = "pac.ImportedClass"%>
    if i try to use it like this
    <jsp:useBean id = "b" scope = "page" class = "ImportedClass"/>
    it woun�t work
    Cam please somebody explain what is that page import for?

    page import affects scriptlets, not custom tags.

  • Where is the "Import" and the Tools

    Every three or four months I take LR4 out of mothballs, try it, and then put it back in mothballs. I click Library and can't find images and/or the "Image" button; if I import images, voila, suddenly the screen changes and the tools which were on the previous screen disappear when images appear for which they are needed.
    Good ol' ACR gets the job done for me every time. The LR4 flim-flam interface just doesn't work for me.
    MacBook Pro 15"
    4GB
    1T HD
    OSX 10.8.3

    I would agree with Rikk about the tv.adobe.com video tutorials.
    There is also some very good information here:
    http://helpx.adobe.com/lightroom/help/learn-lightroom.html
    http://help.adobe.com/en_US/lightroom/using/WSC9E4E6EC-CF8D-4775-ABFD-F7D614FCB892.html
    Also, when you have LR open and in the Library Module, click Help and select the second item down -- Library Module Tips.  Clicking through the tips may help you understand the Library panels.
    John

  • What are the important views or field in vendors master record

    All,
    We are converting two different companies into our SAP.  We are at blue printing stage.  I was assigned to gather vendor master data requirements in SAP.  I sent them all the fields that we are currently using in SAP.  I sent them a template of General, Company code data and purchasing views.  The legacy team is coming to meet with our it team one to one to discuss the importance of the fields.  Now my team manager asked us to submit a presentation about all the questions we should be asking the legacy team as well as the important information we should be discussing from SAP point of view.  Can someone guide me here please.  It's important.  
    Thanks,

    Hi The task is pretty simple. You would need to create a mapping from the legacy data to SAP data. You would go through every field of the legacy data and identify which field it will map to. there is nothing like important field. Ideally you would get all the fields. Identify the recon account that the vendors should go to.
    Hope this helps
    Points will be appreciated.
    Regards,
    Zaid Azam

  • Till now Aperture worked well in mavericks, "suddenly?" the import of raw files from Nikon D700 is no more supported, only jpg's are accepted. Any idea what happened?

    Aperture (3.5.1)  worked very well in Maverick (OSX 10.9). After having worked on pictures, "suddenly" messages poped up saying that "his os not a supported format" and the thumbnailpicture became black. Since then Aperture does no more accept the import of the Nikon D700 raw format (NEF); omnly jpg is accepted.
    I'm very puzzeled, can you help?
    Thanks,
    Felix

    Thanks, Felix. A tiny bit of RAW finetuning such as sharpening also helps.
    But I also just discovered several other weird and unpredictable effects:
    image viewer => right click on image => menu appears => another click on image => menu disappears and image is displayed as rotated by 180 degree
    image viewer => right click on image => menu appears => edit with plugin => image is displayed as rotated by 180 degree => plugin opens => cancel plugin => image is rotated to normal again
    another image got flipped horizontaly somehow.
    or weird effects like this:
    Something must be seriously wrong on my Mac.
    (sorry for pirating this thread...)

  • What is the importance of Only One Business Partner Allowed

    Hi all,
    We know that the Relation between BP and Contract account is :
    1 BP : n CA.
    If the above relation is true, I would like to know the importance of the configuration "Only One Business Partner Allowed" in the below path:
    Financial Accounting(New) >>Contract Acounts and Recievables>>Basic Functions >>Contract Accounts >>Field Modifications>>Configure Field Attributes for Contract Account Category.
    If we don't check the field for "Only One Business Partner Allowed" , Does it contradict to the 1BP : n CA relation ?
    Regards,
    Sai
    Edited by: kantesai on Aug 10, 2011 10:35 PM

    n BP : n CA relation is possible.
    One BP must be account holder from all BPs of CA. Rest of BPs can be Alternate Account, Spouse etc.
    Please check table FKKVKP from technical perspective, as both BP and CA are primary key. If it was 1 BP : n CA then there would have only VKONT been as primary key.
    Thanks,
    Murtuza

  • I am trying to use the new plug-in for import from aperture. But the "import" button always disappears ... any help out there?

    Hi there
    I have up-dated LR to the latest version and like to use the plug-in for the import from the Aperture library. I follow the steps suggested by an article, have saved all picture into separate folders (folder = project name) and still, after the analysis of the library, the "import" button disappears and I am stuck and can't import.
    Any ideas what can be done/must be done to get this working?
    Regards
    Diethard

    I am having the same issue, i've selected my Aperture library, and the "import" button does not activate.  Any idea how to fix? 

  • Please help me to the importance

    Please help me to the importance of the maximum
    I've gone my surprise I do not know what happened please help me restore it because there is important information in the field concerned with the practical world, I have not done any deleting Note
    I hope you help me to the importance of???? 

    Please help me all my notes suddenly disappeared from icloud iphone and I do not know what happened
    I would like to restore the importance of
    أرجو مساعدتي اختفت جميع ملاحظاتي فجائة من icloud  و iphone  ولا اعلم ماذا حدث
    واود  استعادتها للاهمية

  • Import button (the exclamation point) is disabled in Import manager toolbar

    Hi,
    I am working with MDM and loaded catalogue into MDM import manager. I did Mapping fields/Values and table mapping in Import status tab shows "Filed mapped 30 of  30". But the Import button (the exclamation point) is disabled in Import manager toolbar to import this to data manager.
    Thanks
    Suri

    Hi Suri,
    Please refer my article "SRM-MDM Catalog Setup - Ready Reference".
    The SDN link is attached below
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/806f3d56-0d29-2d10-9abf-c0df6f0fdfe8?quicklink=index&overridelayout=true
    Kindly refer "Import of supplier catalog" section.
    Hope this helps.
    Regards,
    Vikas

  • [JAXB] Multiple imports in the root node

    Hello,
    I use JAXB and am doing this scenario : unmarshalling an XML document created manually, and automatically marshalling another from the generated Java code.
    This is a multiple schemas / multiple imports issue.
    I would like the 2 XML documents to be similar, but in the first one, I get :
    <?xml version="1.0" encoding="UTF-8"?>
    <aaa:first xmlns:aaa="http://aaa" xmlns:bbb="http://bbb">
    </aaa>
    and in the second :
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <aaa:first xmlns:aaa="http://aaa" xmlns:ns1="urn:abc" ...>
    <bbb:second xmlns:bbb="http://bbb">
    </bbb>
    </aaa>
    So, how is that possible to import multiple namespaces (xmlns) in a single node please ? It seems that JAXB does the import only when needed, and won't group all the imports in the root node.
    (moreover, how can I disable the "standalone" attribute in the header of the generated XML document please ?)
    Thanks in advance.

    Ok, I found a solution to get all namespaces placed in the root of the generated XML document : one have to implement a NamespacePrefixMapper
    marshaller.setProperty("com.sun.xml.bind.namespacePrefixMapper",new NamespacePrefixMapperImpl());and redefining its ' public String[] getPreDeclaredNamespaceUris()' method.
    For now, the problem is that namespaces declared there are somehow static. In fact, when unmarshalling Java objects from an XML document, it seems that this document namespaces are lost.
    Do you know a way these namespaces would be kept somewhere, associated with the unmarshalled object ? I need these namespaces in the case that I would create another XML file from it in the future.
    It's seems logical to keep this with the object, so did I miss something please ?

Maybe you are looking for

  • Copying photos from HD to IPOD

    IPOD Video: Hi new to the game...i am trying to copy imgaes (jpg's) from HD onto my IPOD. get that famous message "cannot write to or read". Help..apple dont seem to care..

  • Action script though batch client

    While importing data using Action Script, if we have properties with same label name which belongs to different namespaces, DRM is not able to identify which property it should actually point to. Generally when we run the script from UI, we manually

  • Master Page - Theme only applies to 'Owners' not Visitors

    Hi, I'd initially raised this as an issue in O365 forums but was pointed to here to help try and resolve the issue. Issue below: We have designed a new theme for our default site https://[tenant information was removed by moderator].sharepoint.com (n

  • Capture E4406 EVM measuremen​t screen

    Hi distinguished NI engineers,            Nowadays , I attemps to setup EVM test in our lab. All seems ok except screen capture problem.From the E4406 programming manual ,this insturment supports screen capture functionality.            This commands

  • AppendBytes on mobile

    Hi, I'm working on a ShoutCast player in Adobe AIR. My code works very good on a Desktop machine with low CPU/ memory usage but uses a lot of CPU (18%) when run on a Android phone (HTC Desire). I discovered the bottleneck was the appendBytes api whic