Oracle 10g under solaris 10.

Hi people, i have installed a Oracle 10g under a solaris 10 zone.
The installation was completed sucefull.
but when i will try to startup the instance ...
[ @ORCL]: ./sqlplus "sys/secure as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on Thu Sep 22 10:24:03 2005
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup nomount
ORA-32004: obsolete and/or deprecated parameter(s) specified
ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []
SQL> Disconnected
I also have Oracle 10g installed an running, but under GLOBAL zone.
There is any kind of restrinction ?
Thanks !

No, i couldn�t do this procedure.
I installed the product using a custom response file.
I have those vars.
ORACLE_SID=ORCL
ORACLE_HOME=/oracle/10.2.0/
i already have a initORCL.ora
My file contains:
db_name=SOLARIS
db_files = 80 # SMALL
db_file_multiblock_read_count = 8 # SMALL
db_block_buffers = 100 # SMALL
shared_pool_size = 123232153 # SMALL
log_checkpoint_interval = 10000
processes = 50 # SMALL
log_buffer = 32768 # SMALL
max_dump_file_size = 10240 # limit trace file size to 5 Meg each
global_names = TRUE
control_files = (oradata/ora_control1, oradata/ora_control2)
The error that i posted in first post ocurrs when i try to startup the instance.
Until now, i never ever saw a detailed document with a how to install Oracle 10g UNDER zones.
In global zone, there are now problem :))
Please, help-me :)
Regards !

