O need to know which of these product options are needed for Oracle Rac 11.2.0.4 service

Hi experts.

I see several options of product as * Olap * and Enterprise MAnager and I wonder who this product options are necessary for Oracle database Rac 11.2.0.4 to operate:

Col identifiant_composant format a9

Col State format a6

Col version format a11

Col ComputerName format a35

Select SUBSTR(comp_id,1,12) identifiant_composant, status, SUBSTR(version,1,10) version, SUBSTR(comp_name,1,40) comp_name FROM dba_registry ORDER BY 1;

AMD11.2.0.4.0 VALID OLAP catalog
APEX3.2.1.00.1 VALID Oracle Application Express
APS11.2.0.4.0 VALID OLAP Analytic Workspace

CATALOGUE VALID 11.2.0.4.0 Oracle database catalog views

CATJAVA 11.2.0.4.0 VALID Oracle database Java Packages

CATPROC 11.2.0.4.0 VALID Oracle database, programs and Types

CONTEXT 11.2.0.4.0 VALID Oracle Text

EMVALID 11.2.0.4.0 Oracle Enterprise Manager
EXF11.2.0.4.0 VALID Filter Expression of Oracle
JAVA VIRTUAL MACHINE11.2.0.4.0 VALID JServer JAVA Virtual Machine
ORDIM11.2.0.4.0 VALID Oracle Multimedia
OWB11.2.0.4.0 VALID OWB
OWM11.2.0.4.0 VALID Oracle Workspace Manager
RAC11.2.0.4.0 VALID Oracle Real Application Clusters
RUL11.2.0.4.0 VALIDATES the Oracle Manager rules
SDOVALID space 11.2.0.4.0
XDB11.2.0.4.0 VALID Oracle XML database
XML11.2.0.4.0 VALID Oracle XDK
XOQ11.2.0.4.0 VALID Oracle OLAP API

19 selected lines.

Maybe it's not the final answer, but it's a start...

The following options are not required for Oracle RAC:

AMD 11.2.0.4.0 VALID OLAP catalog
APEX 3.2.1.00.1 VALID Oracle Application Express
APS 11.2.0.4.0 VALID OLAP Analytic Workspace

CONTEXT 11.2.0.4.0 VALID Oracle Text

EM VALID 11.2.0.4.0 Oracle Enterprise Manager
ORDIM 11.2.0.4.0 VALID Oracle Multimedia
SDO VALID space 11.2.0.4.0
XOQ

11.2.0.4.0 VALID Oracle OLAP API

This should be a start.

Note that some of the above may be required by your applications.

See you soon,.

Brian

Tags: Database

