Svrmgrl problem..

Hello experts,
I installed oracle 8.1.5 in Linux 6.1 successfully.
And I rebooted the computer and got into the svrmgrl to start the db.
I can connect using "connect internal"
But I cannot start the db using "startup;"
I get this error message,
ORA-07304: ksmcsg: illegal redo buffer size.
I had no idea what to do now.
Please help me out.
And many many thanks in advance !!!
null

Hi,
Did you set up a working database ???
if so, check the init.ora file and Verify that the log_buffer parameter in the file is a multiple of machine block size.
Rotem

Similar Messages

  • Svrmgrl problem. illegal redo buffer size

    Hello experts,
    I installed oracle 8.1.5 in Linux 6.1 successfully.
    And I rebooted the computer and got into the svrmgrl to start the db.
    I can connect using "connect internal"
    But I cannot start the db using "startup;"
    I get this error message,
    ORA-07304: ksmcsg: illegal redo buffer size.
    I had no idea what to do now.
    Please help me out.
    And many many thanks in advance !!!
    null

    Check log_buffer parameter in init.ora.
    If the OS block size is 512, a value of 10*512 or 5120 will be valid.
    Rounding off to 5100 would generate this error.

  • SOS:i have a problem with svrmgrl..?!

    hello all,
    my problem is when i want to run svrmgrl i have the following message.
    error in loading shared library libwtc8.so:cannot open shared object file:No such file or directory.
    what is the problem?
    can i resolve it?
    thank's a lot

    Add $ORACLE_HOME/lib to /etc/ld.so.conf, and run /sbin/ldconfig as root. Also add $ORACLE_HOME/lib to $LD_LIBRARY_PATH. That should fix your problem.
    Glenn

  • A Problem in executing svrmgrl (R. 8.1.6.1.0, RedHat 7.2, intel)

    Dear Oracle gurus.
    i'm suffering from ORA-03113 error - with defunct process - in execution of svrmgrl.
    (i've to install R.8.1.6.1.0 on RedHat 7.2.)
    like this....
    [ora816@encdb ora816]$ svrmgrl
    Oracle Server Manager Release 3.1.6.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.
    ORA-03113: end-of-file on communication channel
    SVRMGR>
    i saw similar problems posted in this forum. but, there's no helpful answer.
    how can i solve this problem?
    (i attached env variables below)
    [ora816@encdb ora816]$ env
    PWD=/ora816
    LD_ASSUME_KERNEL=2.2.5
    ORACLE_SID=ora816
    HOSTNAME=encdb
    LD_LIBRARY_PATH=/ora816/app/lib
    PVM_RSH=/usr/bin/rsh
    QTDIR=/usr/lib/qt-2.3.1
    CLASSPATH=/ora816/app/jdbc/lib/classes111.zip:/usr/local/jre/lib/classses.zip
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    XPVM_ROOT=/usr/share/pvm3/xpvm
    KDEDIR=/usr
    USER=ora816
    MACHTYPE=i386-redhat-linux-gnu
    MAIL=/var/spool/mail/ora816
    INPUTRC=/etc/inputrc
    LANG=en_US
    JAVA_HOME=/usr/local/jre
    ORACLE_HOME=/ora816/app
    LOGNAME=ora816
    SHLVL=1
    SHELL=/bin/bash
    HOSTTYPE=i386
    OSTYPE=linux-gnu
    HISTSIZE=1000
    LAMHELPFILE=/etc/lam/lam-helpfile
    PVM_ROOT=/usr/share/pvm3
    TERM=xterm
    HOME=/ora816
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    PATH=/usr/kerberos/bin:/bin:/usr/bin:/usr/local/bin:/usr/bin/X11:/usr/X11R6/bin:
    /ora816/bin:/usr/local/java/bin:/usr/local/jre/bin:/usr/local/bin:/ora816/app/bi
    n:/usr/local/sbin:/usr/bin/X11:/usr/X11R6/bin:/root/bin:/usr/local/samba/bin
    NLS_LANG=Korean_Korea.KO16KSC5601
    TNS_ADMIN=/ora816/app/network
    _=/usr/bin/env
    Thanks in Advance,
    Sam.

    HI
    Did you fix this problem with svrmgr. I have exactly the same problem and I am runing redhat 7.2 and oracle 8.1.6
    Thanks, Jason

  • Post-install problem - svrmgrl

    Hi all,
    I've installed Oracle on RH5.2. It all seemed to go well. No
    i've just run the root.sh script as root. Before going much
    further, I wanted to start up the database (via svrmgrl). I
    tried starting both svrmgrl and sqlplus and received an error
    (error in loading shared libraries
    libclntsh.so.1.0: cannot open shared object file: No such file
    or directory)
    I ran env from root. I don't see the environment variables I
    defined for the install (e.g., ORACLE_HOME, ORACLE_SID, etc).
    What is wrong?
    Any help is appreciated.
    craig
    null

    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    and try again as user oracle:dba
    Regards: Michael
    craig (guest) wrote:
    : Hi all,
    : I've installed Oracle on RH5.2. It all seemed to go well. No
    : i've just run the root.sh script as root. Before going much
    : further, I wanted to start up the database (via svrmgrl). I
    : tried starting both svrmgrl and sqlplus and received an error
    : (error in loading shared libraries
    : libclntsh.so.1.0: cannot open shared object file: No such file
    : or directory)
    : I ran env from root. I don't see the environment variables I
    : defined for the install (e.g., ORACLE_HOME, ORACLE_SID, etc).
    : What is wrong?
    : Any help is appreciated.
    : craig
    null

  • Database Instance Installation Problem on Oracle 8.1.7

    Dear gurus,
    I'm having problem when installing Database Central Instance on Solaris 10 - Oracle 8.1.7 (32bit) - SAP 4.6c.
    Here's the error log:
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Connected.
    Echo                            ON
    SVRMGR> SET TERMOUT ON;
    Termout                         ON
    SVRMGR> SHUTDOWN ABORT;
    ORACLE instance shut down.
    SVRMGR> STARTUP NOMOUNT PFILE=init.ora;
    ORA-27123: unable to attach to shared memory segment
    SVR4 Error: 22: Invalid argument
    Additional information: 1
    Additional information: 3
    SVRMGR> CREATE DATABASE PRD
         2> CONTROLFILE REUSE
         3> MAXDATAFILES  254
         4> MAXLOGFILES   255
         5> MAXLOGHISTORY 1000
         6> MAXLOGMEMBERS 3
         7> MAXINSTANCES  50
         8> CHARACTER SET "WE8DEC"
         9> DATAFILE
        10> '/oracle/PRD/sapdata1/system_1/system.data1' SIZE 300M REUSE
        11> NOARCHIVELOG
    Info: DBCREATEDB_IND_ORA SvrmgrDoDummy 2 349
        12> LOGFILE
        13> GROUP 11 (
        14> '/oracle/PRD/origlogA/log_g11m1.dbf',
        15> '/oracle/PRD/mirrlogA/log_g11m2.dbf'
        16> ) SIZE 20M REUSE
        17> ,GROUP 13 (
        18> '/oracle/PRD/origlogA/log_g13m1.dbf',
        19> '/oracle/PRD/mirrlogA/log_g13m2.dbf'
        20> ) SIZE 20M REUSE
        21> ,GROUP 12 (
        22> '/oracle/PRD/origlogB/log_g12m1.dbf',
        23> '/oracle/PRD/mirrlogB/log_g12m2.dbf'
        24> ) SIZE 20M REUSE
        25> ,GROUP 14 (
        26> '/oracle/PRD/origlogB/log_g14m1.dbf',
        27> '/oracle/PRD/mirrlogB/log_g14m2.dbf'
        28> ) SIZE 20M REUSE
        29> ;
    CREATE DATABASE PRD
    ORA-01034: ORACLE not available
    SVRMGR> EXIT
    Server Manager complete.
    Error: DBCREATEDB_IND_ORA InternalInstallationDo 2 349
    Create Database failed errorcode = 27123.
    Error: DBCREATEDB_IND_ORA InstallationDo 2 349
    Phase failed.
    Error: Main {} 2 349
    Installation aborted.
    I have tweaked the shared memory max as suggested in Oracle Manual / SAP Installation Guide, to no avail.
    The listener is up already.
    When I logged in as user ORA<SID>, and go to svrmgrl > startup nomount pfile=init.ora, it can startup without hassle.
    Although the Product is not supported in PAM, we have another machine running smoothly for years with this product combination, so it's not the product compatibility issues.
    But when using R3SETUP -f DATABASE.R3S, the phase stopped with the log pasted above.
    Any ideas, gurus?
    Thanks for help.
    Best Regards,

    Mr. Markus, there's no file on saptrace/usertrace.
    To be sure, here's what I've done:
    1. Run oracle listener.
    2. Check connection with svrmgrl > connect internal (connected).
    3. Modify init.ora with my DB Name:
    wef
    # replace DEFAULT with your database name
    *db_name=PRDDB*
    db_files = 80                                                         # SMALL 
    # db_files = 400                                                      # MEDIUM
    # db_files = 1500                                                     # LARGE 
    db_file_multiblock_read_count = 8                                     # SMALL 
    # db_file_multiblock_read_count = 16                                  # MEDIUM
    # db_file_multiblock_read_count = 32                                  # LARGE 
    db_block_buffers = 100                                                 # SMALL 
    # db_block_buffers = 550                                              # MEDIUM
    # db_block_buffers = 3200                                             # LARGE 
    shared_pool_size = 3500000                                            # SMALL
    # shared_pool_size = 5000000                                          # MEDIUM
    # shared_pool_size = 9000000                                          # LARGE
    log_checkpoint_interval = 10000
    processes = 50                                                        # SMALL 
    # processes = 100                                                     # MEDIUM
    # processes = 200                                                     # LARGE 
    parallel_max_servers = 5                                              # SMALL
    # parallel_max_servers = 4 x (number of CPUs)                         # MEDIUM
    # parallel_max_servers = 4 x (number of CPUs)                         # LARGE
    log_buffer = 32768                                                    # SMALL
    # log_buffer = 32768                                                  # MEDIUM
    # log_buffer = 163840                                                 # LARGE
    # audit_trail = true            # if you want auditing
    # timed_statistics = true       # if you want timed statistics
    max_dump_file_size = 10240      # limit trace file size to 5 Meg each
    # Uncommenting the line below will cause automatic archiving if archiving has
    # been enabled using ALTER DATABASE ARCHIVELOG.
    # log_archive_start = true     
    # log_archive_dest = disk$rdbms:[oracle.archive]
    # log_archive_format = "T%TS%S.ARC"
    # If using private rollback segments, place lines of the following
    # form in each of your instance-specific init.ora files:
    # rollback_segments = (name1, name2)  
    # If using public rollback segments, define how many
    # rollback segments each instance will pick up, using the formula
    #   # of rollback segments = transactions / transactions_per_rollback_segment
    # In this example each instance will grab 40/5 = 8:
    # transactions = 40
    # transactions_per_rollback_segment = 5
    # Global Naming -- enforce that a dblink has same name as the db it connects to
    global_names = TRUE
    # Edit and uncomment the following line to provide the suffix that will be
    # appended to the db_name parameter (separated with a dot) and stored as the
    # global database name when a database is created.  If your site uses
    # Internet Domain names for e-mail, then the part of your e-mail address after
    # the '@' is a good candidate for this parameter value.
    # db_domain = us.acme.com       # global database name is db_name.db_domain
    # FOR DEVELOPMENT ONLY, ALWAYS TRY TO USE SYSTEM BACKING STORE
    # vms_sga_use_gblpagfil = TRUE
    # FOR BETA RELEASE ONLY.  Enable debugging modes.  Note that these can
    # adversely affect performance.  On some non-VMS ports the db_block_cache_*
    # debugging modes have a severe effect on performance.
    #_db_block_cache_protect = true                       # memory protect buffers
    #event = "10210 trace name context forever, level 2" # data block checking
    #event = "10211 trace name context forever, level 2" # index block checking
    #event = "10235 trace name context forever, level 1" # memory heap checking
    #event = "10049 trace name context forever, level 2" # memory protect cursors
    # define parallel server (multi-instance) parameters
    #ifile = ora_system:initps.ora
    # define two control files by default
    control_files = (ora_control1, ora_control2)
    # Uncomment the following line if you wish to enable the Oracle Trace product
    # to trace server activity.  This enables scheduling of server collections
    # from the Oracle Enterprise Manager Console. 
    # Also, if the oracle_trace_collection_name parameter is non-null,
    # every session will write to the named collection, as well as enabling you
    # to schedule future collections from the console.
    # oracle_trace_enable = TRUE
    # Uncomment the following line, if you want to use some of the new 8.1
    # features. Please remember that using them may require some downgrade
    # actions if you later decide to move back to 8.0.
    #compatible = 8.1.0
    3. set shared memory parameter as in sapnote 724713.
    4. executing R3SETUP
    and it tells me this error:
    Info: DBCREATEROLLSEGSTART_IND_ORA SyGroupIDGet 2 354
    Group id for group dba is 102.
    Info: DBCREATEROLLSEGSTART_IND_ORA SyUserIDGet 2 354
    User id for user oraprd is 100.
    Info: DBCREATEROLLSEGSTART_IND_ORA SvrmgrDoDummy 2 354
    Return from DB: 1034.
    Info: DBCREATEROLLSEGSTART_IND_ORA SvrmgrDoDummy 2 354
    Oracle Server Manager Release 3.1.7.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation.  All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Server Manager complete.
    Info: DBCREATEROLLSEGSTART_IND_ORA InternalInstallationDo 2 354
    Startup Database.
    Info: DBCREATEROLLSEGSTART_IND_ORA OracleCmd 2 354
    Startup Database with PFILE: init.ora.
    Info: DBCREATEROLLSEGSTART_IND_ORA SyCoprocessCreateAsUser 2 354
    Creating coprocess /oracle/PRD/817_32/bin/svrmgrl [email protected]  as user oraprd and group dba ...
    Info: DBCREATEROLLSEGSTART_IND_ORA SyGroupIDGet 2 354
    Group id for group dba is 102.
    Info: DBCREATEROLLSEGSTART_IND_ORA SyUserIDGet 2 354
    User id for user oraprd is 100.
    Info: DBCREATEROLLSEGSTART_IND_ORA SvrmgrDoDummy 2 354
    Return from DB: 27123.
    Info: DBCREATEROLLSEGSTART_IND_ORA SvrmgrDoDummy 2 354
    Oracle Server Manager Release 3.1.7.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation.  All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Connected.
    ORA-27123: unable to attach to shared memory segment
    SVR4 Error: 22: Invalid argument
    Additional information: 1
    Additional information: 2
    alter database noarchivelog
    ORA-01034: ORACLE not available
    alter database open
    ORA-01034: ORACLE not available
    Server Manager complete.
    Error: DBCREATEROLLSEGSTART_IND_ORA InternalInstallationDo 2 354
    Startup Database with error: 27123.
    Error: DBCREATEROLLSEGSTART_IND_ORA InstallationDo 2 354
    Phase failed.
    Error: Main {} 2 354
    Installation aborted.
    It's driving me nuts for the last days.. can't figure out what happened here.

  • Re:oracle 8.1.6 release 2 post installation problem  on linux

    hi,
    While installing oracle 8.1.6, the one of the optional tool database configuration assistant failed.(DBCA-00047 : unable to create destination directories).
    so i tried to create database manually.
    so i copied init.ora file as initdemo.ora and edited the file as follows:
    db_name=demo
    controlfiles=('/disk1/oradata/demo/system01.dbf','/disk2/oradata/demo/system02.dbf')
    cdump=/disk1/oradata/demo/cdump
    bdump=/disk1/oradata/demo/bdump
    udump=/disk1/oradata/demo/udump
    then i saved the file.
    After that i created a script for database creation as "demo.sql" to create database at nomount stage.
    i.e,
    create database demo
    logfile group1('/disk1/oradata/demo/log1.log',/disk2/oradata/demo/log2.log') size 1000k
    group2('/disk1/oradata/demo/log3.log',/disk2/oradata/demo/log4.log') size 1000k
    controlfile reuse;
    and saved it.
    I gave the following commonds at the prompt:
    $export $ORACLE_SID=demo
    $svrmgrl
    SVRMGR>connect internal
    connected.
    SVRMGR>startup nomount
    here i got stuck up as it is not getting starting the instance.
    so i tried in SQLPLUS mode
    $sqlplus
    username/password: sys/oracle as sysdba
    Instance is idle.
    SQL>startup nomount
    LRM-00109 couldnot open parameter file.
    ORA-01078 failure in processing system parameters.
    so can you tell me where iam going wrong.
    Praveen
    [email protected]

    The problem is you did not provide a pfile location for the parameter file. Please refer to the sample shell script below where it makes the right calls:
    #!/bin/sh
    ORACLE_SID=test
    export ORACLE_SID
    /u01/app/oracle/product/8.1.6/bin/svrmgrl << EOF
    spool /u01/app/oracle/admin/test/create/crdb1.log
    connect internal
    startup nomount pfile = "/u01/app/oracle/admin/test/pfile/inittest.ora"
    CREATE DATABASE "test"
    maxdatafiles 254
    maxinstances 8
    maxlogfiles 32
    character set US7ASCII
    national character set US7ASCII
    DATAFILE '/u01/oradata/test/system01.dbf' SIZE 100M AUTOEXTEND ON NEXT 640K
    logfile '/u05/oradata/test/redo01.log' SIZE 100M,
    '/u05/oradata/test/redo02.log' SIZE 100M,
    '/u05/oradata/test/redo03.log' SIZE 100M;
    disconnect
    spool off
    exit
    EOF
    Hope this helps !

  • Problem installing Oracle 8.05 on Redhat Linux 7.1

    I am currently trying to install Oracle 8.05 onto Redhat Linux 7.1. I can get part of the way through
    the installation, however, when it is installing the rdbms portion. I stops with an error about a failure
    during relinking. Here is the part of make.log which details what really happened. Could someone tell
    me how to proceed.
    Thank you,
    Nicholas Waltham
    --------------[ rdbms.ins 2618 ]---------------------------------------------
    Action: Installing install.
    Command: (make -f ins_rdbms.mk ORACLE_HOME=/opt/oracle/home install), Out=/opt/oracle/home/orainst/make.log, Err=/opt/oracle/home/orainst/make.log
    chmod 755 /opt/oracle/home/bin
    rm -f oracle exp imp sqlldr tkprof mig dbv tstshm maxmem orapwd dbfsize cursize rman genoci svrmgrl extproc ihsalloci ihsots ihsdepxa ogms ogmsctl osh sbttest /opt/oracle/home/rdbms/lib/ksms.s /opt/oracle/home/rdbms/lib/ksms.o
    echo " - Linking Oracle " ;\
    /opt/oracle/home/bin/echodo cc -L/opt/oracle/home/lib/ -L/opt/oracle/home/rdbms/lib -o /opt/oracle/home/rdbms/lib/oracle /opt/oracle/home/rdbms/lib/opimai.o /opt/oracle/home/rdbms/lib/ssoraed.o /opt/oracle/home/rdbms/lib/ttcsoi.o /opt/oracle/home/rdbms/lib/config.o \
    -lserver -lclient -lvsn -lcommon -lgeneric \
    /opt/oracle/home/rdbms/lib/defopt.o /opt/oracle/home/lib/ncrstab.o -lknlopt \
    -lslax -lplsf -lplsb -lextp -lserver -lclient -lvsn -lcommon -lgeneric -lknlopt \
    -lslax -lplsf -lplsb -lextp -ldbicx \
    /opt/oracle/home/lib/nautab.o /opt/oracle/home/lib/naeet.o /opt/oracle/home/lib/naect.o /opt/oracle/home/lib/naedhs.o `cat /opt/oracle/home/lib/naldflgs` -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lmm -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lepc -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient -lvsn -lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 `cat /opt/oracle/home/lib/sysliblist` -ldl -lm -ldl -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lsql -lsql `cat /opt/oracle/home/rdbms/lib/nmliblist` `if ar tv /opt/oracle/home/rdbms/lib/libknlopt.a | grep "kxmnsd.o" > /dev/null 2>&1 ; then echo " " ; else echo "-lmdknl -lmdhh"; fi` \
    -lkidt -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 `cat /opt/oracle/home/lib/sysliblist` -ldl -lm -ldl -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lsql -lsql ;
    - Linking Oracle
    cc -L/opt/oracle/home/lib/ -L/opt/oracle/home/rdbms/lib -o /opt/oracle/home/rdbms/lib/oracle /opt/oracle/home/rdbms/lib/opimai.o /opt/oracle/home/rdbms/lib/ssoraed.o /opt/oracle/home/rdbms/lib/ttcsoi.o /opt/oracle/home/rdbms/lib/config.o -lserver -lclient -lvsn -lcommon -lgeneric /opt/oracle/home/rdbms/lib/defopt.o /opt/oracle/home/lib/ncrstab.o -lknlopt -lslax -lplsf -lplsb -lextp -lserver -lclient -lvsn -lcommon -lgeneric -lknlopt -lslax -lplsf -lplsb -lextp -ldbicx /opt/oracle/home/lib/nautab.o /opt/oracle/home/lib/naeet.o /opt/oracle/home/lib/naect.o /opt/oracle/home/lib/naedhs.o -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lmm -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lepc -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient -lvsn -lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnsl -lm -ldl -lm -ldl -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lsql -lsql /opt/oracle/home/rdbms/lib/skgxns.o -lmdknl -lmdhh -lkidt -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnsl -lm -ldl -lm -ldl -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lsql -lsql
    /opt/ora cle/home/lib//libplsf.a(spssimb.o): In function `pss_gets':
    spssimb.o(.text+0x4ef): the `gets' function is dangerous and should not be used.
    /opt/oracle/home/lib//libgeneric.a(skgfr.o): In function `skgfrcre':
    skgfr.o(.text+0x4de): the `llseek' function may be dangerous; use `lseek64' instead.
    /opt/oracle/home/lib//libserver.a(hoco.o): In function `hoconsi':
    hoco.o(.text+0x104d): undefined reference to `__strtoq_internal'
    /opt/oracle/home/lib//libserver.a(hoco.o): In function `hoconui':
    hoco.o(.text+0x126a): undefined reference to `__strtouq_internal'
    collect2: ld returned 1 exit status
    make: *** [opt/oracle/home/rdbms/lib/oracle] Error 1
    Status: 2
    (( OIERR-SYSTEM: make -f ins_rdbms.mk ORACLE_HOME=/opt/oracle/home install ))
    --------------[ rdbms.ins 2631 ]---------------------------------------------
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Nicholas Waltham ([email protected]):
    I am currently trying to install Oracle 8.05 onto Redhat Linux 7.1. I can get part of the way through
    the installation, however, when it is installing the rdbms portion. I stops with an error about a failure
    during relinking. Here is the part of make.log which details what really happened. Could someone tell
    me how to proceed.
    Thank you,
    Nicholas Waltham
    --------------[ rdbms.ins 2618 ]<HR></BLOCKQUOTE>
    Well ,I tried to install Oracle 8.0.5 in Debian Potato. At end I desist.
    Oracle 8.0.5 works with glibc 5 and Debian Potato with glibc6 .
    I guess this is your problem.
    There are patches for this but i don't get
    to make work.
    Sorry for my english.
    Cisar

  • Problem during Database Creation of 8.1.7 in Linux7.2

    hello folks,
    i am having a problem in creating database of 8.1.7 in Linux7.2 RedHat.
    after successful installation,,and after even successfull listener configuration,,
    when database creation assistant is creating database; On 82%
    At "Initializing database"
    it comes::
    ORA-03114: not connected to ORACLE
    and if we keep on ignoring it ,then it comes:
    end of file communication channel.
    plz help me what i would do,,
    regards.

    Hi,
    seems that your oracle database went down. just check if oracle is running or not by using ps command.
    if its not running go to $ prompt and start the database either using sys or internal user i.e
    $svrmgrl
    connect internal
    $startup or startup force
    let me know the result.
    Yogi
    [email protected]

  • Problem on install 8i(8.1.7)SE on WIN2000

    Dear all,
    I find a problem on creating a database of 8i(8.1.7)SE on WIN2000. After I create a new service for the database by using ORADIM, I find a ERROR message in SVRMGRL
    SVRMGRL> startup nomount pfile=f:\oracle\admin\init.ora
    ORA-00439: feature not enabled: Managed Standby
    Thanks a lot for anyone can help me..

    I have the same ERROR.
    Did you find the answer ?
    Loic Dennebouy

  • Cannot log into svrmgrl or sqlplus

    After installing Oracle8i EE 8.1.5 on Redhat Linux 6.0
    successfully with the exception of Oracle Database Configuration
    Assistant, if I try to use svrmgrl or sqlpus as a user other
    than 'oracle', I get this message:
    Error in loading shared libraries:libskgxp8.so: cannot open
    shared object
    file: no such file or directory
    ORA-12557:TNS:Lost contact
    Oracle message for 12547 says that:
    Cause:
    Facts:
    * The user's PATH does include /$ORACLE_HOME/lib where
    libskgxp8.so is located and the permission for the file is 6751
    * I do not find namesctl, omevent, oratclsh, dbsnmp in
    $ORACLE_HOME or its sub-directories
    null

    Thank you Jeffrey, but did set and export the variable
    LD_LIBRARY_PATH with $ORACLE_HOME/lib in it.
    Jeffrey Wilkins (guest) wrote:
    : LD_LIBRARY_PATH needs to be set to $ORACLE_HOME/lib and
    exported.
    : Dennis Yu (guest) wrote:
    : : After installing Oracle8i EE 8.1.5 on Redhat Linux 6.0
    : : successfully with the exception of Oracle Database
    : Configuration
    : : Assistant, if I try to use svrmgrl or sqlpus as a user other
    : : than 'oracle', I get this message:
    : : Error in loading shared libraries:libskgxp8.so: cannot
    open
    : : shared object
    : : file: no such file or directory
    : : ORA-12557:TNS:Lost contact
    : : Oracle message for 12547 says that:
    : : Cause: Partner has unexpectedly gone away, usually
    during
    : : process starup.
    : : Does anyone know the solution to this problem. Your help
    will
    : be
    : : greatly appreciated.
    : : Facts:
    : : * The user's PATH does include /$ORACLE_HOME/lib where
    : : libskgxp8.so is located and the permission for the file is
    6751
    : : * I do not find namesctl, omevent, oratclsh, dbsnmp in
    : : $ORACLE_HOME or its sub-directories
    null

  • Svrmgrl segmentation fault!

    Hi everyone.
    I installed Oracle 8.0.5.1 Enterprise Edition on a RedHat 6.0 box
    with 2 Pentium III processors. The installation went smoothly but
    when I ran the svrmgrl the familiar message "segmentation fault
    (core dumped)" appears. The funny thing is that I have installed
    the same product on a SuSE 6.1 with a Pentium II 233Mhz and it
    runs OK.
    Any suggestions?
    null

    Albert Chan (guest) wrote:
    : Kostas Zorbadelos (guest) wrote:
    : : Hi everyone.
    : : I installed Oracle 8.0.5.1 Enterprise Edition on a RedHat 6.0
    : box
    : : with 2 Pentium III processors. The installation went smoothly
    : but
    : : when I ran the svrmgrl the familiar message "segmentation
    fault
    : : (core dumped)" appears. The funny thing is that I have
    : installed
    : : the same product on a SuSE 6.1 with a Pentium II 233Mhz and
    it
    : : runs OK.
    : : Any suggestions?
    : I have this problem too. I read the Oracle-HOWTO document and
    : recompiled and loaded the iBCS. But the problem still happen.
    My
    : PC running AMD K3 400Mhz (one CPU only), 64MRam
    : I also updated my kernel to 2.2.10 and updated the iBCS to 2.1
    : According to your situation, it seems to be a problem of Red
    Hat.
    : Is there anyone in Red Hat can help?
    I also experienced the same problem with RedHat 6.0 but I also
    noticed that I have untarred everything under /home/oracle in
    which there is a bin directory under which svrmgrl works and I
    can start and shutdown, run sql plus etc... It seems to be a
    problem with the re-linking.
    Julien
    null

  • 8.0.5 Standard on RedHat 6.0 svrmgrl core dump

    I have installed 8.0.5 Standard on RedHat 5.1 machines without
    problems, but when I try it on a RedHat 6.0 machine, I get:
    Error during action 'Running crdbROO.sql'.
    Command: /u01/app/oracle/product/8.0.5/bin/svrmgrl <<!
    @/u01/app/oracle/admin/ROO/create/crdbROO.sql
    exit
    In fact, svrmgrl causes a segmentation fault, about which gdb has
    this to say:
    Core was generated by
    `/u01/app/oracle/product/8.0.5/bin/svrmgrl'.
    Program terminated with signal 11, Segmentation fault.
    Reading symbols from
    /u01/app/oracle/product/8.0.5/lib/libclntsh.so.1.0...done.
    Reading symbols from /lib/libnsl.so.1...done.
    Reading symbols from /lib/libm.so.6...done.
    Reading symbols from /lib/libdl.so.2...done.
    Reading symbols from /lib/libc.so.6...done.
    Reading symbols from /lib/ld-linux.so.2...done.
    #0 0x6a1c75ff in ?? ()
    (gdb) where
    #0 0x6a1c75ff in ?? ()
    #1 0x40335a5b in slfiws ()
    #2 0x40333536 in lfibfll ()
    #3 0x40330505 in lfibwrl ()
    #4 0x4031f4e2 in lfipwr ()
    #5 0x4031da00 in lfipolwr_OBSOLETE ()
    #6 0x80542eb in malmcpr ()
    #7 0x8054389 in malmli ()
    #8 0x8053bf9 in main ()
    #9 0x403e3cb3 in __libc_start_main (main=0x8053b68 <main>,
    argc=1, argv=0xbffffc04,
    init=0x8051e2c <_init>, fini=0x80bd17c <_fini>,
    rtld_fini=0x4000a350 <_dl_fini>,
    stack_end=0xbffffbfc) at ../sysdeps/generic/libc-start.c:78
    Is this just some incompatibility introduced with the new Kernel
    in RH6? Is it something I can fix with some patch to Oracle?
    Any help would be greatly appreciated.
    null

    Chris McClelland (guest) wrote:
    : I have installed 8.0.5 Standard on RedHat 5.1 machines without
    : problems, but when I try it on a RedHat 6.0 machine, I get:
    : Error during action 'Running
    crdbROO.sql'.
    [snip]
    : In fact, svrmgrl causes a segmentation fault, about which gdb
    has
    [snip]
    : Is this just some incompatibility introduced with the new
    Kernel
    : in RH6? Is it something I can fix with some patch to Oracle?
    : Any help would be greatly appreciated.
    I have the same problem. It's not so easy to find on the site,
    but if you use the search feature with the words "8051 linux"
    (I was searching information for the upgrade to 8051...) you
    then will jump to a page (I don't know the exact path) in which
    you will find the download also of the glibcpatch.tgz for
    compatibility of 805 with glibc 2.1 (RH 6.0). Also you wiil have
    to install the rpms from RH for the compatibility libraries.
    I have just downloaded it and not tested. I'll let you know (or
    you will let me know, perhaps, I go to bed know. Good night,
    Linux Knight ;-)
    By,
    Tekka
    null

  • Problems to install Oracle8i (1.6) enterprise edition on Windows 2000. PLEASE HELP

    Hi all,
    I am failed to install oracle 8i 1.6 on windows 2000 server. I am getting following error.
    ORA-XXXX CREDIENTIAL RETRIVAL FAIL. I am getting this error while creation of database. It is giving option abort or Ignore. When I pressed Ignore after not nothing working out, it simple keep running. When ever I try to connect SVRMGRL I am getting TNS adaptor error. Please help me any one.
    Thanks,
    Swetha.

    Its a problem with oracle and pentium 4 processors actually. The solution involves renaming or deleting the symcjit.dll in the 8i installation package after you've copied the whole Cd onto your HDD!
    I've tried this and it install OK, with a few errors along the way, now I can't get the apache server working, nor on the 9i AS that I've installed as well. Let me know if you get anything useful please?
    Michael.
    [email protected]

  • Oracle 8.1.5 installation problem

    Hi, All
    I tried to install oracle 8.1.5 on RH6.0,
    and I download the patch for enlightment,
    the installation works well until CREATE DATABASE.
    I got the error message "ORA-01012 not logged on".
    Does anybody know what's the problem?
    Thanks,
    null

    newbie (guest) wrote:
    : Hi, All
    : I tried to install oracle 8.1.5 on RH6.0,
    : and I download the patch for enlightment,
    : the installation works well until CREATE DATABASE.
    : I got the error message "ORA-01012 not logged on".
    : Does anybody know what's the problem?
    : Thanks,
    Hi,
    try to
    export NLS_LANG=american
    In my case it helped. I described the strange behaviour of
    svrmgrl in detail in another post.
    Greetings
    Rolf
    null

Maybe you are looking for

  • I cannot view my videos after upgrading to OSX

    I cannot view my videos after upgrading to OSX. Each video I try to open the message on the black background is Blocked Plug-In. In system preferences I have the latest Java but Flash Player does not upgrade to Flash 12 after numerous attempts.

  • How to install SQL Server Express in Windows 10

    Windows 10 x64. Windows 10 running on VirtualBox 4.3.18. Setup in not started without any messages. There is no Setup.exe in Task Manager. There is no errors in Windows Logs (Event Viewer). There is no any SQL Server folders in Program Files or Progr

  • Transfer R/3 Quality Notifications to CRM

    Hello CRM Fellows, has anyone tried to Transfer R/3 Quality Notifications to CRM? Quality Notifications are store in the R/3 Table QMEL. A search in the CRM Table SMOFTABLES returns no Results for the Key QMEL in the field R3TABNAME. So it seems that

  • Edit Pre-recorded vocals

    I have been trying to work out how to edit pre-recorded vocals using the Voicelive 2 and Logic Pro. I have managed to figure out the settings on the voice live 2 but I cannot work out what to do on the logic side of things. This is what I have been t

  • Using Personnel number how to find functional location

    Hi All, Using personnel number how to find functional location. Regards, Maheedhar