Error encounded during oracle 10g installation on mac os 10x

Hi All,
I am installing oracle 10g on my mac laptop os 10 x, I am getting the below error during execution of dbca script for db creation, I am not able to proceed further, please advice
[Thread-3] [17:11:23:18] [BasicStep.execute:202] Executing Step : CLONE_DB_CREATION_RMAN_RESTORE
[Thread-3] [17:11:23:18] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-01092
[Thread-3] [17:11:23:18] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-01034
[Thread-3] [17:11:23:18] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-03114
[Thread-3] [17:11:23:18] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-12560
[Thread-3] [17:11:23:18] [StepErrorHandler.setIgnorableErrors:250] setting Ignorable Error: ORA-01109
[Thread-3] [17:11:23:19] [BasicStep.configureSettings:304] messageHandler being set=null
[Thread-3] [17:11:23:20] [BasicStep.execute:202] Executing Step : INSTANCE_CREATION
[Thread-3] [17:11:23:20] [BasicStep.configureSettings:304] messageHandler being set=null
[Thread-3] [17:11:23:25] [InitParamAttributes.sortParams:3532] m_sortOn:-1 sortOn:4
[Thread-3] [17:11:23:53] [Host.noEntryinOratab:5115] Check made for oratab arg passed............
[Thread-3] [17:11:23:53] [Oratab.getTempFile:710] Temp oratab: /tmp/oratab
[Thread-3] [17:11:23:94] [BasicStep.configureSettings:304] messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@29da77
[Thread-3] [17:11:23:95] [CloneRmanRestoreStep.executeImpl:217] Instance Creation went fine..........
[Thread-3] [17:11:23:96] [CloneRmanRestoreStep.executeImpl:224] db_recovery_file_dest=/app/oracle/flash_recovery_area
[Thread-3] [17:11:23:96] [CloneRmanRestoreStep.executeImpl:227] db_recovery_file_dest_size=2147483648
[Thread-1] [17:11:24:476] [BasicStep.handleNonIgnorableError:430] oracle.sysman.assistants.util.UIMessageHandler@29da77:messageHandler
[Thread-1] [17:11:24:476] [BasicStep.handleNonIgnorableError:431] ORA-12547: TNS:lost contact
:msg
[Thread-3] [17:11:27:466] [SQLEngine.done:1966] Done called
oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-12547: TNS:lost contact
     at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1482)
     at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:829)
     at oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.executeImpl(CloneRmanRestoreStep.java:244)
     at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
     at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
     at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2488)
     at java.lang.Thread.run(Thread.java:552)
[Thread-3] [17:11:27:470] [BasicStep.configureSettings:304] messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@29da77
[Thread-3] [17:11:27:470] [StepContext$ModeRunner.run:2504] oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.executeImpl(CloneRmanRestoreStep.java:435)
oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2488)
java.lang.Thread.run(Thread.java:552)
Thanks
Vijayaprakash

Duplicate post - Error encounded during oracle 10g installation on mac os 10x
Srini