Similar Questions

  • I hope you can help me.  I bought adobe captivate 8 online and when I click the e-mail link for download, it comes up with 7 programs, some are 64-bit and some are not, my computer is 32-bit.  I don't know which of these 7 to download?  All or just

    I hope you can help me.  I bought adobe captivate 8 online and when I click the e-mail link for download, it comes up with 7 programs, some are 64-bit and some are not, my computer is 32-bit.  I don't know which of these 7 to download?  All or just the 4 non 64-bit?

    I tracked down the problem with the download and installation, my windows 7 was missing a file and everything worked after reinstalling windows.  The first 32-bit program in their list was used.  I hope this can help others.

  • How will I know my ket of product from the ID for a Windows7pro?

    How will I know my ket of product from the ID for a Windows7pro?

    I have format my pc and I forgot to write product key and I have only the idproduct.

    Original title: Protuct ID

    Unfortunately, if you have formatted the computer, there is no way to know or the recovery of the product key.

    Lost or misplaced product key (certificate of authenticity)

    http://support.Microsoft.com/kb/824433

    How to get a replacement product key?

    To replace a Microsoft product key, you must contact Customer Support and Microsoft. To locate the phone number, visit the following Microsoft Web site:

    http://support.Microsoft.com/default.aspx?scid=fh; EN-US; CNTACTMS

  • need for speed race, CONFUSED, STUCK ND FRUSTRATED

    Hello evry one / body, first of all, I use a laptop of hp 635 [windows 7starter], pls I need your help, I had to buy nd installed need for speed {race} when installing I had to download some slender thngs for installation [which I made] nd it installed correctly, but now the problem is that I start the game nd it shows only 1 page wth sign on the top right corner [i.e. showing loading] but He is never silent to the initial page loads, ive try troubleshooting with the recommended settings nothng compatibility settings again, try troubleshooting wth the manual, but it does not display my particular problem in d, report the problem nd options go online to look for a solution option baffles me as I cnt get the hang of it yet , plssssssssssssss someone out thre helppppppppppppppp can

    "I had to download some slender thngs for installation [which I made].

    And what to download to do an installation of game?
    Whatever they are, this laptop is not a capable gaming machine-

    "Stock quote"Notebook"review-
    "Play the games of the HP 635 LH416EA #ABD is limited.
    Graphics and GPU intensive games was not pleasant or unplayable.
    After waiting an eternity for "Maf * one II" (to load I guess) for example, we have not found that
    5 frames per second (fps).
    'FIFA 11' is best, at 55 fps in low resolution (800 x 600), but with higher resolutions.
    gameplay has dropped to zero.
    Try to start 'Drift 3' (perhaps a typo in - DIRT 3?) always rewarded with a crash. ».

  • Need for speed race are played without internet

    can I play need for speed without internet

    Hello

    You can run the game without the internet; If you want to play multiplayer online, then you need to have internet. For more information I suggest you to contact the EA game support.

    http://help.EA.com/en/need-for-speed/need-for-speed-the-run

  • How can I know which page of a document are an external reference using ExtendScript?

    Hello

    I want to know on what page in an external document XRef can be found. Y at - it a simple way to manage this using ExtendScript? The FrameScript equivalent is XRef.Page.PageNumString.

    Thank you in advance.

    Here's the function changed, which now requires an object doc as the second parameter.

    function getPage (obj, doc) {
    
        var frame = 0, cell = 0;
        var objType = "", prop = 0;
    
        while (obj) {
    
            frame = obj;
            objType = obj.constructor.name;
    
            switch (objType) {
                case "SubCol" :
                    obj = obj.ParentTextFrame;
                    break;
                case "Tbl" :
                    obj = obj.FirstRowInTbl.FirstCellInRow;
                    break;
                case "Row" :
                    obj = obj.FirstCellInRow;
                    break;
                case "Cell" :
                case "Pgf" :
                case "AFrame" :
                    obj = obj.InTextFrame;
                    break;
                case "TextLine" :
                case "TextFrame" :
                case "UnanchoredFrame" :
                case "Arc" :
                case "Ellipse" :
                case "Group" :
                case "Inset" :
                case "Line" :
                case "Math" :
                case "Polygon" :
                case "Polyline" :
                case "Rectangle" :
                case "RoundRect" :
                    if (obj.FrameParent.ObjectValid()) {
                        obj = obj.FrameParent;
                    } else {
                        obj = 0;
                    }
                    break;
                case "XRef" :
                    prop = doc.GetTextPropVal (obj.TextRange.beg, Constants.FP_InTextObj);
                    var obj = prop.propVal.obj;
                    break;
                default:
                    // Prevent endless loop if unknown object type is found.
                    obj = 0;
                    break;
            }
        }
        if (frame) {
            return frame.PageFramePage;
        } else {
            return 0;
        }
    }
    
  • 6.1 LR, cloud not PC, Windows 7 64 bit version.  Under the selective brush, there is no cursor "Black or white", although these cursors exist in ACR.  I prefer LR as my post processing of starting point and I was wondering why these two options are missin

    I was hoping someone in this forum would have some tips. Thank you very much.

    The stand-alone version of LR receive these new features (until LR 7 comes out). Only the cloud of Lightroom version gets new features as they become available.

  • What upgrade options are available for windows 7. ? Please guys help me I want to know,

    Hellou guys... am a student and I have worked in the process of upgrading to Windows 7, is seeking for your help (to find out what upgrade options are available for windows 7?)

    Hello

    upgrade to windows 8.1 and windows 10 available

    Start by checking the compatibility and system requirements.

    You can check the links below

    http://Windows.Microsoft.com/en-us/Windows-8/upgrade-from-Windows-7-tutorial

    http://Windows.Microsoft.com/en-us/Windows-10/upgrade-to-Windows-10-FAQ

  • Which groups of security/permissions are necessary for access to the API?

    I have a user account API that belongs to the user "API" and "Everyone" security group.

    I get the following error during the processing of the API calls:

    [{"type": "PermissionError", "missingPermission": "read", "objectId": 130, "objectType": "Eloqua.API.REST_1_0.Contracts.Assets.Emails.Email"}]

    What security groups the user API must join in order to get this information?

    Nick,

    Advanced users - Marketing is also required.  Just give a try.

  • New on the need for Oracle Application Testing Suite Userguide

    Hello

    I am new to Oracle Application Testing Suite have to use Oracle Application Testing Suite 9.2 for Loadtesting.

    Is could someone please tell me where can I find the reference guide for Installation as well as Oracle Application Testing Suite Loadtesting.


    Thank you
    REDA

    Hi reda,.

    There is a link to the documentation here-

    http://www.Oracle.com/technetwork/OEM/app-test/index-084446.html

    Kind regards
    Jamie

  • Way to know which component is called a function

    Hi all.

    I think I saw a way to know which component is called a function. For example, lets say that I have two datagrids, each with a similar list from items in a database, but with of different ComponentID. A datagrid control ID is dg1, and the other is dg2. I remember having seen a way to NOT have to hard code each dg ID in the service, but to recognize which component calling the function. In my view, that it was something like 'thisComponent' or "theComponent" or something like that.

    So, if I click on an item in a list, I call the getComponentDetails() function.

    private function getComponentDetails (): void {}
    var setComponentID = thisComponent.selectedItem.ComponentID;

    ... use now to get the data from the database and send it to the Manager of...
    }

    Anyone know what it was / is or someother way to do this.

    Thank you. Gary

    Well, it seems that the answer is event.currentTarget.selectedItem.ComponentID. Hope this helps you to someone else.

    Gary

  • Need to understand the basics of Oracle RAC and grid technology, for training

    I need to understand the infrastructure Oracle RAC and grid, a manager / training perspective.

    I see links here and here , so a few questions:

    -What is the fundamental difference from the layman's point of view (for example, a Manager)?

    -What training options are available for a generic 11g DBA to learn this new technology? I've seen this course from a partner of Oracle ("" courses: Oracle 11 g: RAC and Grid Infrastructure Administration accelerated Release 2 ""), to a boat load of money, during 5 days I think. So we are looking for something a bit more reasonable (and accessible), for example, books, online, etc.

    WM Peck 1958 wrote:

    I need to understand the infrastructure Oracle RAC and grid, a manager / training perspective.

    I see the links here and here, so a few questions:

    -What is the fundamental difference from the layman's point of view (for example, a Manager)?

    -What training options are available for a generic 11g DBA to learn this new technology? I've seen this course from a partner of Oracle ("" courses: Oracle 11 g: RAC and Grid Infrastructure Administration accelerated Release 2 ""), to a boat load of money, during 5 days I think. So we are looking for something a bit more reasonable (and accessible), for example, books, online, etc.

    For a very basic definition, ACR is technology that is used by the database and IM is the infrastructure that makes the CAR work. In a response to the forum, this is probably all that can be said about the two. For a very long answer, you should read the links you cited.

    # 2, the course you are looking at is called accelerated because it combines two courses in one week training-RAC (4) and GI (3). So it's a day 7 curriculum that we would do in a 5 day course and who must justify its cost. But let me say, it's a really very good. But on the other side, it can be pretty intimidating to someone who does not already know these technologies. So I suggest that you send your team to each course individually and no doubt after doing some research. They can start to read the following books

    Pro Oracle Database 11g RAC on Linux

    https://www.mheducation.co.in/HTML/9781259004063.html

    And this link to doc,

    Online Oracle Database Documentation 11g Release 2 (11.2)

    Aman...

  • I need to know which connector is line in

    HP Pavilion a6742p desktop PC
    Serial number: [personal information]
    Product number: fq619aa

    I run Win7 home prem

    6 GB mem

    I'll try to record an audio cassette that I bought legally.

    I need to know which connector is line in

    My wife needs this song so she can practice it for a solo at the Church of broadcasting.

    I just need Uncle layout of the rear connectors.

    I got it as soon as I think, but can't find it because we moved.

    Any help appreciated.

    Hello:

    The port line is coded light blue color.

    We have a light red circle around him - Microphone

    We have a clear green circle around it - Audio Out

    We have a clear blue circle around it. -Audio (line) in

    n ° 8 in the image below.

    Figure 2: Rear i/o panel
  • I bought a laptop with a windows xp pro, I have the serial number, but I don't have the installation disc. How can I know which version I need? SP3 has not worked... at the moment I am testing SP1

    I bought a laptop with a windows xp pro, I have the serial number, but I don't have the installation disc. How can I know which version I need? SP3 has not worked... at the moment I am testing SP1

    I bought a laptop with a windows xp pro, I have the serial number, but I don't have the installation disc. How can I know which version I need? SP3 has not worked... at the moment I am testing SP1

    The serial number of the computer has nothing to do with the product key for Windows.

    What happened when you tried to install Xp with sp3? If you do not have the original for the computer that you use to install Windows?

    You can try to contact the manufacturer of the computer who may be able to provide the recovery disc. The disks are usually under $ 20.

  • Which of these programs do I need?

    Hello

    I installed and then uninstalled Visual Studio 2010 beta and it left a lot of programs on this list, but I don't know who. Which should I remove?

    None of them are necessary for normal usage of Vista.  If some programs that you need them, so I don't know what will happen to these programs, if these are deleted - but for a normal installation of Vista using ordinary programs (such as functions and things like that), none of them are required.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

Maybe you are looking for