How to have the air of Oracle_Home

Hello

OS Linux.

I am logged-in in our linux with installed Oracle database server.
I have the connection as root.

My question is, how do I find the Oracle Home, given only a root connection. Assuming that this is my first time to connect to this server.
And no other info given, except it is an installed database. Need to know what is the name of the database and Oracle home.


Thank you very much

As has been pointed out by EdStevens: hard to give a solution that always works.

But maybe you vcan following test:

02:15 PM [email protected]:~() $ find /oracle -name oracle -type f -executable -ls 2>/dev/null
137477 169452 -rwsr-s--x   1 oracle   dba      173512395 Aug 26  2010 /oracle/sw/db/11.2/bin/oracle
02:15 PM [email protected]:~() $ 

This find search an executable file under the name of oracle.
I now infer that the $ORACLE_HOME=/oracle/sw/db/11.2

was soon Martijn

Tags: Database

Similar Questions

  • How to have the sidebar with thumbnails by default in the application preview? Whenever I open a PDF file, there is no sidebar.

    How to have the sidebar with thumbnails by default in the application preview?

    I'm on OSX El Capitan 10.11.3 on iMac, and whenever I open a PDF file, there is no sidebar. I have to every time click on the Sidebar icon, then select the thumbnails. I would like to be on by default, but cannot find the option or how to edit the plist file...

    If the thumbnails is checked in the menu 'View' preview, it should always open a PDF file with the open sidebar. Unless of course, it's a single page PDF.

  • Hello, I ' have download Ligtroom and photoshop cc, I ask in the 'English' version, but I l ' have received in English, how to have the English version, thanks for your response, good day.

    Hello, I want the English version of photoshop and ligtroom, but I l ' have received in English, how to have the version English, thank you very much for your answer, good day.

    Please follow change in version; French: English

    (Double Post)

  • How to change the AIR FLASH of 1024 x 600

    Hello

    I have change the screen of 1024 x 600.

    but when I go into the FLASH AIR application, it turns back1024x600.

    so, how do to change the AIR FLASH of 1024 x 600.

    I want to give my application in 2 ways.

    1024 x 600 and 600 x 1024.

    I understand that it is your solution:

    Since Flash builder:

    1. run-> debug configurations

    2. Select "desktop" as launch method, then click on the button set up

    3. you can change the resolution of your playbook device (simple switch width and height,...)

    OR... you can choose to create a new mechanism of the reverse resolution.

    Another solution:

    Add 'landscape' or 'portrait' to pass in the XML file. If I remember correctly this automatically changes the resolution of the windows.

    On the playbook Simulator:

    If you choose to run your application on the device and to change your simple orientationmode a drag with your mouse to the bottom right in the middle. The Simulator will change its orientation

  • How to submit the Air file to Mac App Store?

    I use Adobe Flash Pro 2015.0 cc with a Mac running OS x 10.10

    I have a Mac App Store Distribution certificate converted to .p12 format, but when I try to package my AIR package I get the following error:

    Could not sign the AIR file

    Cannot generate a valid certificate chain for the signatory.

    Are there currently (July 26, 2015) the instructions online to help me publish an AIR on the Mac App Store app?

    This looks like a good starting point:

    Guide to creating air for Mac appstore applications?

    In the thread that connects to, it is a #12 that seems to be the most useful information.

    One question though, how did you do the .p12?

  • How to include the AIR runtime in my Android APK

    Hello

    Imagine I have a flash game I want to publish it on the Android Market. If I publish the apk which generates AIR... the user must download the AIR runtime as a separate installation, which is not really good in terms of user experience.

    Y at - there no way to put the Runtime inside download APK for one of my game is necessary to my user? I heard on a certificate, or something like that. Are there detailed instructions on the process?

    Thank you!

    Hi jbosch,.

    I wrote a small tutorial and a small example of how to do:

    http://forums.Adobe.com/message/3961579#3961579

    Hope this helps

  • How to have the plugins of the language of the parameters to the language of the system's default system locale?

    I have an English Windows system with English as the language of the system. All of my software, including Firefox are in English. However, I have the settings the Russian value default system locale. This has no effect on the UI program, but in Firefox, it changes the language for all plugins. How can I stop this? I just want everything in English. I found everything about this topic: config.

    Oh, sorry, it seems that the problem is due to the extension of pencil. Disable all spent in English. He just happened to be one of the first I ever installed.

    I'll go the penalty instead of its developers. Thank you for your time.

  • How to have the calendar email alerts?

    How can I get calendar send me alerts? I thought I could do it once, but now I can't figure out how. This is for the Air to the Ipad.

    Thank you

    It is not really an email alerts. If you look in the settings, notifications, there are options for the banners and the such of your calendar.

  • How to have the installation of vista OEM version on disc

    My copy of windows vista license is provided with my laptop when I buy and it comes preinstalled (OEM) 2 years ago, I am now several errors that need an installation disc to repair. My question is, how can I have my installation disc that actually installed on my computer laptop this time because it is pre installed?

    Sunday, February 13, 2011, 11:17:52 + 0000, cloud28 wrote:

    Thank you Sir I understand that, but will it really fix the error that I am experiencing?

    It depends of what error. You have not told us.

    and what will happen to most of my installed programs?

    And it depends on how you use the Setup CD. If you make a
    repair the installation, this will not affect your installed programs. If you
    do a clean install, you will lose everything on the
    drive - installed programs, data, etc..

    Ken Blake (MS-MVP)

  • BBUI.js how to have the item id list-arrow-text to a detail screen

    I use BBUI.js and on my screen, I have a text-arrow-list with the elements.

    How to pass the data bb-item value to a window of details to retrieve and display more details there?
    This may be really obvious, but I don't see how do and any help would be appreciated.

    Excerpt from the list screen. He is firing onclick of the item in the list.
    openListItem: function() {}
    var value = this.getAttribute('data-bb-value');
    bb.pushScreen ("detail.html" + "?") ID = "(+ value, 'detail');"
    }

    It's the charge of the detail screen where the Iwoudl like access id
    detailScreen = {}
    load: {function (element)}
    How do I access the query string of the url in the pushScreen or the id of the list?
    }

    Please let me know if my question is not clear enough. Thank you.

    I don't think that we have added the ability to pass parameters through pushScreen().

    You'll need follow the overall status in your own public variable/object.  Now click the element, you will need to save the value in an object / a global variable.

    There is an bb.onscreenready event which you can subscribe to which fires before the new screen is treated by the Toolbox... It will pass the part of the screen you can handle until the style is applied.

    There are details in the Readme that give more information on how this works... Just do a search on the page of "onscreenready".

  • How to have the symbols to play at random intervals?

    Hi all

    I tried to create an a 'whack' game in edge Mole animate and I was wondering if there was a way to have the "hamsters" pop up at random intervals?

    So far, my script looks like:

    sym.setVariable ("score", 0);

    var score = sym.getVariable ("score");

    SYM.$("score").html (score);

    {sym.getSymbol("Hole_1").$("Hamster").click (function ()}

    var score = sym.getVariable ("score");

    sym.setVariable ("score", notes + 5);

    SYM. $("score") .html (score + 5);

    sym.getSymbol("Hole_1").play ("cured");

    });

    As I have a symbol called hole which has a hamster that pop ups, when you click the hamster, he plays the "healed" animation and adds 5 points to the score.

    Thank you!

    Here's how I'd show a different interval.

    function doSomething() {}

    var num = Math.floor ((Math.random () * 300));

    var num2 = Math.floor ((Math.random () * 200));

    .CSS ({$("Symbol_1") sym.

    "the left": num,.

    'top': num2

    });

    }

    (function loop() {}

    RAND var = Math.round (Math.random () * (300)) + 500;

    {setTimeout (function ()}

    doSomething();

    Loop();

    (}, rand);

    }());

  • How to upgrade the AIR included in Flash Builder SDK?

    Thus, Flash Builder SDK comes with a version of the AIR, that it uses when you compress a mobile app for iOS (Android mobile applications are managed with the AIR which is downloaded on the market)...  On my Windows machine, this copy "integrated" air is located in "C:\Program Files (x 86) \Adobe\Adobe Flash Builder 4.6\sdks\4.6.0\runtimes\ ' if I am not mistaken.

    I am sure that it will not automatically refresh itself - and I am equally sure that it's a fairly old air version, because it is the one that came with the 4.6 SDK that was released 8 months ago...

    So, how to upgrade this version of AIR that is built into the software Flash Builder SDK?

    Thank you

    Laurence MacNeill

    Mableton, Georgia, USA.

    Oops - nevermind...  Didn't know that there was a distinct AIR SDK that you could download - I thought that it was integrated into the Flex SDK kit, and since it was not a new Flex SDK from 4.6, I thought I should enter somehow parts and parts of AIR to update manually...

    But grabbing the AIR SDK to http://www.adobe.com/devnet/air/air-sdk-download.html went around...  Just that unzipped to the folder sdks\4.6.0 and was made...  Sweet...

    L.

  • How to close the AIR on android

    I find a problem with my application. I use navigator.pop () to switch the view.

    When the user presses back button on the view of root,

    the application closes directly. Just go to the backend ~

    How can close the application?

    You can use:

    NativeApplication.nativeApplication.exit ();

    but it will be wiser to listen to keyboard events to do.

    Check - http://blogs.adobe.com/flashplatform/2010/10/tip-close-your-android-air-app-on-back-button .html

  • How to have the different path in the campaign for the first user of N who register for an event?

    Hi all

    I have the following scenario for which I am trying to understand the best way to get the desired results.

    A society organizes events in several places and wants to offer widgets for the first 100 registered. We would like the confirmation of registration email (and perhaps the form submit redirect action) to recognize for the first 100 registered that they will receive their gift in the mail shortly.

    Maybe we would also like to use the Cloud2You component to post on the key ring.

    I searched around the documentation and so far it seems, in the program generator, you have a decision stage to search by the number of Contacts in a Contact Group - however when I try to play with the program generator I don't see the option.

    Any help and insight would be appreciated.

    Stone

    Hi Pierre,.

    The only way I was able to satisfy this use case in the past was to create a custom object first with a meter and e-mail address fields. In the custom object have a counter range from 1 to 100. As the first 100 people to register, the tire registration page the next value of the counter (see data card with space for e-mail address) and select it as a value on the registration page, pass it back through form with e-mail custom object. This way you are able to have the first 100 e-mail address to fill.

    Now you can feed these contacts in a program, send them email you have to looking for a value of data card custom 100 by the decision rule object, and if the value is 101 or more, you can send them another type of communication.

    The only reason why I recommend this path, because the main challenge is to keep track of number of contacts in eloqua, and this deffinately has been a path before open API that I have been able to use successfully for the distribution of promotion code.

    I hope this helps.

    Thank you

    Amit Pandya

  • How to set the ENV: ORALCE_SID + ORACLE_HOME

    Hi all

    I am new to this company, only 2 weeks.
    We have lots of environment of linux, aix, Sun, unix and databases in this document, such as 1000 +.

    Sysadmin is good in shell scripts, in server management.

    One thing is set the environment variables to set your choice OracleHome and OracleSID.

    Since we have a lot of databases and different versions in 1 server, I have connection as 'oracle', then to $ command prompt, I just type SID PROD1 or

    prod1 sid $
    or
    $ SID PROD1

    Then I started the ORACLE_HOME and SID of my database of choice which is "PROD1".

    My question is, how do I program similar to this? or where can I find the program that accept this parameter "SID PROD1.

    I ask because I want to add my new database I have cloned or installed. Say that I created a new database named DEV020. How can I add this to the program?
    Or it is automatically entered?


    Thank you very much

    KinsaKaUy? wrote:
    Thanks, yes there is an 'alias', but I don't know how it's working, can you give me the example of program or docs on how to use it please.

    I can see > alias sid = '. '. "/ start.sh".

    Why is that if I type "SID PROD1" caps that always treated? When the alias is lowercaps 'sid '.

    If there is an alias, does it follow that any new database I created will be entered automatically?

    Thank you.

    This means that "when the user types 'SID', executable executez./start.sh.
    Just check only executable, and you'll see that it contains 'export' of the order

Maybe you are looking for