What to set in ORACLE_BASE and ORACLE_HOME values ?

Hello,
I installed the Oracle 10g Express Edition on my Linux box with the archive file oracle-xe_10.2.0.1-1.1_i386.deb
The install went fine.
Then I installed the instantclient in /home/stephane/programs/oracle/instantclient_10_2 and can load it fine in my Apache PHP server.
I set the following values in the .bashrc file:
export ORACLE_BASE=/home/stephane/programs/oracle
export ORACLE_HOME=/home/stephane/programs/oracle
PATH=$PATH:$ORACLE_HOME/bin
But my Apache PHP server shows these values:
ORACLE_BASE /home/stephane/oracle
ORACLE_HOME /home/stephane/install/oracle
I wonder what to set in these values in my .bashrc file.

And so I tried to start a listener.
root@stephane-ThinkPad-X61s:/home/stephane# lsnrctl start
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 25-OCT-2012 02:40:33
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Starting /usr/lib/oracle/xe/app/oracle//product/10.2.0/server/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 10.2.0.1.0 - Production
NL-00280: error creating log stream /usr/lib/oracle/xe/app/oracle//product/10.2.0/server/network/log/listener.log
NL-00278: cannot open log file
SNL-00016: snlfohd: error opening file
Linux Error: 13: Permission denied
Listener failed to start. See the error message(s) above...
But it didn't really want to start,

