Question about the packages for OS Linux

Hi all,
this is little weird question but I could not find the answer on net so trying to get some out here:
I need to have list of package requires for oracle (9.2.0.4 & 10.2.0.4) vesion for OS Linux
I know it is old versions of oracle but app and management requires this soon!! please guide!!
thanks

Hi,
Below note mentioned required packages
Requirements For Installing Oracle10gR2 On RHEL 5/OEL 5 (x86_64) (Doc ID 421308.1)
For oracle 9i, below packages are required
$ rpm –q make-3.79.1
$ rpm –q gcc-3.2.3-34
$ rpm –q glibc-2.3.2-95.20
$ rpm –q compat-db-4.0.14-5
$ rpm –q compat-gcc-7.3-2.96.128
$ rpm –q compat-gcc-c++-7.3-2.96.128
$ rpm –q compat-libstdc++-7.3-2.96.128
$ rpm –q compat-libstdc++-devel-7.3-2.96.128
$ rpm –q openmotif21-2.1.30-8
$ rpm –q setarch-1.3-1
Kernel parameters
Kernel
Parameter     Setting To Get
You Started     Purpose
Shmmni     4096     Maximum number of shared memory segments
Shmall     2097152     Maximum total shared memory (Kb)
Shmmax     2147483648     Maximum size of a single shared memory segment
Semmsl     250     Maximum number of semaphores per set
Semmns     32000     Maximum number of semaphores
Semopm     100     Maximum operations per semop call
Semmni     128     Maximum number of semaphore sets
file-max     65536     Maximum number of open files
ip_local_port_range     1024 - 65000     Range of ports to use for client connections
rmem_default     1048576     Default TCP/IP receive window
rmem_max     1048576     Maximum TCP/IP receive window
wmem_default     262144     Maximum TCP/IP send window
wmem_max     262144     Maximum TCP/IP send window
For more information kindly refer installation guide
Thanks,
Krishna