Similar Messages

  • Error during oracle 10g installation

    HI
    During oracle10g installlation on windows vista os
    Enter prise manager configuration failed due to the error :starting starting database control refer to the log file at c:\product\10.2.0\db_1\cfgtoollogs\dbca\dbtest\emconfig.log
    u can retry configuration this database with enterprise manager later by manually running c:\ora\product\10.2.0\db_1\bin\emca

    Windows and Unix (in general) are different from the point of view that on windows platforms no relink operations are required, since the install media has the already compiled and linked executables and dll's required. On the unix like platforms, the story is different, relinking is required to create executables, since the install media has the object files. Makefiles are included to perform the relink operation and the relinking is nothing else but recreate executable images. If you were required to relink, probably it's because during install phase something went wrong and there were no relinked executables that made your working environment fail.
    In this case, on the windows platform, this problem looks like a configuration issue.
    ~ Madrid

  • Oracle 10g installation error in linux...

    Hi,
    i am getting following error when installing oracle 10g(10.2.0.1) in RHEL4.i have installed following required packages also.
    binutils-2.15.92.0.2-21
    compat-db-4.1.25-9
    control-center-2.8.0-12.rhel4.5
    gcc-3.4.6-3
    gcc-c++-3.4.6-3
    glibc-2.3.4-2.25
    glibc-common-2.3.4-2.25
    gnome-libs-1.4.1.2.90-44.1
    libstdc++-3.4.6-3
    libstdc++-devel-3.4.6-3
    make-3.80-6.EL4
    pdksh-5.2.14-30.3
    sysstat-5.0.5-11.rhel4
    xscreensaver-4.18-5.rhel4.11
    libaio-0.3.105-2
    installActions2009-03-18_09-04-11AM.log
    INFO: rm -f nnfgt.*
    (if [ "compile" = "compile" ] ; then \
    /u01/app/oracle/10.2.0/db_1/bin/gennfgt > nnfgt.c ;\
    /usr/bin/gcc -c nnfgt.c ;\
    rm -f /u01/app/oracle/10.2.0/db_1/lib/nnfgt.o ;\
    mv nnfgt.o /u01/app/oracle/10.2.0/db_1/lib/ ;\
    /usr/bin/ar rv /u01/app/oracle/10.2.0/db_1/lib/libn10.a /u01/app/oracle/10.2.0/db_1/lib/nnfgt.o ; fi)
    INFO: /bin/sh: /usr/bin/gcc: No such file or directory
    INFO: mv:
    INFO: cannot stat `nnfgt.o'
    INFO: : No such file or directory
    INFO:
    INFO: /usr/bin/ar: /u01/app/oracle/10.2.0/db_1/lib/nnfgt.o: No such file or directory
    INFO: make: *** [nnfgt.o] Error 1
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'nnfgt.o' of makefile '/u01/app/oracle/10.2.0/db_1/network/lib/ins_net_client.mk'. See '/u01/app/oracle/oraInventory/logs/installActions2009-03-18_09-04-11AM.log' for details.
    Exception Severity: 1
    WARNING: This will stop installation of all products and exit the Installer. Are you sure that you want to stop the installation and exit?
    INFO: User Selected: Yes/OK
    INFO: Exception handling set to prompt user with options to Retry Ignore
    User Choice: User selected to stop installation of all components.
    Thanks,

    what bit oracle software are You trying to install on what bit linux? 32bit for both?
    show
    uname -a
    Required packages are these:
    binutils-2.15.92.0.2-18
    compat-libstdc++-33.2.3-47.3
    elfutils-libelf-0.97-5
    elfutils-libelf-devel-0.97-5
    gcc-3.4.5-2
    gcc-c++-3.4.5-2
    glibc-2.3.4-2.19
    glibc-common-2.3.4-2.19
    glibc-devel-2.3.4-2.19
    glibc-headers-2.3.4-2.19
    libaio-devel-0.3.105-2
    libaio-0.3.105-2
    libgcc-3.4.5
    libstdc++-3.4.5-2
    libstdc++-devel-3.4.5-2
    make-3.80-5
    sysstat-5.0.5
    unixODBC-2.2.11
    unixODBC-devel-2.2.11
    compat-db-4.1.25-9
    compat-libstdc++-296-2.96-132.7.2
    control-center-2.8.0-12
    gnome-libs-1.4.1.2.90-44.1
    pdksh-5.2.14-30
    xorg-x11-deprecated-libs-6.8.1-23.EL
    openmotif21-2.1.30-11.RHEL4.2 (Required to install Oracle Demos)
    do you have them all?
    querry with
    rpm -aq | grep ....
    If You have metalink access then read metalink note 401705.1

  • Error while installing oracle 10g on AIX

    I am receiving the following error while installing oracle 10g on AIX..
    error in invoking target 'relink' of makefile 'u01/app/oracle/product/10.2.0/orcl/precomp/lib/ins_precomp.mk'..
    i am installing enterprise edition. pl help

    Hi;
    What is AIX version?
    Please see:
    Installing 10g On Aix 5.3:'Error In Invoking Target 'Relink' Of Makefile ...' [ID 309668.1]
    AIX: On Silent Install, Getting Several 'Error In Invoking Target' Messages [ID 351380.1]
    "Error invoking target ... of makefile ... " Errors While Installing 8.1.6 [ID 113781.1]
    Please also check below and be sure you have all prereq. on your server:
    Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]
    Regard
    Helios

  • OracleAS 10g installation (please Help)

    Hi All
    i want a help in[b] OracleAS 10g installation
    in the first step in it's installation . must install oracleAS infrastracture . in my way to install it many Errors & messages appears to me
    this Errors & messages in 4 pictures to see it .. hope to find a solution for this
    th pictures in this links
    1- http://www.araboug.org/ib/index.php?act=Attach&type=post&id=5413
    2- http://www.araboug.org/ib/index.php?act=Attach&type=post&id=5414
    3- http://www.araboug.org/ib/index.php?act=Attach&type=post&id=5415
    4- http://www.araboug.org/ib/index.php?act=Attach&type=post&id=5416
    after pressing ignor in the forth screen many errors & messages appears to me

    Oracle AS10g = 10.1.2.0.2 I presume...
    However, my first questions is still valid "The questions is if you followed EVERY step outlined in the Application Server Installation Guide? If you did, then there should be no errors."
    I have had similar issues when environment variables was still set during installations, ORACLE_HOME etc. You must unset those, as described in the Installation Guide, before starting an installations.
    Please check these two Metalink Notes:
    295446.1 "OracleCSService service may fail to start during the install of IAS 10.1.2 on Windows"
    365046.1 "The Infrastructure DBCA Stops with Error "Failed to initialize OCR"
    Regards,
    Martin

  • Error while installing Oracle 10g on Fedora Core 1

    Error while installing Oracle 10g on Fedora Core 1. After 40% of the Installation is thru, the progress bar is showing 40%, it gives error "Not connected to Oracle" and the installation has to be terminated.
    We have tried by using the on-line procedure and changing the required script to make believe it as said.

    Are you createing DB also???

  • Oracle 10g Installation Problem on SUSE Linux 10

    Hello Friends,
    I want to install SAP Solution Manager 7.0 with Oracle 10g on SUSE Linux 10.0.
    But, while starting the Installation i am getting following Errors.
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1,
    asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-04-22_03-59-38PM. Please wait ...
    Error in writing to directory /tmp/OraInstall2009-04-22_03-59-38PM. Please ensure that this directory is
    writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    I have checked the Permissions and the Size of /tmp Directory, which is as followed:
    drwxr-xr-x  11 root root    0 2009-04-22 21:19 sys
    drwxrwxrwt  52 root root 1824 2009-04-22 16:00 tmp
    drwxr-xr-x  15 root root  408 2009-04-19 14:43 usr
    Filesystem           1K-blocks      Used Available Use% Mounted on
    /dev/sda10             2104376     73112   2031264   4% /tmp
    I am starting the Oracle 10g Installation within orasm7 User which is a member of dba, users, disk groups.
    The directories which are created upon starting the Oracle Installation in /tmp directory are having the situations as followed:
    drwxr-xr-x 3 orasm7   dba          128 2009-04-21 18:41 OraInstall2009-04-21_06-41-14PM
    drwxr-xr-x 3 orasm7   dba          128 2009-04-21 18:41 OraInstall2009-04-21_06-41-25PM
    drwxr-xr-x 3 orasm7   dba          128 2009-04-22 15:59 OraInstall2009-04-22_03-59-38PM
    The Oracle Installation log is as follwoed:
    Using paramFile: /home/MyData/51031676/database/install/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1, asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    The commandline for unzip:
    /home/MyData/51031676/database/install/unzip -qqq ../stage/Components/oracle.swd.jre/1.4.2.0.8
    /1/DataFiles/\*.jar -d /tmp/OraInstall2009-04-22_03-59-38PM
    I have set DISPLAY variable in this way before starting Installation:
    DISPLAY=$HOSTNAME:0.0
    export DISPLAY
    I tried to search the solution over the internet for this kind of problem, but i am not able to find its solution. Even i tried to start the Orale installation using this parameter: ./runInstaller ignoreSysPrereqs, but still it is giving the same unexpected error.
    I have a doubt on File/Directory permissions which are created for Installation in /tmp. The umask setiing of the system is 0022.
    Please, help me for this issue.
    Thanks & Regards,
    Bhavik G. Shroff

    Hi Markus,
    How are you ?
    Thank you very much for your reply.
    I was executing wrong runInstaller file. RUNINSTALLER is right file for starting the execution. But still i am facing the same error, which is as followed.
    Preparing response files. Please wait:
    ======================================
    Working on /home/MyData/51031676/database/SAP/SVRCUSTOM.RSP
    /home/MyData/51031676/database/SAP/SVRCUSTOM.RSP --> /tmp/.orainst_rsp.27450: Done
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1, asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM. Please wait ...
    Error in writing to directory /home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM. Please ensure that
    this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    SHROFF:~ # cd /home/orasm7/tmpora/
    SHROFF:/home/orasm7/tmpora # ll
    total 0
    drwxr-xr-x 3 orasm7 dba 128 Apr 22 17:25 OraInstall2009-04-22_05-25-26PM
    SHROFF:/home/orasm7/tmpora # cd OraInstall2009-04-22_05-25-26PM/
    SHROFF:/home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM # ll
    total 4
    drwxr-xr-x 2 orasm7 dba 304 Apr 22 17:25 images
    -rwxr-xr-x 1 orasm7 dba 504 Apr 22 17:25 installActions2009-04-22_05-25-26PM.log
    SHROFF:/home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM #
    I have a doubt on tmp_netca_file & tmp_dbca_file variable.
    Please give your suggestion for the same.
    Regards,
    Bhavik G. Shroff
    Edited by: Bhavik G. Shroff on Apr 22, 2009 2:10 PM

  • Oracle 10g installation on aix 52

    Oracle 10g installation is failing on a
    aix52 64bit machine
    After installing the product running
    $ORACLE_HOME/root.sh for setup as user root results
    in the following errors:
    exec(): 0509-036 Cannot load program /dbms/oracle/10g/OraHome/bin/crsctl.bin because of the following errors:
    0509-130 Symbol resolution failed for /dbms/oracle/10g/OraHome/lib/libttsh10.a[shr_ttsh10.o] because:
    0509-136 Symbol aio_nwait_timeout (number 324) is not exported from
    dependent module /unix.
    0509-022 Cannot load module /dbms/oracle/10g/OraHome/lib/libhasgen10.a(shr_hasgen10.o).
    0509-150 Dependent module libttsh10.a(shr_ttsh10.o) could not be loaded.
    0509-026 System error: Cannot run a file that does not have a valid format.
    0509-192 Examine .loader section symbols with the
    'dump -Tv' command.
    exec(): 0509-036 Cannot load program /dbms/oracle/10g/OraHome/bin/clscfg because of the following errors:
    0509-130 Symbol resolution failed for /dbms/oracle/10g/OraHome/lib/libttsh10.a[shr_ttsh10.o] because:
    0509-136 Symbol aio_nwait_timeout (number 324) is not exported from
    dependent module /unix.
    0509-022 Cannot load module /dbms/oracle/10g/OraHome/lib/libhasgen10.a(shr_hasgen10.o).
    0509-150 Dependent module libttsh10.a(shr_ttsh10.o) could not be loaded.
    0509-026 System error: Cannot run a file that does not have a valid format.
    0509-192 Examine .loader section symbols with the
    'dump -Tv' command.
    Failed to initialize Oracle Cluster Registry for cluster
    Any suggenstion on this will be appreciated.

    Would like to see the http://download-west.oracle.com/docs/cd/B19306_01/relnotes.102/b19074/toc.htm#CJAFJGIC or for linux, see http://www.puschitz.com/InstallingOracle10g.shtml.
    Its trustworthy sites and my request is to delete all the files and start clean-installation again.
    Revert back if any clarifications required.
    Regards,
    Star Nirav
    Oracle 10g installation is failing on a
    aix52 64bit machine
    After installing the product running
    $ORACLE_HOME/root.sh for setup as user root results
    in the following errors:
    exec(): 0509-036 Cannot load program
    /dbms/oracle/10g/OraHome/bin/crsctl.bin because of
    the following errors:
    0509-130 Symbol resolution failed for
    /dbms/oracle/10g/OraHome/lib/libttsh10.a[shr_ttsh10.o
    because:
    0509-136 Symbol aio_nwait_timeout (number
    324) is not exported from
    dependent module /unix.
    annot load module
    /dbms/oracle/10g/OraHome/lib/libhasgen10.a(shr_hasgen1
    0.o).
    0509-150 Dependent module
    libttsh10.a(shr_ttsh10.o) could not be loaded.
    0509-026 System error: Cannot run a file that
    does not have a valid format.
    0509-192 Examine .loader section symbols with
    the
    'dump -Tv' command.
    Cannot load program
    /dbms/oracle/10g/OraHome/bin/clscfg because of the
    following errors:
    0509-130 Symbol resolution failed for
    /dbms/oracle/10g/OraHome/lib/libttsh10.a[shr_ttsh10.o
    because:
    0509-136 Symbol aio_nwait_timeout (number
    324) is not exported from
    dependent module /unix.
    annot load module
    /dbms/oracle/10g/OraHome/lib/libhasgen10.a(shr_hasgen1
    0.o).
    0509-150 Dependent module
    libttsh10.a(shr_ttsh10.o) could not be loaded.
    0509-026 System error: Cannot run a file that
    does not have a valid format.
    0509-192 Examine .loader section symbols with
    the
    'dump -Tv' command.
    lize Oracle Cluster Registry for cluster
    Any suggenstion on this will be appreciated.

  • Error while installing Oracle 10g on Solaris 9 x86

    Hi all,
    I got several error after install oracle 10g. After I run the root.sh. It prompt :
    Starting Oracle CSS service under init(1M)
    Expecting the CRS daemons to be up within 120 seconds.
    Giving up: Oracle CSS stack appears NOT to be running.
    and when I start sqlplus, it prompt:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Intel SVR4 UNIX Error: 2: No such file or directory
    and following the error message prompt every minutes.
    "oracle: (Oracle CSSD will be run out of init)"
    "root: Failure in CSS initialization opening OCR."
    I don't think reinstall oracle will solve my problem if I don't figure out what going wrong. Could anyone tell me what I need to do? Thanks very much for helping.
    Cheers,
    Alex

    Check also if the t-bit is set:
    [root@vtl1g121 ~]# ls -dl /tmp
    drwxrwxrwt 11 root root 4096 Apr 10 11:44 /tmp
    This is needed to mark the filesystem/directory as temporary.
    Sometimes this can cause such problems also
    Command: chmod +t   /tmp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Oracle 10g installation on Windows 7

    I am currently using Oracle 10g on my laptop running on Windows Vista. Now i am planning to upgrade my OS to Windows 7. My question here, is can I use the same Oracle 10g installable to install in windows 7 also ??
    is it possible ??
    thanks,
    JJ

    Possible yes? Brilliant no!
    Windows 7 is totally uncertified and unsupported with all Oracle products and if you have an issue there is essentially no support or patch available.
    Personally I think Vista a cruel joke so my recommendation would be to go to XP SP3 which at least has the attribute of stability or move to Linux which is what I did on one of my laptops.

  • SUNWsprox package with solaris 10 for Oracle 10g Installation....

    Hi
    I am in problem with a Solaris 10 package "SUNWsprox - Sun workshop Bundled 64-bit make library" for Oracle 10g Installation. I checked the CDs (In the /.../products) but did't found this packege. Can any one tell me please can I go without this package or where I found this package...Please Its very URGENT for me....
    Thanks
    Mohammed Tanvir

    Hi...
    I had the same issue, but found out that the SUNWsprox was replaced by SUNWsprot. The OUI 10.1 Release 2 will 'pass' as the doco in the Oracle quick install guide is wrong (as well as 10g Application Server).
    The only way to lay a 10g Release database on Solaris 10 is to lay the software doen only, then cd in the .../bin directory, step your Rdbms ORACLE_HOME, ORACLE_SID, LD_LIBRARY_PATH and of course the DISPLAY (is X-windowing into the server), and run dbca manually. Oracle 10g is a bit buggy.
    Roger

  • Regarding ORacle 10g installation

    Hi,
    I am getting this error while installing oracle 10g database in windows machine.
    i am getting this error "nmesrvc.exe".
    Thanks in advance.

    What error are you getting? "nmservc.exe" looks like an executable file name.
    FYI, if you're installing Oracle 10g on a laptop or another machine whose IP address might change you'll need to install a loopback adaptor first. The loopback adaptor prevents problems with the database and related components should the IP address change - I failed to do this on my laptop a few years back and used it in a hotel to check my email address. Everything oracle-related broke. I managed to fix the database and Apex, but never did get OEM or iSQLPLUS to work again. There are instructions on installing a loopback adaptor on line and (I think) here on OTN; you should get a warning about this when you try to install.

  • Error while download oracle 10g release2 for linux x-86

    Hi,
    I got errors while downloading oracle 10g r2 for linux x-86 from
    http://www.oracle.com/technology/software/products/database/index.html
    i got htis error:
    source file not found
    contact administrator.
    how do i download?

    Works for me in western Canada right now.
    You might want to try again, and if it still happens try clearing your browser cache and cookies.

  • What users are created during Oracle Database installation?

    By default, what users are created during Oracle Database installation?
    Thanks,
    Felipe

    Hi,
    All databases created by the Database Configuration Assistant (DBCA) include the SYS, SYSTEM, SYSMAN, and DBSNMP database accounts. In addition, Oracle provides several other administrative accounts. Before using these other accounts, you must unlock them and reset their passwords.
    Here you are:
    USERNAME
    MGMT_VIEW
    SYS
    SYSTEM
    DBSNMP
    SYSMAN
    SATYAM
    OUTLN
    MDSYS
    ORDSYS
    EXFSYS
    DMSYS
    USERNAME
    WMSYS
    CTXSYS
    ANONYMOUS
    XDB
    ORDPLUGINS
    SI_INFORMTN_SCHEMA
    OLAPSYS
    SCOTT
    TSMSYS
    BI
    PM
    USERNAME
    MDDATA
    IX
    SH
    DIP
    OE
    HR
    Regards,
    Satyam

  • Creating Logical Volume during Oracle VM installation

    Hello,
    I am trying to install Oracle VM Server on a machine with 2 TB hard-disk. There are 2 disks each with 1 TB capacity.
    During Oracle VM Server 2.2.2 installation, if you go with default partitions, layout looks like this
    /dev/sda
       sda1          101M  ext3        /boot
       sda2       952737M  ocfs2       /OVS
       sda3         1027M  swap
    /dev/sdb
       sdb1         3074M  ext3        /
       Free space 950792M  Free SpaceIdeally I would like to give everything except what is needed by */ (root), /boot* and swap to */OVS*.
    So from the layout above, I also want to give Free Space to */OVS*.
    This excerpt talks about Logical Volume Creation during Oracle VM installation.
    During the Oracle VM Server installation, press Alt+F2 to use the terminal, and run the lvm command. When you have finished creating the LVM configuration, press Alt+F1 to return to the Oracle VM Server installation.
    But I couldn't figure out how to do this? Can anyone give me exact steps to achieve what I am trying to achieve.
    regards, Yora

    Hi again
    It seems I downloaded by mistake the Oracle VM Server 3.0.1 Source for x86_64 (64 bit).
    I should have downloaded the Oracle VM Server 3.0.1 for x86_64 (64 bit).
    Now I can get started
    Rudi

Maybe you are looking for

  • Installed New RAM, something went wrong after

    OK, so my sister handed down her old iBook G4 to my other sister. After buying 1 GB for the old iBook, it stopped booting and just caught itself up in an endless loop or trying and failing to load the system. So we took out the memory and called it a

  • Display & Storage of text in Foreign Languages in BI without Language Pack

    Hello Everyone, We have an SAP BI system (7.0 EHP1 SP4) installed. It retreives data from an SAP ECC 6.0 system. Both systems have the default Language Packs installed, i.e. English and German. Currently there is a Rollout implementation in progress.

  • Multiple conditions in Querey builder Help

    I'm trying to have search form provide the customer with several items to search for. I would like to for example have a url that looks like this ?zone=3,4,5&cost=9,10,11 and have those results be read by the Querey and return all the records that ha

  • Help needed on update rules Coding

    Hi BW Gurus. Please help me out. I am working on BI 7.0 This is my scenario.I need to take a project cost report. There are some projects in cProjects and some projects in R/3 (Project System). Each project in cProjects is linked with one or more pro

  • Changing focus when a value is selected in LOV

    Hi, I am JDeveloper 11.1.1.6.0. I have an LOV with auto-suggest. When the user types some characters and select some item in the list suggested, I want the focus to be on the next editable field. Is there any way of doing this without using Javascrip