Problem starting Oracle Database

I've just installed Oracle 8.0.5 on Linux Red Hat 5.2. I didn't
have problems during the installation, but after that ...
First of all, my "dbora" script doens't work. I don't know why,
because it's in the directory /etc/rc.d/init.d. Then, when I try
to start it manually, the follow mistake appear:
===
./dbora: [!: command not found
===
It seems that it is a sintaxe error, but I copied exactly as in
the Installation Guide, like as:
=======
# Set ORA_HOME to be equivalent to the ORACLE_HOME
# from which you wish to execute dbstart and
# dbshut
# Set ORA_OWNER to the user id of the owner of the
# Oracle database in ORA_HOME
ORA_HOME=/u01/app/oracle/product/8.0.5
ORA_OWNER=oracle
if [! -f $ORA_HOME/bin/dbstart -o ! -d $ORA_HOME]
then
echo "Oracle startup: cannot start"
exit
fi
case "$1" in
'start')
# Start the Oracle database:
su - $ORA_OWNER -c $ORA_HOME/bin/dbstart &
'stop')
# Stop the Oracle database:
su - $ORA_OWNER -c $ORA_HOME/bin/dbshut &
esac
su - oracle -c "lsnrctl start"
======
Is there any mistake?
Besides, when I try to start the Oracle Database, through the
command "dbstart", the following messages appear:
=============
Database "orac" possibly left running when system went down
(system crash?).
Notify Database Administrator.
Oracle Server Manager Release 3.0.5.0.0 - Production
(c) Copyright 1997, Oracle Corporation. All Rights Reserved.
Oracle8 Enterprise Edition Release 8.0.5.1.0 - Production
With the Partitioning and Objects options
PL/SQL Release 8.0.5.1.0 - Production
SVRMGR> Password:
Password:
ORA-01031: insufficient privileges
SVRMGR> ORA-01031: insufficient privileges
SVRMGR>
Server Manager complete.
Oracle Server Manager Release 3.0.5.0.0 - Production
(c) Copyright 1997, Oracle Corporation. All Rights Reserved.
Oracle8 Enterprise Edition Release 8.0.5.1.0 - Production
With the Partitioning and Objects options
PL/SQL Release 8.0.5.1.0 - Production
SVRMGR> Password:
Password:
ORA-01031: insufficient privileges
SVRMGR> ORA-01031: insufficient privileges
SVRMGR>
Server Manager complete.
Database "orac" warm started.
==============
Although it seems that the Database was started ('Database "orac"
warm started'), I don't know why the mistake ORA-01031 appears.
Was the Database "orac" started correctly?
After, when I try to use the Server Manager to connect to the
Database as system/manager, the following message appears:
========
SVRMGR> connect system/manager
ORA-01034: ORACLE not available
=======
Has this mistake something to do with the first one (ORA-01031)?
Could someone help me? I'd be very grateful.
Rodney A. Ramos.
null

Aaron Kaplan (guest) wrote:
: Rodney A. Ramos (guest) wrote:
: : I've just installed Oracle 8.0.5 on Linux Red Hat 5.2. I
didn't
: : have problems during the installation, but after that ...
: : First of all, my "dbora" script doens't work. I don't know
why,
: : because it's in the directory /etc/rc.d/init.d. Then, when I
: try
: : to start it manually, the follow mistake appear:
: : ===
: : ./dbora: [!: command not found
: Hi!
: There seems indeed to be a problem here - AFAIK the guy who
wrote
: the startup srcipt made a syntax mistake.
: Try changing the line:
: : if [! -f $ORA_HOME/bin/dbstart -o ! -d $ORA_HOME]
: to:
: if [ ! -f $ORA_HOME/bin/dbstart -o ! -d $ORA_HOME ]
: notice the space right after the first "[" and right before the
: last "]"
: (Read the man pages for sh or bash whatever you use and look
: under "if", also "man test" should bring some insight).
: Hope it helps. Tell me if it worked.
: Aaron.
Dear Aaron,
It worked perfectly. Thank you very much!
However, I'm still having problem to connect to the Database. The
fact is that the dbora script calls the dbstart script ("su -
$ORA_OWNER -c $ORA_HOME/bin/dbstart &") and, inside this script,
we have the command "connect internal". At this point, I receive
the error message "ORA-01031: insufficient privileges".
I don't know if this has influency at the startup of the
Database, because at the end of the process I receive the message
"Database "orac" warm started".
But what I know is that I don't managed to connect to the
Database using the svrmgrl or the sqlplus. I receive the error
message "ORA-01034: ORACLE not available" for every account I
try: system/manager, sys/change_on_install, oracle/xxxx (the
account I installed Oracle), and when I try "connect internal",
it asks me for a password!!!
Thanks once more,
Rodney A. Ramos.
null

Similar Messages

  • Problem starting oracle database in notebook,

    Hi,
    Sub: Problem starting database in notebook,
    I installed windows 2000 professional(OS) and installed oracle 9i on it. I have been hibernating my notebook since two weeks, i am facing a problem, when i restart my system, system is unable to start my database unless i restart the listener at services.msc. My system speed is 500 mhz, 256 RAM. 10 GB HD. If anyone has a answer pls help me.
    Thanks in advance
    Mahesh Ragineni

    Aaron Kaplan (guest) wrote:
    : Rodney A. Ramos (guest) wrote:
    : : I've just installed Oracle 8.0.5 on Linux Red Hat 5.2. I
    didn't
    : : have problems during the installation, but after that ...
    : : First of all, my "dbora" script doens't work. I don't know
    why,
    : : because it's in the directory /etc/rc.d/init.d. Then, when I
    : try
    : : to start it manually, the follow mistake appear:
    : : ===
    : : ./dbora: [!: command not found
    : Hi!
    : There seems indeed to be a problem here - AFAIK the guy who
    wrote
    : the startup srcipt made a syntax mistake.
    : Try changing the line:
    : : if [! -f $ORA_HOME/bin/dbstart -o ! -d $ORA_HOME]
    : to:
    : if [ ! -f $ORA_HOME/bin/dbstart -o ! -d $ORA_HOME ]
    : notice the space right after the first "[" and right before the
    : last "]"
    : (Read the man pages for sh or bash whatever you use and look
    : under "if", also "man test" should bring some insight).
    : Hope it helps. Tell me if it worked.
    : Aaron.
    Dear Aaron,
    It worked perfectly. Thank you very much!
    However, I'm still having problem to connect to the Database. The
    fact is that the dbora script calls the dbstart script ("su -
    $ORA_OWNER -c $ORA_HOME/bin/dbstart &") and, inside this script,
    we have the command "connect internal". At this point, I receive
    the error message "ORA-01031: insufficient privileges".
    I don't know if this has influency at the startup of the
    Database, because at the end of the process I receive the message
    "Database "orac" warm started".
    But what I know is that I don't managed to connect to the
    Database using the svrmgrl or the sqlplus. I receive the error
    message "ORA-01034: ORACLE not available" for every account I
    try: system/manager, sys/change_on_install, oracle/xxxx (the
    account I installed Oracle), and when I try "connect internal",
    it asks me for a password!!!
    Thanks once more,
    Rodney A. Ramos.
    null

  • How can i start oracle databases? i am using Oracle 8.1.6 for linux.

    when i run dbstart,it gives me following message:
    Database "ora4cweb" warm started.
    but when i use sqlplus,it says:
    ORA-01034: ORACLE not available
    i made a mistake ,i shutdown my linux before i shutdown oracle databases,how can i start oracle databases now?thanks in advance.

    try it without the scripts...
    login to linux as oracle
    start server manager
    svrmgrl
    connect internal
    startup
    select sysdate from dual;if that works
    exitcheck listener
    lsnrctl
    statif nothing running type
    start
    exitnull

  • Problem with ORACLE database

    Hi all,
    I am facing some problem with ORACLE database while configuring one JDBC scenario in the receiver side. I have configured one JDBC scenario like FILE TO JDBC. As JDBC is at receiver side i have provided the input file with the following format ,
    <root>
      <StatementName1>
         <dbTableName action="INSERT">
             <table>employee</table>
              <access>
                    <flag>NO</flag> 
                    <ID>567</ID>
             <NAME>134</NAME>
                 </access>
         </dbTableName>
      </StatementName1>
    </root>
    But in the ORACLE database all my columns are in the uppercase.
    So when i have tried to send this input file to process through JDBC receiver side then i have faced the below error :
    FATAL ERROR: Column 'flag' does not exist in table 'employee'
    Then I have tried to check with sender side processing of JDBC adapter. By using the SQL statements as
    SELECT * FROM EMPLOYEE WHERE flag='NO'
    UPDATE EMPLOYEE SET Flag='YES'  WHERE flag='NO'
    Here it worked fine.
    Now my question is,
    If the same adapter is working when we are writing a query directly(sender side), then we must also allow case independence in the auto generated SQL part(receiver side).
    The JDBC drivers for both SQL server and Oracle, supports the same java code, for accessing the DB, irrespective of the case of the column names.
    Please clarify this doubt as soon as possible.
    Thanks,
    Soorya.

    Hi Dharmaveer,
    When I go with the following input file,
    <root>
      <StatementName1>
         <dbTableName action="INSERT">
             <table>EMPLOYEE</table>
              <access>
                    <FLAG>NO</FLAG> 
                    <ID>666</ID>
                    <NAME>SSS</NAME>
                 </access>
             </dbTableName>
      </StatementName1>
    </root>
    I will get the following query with succesfull processing.
    INSERT INTO  EMPLOYEE (FLAG, ID, NAME) VALUES (NO, 666, SSS)
    when i go with this input file,
    <root>
      <StatementName1>
         <dbTableName action="INSERT">
             <table>EMPLOYEE</table>
              <access>
                                    <flag>NO</flag> 
                                   <ID>777</ID>
                        <NAME>TTTT</NAME>
                        </access>
                   </dbTableName>
      </StatementName1>
    </root>
    Then i am facing this problem,
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'EMPLOYEE' (structure 'StatementName1'): java.sql.SQLException: FATAL ERROR: Column 'flag' does not exist in table 'EMPLOYEE'
    Here I cant get any SQL statement as it is not successfull.
    I have gone through your link but it also says to modify the column in the input file which is not possible for me. Can you please help me in this regard?
    Thanks,
    Soorya

  • Are there any problems running oracle database express 10g and iis together

    Are there any problems running oracle database express 10g on an windows 2000 server or advanced server running iis 5?
    Does oracle database express cause any conflicts with iis (because of used ports etc)
    Could an server have running on it, both an website using iis and an oracle database express website without conflicts?

    I would not expect a problem under normal circumstances.
    Oracle's listener is set for a default port 1521 for database requests, port 8080 for HTMLDB requests. The database connections generally find an empty port above 1024 when establishing a connection.
    So, if IIS does not want to use 1521 or 8080, you will generally see no challenges. Even then it is fairly easy to move ORacle's port requirements elsewhere.
    Using port 8080 seems reasonably common, but that is easily changed - search for sethttpport in this forum. IIS tromping on 1521 would be rare as it has been a well known Oracle service port since, roughly, forever.

  • How to let SOA Suite automatically start Oracle Database services if necess

    It occurs from time to time that I forget to start Oracle database services
    before I start Soa Suite. Can I somehow let SOa Suite startup script check in advance
    if Oracle database services need to be started (and start them automatically if necessary)?
    Peter

    Hi,
    This is a familiar issue. I've come up with the following solutions.
    1) On my linux machine, I start the database (EE) and soa suite at boot time using /etc/oratab.
    2) On my windows machine, I start the database (XE) at boot time, as a service that automatically starts. The soa suite is started manually. I could start the suite automatically as a service also, but because it takes up so much memory and I do not always want to run the suite, I prefer to start manually. In any way, the database is started automatically before the soa suite.
    Hope this will help you.
    Kind regards,
    H

  • How to start Oracle database in solaris Machine

    I installed Oracle database in my solaris machine. Everything went fine .. I was able to install it and test the database if it's working or not.
    Something happened that made me shut down and restart the solaris machine, the problem is that Oracle is not running, so I have to start it manually, and I'm not sure how to do that ... Is there a way to start Oracle automatically once the solaris machine is started ...
    I'm using the SSH Secure Shell Client to configure and install everything into the solaris machine ..

    Here is the work around for starting oracle instance automatically.
    1) logon the system as root user.
    2) under /etc/init.d/ directory, create a file name oraclestart(name the file to what you feel comfortable). eg: /etc/init.d/oraclestart.
    with the following content:
    #!/bin/sh
    # Created by Henry Nguyen
    # Date 10/11/2005
    # Script to automatic start and stop oracle instances on server
    ORACLE_HOME=/export/home/oracle/product/9.2.0.1.0 (diffrent on your system)
    if [ ! -f $ORACLE_HOME/bin/dbstart || ! -f $ORACLE_HOME/bin/dbshut ]; then
    echo missing oracle start/stop script
    exit 1
    fi
    case "$1" in
    'start')
    su - oracle -c '$ORACLE_HOME/bin/dbstart'
    su - oracle -c '$ORACLE_HOME/bin/lsnrctl start'
    'stop')
    su - oracle -c '$ORACLE_HOME/bin/lsnrctl stop'
    su - oracle -c '$ORACLE_HOME/bin/dbshut'
    esac
    3) create 2 soft link as following:
    ln -s /etc/init.d/oraclestart /etc/rc2.d/S99oraclestart
    ln -s /etc/init.d/oraclestart /etc/rc0.d/K10oraclestart
    Note the S99 and K10: that are Solaris priorities to when start and stop an oracle instance and those letter must be capitalized.
    Hope this will help you

  • Problems starting Oracle Net Listner on Kubuntu

    I have installed Oracle XE on Kubuntu.
    Everything went fine... except the net listner.
    When I try to start the deamon using
    /etc/init.d/oracle-xe start
    it stays in the following line for a very long time...
    Starting Oracle Net Listner.
    If I try to open the url:
    http://127.0.0.1:8080/apex
    it says unable to establish connection with the server.
    Can someone help me solve this problem. I have to get this server running at the earliest.

    Oracle itself is working? Please try the following:
    Login with the oracle user
    Set your environment with . /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.sh (please use also the "." in front of the script)
    Connect to oracle instance via sqplus / as sysdba
    If the database is up and running, the next thing would be to check if a firewall or SELINUX is active.
    C.

  • Problems Starting Oracle 11g Express

    First, sorry for my English.
    My problem is this, after a successful installation of Oracle, I double click on Get Started With Oracle Database 11g Express Edition and opens with Mozilla Firefox url:
    http://127.0.0.1:8080/apex/f?p=4950
    Firefox tells me Problem loading page.
    It is the first time I use Oracle and do not know what to do. If you can tell me some troubleshooting steps.
    My OS is windows vista.
    Thank you very much for your help.
    Angel.

    Thank you very much for the reply.
    Although the facility has not given any problems.
    What version of Oracle Express Edition should install?
    The 11g Release 1 (11.1) if it works with windows vista.
    http://docs.oracle.com/cd/B28359_01/install.111/b32006/reqs.htm#NTDBI002
    I am a student and I have to do some exercises with Oracle, it will not be a problem with the ports or something.
    Thank you very much.

  • Password to start Oracle Database 9i

    Hi,
    I have just downloaded and installed Oracle9i Personal Edition Release 1(9.0.1.1.0) for Windows 98. When I run the option Start Oracle 9i Database under Database Administration, it asks for a password. What is the password?
    Thanks

    Hey Melvyn, have u found any other response?
    I have the same problem, but I haven't found any solution.
    Other OTN Members thinks that we have problem with SQLPlus login... instead we can't START Oracle because when we click on the specified menu voice "START ORACLE ETC...", a dialog appears requesting ONLY a password...
    We haven't set any password during installation step and any other KNOWN PWD is good.
    mmm it is a big mistery

  • Problem with Oracle database Express Edition (Linux)

    I installed oracle-xe on my machine (ArchLinux x64), and all worked fine before a  reboot. After it, I still can connnect to the db with sqlplus, but can't connect to apex (http://localhost:8080/apex/f?p=4950) and can't get a connection using ojdbc:
    Exception in thread "main" java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection.
    I tried to reinstall the db several times, but the result was always the same: all is ok only before rebooting. I'm a newer with Oracle database and can't find a solution. Could you give me some tip about it?

    The problem was solved by changing permissions for log directory :
    sudo chmod -R 777 /usr/lib/oracle/product/11.2.0/xe/log

  • Connect Problems with Oracle Database Express Edition 11g Release 2

    Hello,
    I am a student trying to install Oracle Database Express Edition 11g Release 2 and SQL Developer on my home system, Win7 64Bit, in order to practice some things I've learned from me DBA class and Developer classes.
    Anyway, I have everything installed, but I am having difficulty connecting as SYS or SYSDBA in the 'Run SQL Command Line', I keep getting the ORA-01017: invalid username/password: logon denied.
    However, If i select the 'Start Database' I get this:
    C:\oraclexe\app\oracle\product\11.2.0\server\bin>
    and I can type sqlplus / as sysdba and it starts up just fine and show user lists me as "SYS".
    but if I go back to 'Run SQL Command Line' I still cannot connect as SYS or SYSDBA...I find this both confusing and frustrating. I don't know if I am in different instances or something like that, but I seem to be limited to connecting only as "SYSTEM". I need SYS because I want to practice creating datafiles, instances and things like that, but I seem to be lost.
    Also, I am trying to create a new DB connection with SQL Developer and I can only us SYSTEM for my login which, if I understand correctly, will limit my privileges. Again When I try to sign in with SYS or SYSDBA I get error'd out. When I installed Ora11gDBExpress I was prompted in input a single password that was supposed to grant me access as SYS or SYSTEM, but I am limited to only SYSTEM for some reason.
    So, I am looking for help/guidance as to what to do.
    Thanks in advance for any and all help,
    Warren

    General rule of thumb, don't use sysdba unless you want to shut down the database, or grant a database user privileges on a sys object.
    A SYSTEM connection is not "limiting", it has the DBA role which means a user with a system connection can do most anything needed, including select/update/delete/drop any user's objects as well as change parameters in the instance.
    The system user can indeed add datafiles, tablespaces, etc. The instance and database should already be created as long as the installer completed all its chores correctly. For XE, per the license agreement only one instance can run on one host. If you want to try creating a database, it will require shutting down the XE instance and creating a new database service, creating the database, and installing the system catalog and any other optional components desired. Good practice indeed, but a bit advanced for the new user.
    Do create users for schemas ... connect system; create user <username> identified by <password> and connect <username> for the schemas (a collection of objects) within the database. Grant the resource and create session privilege to <username> to allow the database user the ability to create tables, indexes, stored procedures, etc.
    There is no "or" in a sys as sysdba connection, from 10g onwards a sys connection requires using the sysdba privilege. To enable a sysdba connection, add your host user to the ORA_DBA group on the host. To verify the OS users in the ORA_DBA group, this might work for win7, in a cmd box ...
    $ net localgroup ora_dba
    ...If your OS user is in the ora_dba group the sys as sysdba password is not relevant, you can in fact type anything for a password. If you wish to connect with the sysdba privilege from a remote client, that is a bit different and requires knowing the password set in the instance password file. Which should be set the same as the system password defined in the installer, but you can change that by creating a new password file. Another slightly advanced topic.
    In Windows IMHO its better to leave the listener and database set to Manual start (in the services applet, Start/Run/services.msc) and start the listener, then the database, when its needed. At least for an XE instance, as its intended for practice and learning RDBMS management.
    Edited by: clcarter on Mar 2, 2012 6:19 PM
    fix typos

  • Problem in Oracle Database Connectivity in JSP

    I am having big problem such as Oracle Database connectivity problem
    Following code i am used for database connection. but it throw an exception call class not found exception.
    Pls any one can help me. With a sample code for Oracle Database connection in JSP
    Class.forName ("oracle.jdbc.driver.OracleDriver");
    String url="jdbc:oracle:thin:@172.25.44.54:1521:bbo";
    con = DriverManager.getConnection(url,"user", "user123");
    Thank you

    Well i've never used oracle or their drivers before but i'm presuming that you'd go to oracle.com or something and look for downloads. Otherwise you could goodle for Oracle JDBC drivers. Then just follow the instructions.
    Again i've never used JSP but if you have a manifest file somewhere you'll need to put a class-path: entry in their referecning the jar file with the driver so that it is availble at run-time.
    Wes

  • Problem installing Oracle Database Instance IN ERP04

    Hi,
    I'm installing SAP Web AS 6.40 ABAP on Linux (SLES 9) with Unicode Oracle. The Central Instance setup was successful, but the install of the Database Instance failed. It stopped at task "Database Load".
    The Log Browser shows the following message:
    /sapmnt/QR3/exe/R3load: START OF LOG: 20051025113720
    /sapmnt/QR3/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#10 $ SAP
    /sapmnt/QR3/exe/R3load: version R6.40/V1.4 [UNICODE]
    Compiled Jun 11 2005 01:16:38
    /sapmnt/QR3/exe/R3load -dbcodepage 4103 -i /tmp/sapinst_instdir/ECC04SR1/WEBAS_ABAP_ORA_UC/DB/SAPSLOAD.cmd -l /tmp/sapinst_instdir/ECC04SR1/WEBAS_ABAP_ORA_UC/DB/SAPSLOAD.log -stop_on_error
    DbSl Trace: OCI-call 'OCIInitialize' failed: rc = -1
    DbSl Trace: OCI-call 'OCIErrorGet' failed: rc = -2
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: OCI-call 'OCIInitialize' failed: rc = -1
    DbSl Trace: OCI-call 'OCIErrorGet' failed: rc = -2
    (DB) ERROR: DbSlErrorMsg rc = 99
    /sapmnt/QR3/exe/R3load: job finished with 1 error(s)
    /sapmnt/QR3/exe/R3load: END OF LOG: 20051025113720
    /sapmnt/QR3/exe/R3load: START OF LOG: 20051025115353
    /sapmnt/QR3/exe/R3load: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#10 $ SAP
    /sapmnt/QR3/exe/R3load: version R6.40/V1.4 [UNICODE]
    Compiled Jun 11 2005 01:16:38
    /sapmnt/QR3/exe/R3load -dbcodepage 4103 -i /tmp/sapinst_instdir/ECC04SR1/WEBAS_ABAP_ORA_UC/DB/SAPSLOAD.cmd -l /tmp/sapinst_instdir/ECC04SR1/WEBAS_ABAP_ORA_UC/DB/SAPSLOAD.log -stop_on_error
    DbSl Trace: OCI-call 'OCIInitialize' failed: rc = -1
    DbSl Trace: OCI-call 'OCIErrorGet' failed: rc = -2
    (DB) ERROR: db_connect rc = 256
    Has anybody an idea? Thank you very much.
    Robinson

    Hi Robinson,
    The error seems to be db connect error, so please try to check
    1. set the environment variable dbs_ora_schema=SAP<SID>
    dbs_ora_tnsname=SID
    EG :
    dbms_type=ORA
    dbs_ora_tnsname=HX1
    dbs_ora_schema=SAPHX1
    ORACLE_PSRV=HX1
    ORACLE_SID=HX1
    DB_SID=HX1
    ORACLE_HOME=/oracle/HX1/920_64
    ORACLE_BASE=/oracle
    ORA_NLS33=/oracle/client/92x_64/ocommon/nls/admin/data
    Where HX1 is the SID for instance.
    2. start the database and then try running the installation.try also starting instance and listener
    Let me know if this helps.
    Regards,
    Vineet

  • Problem starting Oracle Intelligent Agent

    Hi,
    I have an Oracle Database 8i installed on Windows 2000 Server.
    When I change my computer name, the Oracle Intelligent Agent could not be started.
    What should I do to start the Oracle Intelligent Agent, if I want to use new computer name for my computer ?
    Thanks in advanced.
    Regards,
    Eddy

    Nick Yelevich (guest) wrote:
    : Hkon W0ien (guest) wrote:
    : : When starting oracle intelligent agent with the lsnrctl
    : : dbsnmp_start command everything seems to be OK, but the
    agent
    : : dies immediately. The listener and everything else is
    working
    : : OK. The files snmp_ro.ora and snmp_rw.ora are created and as
    : : fare as I know with the correct contents. I have turned on
    : trace
    : : and the last lines in the trace file dbsnmpw.trc shows the
    : : following.
    : : snmidlpi_PkgIndex: creating package index
    : : -<ERROR>- snmidlpi_PkgIndex: failed to initialize init.tcl,
    : : error 1
    : : -<ERROR>- snmidlpi_PkgIndex: Tcl result:
    : : I'm running RedHat 5.2 and Oracle v.8.0.5 production. All
    files
    : : in TNS_ADMIN are created using Oracle Net8 Assistant.
    : : Any idea ?
    : My situation is almost the same, but in my case snmp* files
    had
    : not been created. I have RedHat 5.2 and preproduction version
    : Oracle 8.0.5.
    I too can not start the intelligent agent. I am on Redhat 5.2
    with the (I think production ) version of 8.0.5. Mine seems to
    start up but the lsnrctl dbsnmp_status says that it is not
    running. the dbsnmp_start seems to work but gives no feedback.
    I get the error NMS-00315 in on of my log files. Any one have
    any idea? I tried reinstalling the agent and infact the entire
    oracle 8 server and got the same thing. thanks in advance.
    Keir
    null