Similar Messages

  • Question about "BUSINESS PACKAGE FOR COMMUNICATION"

    We want to configure "BUSINESS PACKAGE FOR COMMUNICATION_50_4_5" for EP 6.0 SP2. We have imported mentioned package in our EP 6.0. There are no errors in logfile.
    In document "Transfer Collaboration Rooms from EP 5.0 to EP 6.0" (item 3.8) is described how we can create and configure systems for "Communication Framework", "Address Book Component", "Java Mail Connector" and "Mail Server", that was mentioned in documentation to "BUSINESS PACKAGE FOR COMMUNICATION_50_4_5".
    But we can't create those systems because portal's archives: "com.sapportals.pct.comm.systems" and "com.sapportals.pct.col.sync.systems" are absent in our system (System Administration > System Configuration > System > Portal Content. Right click on directory and select "New From Portal Archive").
    What we can do in this situation?

    Hi Slava,
    the Communication Package has been discontinued, it it not supported with EP6.
    For the Coll.Rooms you have to configure the Groupware Connector according to the Admin Guide.
    Hope this helps.
    Bye
    Christoph Schulz
    Freudenberg IT

  • I have a few questions about the warrenty for the iPhone 4

    I just called technical support and they said since the vibrate on my phone is broken, they would send me a used phone, no cost to me. However, I have to send back my current phone and they said if they find out that I was the reason the phone is broken that they would have to charge me $300 for sending me the used one.
    How could they know if it was my fault? As far as I know the vibrate just stopped working one day. What would have to be wrong with the phone for them to be positive that it was my fault? If they do come to the conclusion that it is my fault, how do they charge me? Can I cancel the order for the new one and just keep my old one?
    My phone has minimal scratches on it, looks like it is practically brand new. If i receive the replacement phone tomorrow and change my mind, can I send it back with the prepaid label they send me?
    Sure I would love a phone with vibrate in working condition but if it is going to cost me $300, I can deal without it.

        @Dougnvic, no need to worry because I'm here to help! The vibrate function is very important especially when you're in a situation where you cannot have the ringer turned on.
    If we replace your phone through the warranty you are only charged for the equipment if there is any damage on the phone. The normal wear and tare is expected and you will not be billed for the phone because of these scratches.
    Once the phone is received it is inspected for any physical or liquid damage. If damage is found you are then billed for the phone and the charge will appear on your bill. You will also receive a text message advising you of the charge. Once you are billed the charge cannot be removed even if you return the replacement.
    If you change your mind and do not want to have the phone replaced you can just return the replacement once you receive it and keep your current phone. Just use the prepaid return label that will be inside the box of the replacement.
    If you are sure there hasn't been any damage then there is nothing to worry about. You will not be charged. You can also take the phone into a store and have a store representative take a look at the phone before you return it, if that makes you feel better.
    John B
    Follow us on Twitter @VZWSupport

  • Question about the requirement for goods issue from a delivery (VOFM)

    Dear all
    ※Please note that this is related to the credit limit check.
    I am trying to set up the SAP system, so that if the maintenance contract (rental document) is billed at least once,
    the system would allow the user to bill the customer regardless of the credit usage (ex. 150%).
    So I created the following routine for the credit check (in VOFM).
    IF XVBAK-AUART = 'ZMZZ'.    --> Please note that ZMZZ is the document type of our rental document
       LOOP AT XFPLT.
           IF XVBUK-FKSAK = 'B' or XVBUK-FKSAK = 'C'.
    We will not do any credit limit check for this item line.
                MOVE CHARX TO BYPASS-SECURITY.
                MOVE CHARX TO BYPASS-STATIC_LIMIT.
                MOVE CHARX TO BYPASS-DYNAMIC_LIMIT.
                MOVE CHARX TO BYPASS-DOCUMENTVALUE.
                MOVE CHARX TO BYPASS-CRITICAL_FIELDS.
                MOVE CHARX TO BYPASS-REVIEWDATE.
                MOVE CHARX TO BYPASS-OPEN_ITEMS.
                MOVE CHARX TO BYPASS-OLDEST_OP.
                MOVE CHARX TO BYPASS-DUNNING_LEVEL.
                MOVE CHARX TO BYPASS-USER1.
                MOVE CHARX TO BYPASS-USER2.
                MOVE CHARX TO BYPASS-USER3.
                EXIT.
          ENDIF. 
               EXIT.
       ENDLOOP.
    ENDIF.
    Now, with the routine above, it became possible to bill customers regardless of the credit usage.
    However, when we try to ship (posting goods issue) the item for that maintenance contract, when the credit usage exceeds 100%, the system rejects it with the error message below.
    <Error message>
    Static credit check: credit limit exceeded
    Now, I want to set up the system, so that if the posting goods is for the item which satisfies the following condition,
    the system would not reject the posting due to the error above.
    <condition>
    1. The item is for the maintenance contract which was billed at least once --> this means that this is not a new contract
    ※Please note that for new maintenance contracts (which is not billed even once),  the system should not allow to post goods 
       issue if the credit usage exceeds 100 %.
    I looked into VOFM, and found out that we are using the following routines for posting goods issue.
    <system routine>
    13
    <user routine>
    113
    But I didn't know where the error (Static credit check: credit limit exceeded) came from.
    Could you tell me how to find (or where to modify) a location where I can make the modification in order to
    satisfy our requirement?
    Thank you very much in advance

    Dear all
    I was able to solve the problem by setting up the credit check routine for delivery notes, and assign it for "No credit check" field
    in the automatic credit control (OVA8).
    So, thank you for your help, everyone
    Takashi

  • I have a question about the downloads for CS4.

    I had to go back to CS4 Master Suite after my card was deactivated, because adobe got hacked and my credit card was compromised. Since I was in the middle of traveling and I'm still in a bad situation, because of it I am still on CS4. Which sucks for my workflow now.
    Well, anyway... Sorry, still very frustrated.
    When all that happened I had to download CS4 Master Suite from your site, because the disks are not with me. Photoshop continuously shutdown on me. If I attempt to move a layer up or down in the layers panel it froze and shutdown every freaking time. After Effects and Premier Pro could not export or render anything. Illustrator did what it's supposed to do most of the time. Photoshop, Illustrator, After Effects, and Premiere Pro are the only programs I use really. They are essential to my freelance work and I have had to turn away projects ever since this whole ordeal started last year.
    About a month ago removed CS4 and downloaded Creative Cloud again, because I thought I was in a place were my bank could send me a card. Some how I received another monthly trial and everything was awesome again while I waited for my card. My card didn't come. The trial ended and now I'm right back to not being able to integrate with Cinema 4D and so on. Now that is not your fault. So, I'm not going there.
    I did, once again, download the install file for CS4 Master Suite and install the same programs. They are just as problematic as they were the first time I used the .dmg file from your downloads site.
    Now I know you are far away from CS4, but that is what I am on until I can get back to the US and get another card, because you don't accept paypal or anything else.
    Is there anyway I can get an actual proper working install of CS4. I can work around all the features I lost if I can get a download that actually has everything it's supposed to have in it. I do not pirate software, which is why I went backwards. So, please, please, please, please do something about that .dmg that doesn't have everything need to make the program work properly.
    Thank You,
    From

    Your technical issues have zero to do with the installers. Whatever is at play is rooted on your system, but you have not provided any specific system info nor crash logs. Pardon me, but "Photoshop is crashing" is a useful as my 88 year old grandma telling me her phone doesn't work...
    Mylenium

  • QUestion about the Explorer for Data Files on Zen X

    I would like to put some of my school document files and architectural drawings onto the Zen Xtra as a Hard Dri've, but do I need to install the CD that came with it before I can actually put files onto it's

    Hey,
    Unfortunately, the Zen does not show up as a dri've when you plug it into the computer (it's not just the xtra, the touch doesn't either), I understand the plight that you're going through. You will need to use the intallation disk to install Nomad Explorer because you can do a transfer like that. I shows up as an item in my computer, Once it finds the player there will be a music folder and a data folder, just open the data folder and drag and drop. Hope this hel
    ps.
    I have a school laptop where all my files are but unfortunately I don't have admin rights so I can't intall the software/drivers so I use my home network and cds as well as my flash dri've to move any new files over to my home desktop to transfer to my zen. It works well for a weekly backup, that sort of thing...Sorry but you'll have to use the install disk. As long as your an admin, no prob.
    Wilco
    Note: if you don't have the install disk visit Nomadworld.com and you can download Nomad ExplorerMessage Edited by wilco99 on 0-9-2005 09:54 PM

  • Question about the Filter type for the trace provide "Microsoft-Windows-Kernel-File"

    Hello all,
    I have moved this question from the Windows
    Server General Forum accorfing to the suggestion from Mr. Justin Gu 
    I have a question about the Filter function for the trace provider "Microsoft-Windows-Kernel-File".
    I can find the Filter function with the following operation.
    Mr. Justin Gu wrote:
    > You create a Data Collector Set for the trace provider "Microsoft-Windows-Kernel-File" and finish completely, then you > can right click it and select Properties.
    In the Properties dialog box, click Filter and
    then select ‘Edit…’. You will be> able
    to see the Filter type and Filter data in the Filter dialog box.
    What
    Kind of Filter can
    I use in this Filter dialog box?
    And, how can I set to exclude the some kind of datas?
    Could you give me your suggestion?
    Thank you.

    What
    Kind of Filter can
    I use in this Filter dialog box?
    And, how can I set to exclude the some kind of datas?
    Could you give me your suggestion?
    Thank you.
    I'm looking for the same information.

  • Hello my company Favorites I would like to first thank you for this wonderful program I have a question about the program. How can I Arabization program In your response to the spread accept me thanks and respect

    Hello my company Favorites I would like to first thank you for this wonderful program I have a question about the program. How can I Arabization program In your response to the spread accept me thanks and respect

    Hi ,
    You might want to refer the following link to find your serial number and activate your software .
    Here is the link for the same.
    https://helpx.adobe.com/x-productkb/global/find-serial-number.html
    Let us know how it goes .We'll do the best possible to get your issue fixed.
    Regards
    Sukrit Dhingra

  • Hi, I have answered no to the question about saving password for one spesific site. I have changed my mind and would like Firefox to save the password. How do I reactivate the password saver for one spesific site?

    Hi, I have answered no to the question about saving password for one spesific site. I have changed my mind and would like Firefox to save the password. How do I reactivate the password saver for one spesific site?

    Check exception list of your Firefox password Manager and check if your site is there or not?
    * http://kb.mozillazine.org/User_name_and_password_not_remembered#Password_Manager_settings

  • A question about the impact of SQL*PLUS SERVEROUTPUT option on v$sql

    Hello everybody,
    SQL> SELECT * FROM v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE    11.2.0.1.0  Production
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    SQL>
    OS : Fedora Core 17 (X86_64) Kernel 3.6.6-1.fc17.x86_64I would like to ask a question about the SQL*Plus SET SERVEROUTPUT ON/OFF option and its impact on queries on views such as v$sql and v$session. Here is the problem
    Actually I define three variables in SQL*Plus in order to store sid, serial# and prev_sql_id columns from v$session in order to be able to use them later, several times in different other queries, while I'm still working in the current session.
    So, here is how I proceed
    SET SERVEROUTPUT ON;  -- I often activate this option as the first line of almost all of my SQL-PL/SQL script files
    SET SQLBLANKLINES ON;
    VARIABLE mysid NUMBER
    VARIABLE myserial# NUMBER;
    VARIABLE saved_sql_id VARCHAR2(13);
    -- So first I store sid and serial# for the current session
    BEGIN
        SELECT sid, serial# INTO :mysid, :myserial#
        FROM v$session
        WHERE audsid = SYS_CONTEXT('UserEnv', 'SessionId');
    END;
    PL/SQL procedure successfully completed.
    -- Just check to see the result
    SQL> SELECT :mysid, :myserial# FROM DUAL;
        :MYSID :MYSERIAL#
           129   1067
    SQL> Now, let's say that I want to run the following query as the last SQL statement run within my current session
    SELECT * FROM employees WHERE salary >= 2800 AND ROWNUM <= 10;According to Oracle® Database Reference 11g Release 2 (11.2) description for v$session
    http://docs.oracle.com/cd/E11882_01/server.112/e25513/dynviews_3016.htm#REFRN30223]
    the column prev_sql_id includes the sql_id of the last sql statement executed for the given sid and serial# which in the case of my example, it will be the above mentioned SELECT query on the employees table. As a result, right after the SELECT statement on the employees table I run the following
    BEGIN
        SELECT prev_sql_id INTO :saved_sql_id
        FROM v$session
        WHERE sid = :mysid AND serial# = :myserial#;
    END;
    PL/SQL procedure successfully completed.
    SQL> SELECT :saved_sql_id FROM DUAL;
    :SAVED_SQL_ID
    9babjv8yq8ru3
    SQL> Having the value of sql_id, I'm supposed to find all information about cursor(s) for my SELECT statement and also its sql_text value in v$sql. Yet here is what I get when I query v$sql upon the stored sql_id
    SELECT child_number, sql_id, sql_text
    FROM v$sql
    WHERE sql_id = :saved_sql_id;
    CHILD_NUMBER   SQL_ID          SQL_TEXT
    0              9babjv8yq8ru3    BEGIN DBMS_OUTPUT.GET_LINES(:LINES, :NUMLINES); END;Therefore instead of
    SELECT * FROM employees WHERE salary >= 2800 AND ROWNUM <= 10;for the value of sql_text I get the following value
    BEGIN DBMS_OUTPUT.GET_LINES(:LINES, :NUMLINES);Which is not of course what I was expecting to find in v$sql for the given sql_id.
    After a bit googling I found the following thread on the OTN forum where it had been suggested (well I think maybe not exactly for the same problem) to turn off SERVEROUTPUT.
    Problem with dbms_xplan.display_cursor
    This was precisely what I did
    SET SERVEROUTPUT OFFafter that I repeated the whole procedure and this time everything worked pretty well as expected. I checked SQL*Plus documentation for SERVEROUTPUT
    and also v$session page, yet I didn't find anything indicating that SERVEROUTPUT should be switched off whenever views such as v$sql, v$session
    are queired. I don't really understand the link in terms of impact that one can have on the other or better to say rather, why there is an impact
    Could anyone kindly make some clarification?
    thanks in advance,
    Regards,
    Dariyoosh

    >
    and also v$session page, yet I didn't find anything indicating that SERVEROUTPUT should be switched off whenever views such as v$sql, v$session
    are queired. I don't really understand the link in terms of impact that one can have on the other or better to say rather, why there is an impact
    Hi Dariyoosh,
    SET SERVEROUTPUT ON has the effect of executing dbms_output.get_lines after each and every statement. Not only related to system view.
    Here below what Tom Kyte is explaining in this page:
    Now, sqlplus sees this functionality and says "hey, would not it be nice for me to dump this buffer to screen for the user?". So, they added the SQLPlus command "set serveroutput on" which does two things
    1) it tells SQLPLUS you would like it <b>to execute dbms_output.get_lines after each and every statement</b>. You would like it to do this network rounding after each call. You would like this extra overhead to take place (think of an install script with hundreds/thousands of statements to be executed -- perhaps, just perhaps you don't want this extra call after every call)
    2) SQLPLUS automatically calls the dbms_output API "enable" to turn on the buffering that happens in the package.Regards.
    Al

  • A question about creating packages as local objects in ABAP

    Hi,
    I have a question about creating packages with SE80. Whenever I create a new package it is assigned a new transport request. After that, I can create new programs inside this package, and each time I can choose whether to assign the new program to a transport request or just save it as a local object (I often do this for test programs that I don't transport and I remove them once my tests have been done).
    What I would like to ask is that, is it possible to create a package (and not just programs inside a given package) as a local object? so that every new object created in this package will be considered as a local object?
    Thanks in advane,
    Kind Regards,
    Dariyoosh

    Thomas Zloch wrote:
    Please also check the F1 help for the package field e.g. in SE80, SAP standard is in range A-S and U-X, namespaces start with "/", so you should be save. I am using the T namespace for temporary stuff since a long time and did not have a problem so far.
    > Thomas
    >
    > P.S. this applies to the package name only, of course
    Thank you very much for this remark, I checked F1 help for the package field and in fact as you mentioned these ranges are for local objects.
    Once again, thank you very much for your help.
    Kind Regards,
    Dariyoosh

  • 3 questions about the evalution license ?

    Hi - I have some questions about the Weblogic Server Eval license.
    Before I start let me just say I'm not trying to rip BEA off, I just
    want to know what's possible.
    1. Firstly what happens after the 30 days does the server just not
    work or only work in a restricted form ? If restricted, how so ?
    2. I read that the eval edition will only access 3 unique IP
    addresses. I intend to have WL running on a RedHat linux box whilst
    the pages are served by IIS on a W2K box (both machines are on our
    internal LAN). Am I going to be able to do this with the eval license
    ? I'm not quite sure what the 3 IP addresses refer to ...
    3. Do I need anything super-strong in the way of a Linux box to run
    this on ? I've got an old Pentium with 32Mb of RAM in it. I can't see
    a "minimum spec" on the BEA site. Bear in mind it's not to do any
    "real" work just to give the thing a run around the block ?
    4. When the Eval license is dead what's the minimum amount a small s/w
    house would pay for a licence to develop under (US (or anywhere)
    prices will do I just want a ballpark).
    Sorry that was 4 questions ;-). I'd appreciate any information you
    have to share.
    Thanks
    Richard Shea.

    1)The server won't start if the license expires.
    2)The 3 unique IP'S refer to the number of clients that can access the
    server. It means that WLS will server requests coming from 3 different
    ip's at most. A request coming froma 4th client with a different ip will
    be rejected.
    3)I guess 32 MB's is relatively less The default scripts always use 64 MB
    exclusively for the JVM . Having 32mb RAM means that a part of it will be
    used by t he Operating System and other Applications. You might experience
    OutOfmemory errors and slow performance
    4)email [email protected] and they should be able to handle this
    Yeshwant
    Richard Shea wrote:
    Hi - I have some questions about the Weblogic Server Eval license.
    Before I start let me just say I'm not trying to rip BEA off, I just
    want to know what's possible.
    1. Firstly what happens after the 30 days does the server just not
    work or only work in a restricted form ? If restricted, how so ?
    2. I read that the eval edition will only access 3 unique IP
    addresses. I intend to have WL running on a RedHat linux box whilst
    the pages are served by IIS on a W2K box (both machines are on our
    internal LAN). Am I going to be able to do this with the eval license
    ? I'm not quite sure what the 3 IP addresses refer to ...
    3. Do I need anything super-strong in the way of a Linux box to run
    this on ? I've got an old Pentium with 32Mb of RAM in it. I can't see
    a "minimum spec" on the BEA site. Bear in mind it's not to do any
    "real" work just to give the thing a run around the block ?
    4. When the Eval license is dead what's the minimum amount a small s/w
    house would pay for a licence to develop under (US (or anywhere)
    prices will do I just want a ballpark).
    Sorry that was 4 questions ;-). I'd appreciate any information you
    have to share.
    Thanks
    Richard Shea.

  • How to use the Packager for iPhone ?

    Hi What`s up guys??
    I Download the Packager for iPhone and i can`t used this ?
    please help me and show me in picture how to use this.

    my question about http://labs.adobe.com/technologies/packagerforiphone/ package.

  • Question about the new Yoga 10 HD+

    Hi
    A few questions about the new Yoga 10 HD+ which I hope you can answer.
    I bought the old model last year. Loved the design and long battery time but a few major issues made me return it.
    Somewhere I read that it can't read NTFS over USB so I presume that's the same with an NTFS formatted microSD card?
    Can it read exFAT formatted microSD cards?
    Anyone observed issues regarding audio over bluetooth?
    (I know BT isn't exactly High End HiFi but the old Yoga 10 for some odd reason - most likely a driver issue which nobody cared to fix - sounded *much* worse with quite noticeably distortion while both my phone and a cheap noname tablet I have zero fidelity issues - no matter which of my bluetooth audio devices I tried aptX or not)
    So to avoid buying this only to return it too I really would like to see if I can have my questions answered before buying it.
    While I love the form factor and long running time the above issues are just two mayor dealbreakers to me. Bad audio quality = no joy listening to spotify, local MP3s etc. No NTFS or exFAT = no large movies.
    My old noname android tablet really could use an upgrade so I'm really curious whether this can be it or I should look at the competition and sacrify form factor and battery runtime.
    Thanks in advance.
    EDIT:
    If it's not supporting either NTFS or exFAT on the microSD have anyone tried ext3 and/or ext4?
    I mean with Androids Linux roots it should be a nobrainer to support at least when it comes to royalties unlike NTFS or exFAT where there *might* be some issues with Microsoft.
    Solved!
    Go to Solution.

    Thanks!
    OK. Seems I should just stay clear of this and look elsewhere
    Sony for sure I know support exFAT. I'm usure about Samsung. Odd it seems so hard to find out. File sizes of +4 GB should be taken for granted - it's not 199x anymore...
    Oh well. Wonder whether to just go for one from the competition or perhaps just save the money and wait until 64 bit catches on. Rumors is that the next Nexus 8 will be 64 bit... (I really don't expect an answer on this)

  • N00b question about the ABS

    Hey, I am new to Arch and I'm about to install it on my machine (used it a bit in a virtual machine) and I have a small nooby question about the ABS.
    According to the wiki: https://wiki.archlinux.org/index.php/Arch_Build_System
    "Running abs as root creates the ABS tree by synchronizing with the Arch Linux server."
    Does this mean that the ABS tree (not the package) is always downloaded from the official Arch Linux servers, never from any of the mirrors?

    jomasti wrote:
    ANOKNUSA wrote:makepkg is part of the abs package.
    You might be confusing that with makeworld. makepkg is included with pacman.
    Anyway, gregor, you are confusing the AUR with ABS. Although, what you are saying is still possible via the source files when looking up a package on https://www.archlinux.org/packages/. But with both, using a program or using the respective page is a personal choice.
    Yup, you're right.  My mistake.

Maybe you are looking for