need to set env variables

OS: Linux5
DB: oracle10g

I connect to my server with PuTTY.
$export DISPLAY = MYIP:0.0
Doesn't not help me, tried many things by google
any suggestoin...

Kind regards

1. you must install a X-Windows Server on the computer that you connect from.

for example MobaXterm (free and standalone application) http://mobaxterm.mobatek.net

2. configure your firewall to allow to communicate over port TCP 22 (ssh)

3 connect using SSH with X-transfer to the remote computer.

for example ssh x oracle@remote_computer.

When you use ssh with X-Forwarding you do not set the variables of any VIEW manually -'s done it by ssh. You do not have use xhost to configure server access control. The remote server connects to the X-Windows Server on your client computer to display the application-X window. To test the xclock type.

Tags: Database

Similar Questions

  • Forms 11 - setting a variable in formsweb.cfg can get its value

    Hello

    I need to read .pdf documents stored on a web server using WEB forms. SHOW_DOCUMENT();
    It is web server for dev environment and another for production.
    They do not have the same URL.
    So I need to set a variable in a configuration file in both environments.
    Unfortunately it seems that forms such as getenv functions do not provide much information.
    Right now I use something else, I get the name of the database of database v$, but the DBA is not enthusiastic about the subject to give read permissions to users in production.

    Thanks a lot for your help.

    Hello

    The value of the variable in the /forms/server/default.env file

     ...
     my_var=...
    ...
    

    Then, get the value at run time with the Tool_env.getvar () procedure.

    declare
      v varchar2(512);
    begin
      tool_env.getvar('my_var', v);
    end;
    

    François

  • UploadJars.bat - how to set the env variables automatically

    Hello

    As we know until we call UploadJars.bat, we define as APP_SERVER, OIM_ORACLE_HOME environment variables and so on. I wonder if we can set values of these variables in the batch file itself so that it will not ask for these variables, whenever we run this script. I tried adding these variables in Uploadjars.bat but it didn't work.

    Someone at - he tried to make it work?

    Enjoy your entries.

    Thank you

    Have you tried to use setx rather than the game? setX set environment continuously variable so you won't need to do it every time.

    Alternatively, you can edit the setEnv.bat and set these variables at the top of the script, just after the REMs and before the echo commands.

  • Why my OA_MEDIA env variable is retrieved empty in rtf?

    Hello

    We use BEEP 11.1.1.6 (build 5.12.110) and the Oracle Applications 11.5.10.2

    In our rtf model, we use the command url and concat to display an external logo:
    <fo:external-graphic src="url('{concat('${OA_MEDIA}','/LOGO','.jpg')}')" content-height="2.31 cm" content-width="3.6 cm" />
    I'm sure that the order is correct, because he was working on another project environment.

    I check in Oracle Applications > help > review and the variable OA_MEDIA is set.
    I also tried to get its value of (but I think the command is false):
    DIR<?xdoxslt:get_variable($_XDOCTX, 'OA_MEDIA')?>
    Do you think I should put something else, I forgot something in the rtf in order to retrieve the value of the OA_MEDIA env variable?

    Thanks for your help,
    Olivier

    You have the url, and concat command code in a form field? Try the following code:

    Take a look at this post: https://blogs.oracle.com/xmlpublisher/entry/media_images_can_cause_hair_lo

    Thank you
    Bipuser

  • set a variable to the sum of 2 variables

    Hello
    How can I set the value of the variable is the sum of a + b in a package
    I get on the error message
    java.lang.NumberFormatException...

    Thank you
    Eyal

    Hello

    You need to "Refresh" the variable. You can only 'Set' constant. For example, I have variables a, b. In a package 'Set' a = 1, b = 2. Then 'Refresh' variable c as

    Select #a + #b double

    Checks if the value variable historized c = 3

    See you soon

    BOS

  • Table row with loop for each group to set the variable.

    HI: There is probably a simple answer for this, but I don't the have not found...

    I have a single row table to move through a group to set a variable containing a sum running. I'm not display the amount in the table but when I saw the report, I see that the table is expanding (add lines) for each loop.

    The only line table has 3 columns.

    1st column
    <? for-each: AC_GROUP? >

    2nd column
    <? xdoxslt:set_variable ($_XDOCTX, 'xAmtVar', xdoxslt:get_variable($_XDOCTX,'xAmtVar') + CURRENT_AMOUNT)? >

    3rd column
    <? end foreach? >

    Can I use <? for each group? > or something else. My requirement is to set the value of the variable with the total running, but because the loop is adding lines for each value he travels (though not displayed), it's also affecting other areas of the presentation of the page.

    Hope it makes sense. Thanks in advance.

    You can do it many ways.

    No need to loop
    You can create a variable and specify the amount of the sum directly to that.

    
    

    or

    loop through, then add as you do.

    
    

    give any space or enter characters in a word between them, just put it in a single form field will be

    But as I said, I'd definitely go with the first option.

  • How to set a variable when loading a flash application

    Hey there all,
    I am very new to flex and flash programming.
    I have an app that I need to specify a certain variable for during the application of the first charge up.
    The .swf file must be able to start with a certain set of variables (as with a command line argument)
    Because I'll be incorporation in markers on google maps. They need to know where and what they are by variables that I spend when they are first initialized

    I hope this question makes sense,

    Shawn

    You can send the query string values and access it from your flex application. Below is the URL of the page that describes how to access the query string parameters in a Flex application
    http://livedocs.Adobe.com/Labs/Flex3/HTML/deep_linking_5.html#245869
    I hope this helps.

  • Need help with Bind variable in AF LOV query

    Hello

    I have a problem with the binding variable, if I use bind variable in the VO LOV query then my result does not come, if he has do not bind variable it works fine and if I use the variable binding in the LOV search option then it works fine but if I hide the bind variable and set the value in the prepareSesstion AM method the LOV does not return any value. I try to return the values that also all values are also coming, but these values are not the attribute query AF setting.

    Query is:

    Select substr(d.description,0,40) description
    cm_system_users has
    b cm_user_responsibilities,
    cm_responsibility_processes c,
    cm_processes d
    where a.nt_login =: B_NT_LOGIN
    and a.user_id = b.user_id
    and trunc (sysdate) between b.eff_date and nvl (b.exp_date, sysdate + 1)
    and b.RESPONSIBILITY_ID = c.RESPONSIBILITY_ID
    and c.process_type = d.process_type
    and d.enabled_flag = 'Y' order of d.arguments_flag

    FOLLOW the method:

    CmProcessViewImpl vo = getCmProcessView();
    String nt_login = getUserPrincipalName();
    vo.setNamedWhereClauseParam ("B_NT_LOGIN", nt_login.toUpperCase ());
    vo.executeQuery ();

    Can someone help me with this. It is urgent for me.

    It's a bit underdescribed. IIUC, the purpose of the notice is used as a target for a correct view accessor? (Otherwise, you will have to be more explicit about what you mean by "LOV query".

    If I'm right, there are two possibilities:

    (1) you use an instance of VO in a module shared application instance. If so, make sure that your code is in the prepareSession() for the class of application that module if it is dependent on session (as seems to be below), you must make sure that the module of the application instance is shared in the session scope.
    (2) you have based the view accessor directly on the definition of the VO. This creates an anonymous instance of VO; I don't think there is a way to use prepareSession() to set a variable of liaison on such a forum (which will not be created until the accessor is first used). Pourriez be able to shoot with to put a similar code in the view object create() method class, but I've not tested this.

    If your code is in your module class application primary (as opposed to the class for a shared of AOS instance), the problem here is that getCmProcessView() returns the instance of VO data module of this application instance design-time model, which is never used by accessors of the view.

    Also, why do you need to do this in prepareSession() rather than at the level of the accessor to view? I believe you can get the user name (for the view accessor) with the groovy expression

    viewObject.DBTransaction.session.userPrincipalName

    or maybe just

    DBTransaction.session.userPrincipalName

    (despite this DBTransaction involving, it returns the username web app, not the DB user name).

    It is a declarative 100% solution, if you don't count the Groovy expression as not declarative.

    If you are afraid of a user who is running the LOV (somehow) before the value of the bind variable is preparing, just make sure that the binding variable is marked "required."

  • Set a variable in an expression of post

    I have a test loop and if one or several tests fail, I want to set a variable 'fail', that I can use at the end of the loop to a sheet of summary data.

    In pseudocode, I want:

    If step.result.status == 'failure '.

    then failure = 1

    There is no further action so the? : operator does not seem appropriate, but I don't see any option IF. So should I write something like:

    (step.result.status is "Failed")? (locals.failure = 1): (locals.failure = locals.failure)

    ?

    Thank you

    JVH


  • You need to set the drive letter to the USB Ports front before any device has been inserted - that won't change when the device is connected. I have Windows XP Professional with Visual Studio 6 installed

    You need to set the drive letter to the USB Ports front before any device has been inserted - that won't change when the device is connected. I have Windows XP Professional with Visual Studio 6 installed. Thanks for your help

    diana73,

    First of all, make sure that you're connected Administrators account to do.

    How to change a drive letter to change an existing drive letter on a drive, on a partition, or a volume, follow these steps:

    1. Sign in as an administrator or as a member of the Administrators group.
    2. Click Start , click run and type compmgmt.msc .
    3. In the left pane, and then click disk management .
    4. Right click on the drive, the partition, the logical drive or volume that you want to assign a drive letter to and then click change drive letter and paths .
    5. Click change .
    6. Click assign the following drive letter if it is not already selected, click the drive letter that you want to use, and then click OK .
    7. Click Yes when you are prompted to confirm the drive letter change.

    The letter of the drive, partition, or volume that you specified is changed, and the new drive letter is displayed in the appropriate drive, partition, or volume in the disk management tool.

    Good luck! Please rate me upward if you find my post helpful. Thank you!

  • BlackBerry Smartphones Newbie needs help setting up email

    Hello world

    I've been the proud owner of a "BOLD" for about 48 hours now. This is my first Blackberry, so please bear with me.

    I need to set up my Yahoo email. I remember setting up front, but I deleted it as my allowance for the use of network (3 Australia) showed 2 MB roaming allowance, of which half was used in one day.

    I think that the e-mail message has been implemented via a browser page, but I can't go back to this page. The e-mail setup wizard seems to be to the establishment through BES which I did not. Does anyone know the address of the page?

    I also remember, when I chose the browser (not of Planet 3) I was taken in a BB page that showed several options of setting up various things. There were about 5 or 6 boxes grey listed above the other? Anyone also know the address of the page for this?

    Thanks for any help,

    Paul

    You also see a personal Email Setup on the device icon? If not try going into the Options | Advanced options | The host routing table. In this screen press press the button menu and choose to register now. See if you receive a message from check delivered to your device. Subsequently, reset the unit by removing the battery for 30 seconds. See if you have this icon now after restarting the device. If you still don't you can try setting up the account again on your carrier's Web site BIS to add return e-mail accounts?

    What options do you remember on this Web site? Try to go to mobile.blackberry.com on your browser and see if it's the page.

  • I need to set up my computer at home to print from a working remote desktop connection - how to put in place

    I need step by hep instructions on how to install one in my home computer can print remote desktop connection works.  OS 7 Pro work and home OS is Windows 7 home preuiem.  I don't know how to set options in local resources.  I just need to set up my printer driver or printer on the remote computer.

    Thank you

    Hello

    Thanks for posting your question in the Microsoft Community forums.

    I see from the description of the problem, you want to know how to configure the printer to print from the remote desktop connection.

    I will surely you help with this.
    I suggest that you set these settings before you connect and check if it helps.

    (a) Open Remote Desktop connection by clicking the Start button, clicking all programs , clicking Accessories, and then clicking Remote Desktop connection.
    (b) click on Optionsand then click the local resources tab.
    (c) under local devices and resources, Select the check box Printers .
    (d) click Connect to start the session.

    If the problem persists, I suggest you send the request in TechNet community to improve assistance in this regard. Please visit the link below to find a community that will provide the support you want.
    http://social.technet.Microsoft.com/forums/en/w7itpronetworking/threads
    Let us know the status of the issue after you perform the troubleshooting steps. If you need additional help or information on Windows, I'll be happy to help you. We, at tender Microsoft to excellence.
  • you really need to set up a place to enter bugs.   When you select a page in the Panel of the browser, then select all, the program crashes.   Acrobat CC on el capitan mac.

    you really need to set up a place to enter bugs.   When you select a page in the Panel of the browser, then select all, the program crashes.   Acrobat CC on el capitan mac.

    Hi, Hello, Hello, Hello, bongiorno.

    ==> Feature request/Bug Report Form

    .

  • [ADF, JDev12.1.3] How to set a variable to bind a VO (where clause) in a managed bean?

    Hallo,

    I have a request based on VO.

    The query contains a where clause clause and a bindi variable.

    In a managed bean I would like to access the iterator of VO setting the value of the bind variable and read the result.

    I found this code it is good start, but I do not know how to set the variable binding.

    BindingContext bctx = BindingContext.getCurrent();
    BindingContainer bindings = bctx.getCurrentBindingsEntry();
    DCIteratorBinding iter = (DCIteratorBinding ) bindings.get("MyVO1Iterator");
    iter.execute();
    
    
    

    You kindly help me?

    Also, I would like to know if it is generally advisable to use VO directly in controlled beans or whether it would be best to create in the AppModuleImpl methods that do this and return the result.

    In my case for example of the VO will return max 1 plug so I'm in doubt, if the creation of a method in the AM that returns a custom class, which attributes contain values of the line of VO.

    Sorry if these questions may seem artificial, but I am a beginner, I have many doubts and so I would be happy to receive some tips regarding best practices.

    Thank you

    Federico

    You can use:

    iter.getViewObject().setNamedWhereClauseParam("yourBindVar", value);
    

    Note that this approach is used if you have bind variable in the where clause.

    To set variables bind to ViewCriteria, you must use VarableValueManager.

    This post may be useful for you: binary: how to set the Bind variable values at run time?

    Also, I would like to know if it is generally advisable to use VO directly in controlled beans or whether it would be best to create in the AppModuleImpl methods that do this and return the result.

    You must set "use VO directly.

    For example, from the point of architecture, is probably best to use the method in the model project which will set the bind variable and execute the query.

    Or you can use the ExecuteWithParams operation in your the view layer.

    In my case for example of the VO will return max 1 plug so I'm in doubt, if the creation of a method in the AM that returns a custom class, which attributes contain values of the line of VO.

    Not to complicate your life

    All VO lines are represented as ViewRowImpl class if you already have "custom class".

    Finally, you can generate your own ViewRowImpl class if it is necessary for this.

    Dario

  • What information do I need to set up a test server

    What information do I need to set up a test server

    After you have installed a local test server, go to the Site > manage sites & set your server to test local, as shown below.  In this example, I use WAMP server and my local site folder resides in the wamp\www folder.  On XAMPP or MAMP, the site folder is htdocs.

    Advanced tab

    Last screen

    Nancy O.

Maybe you are looking for