Maybe you are looking for

  • Sites created in iWeb '08 will not open in iWeb '09

    I upgraded to '09 but the sites that I created when I had '08 will not open. They are listed on the side menu but when you click on them the main window is blank/white. Is anyone having or had this problem and found the solution? Please help. I have

  • Problem with tree

    Hello, first I want to say, that I have read the how-to for tree creation but I still have some problems. I have a table with YEAR, MONTH, LOCATION, DATA example entry: 2002, 1, NY, test 2002, 1, NY, test2 2002, 2, NY, test 2002, 2, LA, test 2002, 3,

  • DVD eject problems recurring

    I have problems ejecting a DVD about 1 in 4 or 1 in 5 times I play one and I wondered if this was common to all iMacs or a problem with the Core Duo or OS X? It happens with all types, self burned and retail so I don't think it's linked to a single t

  • One .Mac account, 2 iWeb Sites, 2 Computers.

    Ok, I know a lot of questions have been asked about how to manage multiple sites, but I can't seem to find any information about 2 people sharing one .Mac account. My husband and I share a .Mac account. We each have our own Apple laptops. We each wan

  • Q&A with the SharePoint MVP Experts Chat On Oct 29th @1pm EST or 10am PDT

    Hello everyone We are launching our SharePoint MVP Expert Chats again!  Have questions about SharePoint 2010 or 2013?  Or SharePoint Online? Office 365?  Please join us October 29th at 1pm EST or 10am PDT where you can have your questions answered li