Similar Messages

  • Error while installing Oracle 10g on Solaris 10.

    Hi all,
    I am trying to install Oracle 10g on Solaris 10 (x86). I did every thing that is given in the Installation manual
    created user,group and directories. set all the env variables.
    executing the runinstaller it throws error
    error in writing to directory /tmp/OraInstall2009-04-06_07-14-09PM.please ensure that this directory is writable and has atleast 69MB of disk space.Installation Cannot continue.+
    *:Error 0*
    I have given recursive a+rwx permission to /tmp folder and /tmp has 3.2 GB free space. am i missing some thing??
    I am very new to Solaris and Oracle;Please help me with this.
    Thanks.
    Regards
    Akhilesh Bhale

    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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Error in Insallation of Oracle 10g in Solaris 5.9

    Hi,
    I am Installing oracle 10g in solaris OS.After completed the pre installation steps.I run the ./runInstaller command.But its showing error like this
    bash-2.05# ./runInstaller
    /export/home3/oracle10/install/.oui: syntax error at line 1: `(' unexpected
    I open the Script file also ...
    bash-2.05# cat runInstaller
    #!/usr/bin/sh
    # The environment variable $SRCHOME cannot be set during the installation
    unset SRCHOME
    AWK=/bin/awk
    BUNDLE=db
    OCR_LOC=/var/opt/oracle/ocr.loc
    LOCALONLY=local_only
    LOCAL=TRUE
    CMDDIR=`dirname $0`
    if [ "$CMDDIR" = "." ]; then
    CMDDIR=`pwd`;
    fi
    # Replace relative path with fully qualified path.
    if [ ! "`echo $CMDDIR|grep '^/'`" ]; then
    CMDDIR=`pwd`/$CMDDIR;
    fi
    if [ x${PATH} != x ]; then
    PATH=$CMDDIR/install:/usr/bin:/usr/ccs/bin:$PATH
    export PATH
    else
    PATH=$CMDDIR/install:/usr/bin:/usr/ccs/bin
    export PATH
    fi
    if [ x${LD_LIBRARY_PATH} != x ]; then
    LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
    else
    LD_LIBRARY_PATH=/usr/lib
    export LD_LIBRARY_PATH
    fi
    # Determine whether there is an existing CRS or not.
    # Local is value of local_only in ocr.loc.
    # False means there is an existing CRS installation on the system.
    if [ -r $OCR_LOC ]; then
    LOCAL=`$AWK -F= /$LOCALONLY/'{print $2}' $OCR_LOC`
    fi
    case "$BUNDLE" in
    db)
    # One-click: only if there is no cmd line argument and it's not on CRS node
    if [ $# -gt 0 -o "$LOCAL" = "FALSE" -o \
    ! -r $CMDDIR/install/oneclick.properties ]; then
    $CMDDIR/install/.oui $*
    else
    $CMDDIR/install/.oui -oneclick
    fi
    crs)
    $CMDDIR/install/.oui $* -formCluster
    $CMDDIR/install/.oui $*
    esac
    Please tell me the solution asap.

    bash-2.05# ./runInstallerDon't install as root user.
    Did you install all important packages (listed in installation prerequisities)?

  • Installation of Oracle 10g in Solaris 10 zones

    Hi Everybody,
    Is there any Documentation for Installation of Oracle 10g in Solaris 10 Zones.
    I am having multiple zones shared by one common SAN Storage.
    I want to install oracle 10g in one of the particular local zone.
    Regards,
    Prosenjit Mukherjee.

    Last time I looked at metalink the documentation said zones and containers were not supported. That may no longer be true so you should check there first.

  • Porting of Sybase Application to Oracle 8i under Solaris

    Dear All
    I want to port an application from sybase 10.2 which is running under Solaris to Oracle 8I under Solaris. Apart from database objects and stored procedures which I have already converted I wan to conver some C Codes and Unix Scripts
    Which are either shell scripts or perl programs. I need all of your valuable suggestions in this regard.
    Q-1 . In the Perl Program the following lines are sybase specific
    Use Sybase:: Dblib
    Require /files0/apps/local/lib/perl15/Sybase/sybperl.pl;
    What will be the equivalent for ORACLE.
    Suggest what perl I should use in this context.
    In continuation to the above also I have some shell variables assigned as follows
    $SYB_SERVER=SYB_PROD_CERT;
    $SYB_DATABASE=APPLDB;
    $ENV{SYBASE}=/sybase/10.0.4;
    $ENV{DSQUERY}=$SYB_SERVER
    $SYB_USER=keshav;
    $SYB_PWFILE=/myappl/processcert/passwords/$SYB_SERVER;
    $SYB_PW=/usr/bin/cat $SYB_PWFILE;
    chop($SYB_PW);
    dbmsghandle(message_handler);
    dberrhandle(error_handler);
    ( ($dbproc = &dblogin($SYB_USER,$SYB_PW,$SYB_SERVER)) != -1 );
    ( &dbuse($dbproc, $SYB_DATABASE) != -1 );
    ( ($dbproc2 = &dblogin($SYB_USER,$SYB_PW,$SYB_SERVER)) != -1 );
    ( &dbuse($dbproc2, $SYB_DATABASE) != -1 );
    sub Statistics
    # get distinct sub-cat counts
    ( &dbcmd($dbproc, "select count(*),orgnumber,name=(select servicerorgname from servicer where servicer.orgnumber=transactionlog.orgnumber) from transactionlog group by orgnumber order by count(*) desc\n") != -1 );
    &dbsqlexec($dbproc);
    &dbresults($dbproc);
    $row = DBROWS( $dbproc );
    2. One of the Sample C Program is given here which I want to convert into pro*c.
    I would like to know what are the corresponding libraries of oracle under
    Solaris are to be used and also the respective header files mapping of Sybase
    To Oracle. Any comment of this will be appreciated.
    #include "sql.h"
    #include "unix.h"
    #include <stdlib.h>
    #ifndef SQL_INCLUDED
    #define SQL_INCLUDED
    #include <sybfront.h>
    #include <sybdb.h>
    /*#include "sybdbex.h"*/
    /* #include <syberror.h>*/
    #endif     
    /* LogonToServer(char server[]) */
    /*----------------------------------------------------------------------sra-*/
    DBPROCESS *LogonToServer(char server[], char datab[], char user[],
    char passwd[], char appname[] )
    PCHAR szTemp;
    char data[1000];
    int result;
    long l;
    DBPROCESS *dbp;
    LOGINREC *login;
    /* initiailize library */
    if ( dbinit() == FAIL)
    printf("DB Initialization failed!\n");
    exit(1);
    /* install user supplied error handling and message handling routines*/
    dberrhandle(err_handler);
    dbmsghandle(msg_handler);
    /* get LOGINREC structure and fill */
    login = dblogin();
    DBSETLUSER(login,user);
    DBSETLPWD(login,passwd);
    DBSETLAPP(login,appname);
    /* get a DBPROCESS structure for communicating with the server */
    if ((dbp = dbopen(login,server)) == NULL)
    printf("dbopen failed on server: %s\n",server);
    exit(1);
    dbcmd(dbp,strcat("use ",datab));
    dbsqlexec(dbp);
    result=dbresults(dbp);
    return dbp;
    /* LogoutOfServer() */
    /*----------------------------------------------------------------------sra-*/
    void LogoutOfServer(DBPROCESS *dbproc)
    DBPROCESS *dbp2;
    dbclose( dbproc );
    return;
    int err_handler(DBPROCESS *dbproc,int severity,int dberr,int oserr,
    char dberrstr,char oserrstr)
    if ((dbproc == NULL))
    return(INT_EXIT);
    else
    fprintf(ERR_CH, "DB-LIBRARY error:\n\t%s\n",dberrstr);
    if (oserr != DBNOERR)
    fprintf(ERR_CH,"Operating-system error:\n\t%s\n",oserrstr);
    return(INT_CANCEL);
    int msg_handler(DBPROCESS *dbproc, DBINT msgno, int msgstate, int severity,
    char msgtext,char srvname,char *procname,DBUSMALLINT line)
    return 0;

    Hello
    The "-D_BIG_ENDIAN" shows you that the code is endian-dependent. This means that the program cannot be ported 1:1 because x86 is little endian while Sparc is big-endian.
    I would first try to use "-D_LITTLE_ENDIAN" (or what flag ever I can find in the source codes) and to compile for x86.
    Because of the "-D_BIG_ENDIAN" different source code is used for both machines. Maybe the little-endian source code is wrong:
    #ifdef _BIG_ENDIAN
    // correct source code for Sparc
    #else
    // INCORRECT source code for x86
    #endifMartin

  • Complexities of Migrating Oracle 10g from Solaris to HP-UX Itanium

    Can anyone share their experiences with regards to migrating Oracle 10g from Solaris on a Sun platform to HP-UX 11i v3 (Itanium) on HP Integrity servers. We are trying to consider all the risks associated with such a move. How much time delay did you experience in resolving unexpected issues along the way? How complex is the process? If you had to do it all over again, would you?
    In addtion, we will also be migrating Oracle eBusiness Suite 11i (11.5.10.2).
    We appreciate your helpful feedback.
    Thank you.

    Here is more information:
    - the database size is currently about 500GB
    - our ASP allows us to be down as much as we want however the company's own needs can only allow a downtime window of two days (over the weekend)
    - i presume further that RMAN might be an option to use to backup the database and instance to some transportable media
    - it would take about four days to get that media from the ASP to our facility so durign that time the instance at the ASP would have to be used
    - after we get the backup media and load everything into our in-house site, our last step would be to find a way to migrate all changes over the WAN. I am told that unless the platforms are the same on both ends, mirroring will be extremely difficult or impossible. If we have a platform that is different from the ASP platform, then the migration of all changes will require conversion and other mechanisms. I am told that HP-UX has so much complexities that this will be a daunting task to accomplish.
    Do you have any opinions and recommnedations?

  • LRM -00109:could not open parameter file Oracle 10g in Solaris 10

    Hallo! I have just installed Oracle 10g in Solaris 10.When I logged into sqlplus / as sysdba if found that I was connected to an idle instance. When I tried to startup open the db, the following error appeared
    Connected to an idle instance.
    SQL> startup open;
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/export/home/oracle/product/10.2.0/db_1/dbs/initsolaris.ora'
    My pfile has the name init.ora and not initsolaris.ora.How can I change the settings to make the Oracle database start via pfile init.ora.
    Eventually,I would like the db to read the spfile spfileorcl.ora during the startup.How can I achieve this?
    Thanks

    4joey1 wrote:
    Hallo! I have just installed Oracle 10g in Solaris 10.When I logged into sqlplus / as sysdba if found that I was connected to an idle instance. When I tried to startup open the db, the following error appeared
    Connected to an idle instance.
    SQL> startup open;
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/export/home/oracle/product/10.2.0/db_1/dbs/initsolaris.ora'
    My pfile has the name init.ora and not initsolaris.ora.How can I change the settings to make the Oracle database start via pfile init.ora.
    By default, oracle will look first for a spfile named "spfile<ORACLE_SID>.ora". Lacking that, it will try to find "init<ORACLE_SID>).ora.
    Eventually,I would like the db to read the spfile spfileorcl.ora during the startup.How can I achieve this?
    Once you have started the db (I believe a startup nomount will be sufficient) you can issue CREATE SPFILE ... Details are in the fine SQL Reference manual found at tahiti.oracle.com
    BTW, "open" is the default behavior of "startup", so no need to specify it. A simple "startup" does the same thing.
    Thanks

  • [Beginner Oracle 10g on Solaris 10]Script Root.sh asking road

    Hello,
    Need help please, Iam near the end of my installation Oracle 10g on Solaris 10, Oracle installer ask me to execute Root.sh, he ask me a path, suggesting me this road /usr/local/bin
    The message is Enter the full pathname of the local bin directory : usr/local/bin/ ?
    my path is
    $PATH=/usr/bin:/usr/dt/bin:/usr/openwin/bin/:usr/ucb
    $ORACLE_HOME=/export/home/oracle/oraInventory.
    This message follow after I executed orainstRoot.sh successfully.
    Thx for any help.
    Edited by: user583169 on Feb 24, 2009 1:41 PM

    This script asks for path where oraenv, coraenv and dbhome scripts should be copied/created.
    Default (suggested) path (full path to directory) is /usr/local/bin directory but you can specify your own directory.
    So you have at least two options:
    1. Use default location and put /usr/local/bin to your $PATH environment variable
    2. You can specify your own path which exists (is set) in $PATH variable (for example /usr/bin)

  • Doubts intalling Oracle 10G in Solaris 10.

    Hi Buddies;
    I'm installing Oracle 10g, in Solaris 10, first I uncompressed this file 10gr2_db_sol.cpio. Now, when I execute runInstaller I got this message:
    Checking operating system version: must be 5.8, 5.9 or 5.10. Actual 5.10 Passed
    Checking Temp space: must be greater than 250 MB. Actual 13289 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 13492 MB Passed
    Checking monitor: must be configured to display at least 256 colors
    >>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Ch eck if the DISPLAY variable is set. Failed <<<<
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,at which time they will be rechecked.
    What I supposed to do? Thanks for your help.
    Al

    Hi,
    look at:
    Re: Problem in adding database
    maybe it helps. It that thread I showed how I usually manage X11 window. Another way is to do everything silent with scripts as shown here:
    http://www.oratoolkit.ch/knowledge/howto/installation/eeSrv-10g-R2-on-Solaris-10-sparc.php
    That's my open source swiss army knife.
    Cheers,
    David
    OCP 9i / 10g / 11g

  • Oracle 10g on solaris 10 : kernel parameter warning

    I am installing oracle 10g on Solaris 10.
    I have a warning on kernel parameter missing (shminfo_shmmax for example) during the system check.
    I understood that with the 10 version of solaris these parameters are replaced by ressources control and I have checked them. They are correctly setted.
    Need I do something before continue the install to release the warning or can I bypass this issue and continue the install as I have no warning ?
    Thanks for your answers.
    Sorry for my english.

    You are right. Since Solaris 10 kernel parameters settings in /etc/system is obsolete and some parameters are deprecated.
    The steps how to configure required parameters you can find in my paper (step #1.): http://ivan.kartik.sk/oracle/install_ora10gR2_solaris.html
    I bypass this issue and continue the install as I have no warning You can safely bypass this issue during installation process but you should set these parameters after installation.

  • How to install Oracle 10g on Solaris 10 non-global zone.

    Hi,
    I want to install Oracle 10g on Solaris non global zone with ASM.
    I need complete doc for doing the same.
    REgards
    S.Ali

    Check Oracle® Database Installation Guide 10g Release 2 (10.2) for Solaris Operating System.

  • Question on migrating oracle 10g from solaries to linux?

    Can some one tell the exactly what is the advantage of migrating oracle 10g from solaries to linux?
    Thank you,
    hb

    call me
    [email protected]

  • 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 on Solaris 5.10 x86

    Hi,
    I just tried installing oracle 10g(10.2.0.1) on my new machine(Sun solaris 10 x86) Intel 915 GAG with 512 RAM and 120GB SATA drive.
    After I started running ./runInstaller the following message came on console......
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.6 , 5.7 ,5.8 or 5.9. Actual 5.10
    Failed <<
    I think , if Oracle 10g is not yet certified to run on solaris 10x86.
    Please help me to proceed.
    Regards
    Deepak

    you have to try this:
    start ./runInstaller with option -ignoreSysPrereqs;
    you have also to choose: 'Do not create a starter database' by intallation;
    I think this will help you.
    wbr
    hans

  • Install oracle 10g on solaris 9 platform without setting noexec_user_stack

    Hi,
    I'd like install oracle 10g software on solaris 2.9 platform without setting noexec_user_stack parameter to 1.
    The problem is that i need install software before, for migrating product environment.
    I can write /etc/system file but i can't reboot system until several days.
    I will not start migration process until i reboot the system and parameter definitely set.
    Do you know if we will can have any kind of problem???
    Thanks in advance.

    Thanks for your answer FZheng. But i will just install software. I will not start any oracle 10g process until i reboot the machine.
    I think that oracle software installacion should not be affected. Do you know if this parameter affect to compile softwere during OUI wizard progress???.
    Before going on migration process and start database i will sure that this parameter is correctly fixed.
    PD.: I couldn't read metalink reference that you've suggested becouse my metalink account have problem access in this momment. During all day i've been reeding metalinks docs without any problem until this momment, bad luck.
    In test environment i've installed oracle without this parameter and i've never had any problem. But this installation is more important than others becouse i ask you in this specialist forum.
    Thanks again !!!

Maybe you are looking for

  • Required appropriate JDBC driver for   Oracle 9i

    Required appropriate JDBC driver for Oracle 9i Enterprise Edition Release 9.2.0.6.0.

  • Query to to know user is logged in

    Hi i am new to OAF and EBS development. i need to quey apps db whether user is logged in or not? Can any one help how we query it?

  • FBRA PROMBLEM

    hi dear friedns WHEN I HAVE USE FBRA TRACTION NOT DISPLAY THREE OPTIONS                       <b>Only resetting</b>                      <b>Reseting and revers</b>                             <b> Cancel</b>this otipn not display this otipn display i

  • Internet security software

    Please could anyone advise on the best Internet security software package for a MacBook Pro? It's our first Mac and is on OS X Lion. Thanks.

  • Can you please let me know how i can catch all the orgunits

    Dear Freinds,               i have a particular scenario in my development where when i pass only the orgunit i have to call the personnel no.s of that orgunit on the selection screen , and for the personnelnos. i have to retrived from  the  PYXX_REA