How to specify the path for ar, gcc, etc...

Hello

According to Metalink Note: 416305.1 : Installation of oracle Applications and Notes of version 12 (12.0.4) for Linux (64-bit) upgrade

Software requirements
The following maintenance tools must be installed on all machines and their locations specified in the path of the account running a quick installation and the path on accounts that will hold the database layer and the application layer of file systems. (For all the Linux 64-bit operating systems.)

AR
CCG
g ++
Mrs.
LD
linux32
do
X display server

I did not understand this para, please tell me how to specify paths for these tools.

Hello

You must make sure that you can run these commands. Find the files and verify that the path is set your path.

To check your current path, issue of "echo $PATH".

To add a new path to your current path, issuing "export : $PATH.

Kind regards
Hussein

Tags: Oracle Applications

Similar Questions

  • How to specify the color for LR space?

    How to specify the color for LR space?

    chlonini said:

    How to specify the color for LR space?

    LR only uses the ProPhoto RGB color space. You cannot specify any other

    color space (work). When you export pictures, you can specify a

    different color space to convert. Or if you use an external editor.

    You can choose what color space to send to the external editor.

  • How to specify the tablespace for a India primary key in create table statement

    How to specify the storage space for a primary key index in a create table statement?
    Does the following statement is true?
    CREATE TABLE 'GPS'||TO_CHAR(SYSDATE+1,'YYYYMMDD')
                ("ID" NUMBER(10,0) NOT NULL ENABLE, 
                "IP_ADDRESS" VARCHAR2(32 BYTE), 
                "EQUIPMENT_ID" VARCHAR2(32 BYTE), 
                "PACKET_DT" DATE, 
                "PACKET" VARCHAR2(255 BYTE), 
                "PACKET_FORMAT" VARCHAR2(32 BYTE), 
                "SAVED_TIME" DATE DEFAULT CURRENT_TIMESTAMP, 
                 CONSTRAINT "UDP_LOG_PK" PRIMARY KEY ("ID") TABLESPACE "INDEX_DATA"
                 )            
                 TABLESPACE "SBM_DATA";   
    Thank you

    Published by: qkc November 9, 2009 13:42

    As orafad noted, you can use the documentation using ESCALATION clause, i.e.

    SQL> ed
    Wrote file afiedt.buf
    
      1  CREATE TABLE GPS
      2              ("ID" NUMBER(10,0) NOT NULL ENABLE,
      3              "IP_ADDRESS" VARCHAR2(32 BYTE),
      4              "EQUIPMENT_ID" VARCHAR2(32 BYTE),
      5              "PACKET_DT" DATE,
      6              "PACKET" VARCHAR2(255 BYTE),
      7              "PACKET_FORMAT" VARCHAR2(32 BYTE),
      8              "SAVED_TIME" DATE DEFAULT CURRENT_TIMESTAMP,
      9               CONSTRAINT "UDP_LOG_PK" PRIMARY KEY ("ID") USING INDEX TABLESP
    ACE "USERS"
     10               )
     11*              TABLESPACE "USERS"
    SQL> /
    
    Table created.
    

    Justin

  • How to change the path for the clause "where" with TIPS?

    I tried a loooot of positions and you have not found a solution for my case. I don't even know if it of possible or not. Is it possible to change the sequence of Oracle "Predicate Information"?

    Here is the my SQL and Oracle execution plan.
      SELECT Max(logId) AS logId FROM online_users_t 
      WHERE online_users_date >= to_date('2011-09-19 10:00:00') - 3.2 AND online_users_date <= to_date('2011-09-19 10:00:00') AND online_users_result in (1, -1)
      GROUP BY online_users_user
    
    ---------------------------------------------------------------------------------------------------
    | Id  | Operation                    | Name               | Rows  | Bytes | Cost (%CPU)| Time     |
    ---------------------------------------------------------------------------------------------------
    |   0 | SELECT STATEMENT             |                    | 24800 |   629K|  1336   (1)| 00:00:17 |
    |   1 |  HASH GROUP BY               |                    | 24800 |   629K|  1336   (1)| 00:00:17 |
    |*  2 |   TABLE ACCESS BY INDEX ROWID| ONLINE_USERS_T     | 38833 |   985K|  1334   (1)| 00:00:17 |
    |*  3 |    INDEX RANGE SCAN          | ONLINE_USERS_T_IDX |   116K|       |   313   (1)| 00:00:04 |
    ---------------------------------------------------------------------------------------------------
    Predicate Information (identified by operation id):
    ---------------------------------------------------
     
       2 - filter("ONLINE_USERS_RESULT"=(-1) OR "ONLINE_USERS_RESULT"=1)
       3 - access("ONLINE_USERS_DATE">=TO_DATE(' 2011-09-16 05:12:00', 'syyyy-mm-dd 
                  hh24:mi:ss') AND "ONLINE_USERS_DATE"<=TO_DATE(' 2011-09-19 10:00:00', 'syyyy-mm-dd 
                  hh24:mi:ss'))
    I have 2 terms in my article 'where' one is the date range, and the other is ' online_users_result in (1, -1)'. It seems that the Oracle filter the table using the ' online_users_result in (1, -1)' first of all, then access it by date range.

    What I want to do first is the table of filtering by using the range of dates followed by other things. How can I do?

    Any ideas or help would be very appreciated.


    Thanks in advance.

    It seems that the Oracle filter the table using the ' online_users_result in (1, -1)' first of all, then access it by date range.

    No it's not.

    What I want to do first is the table of filtering by using the range of dates followed by other things. How can I do?

    It is precisely what he does now.
    It uses the T_IDX index to quickly find all the lines meet the predicate of beach on the date column.
    And then to filter the lines to retrieve only those responding to the predicate else (... in (1, -1)).

  • How to set the path for download in Firefox on androud, I want to save to the sd card downloads

    none at this stage

    Downloads should be on the SD card. Using a 3rd party on the device file browser, the files should be in/mnt/SDcard/download or/mnt/SDcard/downloads. When mounted on your computer, X:\Download or X:\Downloads.

  • How to set the path of the report in a plugin for model

    I'm trying to figure out how to set the path of the report in a plugin process model. I can't find a way to have access to it. It seems this would be a reasonable thing to do since the plug-ins are for the treatment of the results. Does anyone know how to do this? We generally use the sequential process model, but I try to keep my plug-in as independent as possible.

    Thank you.

    If I understand correctly, you want your plug-in, when enabled, change the settings of all other instances of the report OR plugin as their reports share the same directory that your plug-in is configured to use.

    If so, your plug-in can access and change the settings of all other instances of plugin. All instances are passed to all the points of plugin entries in the subproperty of the plugins of the ModelConfiguration parameter table. You can browse this table. Any element of the array with an equal to "NI_ReportGenerator.seq" Base.SequenceFilename is an instance of the report OR plugin. Its report options are stored in the element under PluginSpecific.Options.

    You can change the report options to what you want. Note that the recall of the ReportOptions model is called from template-plugin Initialize entry point, then you might want to ensure that your changes are applied after that, so they are not replaced. To do this, you could make your changes in the Initialize entry point of your plugin and make sure your plugin runs last. To rotate the last, you can set the FileGlobals.ModelPluginComponentDescription.Default.Base.RunOrder in your file of plug-in with a value greater than 0, for example 1.0 (see Help for TestStand > Fundamentals > process template Architecture > plug-in for the model process Architecture > Structure of the plugin sequence files > plugin model of entry Points > Order Execution of Point of entry at run time).

  • By specifying the path network topology for flat files

    Hello

    It is possible to specify the path network for files in the topology.
    for example:-as we specify say d:\source, can here we specify as \\netwokmachine1\source?

    Thank you
    Mahesh

    YES. We can. It worked for me

  • How can I set the path for the layoff to Prem CC band?

    I have a new subscription to Prem CC and need to sack on DV tape.

    The settings I would like to import from tape and so the firewire connection is OK. The problem is, when I come to lay off the mounting tape, first disc recorder but the vision and sound aren't out to the recorder.

    In first CS5 there was formerly a section of playback settings as a drop down menu on the program monitor, but it's now just reading of resolution for the computer screen.

    Can someone tell me how to set the path to the drive?

    These images help?

    Jeff

  • How to specify the dragdrop function for an added list of dynamically?

    I enclose you dynamically a list item to a component of the canvas and the list to be able to accept items from other lists as a droppable. Due to the nature of my application, I create list when running and it cannot be created in mxml (since there is an undetermined number of these lists, which is known only at run time). My problem is that I can't find a way to set a custom function dragDrop on such an added list of how dynamic (I need such a function of error checking). I enclose the code for a version of my problem here.

    In this example, in the list below, I can drag the items to the first canvas and have my custom function executed but how would do the same for the second canvas? Flex Builder doesn't let me specify the property "dragDrop" of the List object. (My guess is I could have her labeled as something else?) I'm not sure.)

    Thank you very much in advance!
    Vineet

    list.addEventListener (DragEvent.DRAG_DROP, dragDropHandler)

  • How to read a file .xls to a situation identical to the sequence of the file without specifying the path?

    Hello

    I am trying to open a file .xls existing from the same location as the test sequence file. Can you TestStand search in the location of the sequence input file test file and then select the if present? Also, can we store the output file in the same place without specifying the path to the code?

    Example:

    Input.xls-> input file to the test sequence that must be read.

    Output.xls-> output file created by the test sequence.

    Test.SEQ-> the test sequence that reads Input.xls and creates Output.xls.

    If Test.seq and Input.xls are present instead of D:\Test\, the Test.seq code can be modified to pick up the Input.xls automatically without specifying the path? In addition, can Output.xls be created to D:\Test\ without specifying the path?

    Thank you

    Corinne

    Hi Isabelle,.

    Yes, this can be done. You can get the path to the current sequence file using RunState.SequenceFile.Path. Then find and remove the last '-' using the string functions to get just the path. You can then use this path to manage your files Input.xls and Output.xls.

    -Jack

  • Specify the path to file report with Expression

    TS201x help under "Specifying report file paths by Expression" talking with a number of macros various, but starts at the page that shows how to use FileGlobals also. When you specify the expression (... > specify the path file of report by Expression > Expression browser), I would like to combine macros with FileGlobals, but none of the FileGlobals are listed is available. The expression builder has access to the StationGlobals however, but not in the FileGlobals.

    Is there a workaround solution, or at least an explanation of this behavior?

    See you soon

    I think you found a bug in the documentation.  In the process of old models, you can use the FileGlobals of the process model as that sentence States.  Now that they moved to Plugins I don't think that this is no longer true.  You may need to go with a StationGlobal on it.

    Or you can cancel the ReportOptions recall and change the Parameters.ReportOptions.ReportFileSequentialModelExpression variable to include the information in your customer file.  So, basically, to define a placeholder in your expression in the dialog box options report.  Then in the callback to use the SearAndReplace method to replace the placeholder with the specific data.  It worked for me when I tested it.  The nice thing about this way, is that you don't have to manage the StationGlobals.

    Hope this helps,

  • Impossible to delete the "cannot find the specified file. Be sure to only specify the path and the correct name?

    For sum reason my computer just started to do the following when I try and delete a file or move a file from one place to the other.

    I am the administrator and the file is there.

    Failed to remove "" cannot find the specified file. Be sure to only specify the path name and filre coeerct.

    Help!

    Perry

    Hi KAD Rebar,.

    1. Did you the latest changes on the computer?
    2. When was the last time it was working fine?
    3. Are you having similar problem with all the files you are trying to move or remove it from the computer?
    4. You have security software installed on the computer?

    Method 1

    See the link below and run the Fixit tool available, check if it helps.

    Diagnose and repair Windows files and folders problems automatically

    http://support.Microsoft.com/mats/windows_file_and_folder_diag/

     

    Method 2

    If the previous step fails, then I suggest that you start the computer in safe mode and check if the problem persists.

    A description of the options to start in Windows XP Mode

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

    If the problem does not persist in safe mode, then it is possible that some third-party programs installed on the computer is causing the problem.

    I suggest that you put the computer in a clean boot state and check if it helps.

    To help resolve the error and other messages, you can start Windows XP by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts.

    See section to learn more about how to clean boot.

    How to configure Windows XP to start in a "clean boot" State

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

    Reset the computer to start as usual

    When you are finished troubleshooting, follow these steps to reset the computer to start as usual:

    (a) click Start, type msconfig in the search box and press ENTER.

    (b) If you are prompted for an administrator password or for confirmation, type your password or click on continue.

    (c) under the general tab, click the Normal startup option, and then click OK.

    (d) when you are prompted to restart the computer, click on restart.

  • my computer can't find the path for windows install what I do to get it back

    whenever I restart my computer, a box appears saying: it can not find the path for windows install and the box comes back to how to fix this

    Hi Billy,

    Try a clean boot (Vista and W7) http://support.microsoft.com/kb/929135. If the problem goes away then it's just a matter of tracking down the culprit at the origin of the problem. Follow the procedures described in the article. Once found, remove, delete, disable or uninstall. Once don't forget to reset your system back to the normal state, as described in the procedures. If the problem occurs in clean mode then just restore the system to normal and reboot - this solution will not work. If you are using XP, see http://support.microsoft.com/kb/310353 and http://support.microsoft.com/kb/316434.

    I hope this helps.

    Good luck!

  • How to specify the custom application BB10 WebWorks category

    How to specify the custom in BB10 WebWorks app category. If tried, but it seems that this does not work for me. What shoul I do it.

    Hello.

    I think the element of config.xml standard tag would be the rim: category, as in the example of documentation:

    
    

    but it seems not be supported yet for BB10. You can ask a question to the github repo, I think that the BB10 Packer must be at the right place.

  • How to find the path of a file

    Hello

    I have Windows 7 Starter.

    The search utility can be used to search for files by using the ' * ' wildcard, but unfortunately it does not show the path for no results.

    I would like to know how to find the path of a file of my choice.

    For example, I record a radio on the internet, which is then saved as "MP3". Now, I want to edit such a file, but I need to know where the file is actually stored. Simply access within a 'library' does not show me where the file is actually located.

    How to discover all paths where a particular file format?

    I hope to receive a response to this request.

    Kind regards

    Rayt333

    An option for the search utility see the paths for all of its results, would be useful.

    Hi Ray

    Overall view for the search folder for Detailsof Windows Explorer , by using the View Menu on the right side of the toolbar.

    Click on the last name column heading and select the folder item.

    If you do not see the folder item, click other, scroll and select the folder item. This will add the folder column.

    Use the left mouse button to drag the folder column to the left, next to the column name .

    Now, when you perform a search, the folder column will show the path of each file found.

    Concerning

Maybe you are looking for

  • When I hit + to open a new tab, I always get Yahoo. How can I stop this?

    When I click on the sign plus (+) symbol to open a new tab in the Firefox tab bar I always get the homepage of Yahoo and impossible to get a blank tab. No matter what I do, I always get from Yahoo. How can I get Yahoo go away? Or better yet, how can

  • iPhone 5 series is Long to read tool

    Need to read the serial number under settings/general/in words, BUT the serial number is too long and is truncated. Printing on the back is too small and dark on dark so impossible for these old eyes to read.  "If they had simply shortened the"Serial

  • Continuous data collection?

    Hi all Here, I have power supply programmable I can sort the output volatge and common of it and used to calucalte other parameters such as loss, power... etc and I have two pressure sensors that I can collect data continuously pressure.  In my labvi

  • create dvd Windows suddenly stopped working

    create dvd Windows was working then suddenly stopped working. It is said there is a burner or has been cut. I found where it says it is disabled, but could not im and I don't know how to activate it. I'm not as able to do a restore back to factory se

  • No audio output device is installed. Driver Realtek HD audio on a toshiba laptop

    I can't find the sound forlder into the Device Manager (I would know what to do if she was there). Is there a way to recover or another way to recover my sound? :(