Oracle Environments

Hi all
I have finished an Oracle apps dba job , i'm now working as oracle apps dba.
in the interview i had been asked about the oracle environment i work with .
WHAT THAT THE QUESTION MEAN ?

dream2009 wrote:
REPLY ME PLZPatience, Grasshopper.
First, you posted this follow-up a mere 39 minutes after your original post. This forum is not a chat line, and it is not paid support. No one is responsible for monitoring it and giving a quick response. Furthermore, it is a global forum. The person with the information you seek may very well live 12 time zones away from you and was going to bed just as you posted. He will not even see your post for several more hours. No one with the information you seek is deliberately withholding it until you sound sufficiently desparate.
Also, posting in all caps, in addition to being harder to read, is considered rude because IT LOOKS LIKE YOU ARE SHOUTING! See?

Similar Messages

  • Error while installing oracle 9i(9.2.0.1.0) on Red Hat Linux 8

    hi
    friends,
    i'm getting error while installing Oracle 9i(9.2.0.1.0). this eror was came when linking process was going on. Error is as follow.
    "Error in invoking target install of make file"
    /home/oracle/product/9.2.0/plsql/lib/ins_plsql.mk"
    /home/oracle/product/9.2.0/precomp/lib/ins_precomp.mk"
    /home/oracle/product/9.2.0/sqlplus/lib/ins_sqlplus.mk"
    /home/oracle/product/9.2.0/network/lib/ins_oemagent.mk"
    pls. help me what to do?
    Dharmesh

    See this :
    I saw this error only in connection with Oracle 9i (9.0.1) installation.
    Edit the file $ORACLE_HOME/bin/genclntsh and change the following line (people have sent me emails pointing out that this also works for Mandrake 8.1 and Mandrake 8.2):
    LD_SELF_CONTAINED="-z defs"
    to read:
    LD_SELF_CONTAINED=""
    Then run the script $ORACLE_HOME/bin/genclntsh as the user "oracle" and not as the user "root". Also make sure you have all the Oracle environments set! (I got so many emails because people were not doing this)
    $ su - oracle
    $ $ORACLE_HOME/bin/genclntsh
    Created /opt/oracle/product/9.0.1/lib/libclntst9.a
    $
    After that hit retry in the error popup. This always worked for me.
    (I was told that this also works for SuSE 8.0.)
    Here is Oracle's official solution for Oracle 9iR1 or 9iR1 iAS on RedHat 2.1 Advanced Server:
    http://otn.oracle.com/software/products/oracle9i/files/binutils_readme.html
    from: http://www.puschitz.com/OracleOnLinux.shtml
    Hope it help you
    Basem

  • Error during installation of oracle 8.1.7 on Linux 7.2

    hello folks,
    i am having a problem in installing oracle 8.1.7 on linux 7.2 redhat.
    i fulfill all the pre-installation requirements,,then started installation,,
    before executing "runInstaller",i have to use the command:
    $ export LD_ASSUME_KERNEL=2.2.5
    (if i dont give this command,the "runInstaller" halts.).
    now installation starts,during Linking Oracle8i Enterprise Edition segment,,at 62 or 64%,,it start
    generating errors like:
    Error in invoking target relink of makefile
    /dba01/app/oracle/product/8.1.7/precomp/lib/ins_precomp.mk
    no effect on retry,just ignore ignore and ignore all the rest part,,
    i have read a nearly similar type of problem yesterday in this forum where author suggested
    to change LD_SELF_CONTAINED in ORACLE_HOME/bin/genclntsh and then run "genclntsh",,but he did'nt
    mentioned what change should we do??
    plz help me to wriggle out from this stuff.
    thanx
    regards

    hello folks,
    i am having a problem in installing oracle 8.1.7 on linux 7.2 redhat.[...snip...]
    now installation starts,during Linking Oracle8i Enterprise Edition segment,,at 62 or 64%,,it start
    generating errors like:
    Error in invoking target relink of makefile
    /dba01/app/oracle/product/8.1.7/precomp/lib/ins_precomp.mk
    no effect on retry,just ignore ignore and ignore all the rest part,,
    i have read a nearly similar type of problem yesterday in this forum where author suggested
    to change LD_SELF_CONTAINED in ORACLE_HOME/bin/genclntsh and then run "genclntsh",,but he did'nt
    mentioned what change should we do??http://www.puschitz.com/OracleOnLinux.shtml
    From the above guide:
    Edit the file $ORACLE_HOME/bin/genclntsh and change the following line (people have sent me emails pointing out that this also works for Mandrake 8.1 and Mandrake 8.2):
    LD_SELF_CONTAINED="-z defs"
    to read:
    LD_SELF_CONTAINED=""
    Then run the script $ORACLE_HOME/bin/genclntsh as the user "oracle" and not as the user "root". Also make sure you have all the Oracle environments set! (I got so many emails because people were not doing this)
    $ su - oracle
    $ $ORACLE_HOME/bin/genclntsh
    Created /opt/oracle/product/9.0.1/lib/libclntst9.a
    $
    Also another 'jewel'http://staff.in2.hr/denis/oracle/index.html
    Regards,
    Pedro

  • Multiple WAS Java on AIX/Oracle

    Hi,
    We tried several WAS ABAP on AIX/Oracle but recently tried to implement several WAS Java on AIX/oracle.
    Has anyone did something like this?
    What are the constraints?

    We have done this on  HPUX/Oracle environments and our sandbox runs with EM (NW04S), WAS (NW04S), R3, SRM (WAS640); no problems reported;
    please make sure you size these systems and have enough resources on the box;
    thanks,
    Hari Peruri

  • Directory issue while installing software oracle on oel5.5

    Hi ,
    iam trying to install oracle10gr2 on OEL 5.5 for this iam following :-------
    http://kamranagayev.wordpress.com/2010/04/25/video-tutorial-installing-oel-and-oracle-10gr2/
    but in my case when i run ./runInstaller it takes my ORACLE_HOME as
    u1/oracle/oracle/product/10.2.0/db_1 then i browse it and make it as u1/oracle/product/10.2.0/db_1 .... then i start with installation and when it is been prompted to logged in as root and execute the script first one i execute....... the second where it has been shown i.e cd $ORACLE_HOME/ when i execute iam not taken into db_1 directory....
    i know iam going some where wrong so can u pls rectify me or tell me where am i going wrong.....
    Regards & Thanks
    Kavita

    As oracle user, You can set environmental variables.
    If it is fresh install, you can set oracle environmental variables using the following way:
    $ . oraenv
    ORACLE_SID [orcl] ? orcl
    the following will list the environmental settings for oracle user:
    $ env | grep ORA
    As far as root is concerned, it is not aware of ORACLE_HOME path. So, you should manually include the path to execute the script.
    # /u01/oracle/product/10.2.0/db_1/root.sh
    Hope this helps
    Regards,
    Murali Mohan

  • Problems with file location variables and Oracle 9i

    I'm new to Oracle and I'm seeing if I can get Oracle 9i running and do anything useful for me on a Solaris 9 platform.
    The installation of Oracle went OK except step three, creating a starter database. The installation wanted to put it on the same file system as {ORACLE_HOME} although I told the installation that I wanted {ORACLE_BASE} on another file system. So of course there wasn't enough room on the file system to make the starter database.
    I thought I'd be able to correct this after installation. I tried to make a General Purpose Database with Database Configuration Assistant but DBCA in step 5 of 7, File Location Variables still shows {ORACLE_BASE} to be the same as {ORACLE_HOME}, and no way to change that variable on this screen. Don't I want to change { ORACLE_BASE} to a file system that has enough space to make the data base? How do I change this variable? When logged in as the oracle user, I don't see it listed by setenv.
    When I ignored this setting and tried to finish DBCA, it hung.

    I looked for the {ORACLE*} environmental variables in the profile and login files of my oracle user, but didn't find that they were added by my Oracle setup. So I didn't think defining them as environmental variables would persist or overrule the global variables set at dbca run time.
    In the dbca windows, step 5 displays these global variable settings provocatively in a table, as if Oracle wants me to verify and edit them if necessary, but I keep poking at them with right mouse clicks, left mouse clicks, backspace, and delete, but all I can do is turn them blue.
    Currently when I use dbca to try to create a general purpose database, it hangs at 50% done, but not much space is used up on {ORACLE_HOME}. So it doesn't really look like the hang is caused by the disk being full. One of the processes that is hung is jre, so I thought I'd review the Oracle requirements and locations for JRE on my system.

  • Changing oracle_home(standalone to ORACLE RAC).

    Customer has two oracle environments on the same envioronments.
    1) Standalone database running on Standalone oracle_home.
    2) RAC databases running on RAC ORACLE_HOME.
    Now customer would like to change standalone database to RAC ORACLE_HOME. What is the procedure for this.
    Oracle version is 11.2.0.3.4 on both environments. Just i need to change the oracle_home only.  If any additional clarifications...happy to reply with more details....
    Thanks in-advance.

    Please use the below link, its helpful
    http://docs.oracle.com/database/121/RACAD/cvt2rac.htm
    Single-Instance Database on a Cluster Running from an Oracle RAC-Disabled Home
    You can create a single-instance database on a cluster running from an Oracle home with the Oracle RAC option disabled. To create an Oracle home on a cluster with Oracle RAC disabled, you can select local and non-cluster on the Node Selection Page of Oracle Universal Installer when installing the Oracle Database software. You can also performed a one-node cluster (with Oracle RAC) installation, but later disable the Oracle RAC option.
    Perform the following procedures to convert this type of single-instance database to an Oracle RAC or Oracle RAC One Node database:
    1.    Use DBCA to create a preconfigured image of your single-instance database as described in "Use DBCA to Create an Image of the Single-Instance Database" To perform the conversion manually, shut down the single-instance database.
    2.    Change the directory to the lib subdirectory in the rdbms directory under the Oracle home.
    3.    Relink the oracle binary by running the following commands:
    4. make -f ins_rdbms.mk rac_on
    5. make -f ins_rdbms.mk ioracle

  • Oracle 7.x db from HP to AIX

    Hi,
    1. Can I use import/export to move the db from HP to AIX?
    2. Anything that should be changed due to platform change(i.e.
    any specific things
    for AIX)?
    3. Any useful documents for the task?
    Many thanks,
    Fat
    null

    Hi Chow,
    What you talk about will work. This forum deals with migrations
    from non-Oracle environments to Oracle. I suggest you contact
    Oracle RDBMS support directly. They have the most up to date
    support information on issues such as yours.
    Regards
    John
    Chow Yuen Fat (guest) wrote:
    : Hi,
    : 1. Can I use import/export to move the db from HP to AIX?
    : 2. Anything that should be changed due to platform change(i.e.
    : any specific things
    : for AIX)?
    : 3. Any useful documents for the task?
    : Many thanks,
    : Fat
    Oracle Technology Network
    http://technet.oracle.com
    null

  • Whenever i start my database i want to SET my ORACLE HOME & PATH.

    Hi,
    I have installed my ORACLE 10g on RHEL 5.I have created a starter database named orcl.I have exported my ORACLE_HOME,PATH and SID.Then i Start the listener,database,dbconsole. I have got the connection to my database also, but the problem is whenever i quit the terminal i want to reset the entire thing once more.Is there any other option to start the instance without resetting the ORACLE_HOME,SID,PATH.
    Plz help me...

    Hi,
    there are 2 ways to set your environment:
    1) Make amendments to your profiles in .profile
    As with every Oracle installation you need settings for different Oracle instances, so you can have your options:
    echo
    echo "Available Oracle environments are:"
    echo " 1 - Head Office                 (Oracle10g)"
    echo " 2 - Oracle Application Ser. (Oracle10gAS)"
    echo
    echo "\n     Oracle environment [1] ? \c"
    read C
    if [ "$C" -ne '1' -a "$C" -ne '2' ]
    then
        C=1
        echo "Default set to ${C}."
    fi
    case $C in
    1)     export  ORACLE_SID=mydb1
            export  ORAVER=10.2.0
            export  UID=oracle10
            export  ORACLE_HOME=$ORACLE_BASE/$UID/$ORAVER/oracleDB
            export  ORACLE_HOME_AS=$ORACLE_BASE/$UID/10.1.0/oracleAS
            export  ORAKITPATH=$ORACLE_HOME/oraterm/admin/resource
            export  ORA_NLS10=$ORACLE_HOME/nls/data
            export  LD_LIBRARY_PATH=$ORACLE_HOME/lib
            export  LIBPATH=$ORACLE_HOME/lib
            export  TNS_ADMIN=/etc
            unset   SRCHOME
            export  NLS_LANG="ENGLISH_UNITED KINGDOM.UTF8"
            export  NLS_LANGUAGE=ENGLISH
            export  NLS_TERRITORY="UNITED KINGDOM"
            export  NLS_DATE_FORMAT='DD/MM/RRRR'
            export  NLS_NUMERIC_CHARACTERS=".,"
    2)     
            export  ORACLE_SID=mydb2
            export  ORAVER=10.1.0
            export  UID=oracle10
            export  ORACLE_HOME=$ORACLE_BASE/$UID/$ORAVER/oracleAS
            export  ORACLE_HOME_AS=$ORACLE_BASE/$UID/10.1.0/oracleAS
            export  ORAKITPATH=$ORACLE_HOME/oraterm/admin/resource
            export  ORA_NLS10=$ORACLE_HOME/nls/data
    #   Oracle says this is for 64-bit calling applications...
            export  LD_LIBRARY_PATH=$ORACLE_HOME/lib
            export  LIBPATH=$ORACLE_HOME/lib
            export  TNS_ADMIN=/etc
            export  TWO_TASK=mydb2
            unset   SRCHOME
            export  NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
            export  NLS_LANGUAGE=ENGLISH
            export  NLS_TERRITORY="UNITED KINGDOM"
            export  NLS_DATE_FORMAT='DD/MM/RRRR'
            export  NLS_NUMERIC_CHARACTERS=".,"
    *)      echo
            echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
            echo !    Wrong Choice, try again : . ./.profile                     !
            echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    esacBut then you have to logout/login or run your profile to change the settings:
    . .profile
    2) run ". oraenv" that will ask you how to reset the variables.
    Regards,
    Ryszard

  • Oracle XE (Windows) Multiple Oracle Homes

    I have a question in regards to Oracle Express Edition and how it maintains Oracle Home.
    I currently have multiple Oracle Homes on my machine. In order for apps like SQL Developer or PLSQL Developer to see the correct TNSNAMES entries, I usually have to use the Home Selector from the Installation tools to properly obtain the correct tnsnames entries in the dropdowns.
    Now, I'm a Linux DBA, not to keen on Oracle environments for Windows. But, when I installed Oracle Express Edition, none of my Applications SQL Developer or PLSQL Developer recognize the tnsnames entries for my environment. From the 9i Home Selector I see that it is in the correct environment I want it to use. But it seems Express has overriden somehow.
    Can anyone lead me into the right direction to switch between my XE Environment to my 9i environments?
    Thanks.
    Lee

    I did it too, but the beta over beta software is just too dangerous.. you never know what is crashing your system :)
    []s
    Marcio

  • Oracle clinical start up

    I am a CRA and want to go into oracle clinical any help

    Hi,
    Use .bash_profile file for setting Oracle environments or
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
    export ORACLE_SID=orcl -- or your SID
    cd $ORACLE_HOME
    ./sqlplus / as sysdba
    SQL> startup Please check : http://docs.oracle.com/cd/E11882_01/install.112/e24326/toc.htm
    http://www.oracle-base.com/articles/11g/oracle-db-11gr2-installation-on-oracle-linux-6.php
    Regards
    Mahir M. Quluzade
    http://www.mahir-quluzade.com

  • Installation of oracle8i (8.1.7) on linux 6.2

    hello,
    This is regarding installation of oracle8i(8.1.7) on redhat linux6.2.
    We are facing problems at the begining step of creation of "oracle" user accout & "dba" group.
    Even though we are successfull in creating user & group we are not able to proceed further with installations.
    is the problem is wrt O.S kernel parameters.
    if yes please send me the solution.
    the kernel ver which we are using is 2.2.14.
    does that makes any difference.
    Or should "oracle" user or the "dba" group
    comes under special category.
    bcos we are not able to find any oracle related environment variables nor we are successfull in accesing kernel parameters.
    please let me know how to proceed further
    as soon as possible.
    thanks a lot,
    Bheemesh.

    hello folks,
    i am having a problem in installing oracle 8.1.7 on linux 7.2 redhat.[...snip...]
    now installation starts,during Linking Oracle8i Enterprise Edition segment,,at 62 or 64%,,it start
    generating errors like:
    Error in invoking target relink of makefile
    /dba01/app/oracle/product/8.1.7/precomp/lib/ins_precomp.mk
    no effect on retry,just ignore ignore and ignore all the rest part,,
    i have read a nearly similar type of problem yesterday in this forum where author suggested
    to change LD_SELF_CONTAINED in ORACLE_HOME/bin/genclntsh and then run "genclntsh",,but he did'nt
    mentioned what change should we do??http://www.puschitz.com/OracleOnLinux.shtml
    From the above guide:
    Edit the file $ORACLE_HOME/bin/genclntsh and change the following line (people have sent me emails pointing out that this also works for Mandrake 8.1 and Mandrake 8.2):
    LD_SELF_CONTAINED="-z defs"
    to read:
    LD_SELF_CONTAINED=""
    Then run the script $ORACLE_HOME/bin/genclntsh as the user "oracle" and not as the user "root". Also make sure you have all the Oracle environments set! (I got so many emails because people were not doing this)
    $ su - oracle
    $ $ORACLE_HOME/bin/genclntsh
    Created /opt/oracle/product/9.0.1/lib/libclntst9.a
    $
    Also another 'jewel'http://staff.in2.hr/denis/oracle/index.html
    Regards,
    Pedro

  • Unable to check logfiles in Application Server Control

    I use oc4j_extended with a seperate oc4j_home: java -jar "%OC4J_INSTAL%\oc4j.jar" -userThreads -verbosity 10 -config %OC4J_HOME%\config\server.xml
    This means I had to change some paths in server.xml.
    Now I am able to use ascontrol from my seperate home. The problem is that when I click on the link Logs, I get a NullPointerException:
    java.lang.NullPointerException at oracle.sysman.ias.studio.logging.logviewer.LogFilesHelper.createLogFilesHGrid(LogFilesHelper.java:858) at oracle.sysman.ias.studio.logging.logviewer.LogFilesHelper.prepareData(LogFilesHelper.java:244) at oracle.sysman.ias.studio.util.AbstractController.prepareData(AbstractController.java:652) at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:389) at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:711) at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:294) at javax.servlet.http.HttpServlet.service(HttpServlet.java:743) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:61) at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:672) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:378) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:869) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:288) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:120) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:294) at java.lang.Thread.run(Thread.java:536)
    In my oc4j console window it says: 05/03/03 14:18:26 javax.management.MBeanException: Exception thrown in operation
    discoverLogs
    05/03/03 14:18:26 at oracle.oc4j.admin.jmx.ejb.MBeanServerEjbBean.invoke(M
    BeanServerEjbBean.java:346)
    05/03/03 14:18:26 at oracle.oc4j.admin.jmx.ejb.MBeanServerEjbBean.invoke(M
    BeanServerEjbBean.java:309)
    05/03/03 14:18:26 at MBeanServerEjbRemote_StatefulSessionBeanWrapper0$1.ru
    n(MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:141)
    05/03/03 14:18:26 at java.security.AccessController.doPrivileged(Native Me
    thod) ... (etcetera)
    This doesn't happen when I run oc4j and ascontrol from my installation directory. Does anyone know what the problem might be?
    Marko.

    Another question on this subject: why does OC4J use paths
    like ../../home/jsp/lib/taglib/ and even
    ./../../j2ee/home/jsp/lib/taglib/ (both used to define
    global.tag.libraries in server.xml), when in this case >../jsp/lib/taglib would be sufficient?Another good question at that.
    The reason is that OC4J is distributed as both a standalone zip file, and as part of the broader OracleAS product.
    In the standalone case, we typically have one instance -- ie home.
    In the OracleAS case, you can and deploy applications to new instances. In this case, we use the same set of bits, but just different configuration files. So where you see references to paths such as ../../j2ee/home/ that allows the same config files to be utilized in both standalone and OracleAS environments, and lets us support home and other specific instances which get created.
    ../.. takes you back to the ORACLE_HOME directory.
    cheers
    -steve-

  • I want better solution for adjusting the Material stock values for the last

    my Customer  need to adjust( Decrease)  the closing stock values for the following materials / plant wise as on 31.03.2006 for meeting statuary compliance.
    Material1 :  RS: 4149599    QTY : 10181.03 Ltrs
    Material 2  : RS: 1318596     QTY:  2152.76   Ltrs
    As per my knowledge MM posting periods can open current month and Previous month only. For the reason I proposed the solution as follows:
    Step 1 : post FI Journal Entry on 31.03.2006
    Opening Balance G/L  Account Dr 4149599 + 1318596
    Closting Stock a/c                      Cr 4149599 + 1318596
    Step 2.
    Change the Material Price in MM through T.Code: MR21
    ( Posting will be allowed in current or previous months)
    This makes our CO reports accurate.
    Please  suggest the better solution if it is possible in MM for adjusting the Material stock values for the last financial year.
    WIth Best Regards,
    Rajesh
    <b></b>

    Hi Madhavan,
    Unfortunately this forum deals with migrations from non-Oracle
    environments to Oracle. You seem to be dealing with migrations in
    an Oracle environment mainly.
    I would recommend that you contact Oracle Applications and RDBMS
    support directly. They will have the most up to date
    information/advice on performing these actions.
    Regards
    John
    Madhavan (guest) wrote:
    : Hi John
    : Thanks for your reply.
    : Actually I am planning to upgrade the system.
    : 1. I Want to Upgrade Oracle Financials release 10.7 to the
    : latest version (11.x)
    : 2. Oracle 7 database to oracle 8 or 8i.
    : 3. Oracle is running on NT service pack 3. Do I need to upgrade
    : this?. If not what is the impact on Windows NT?
    : 4. Is the majority still running smart client 10.7 and database
    : 7?
    : 5. What is the necessary time to implement these upgrades? What
    : type of consulting I need to have?
    : 6. I have some employees working on it? Will these changes
    : affect them?
    : What type of precautions I need to take on the whole??
    : Thank You
    : Madhavan
    Oracle Technology Network
    http://technet.oracle.com
    null

  • Promlem in creating database in 8.1.7

    hello,
    I just downloaded and installed 8.1.7 on redHat 7.3. The installation goes through
    with no problem. But when it comes time to create the database, the dbassist
    gives me these two errors:
    ORA-03113: end-of-file on communication channel
    ORA-03114: not connected to ORACLE
    here are my oracle environments:
    export ORACLE_BASE=/Oracle/disk1/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/8.1.7
    export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    export ORACLE_SID=srb
    export ORACLE_TERM=xterm
    export DISPLAY=:0
    CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib:$ORACLE_HOME/network/jlib; export CLASSPATH
    export LD_ASSUME_KERNEL=2.2.5
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/X11R6/lib:/usr/local/lib; export LD_LIBRARY_PATH
    What am I doing wrong. Please help...
    Thanks
    Steve Bashiri

    Today, I have completed the database creation sucsessfully.
    I just do like this:
    1. modified the sem.h file and change some params.
    semmni 100
    semmsl processes+10
    segmns (db total processes)+10
    2. patch glibc-2.1.3-stubs.tar.gz
    that's all.
    I regard that I still be sucesessful if i haven't modified the sem.h file.because the default is fitable.

