How to set the display in order to run the installation program

Hello

Could you please explain how to set the Display variable I connect via the VNC client directly to windows X Linux (Gnome)
in order to run the installer to install R12 EBS?


I guess that since the connection is by VNC client, so I just need to open a terminal window and start the Installation...



Thanks and greetings
MZ

Srini Chavali wrote:
The DISPLAY variable must be set to the IP address of the client.

Not necessarily - it is meaningless to set the DISPLAY of different client IP addresses if you want to run the installation program (or any GUI) on the server of different customers.

Thank you
Hussein

Tags: Oracle Applications

Similar Questions

  • How to set the size of column sqlplus.exe?

    SQL> select * from dba_cons_columns where user='USER1' and table_name='PARENT1';
    
    OWNER                          CONSTRAINT_NAME
    ------------------------------ ------------------------------
    TABLE_NAME
    ------------------------------
    COLUMN_NAME
    --------------------------------------------------------------------------------
      POSITION
    ----------
    USER1                          PARENT1_PK
    PARENT1
    COL2
             2
    
    
    OWNER                          CONSTRAINT_NAME
    ------------------------------ ------------------------------
    TABLE_NAME
    ------------------------------
    COLUMN_NAME
    --------------------------------------------------------------------------------
      POSITION
    ----------
    USER1                          PARENT1_PK
    PARENT1
    COL1
             1
    It seems little ugly to see these data. Why the length of the column is so long? Please tell how to set the length of columns and other settings so that the displayed data should come out in the form of a well managed and beautiful way.
    Like this:
    OWNER     CONSTRAINT_NAME     TABLE_NAME       COLUMN_NAME   POSITION
    -----------     ----------------------------     ------------------        ---------------------    --------------
    USER1        PARENT1_PK              PARENT1             COL2                  2
    USER1        PARENT1_PK              PARENT1             COL1                  1
    I wrote this by hand. How do I get the display to sqlplus.exe?

    Easiest would be to use the command column format and also the linesize option.

    sql>column column_name format a30
    sql>set linesize 300
    

    The order of column would make the display limited to 30 characters only. Also the linesize enlarge the display. Try it and see what it looks like?

    HTH
    Aman...

  • Satellite A300 - XP SP3: how to set external display, resolution 1280 x 960

    Hello world

    I installed the latest display driver for Mobility Radeon HD 3650, but I can't understand how to set the Resolution for my external monitor at 1280 x 960 (85 Hz) - the original driver of non - Mobility Radeon ATI does not have this option.

    In addition, my A300 does not remember the setting of brightness with FN + F6 / F7.
    After windows restarts, it is once again the most.

    Any ideas / suggestions?

    Thanks in advance,

    Manulu

    Hello

    The availability of the external screen resolution depends on the installed graphics driver and the graphics card itself. If the two parties n t support this external display (1280 x 960) resolution, then you will not be able to choose!
    See the user manual for this if the GPU provides support for this resolution of the external display (1280 x 960).

    Regarding the brightness setting:
    If the laptop is connected to the adapter, the brightness of the display will return to the optimum brightness. But you can manage these display settings in power management.
    There, you can create a profile for certain situations, for example when the laptop works with the energy of the battery only
    In this power profile, you can assign different levels of display brightness.

  • 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).

  • How to set the clock for the hours, minutes, and seconds with Windows XP

    How to set the clock for the hours, minutes, and seconds with Windows XP

    I don't know of your question.  If you ask how to show the clock in the tray system with hours, minutes and seconds, then download & run "Tclock Light".  Windows will not natively display the seconds.

    TClock Light: <> http://homepage1.nifty.com/kazubon/tclocklight/index.html >

    HTH,
    JW

  • How to set the size of my screen?

    Original title: maintenance

    How to set the size of the screen

    Norm 21

    How to set the standard for screen size 21

    Resolution:
    Right-click on a free space of the desktop > Personalize > Display Setings > move the slider to the left or right to set the resolution. Check your user manual, see if she tells you what resolution is for your computer. My laptop is using 1280 x 800 pixels.

    Here is a table of the guide line:

    You can also try this method...
    Re - set DPI:
    Right-click on a free space of the desktop > customize > column to the left, adjust the size of police (in PPP) > uac prompt > click default scale (96 DPI).

    For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • How to set the color depth

    try to set the color of amd's message color depth less than 24. How to set the highest color depth?

    If your computer allows you to change this setting, it will be located in the "Control Panel > display > resolution > Advanced Settings > Monitor tab > screen colors.

  • How to set the color of foreground to EditField

    Hi all

    I added EditField to display new EditField("About:","",1024,EditField.FILTER_DEFAULT).

    Now I want this editfield foreground color value. But there is not setForegroundColor() as setBackgroundColor() in the EditField class.

    Can someone tell me how to set the color of foreground to EditField?

    I think so

    You can change the foreground color by replacing your method of painting:

    That is to say

    editField = new EditField()
    {
        public void paint(Graphics g)
        {
          g.setColor(Color.GRAY);
          super.paint(g);
        }
    };
    
  • How to set the font "ARIAL" family in the RichTextField?

    How to set the font "ARIAL" family in the RichTextField?

    I saw a LOF of the sample displayed how set the font family in the RichTextField, such as defined as CBTF_FONT.

    But how can I put it as Arial font? If it cannot be, anyone could list a family table of fonts available for use in the Blackberry?

    You are right, for these devices you can use fonts already on the device.

  • How to set the java path on windows 8

    How to set the java path on windows 8

    Original title: Java

    Way easier access and the value of your PATH environment variable is as follows:

    1. Press + W to display the search settings panel
    2. Type "path".
    3. Choose "edit the system environment variables.
  • How to set the attribute in the request of adf defalut search form

    I use the default search engine in Jdeveloper 11.1.2.3 with Table query.

    I followed this blog to replace the query by default: https://blogs.oracle.com/jdevotnharvest/entry/how-to_tell_the_viewcriteria_a_user_chose_in_an_afquery_component

    Question is how to set the value of an attribute in the request. The user will add what ever he wants those who are caught queryEvent I want to add to the value of an attribute that is not displayed to the user and the search engine and it is necessary for the application to run correctly.

    Hello

    If you went on the blog that I posted, you could get the ViewCriteriaRow of the queryEvent and then you can add the attribute that you want to the ViewCriteriaRow, and then run the query accordingly.


    Arun-

  • Mac Mavericks. Camera raw 9.1. Camera Nikon D810. How to set the default settings of the camera profile standard (now available after downloading the camera profile and copy it into the appropriate file)? Is it possible to apply also in the pictures showe

    Oops... did not write the question where I... How to set the default settings of the camera profile standard (now available after downloading the camera profile and copy it into the appropriate file)? Is it possible to apply too in images showed in the bridge? I'm a newbie in the forums and I'm not sure how to proceed.

    You can right click and copy the settings on an image that has the right profile. Then highlight all the images that you want to edit, right click and paste the settings. On the list that is displayed, simply choose the camera calibration.

  • How to set the width of layout desktop screen in fluidlayout?

    For the flow layout of RWD, Web site design page I have is 960px wide. While working on DW CC, the width of sizes of support are:

    Mobile: width: 86,45%;

    Shelf width: 90.675%;

    Desktop width: 960px;

    When I set a percentage for desktop (for 960px), 68.6% (which is less mobile and the width of the Tablet), the browser displays more width 960px. Use a screen resolution of 1680X1050px.

    Now how to set the size of layout as 960px for desktop, in percentage?


    Or should I keep it as 960px for office and percentage for mobile and Tablet?

    68.6% of 1680px equals 1152px, then Yes, he is bigger than 960px

    If you want to stop at the 960px available, then set max-width: 960px to the container as well as width: 68.6%.

  • How to set the alignment of the field in a table in jdev 11.1.2.3?

    Hello
    How to set the alignment of the field in a table in jdev 11.1.2.3?
    for example: to display a body of numbers in a table as right aligned.
    I tried to put field (amount) VO UI Hint Format Type: Number; Format: 0000.00
    and jspx, flowing, but it doesnot work.
    Thank you.
    Bao

    < af:column sortProperty = "#{bindings." VO1.hints.amount.name}.
    sortable = "true".
    headerText = "#{bindings." VO1.hints.amount.label}.
    ID = "c44" width = "60".
    Align = "center" >
    < af:inputText value = "#{row.bindings.Amount.inputValue} '"
    label = "#{bindings." VO1.hints.amount.label}.
    required = "#{bindings." VO1.hints.amount.mandatory}.
    columns = "#{bindings." VO1.hints.amount.DisplayWidth}.
    maximumLength = "#{bindings." VO1.hints.amount.precision}.
    shortDesc = "#{bindings." VO1.hints.amount.ToolTip}.
    ID = "it58.
    secret = "false".
    inlineStyle = "" text-decoration: overline; ">"
    < f: validator binding="#{row.bindings.Amount.validator}"/ >
    < / af:inputText >
    < / af:column >

    Hello
    To set a field right alignment in a table:
    It doesnot work when InlineStyle-> text-align: right;
    It works when ContentStyle-> text-align: right;

  • How to set the length of titles?

    How to set the length of titles? The setting box has no such settings. Thank you.

    With the title on the timeline, expert Mode, just a click + drag on the tail (or head) of the title, in order to extend the duration. I would also like to open the information panel, so that I can see exactly this change in length.

    Good luck

    Hunt

Maybe you are looking for

  • I installed restaurateur classice of theme and restored throbber, but still not get the throbber to appear. How to operate?

    How can I get the activity indicator to work?

  • PXI chassis repair cost

    Can someone give me a rough estimate on the cost of the repair of a PXI-1050 chassis. In my opinion, backplane is damaged and want to send the repair chassis but can just buy a new if the repair cost is close to the price of a new one.

  • NEW WINDOWS PRO 2000 FOR LINUX, ETC. ???

    I have a Compaq Armada 7730MT (Windows 2000 Professional), which is almost new because I never used it for more than 20 hours... Now, I'm interested to use it as a portable secondary 'passive' (to watch old movies in B & W on YouTube, for example) so

  • HP D5460 printing problems

    I bought a D5460 and installed on an XP machine at home. Whenever the computer is turned on the printer spits out 3 pages with a single line at the top (starts as USBCU). Printer works fine after that. Moreover, it is not the default printer. Driver

  • DF bit value IP sla icmp

    I want to put a mechanism to control the reachbility between two nodes by using the property intellectual ALS, but I find no definition df bit for ip sla icmp packets, y at - it ideas to do? Best regards.