Similar Messages

  • Setting IEX Source and IEX Value

    I am using a PCI 4472, 8 Channel analog input board with signal conditioning capabilities, to measure the acceleration from Endevco 256-100 accelerometers. In labview I am creating a task and setting up channels using the expres VI (max). I know that the accels require excitation, but I am not sure what settings to put in IEX Source and IEX Value. where should I look for this information?

    Yoz,
    Actually, if you refer to the 4472 user manual on page 2-9, there is an explanation of how to enable current excitation. Also, I attached an example of how to do this in LabVIEW 7 using DAQmx calls. This example is also available in the LabVIEW example finder. I hope this helps out, have a good day!
    <-*DrkOvrlord*->
    Attachments:
    Cont_Acq_Accel_Samples-Int_Clk-Analog_Start.vi ‏101 KB

  • How to find ORACLE_BASE and ORACLE_HOME ?

    Greetings,
    I am a newbie to ORACLE, I'm in the preocess of learning ORACLE DBA stuffs. I need to know how to find ORACLE_BASE, ORACLE_HOME and also ORACLE_SID in any OS ? Is there any commands or scripts to do this ?
    With regards,
    Gopinath.

    Hi,
    If you have two different database of same version like you have shown test and test1.(both are of 11.2.0 version)
    then on cmd before writing sqlplus, you need to set ORACLE_SID='service_name'
    [code]
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    C:\Users\gs>set ORACLE_SID=orcl
    C:\Users\gs>sqlplus
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Jul 1 18:51:00 2013
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Enter user-name: /as sysdba
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL>
    [code]

  • What are the possible srcTrig and destTrig values for MapTrig2Trig?

    I would like a general listing of the values for reference. As an example of something I might want to do, can I put the clock (CLK10) on the front panel TRIG OUT connectoe of my pc-870 controller by issuing the MapTrig2Trig with srcTrig=70 (CLK10) and destTrig=41 (TRIG OUT)?
    jc
    Mac 10.4
    LV7.1
    CLD

    Hi jcrooke,
    The values for this function can be found in the VXI API Reference help, which I have attached. Search for "maptrigtotrig" and the function help has a listing of the valid values. I hope this helps!
    Regards,
    Missy S.
    Calibration Engineer
    National Instruments
    Attachments:
    nivxiapi.zip ‏355 KB

  • Set SharePoint PeopleEditor and SharePoint DateTimeControl value to null

    I would like to know how to set SharePoint PeopleEditor and DateTimeControl value to null. Many thanks.

    Hi eg10013,
    To clear PeopleEditor:
    Javascript solution:
    http://www.sharemuch.com/2011/12/04/how-to-address-sharepoint-2010-people-editor-issue-not-clearing/
    C# solution:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/f6cba1cf-823d-48da-953f-51a4c29dff14/remove-values-from-peopleeditor-control?forum=sharepointdevelopmentlegacy
    To clear DateTimeControl:
    Javascript solution:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/7f21e2d0-2b41-4a8a-9950-85f821a7602a/set-the-datetime-field-using-javascript?forum=sharepointcustomizationprevious
    C# solution:
    http://stackoverflow.com/questions/3045663/sharepoint-datetimecontrol-set-it-to-null
    Thanks,
    Qiao Wei
    TechNet Community Support

  • Union two tables with diffrent count of fields with null and float value

    Hello,
    i want to union two tables, first one with 3 fields and second one with 4 fields (diffrent count of fields).
    I can add null value at end of first select but it does not work with float values in second table. Value form second table is convert to integer.
    For example:
    select null v1 from sessions
    union
    select 0.05 v1 from sessions
    result is set of null and 0 value.
    As workaround i can type:
    select null+0.0 v1 from sessions
    union
    select 0.05 v1 from sessions
    or simple change select's order.
    Is any better/proper way to do this? Can I somehow set float field type in first select?
    Best regards,
    Lukasz.
    WIN XP, MAXDB 7.6.03

    Hi Lukasz,
    in a UNION statement the first statement defines the structure (number, names and types of fields) of the resultset.
    Therefore you have to define a FLOAT field in the first SELECT statement in order to avoid conversion to VARCHAR.
    Be aware that NULL and 0.0 are not the same thus NULL+0.0 does not equal NULL.
    In fact NULL cannot equal to any number or character value at all.
    BTW: you may want to use UNION ALL to avoid the search and removal of duplicates - looks like your datasets won't contain duplicates anyhow...
    Regards,
    Lars

  • Exporting and returning value question

    What is different between exporting and returning value in method of a class. if created an object inside the method and exporting it, it means I have a reference to that object inside program. If I use returning value, it means I have a copy of object created inside the method, but the object inside method is destroyed after it ends. Do I understand correctly? if so what do u prefer exporting or returning value? thanks!

    Hello Anthony
    The major difference is that you can have multiple EXPORTING parameters yet only a single RETURNING parameter. In addition, if you have a RETURNING parameter you cannot have EXPORTING parameters simultaneously.
    Defining methods with a single RETURNING parameter is more Java-like than having multiple EXPORTING parameters.
    Whenever possible and sensible I prefer RETURNING parameters over EXPORTING parameters because they allow to use the function method call, e.g.:
    go_msglist = cf_reca_messagelist_create( ).
    Regards
      Uwe

  • Setting the Minimum and Maximum Y Axis Points

    Hi,
    I have an Application where I need to plot the charts using Time-Scatter Graph .
    I am using 2 Y-Axis.
    But I am unable to dynamically set the Minimum and Maximum y-axis points through code.
    Currently I have set the Minimum and Maximum points for the Y Axis in BG (Business Graphics) Design Time.
    Please suggest if we can set the Min & Max values through code as it is very cumbersome to manually set the Min and Max Values for say around 400 odd charts.
    We are unable to set the Chart Title too dynamically.
    Thanking in advance,
    Poojith

    Any Experts here.. Please help

  • What are high and low values in sharepoint 2013 user permissions?

    So I hit this api:
    http://win-a3q7ml82p8f/sharepoint_site/_api/web/roledefinitions/
    And got the different high and low values. But I am not clear with what they mean:
    For eg:
    High: 176, Low: 138612833
    and
    High: 176, Low: 138612801
    So for different values of Low how does it change the permissions?
    For 176 its binary is 10110000. So looking at this table here: http://www.dctmcontent.com/sharepoint/Articles/Permissions%20and%20Mask%20Values.aspx
    I can understand that 176 would mean the following set of permissions:
    DeleteVersions
    OpenItems
    ApproveItems
    But what's confusing me is, that user has OpenItems permissions but not ViewListItems permission? Am I wrong in understanding this?
    Also how does the value of Low change the overall user permissions?
    Note: I looked at this answer: http://social.msdn.microsoft.com/Forums/sharepoint/en-US/9d6df168-e8f5-4323-8c34-0646c03eff68/rest-api-what-are-high-and-low-in-effectivebasepermissions-and-getusereffectivepermissions?forum=sharepointdevelopment
    But honestly I cant understand what that means. Can someone help please?

    check this blog may explain you...
    http://jamestsai.net/Blog/post/Understand-SharePoint-Permissions---Part-1-SPBasePermissions-in-Hex2c-Decimal-and-Binary---The-Basics.aspx
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Make diffrence between values set by user and others by binding

    Hello, I'm working with comboboxes. Selected Value is sometime set by user and somtimes set by bindings. I have to launch actions only when the selected value is set by user. Is there any possible way to do it? Thank a lot.

    If the value selected is dependent from the value chosen by user and depending on other data at once
    This sounds like you have one variable representing two distinct things; but maybe your requirements somehow necessitate this.
    Here's what I meant. I have a background thread (using a Timeline) which changes the combo box randomly every two seconds. (This is a mockup of your requirement of it depending on another value.) The output to the console happens only if the user changes the combo box manually.
    import java.util.Random;
    import javafx.animation.Animation;
    import javafx.animation.KeyFrame;
    import javafx.animation.Timeline;
    import javafx.application.Application;
    import javafx.beans.property.SimpleStringProperty;
    import javafx.beans.property.StringProperty;
    import javafx.beans.value.ChangeListener;
    import javafx.beans.value.ObservableValue;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Scene;
    import javafx.scene.control.ComboBox;
    import javafx.scene.layout.StackPane;
    import javafx.stage.Stage;
    import javafx.util.Duration;
    public class ComboBoxUpdateTest extends Application {
        @Override
        public void start(Stage primaryStage) {
            final String[] values = { "One", "Two", "Three", "Four" };
            final StringProperty value = new SimpleStringProperty();
            final ComboBox<String> combo = new ComboBox<>();
            combo.getItems().addAll(values);
            value.addListener(new ChangeListener<String>() {
                @Override
                public void changed(ObservableValue<? extends String> observable,
                        String oldValue, String newValue) {
                    combo.setValue(newValue);
            combo.valueProperty().addListener(new ChangeListener<String>() {
                @Override
                public void changed(ObservableValue<? extends String> observable,
                        String oldValue, String newValue) {
                    if (!newValue.equals(value.get())) {
                        System.out.printf("User changed combo box value from %s to %s%n", oldValue, newValue);
            // Randomly change value every 2 seconds:
            final Random rng = new Random();
            Timeline timeline = new Timeline(new KeyFrame(Duration.seconds(2),
                    new EventHandler<ActionEvent>() {
                        @Override
                        public void handle(ActionEvent event) {
                            value.set(values[rng.nextInt(values.length)]);
            timeline.setCycleCount(Animation.INDEFINITE);
            timeline.play();
            StackPane root = new StackPane();
            root.getChildren().add(combo);
            primaryStage.setScene(new Scene(root, 300, 200));
            primaryStage.show();
        public static void main(String[] args) {
            launch(args);

  • How can I refer to a value of the textfield1 into the textfield2 and set readonly textfield2, and join the value of various textfields in just one textfield multiline ?

    I am new in acroforms.
    I have a form with 5 pages, in the first page the user fill personal information, the fields are (names, addres, birtdate, ocupation,etc ) all are texboxes, I need to get the same value of every textboxes of the first page into the 2d and 3, 4 and 5 pages, I have created another textboxes in the 2, 3 .. pages with the same names in order to duplicate the value of each one, but if I make some of them readonly, every textboxes in every page are readonly...
    For that reaseon, I tried changin the name of the texboxes of the 2, 3, 4 and 5 pages to names1, names2, names3, names4, and so on for the other fields, I have written some scripts, but no lucky, because I used this line in every new textbox, as the following (for the textbox names1)
    this.getField("names").Value
    Without results, the textboxes apears in blank
    And also, in the last page I need to join some texboxes values in only one multiline textbox
    Please any advice will be welcome..
    Muchas gracias
    Rafsys

    For the information in the second text box to be the same as the first text box (i.e. - on later pages), simply give the fields the same name. The second on could be set to readonly and you could even remove the borders and such so it looked like it was just part of the page. This last trick would get around the need to combine the fields for the display as you mention. Combining the fields would have to be done with JavaScript.

  • My photo stream is no longer working.  Both my icloud settings in my phone under "photos" as well as my pc icloud pictures are all set to "on" and pics are no longer uploading to photostream. What's up?

    My photo stream is no longer working.  Both my icloud settings in my phone under "photos" as well as my pc icloud pictures are all set to "on" and pics are no longer uploading to photostream. What's up?

    I experienced this problem recently but was able to solve it by signing out of, then back into Photo Stream on the computer. This will temporarily remove your photos, but once you get signed back in, it will repopulate the photos. Be sure you have updated to the latest version as well.

  • All of my apple sets (iphone, ipad and computer) cannot connect the app store since yesterday, what's wrong with the app store?

    All of my apple sets (iphone, ipad and computer) cannot connect the app store since yesterday, what's wrong with the app store? do you know? or do you have have the same experience?

    I still have access.  Must be your phone or your internet connection.

  • I accidentally put a passcode lock on my iPhone and I forgot what I set for it, is there a way to take it off without accessing the phone? I have restored my phone but it doesn't work, is there anybody that could help me please?

    I accidentally put a passcode lock on my iPhone and I forgot what I set for it, is there a way to take it off without accessing the phone? I have restored my phone but it doesn't work, is there anybody that could help me please?

    You can't "accidentally" put a passcode on any iPhone...its a multi-step process. Further, restoring an iPhone will remove the passcode, as the passcode is not included in an iPhone backup.
    Are you sure you're talking about the phone passcode & not something else...like the "Restrictions" passcode?

  • How to set to-mode to Fixed Value and give a date in RSDV transaction

    Hi
             I am working in BI7.0 environment. I am deploying HR Reporting Project. I need to load data to HR Info Cube 0PAPA_C02, to do this I need to maintain validity slice (RSDV transaction) for the Info Cube. After first load I need to set "to-mode-'Fixed Value'" and give a date such as 31.12.9999.
            Can anyone please let me know the steps on how to set- to mode to Fixed Value in RSDV.
    Thanks

    Here's the basic steps to follow:
    1) Go to tcode RSDV, enter the InfoCube name (0PAPA_C02) and Execute.
    2) If there is data already in the InfoCube you will get a validity table with default validty dates from 0CALDAY.
    3) Click on the Display/Change button so that you're in change mode and edit the validity date to be 31.12.9999.
    4) In the To-Mode column, set the value to 'F' for fixed.
    5) Put the fixed date value (31.12.9999 in your example) in Fixed to time.
    6) Click on Save.

Maybe you are looking for