Maybe you are looking for

  • I had itunes on my old computer, how do I get the get my songs off my nano onto my new computer?

    I just got a new computer, can you tell me how to get the songs off my ipod and onto the new computer? I have downloaded the itunes library but it says it will erase the songs on my ipod if I sinc it.

  • Display HTML in JEditorPane

    Hi I am trying to display a String containing HTML text on a JEditorPane. I have downloaded the HTML from a webpage using sockets, and now I want to display the downloaded page. I have a project in school about sockets. This is why I can't use getPag

  • Replacement options for VW01/VW10 in ECC 6.0 due to ITS retirement

    Due to a planned Internet Transaction Server (ITS) retirement, I am investigating replacement/alternatives to VW01 and VW10 for sales order creation and status.  Are there other options in ERP ECC 6.0? Many thanks Jennifer Ellis

  • Trigger Vendor master idoc automatically

    Hi Experts, When i save idoc vendor master (CREMAS05) , how can i trigger the idoc and send it to XI system automatically ? I tried running the report RSEOUT00 with the idoc details but message displayed is 'no idoc ready for processing'. Regards, Sy

  • Report selection in the prompt

    Hi Gurus, I have to create 3 reports from 3 subject areas and show that reports in a single prompt when i select first report other two reports should hide. Can any one help me how to achieve this requirement. Thanks, Rafi