Problem in Database startup

I installed oracle 8.0.6.0 on Windows 2003 .During the Installation there was no error . After installing i found that services were stop,when i try to start the services it did not start.I check the event viewer and i found the following error
Faulting application startdb80.exe version 0.0.0.0 faulting module unknown,version 0.0.0. fault address 0x00000000

Only Oracle 9.2 is certified to run on Windows 2003.

Similar Messages

  • Interactive report performance problem over database link - Oracle Gateway

    Hello all;
    This is regarding a thread Interactive report performance problem over database link that was posted by Samo.
    The issue that I am facing is when I use Oracle function like (apex_item.check_box) the query slow down by 45 seconds.
    query like this: (due to sensitivity issue, I can not disclose real table name)
    SELECT apex_item.checkbox(1,b.col3)
    , a.col1
    , a.col2
    FROM table_one a
    , table_two b
    WHERE a.col3 = 12345
    AND a.col4 = 100
    AND b.col5 = a.col5
    table_one and table_two are remote tables (non-oracle) which are connected using Oracle Gateway.
    Now if I run above queries without apex_item.checkbox function the query return or response is less than a second but if I have apex_item.checkbox then the query run more than 30 seconds. I have resolved the issues by creating a collection but it’s not a good practice.
    I would like to get ideas from people how to resolve or speed-up the query?
    Any idea how to use sub-factoring for the above scenario? Or others method (creating view or materialized view are not an option).
    Thank you.
    Shaun S.

    Hi Shaun
    Okay, I have a million questions (could you tell me if both tables are from the same remote source, it looks like they're possibly not?), but let's just try some things first.
    By now you should understand the idea of what I termed 'sub-factoring' in a previous post. This is to do with using the WITH blah AS (SELECT... syntax. Now in most circumstances this 'materialises' the results of the inner select statement. This means that we 'get' the results then do something with them afterwards. It's a handy trick when dealing with remote sites as sometimes you want the remote database to do the work. The reason that I ask you to use the MATERIALIZE hint for testing is just to force this, in 99.99% of cases this can be removed later. Using the WITH statement is also handled differently to inline view like SELECT * FROM (SELECT... but the same result can be mimicked with a NO_MERGE hint.
    Looking at your case I would be interested to see what the explain plan and results would be for something like the following two statements (sorry - you're going have to check them, it's late!)
    WITH a AS
    (SELECT /*+ MATERIALIZE */ *
    FROM table_one),
    b AS
    (SELECT /*+ MATERIALIZE */ *
    FROM table_two),
    sourceqry AS
    (SELECT  b.col3 x
           , a.col1 y
           , a.col2 z
    FROM table_one a
        , table_two b
    WHERE a.col3 = 12345
    AND   a.col4 = 100
    AND   b.col5 = a.col5)
    SELECT apex_item.checkbox(1,x), y , z
    FROM sourceqry
    WITH a AS
    (SELECT /*+ MATERIALIZE */ *
    FROM table_one),
    b AS
    (SELECT /*+ MATERIALIZE */ *
    FROM table_two)
    SELECT  apex_item.checkbox(1,x), y , z
    FROM table_one a
        , table_two b
    WHERE a.col3 = 12345
    AND   a.col4 = 100
    AND   b.col5 = a.col5If the remote tables are at the same site, then you should have the same results. If they aren't you should get the same results but different to the original query.
    We aren't being told the real cardinality of the inners select here so the explain plan is distorted (this is normal for queries on remote and especially non-oracle sites). This hinders tuning normally but I don't think this is your problem at all. How many distinct values do you normally get of the column aliased 'x' and how many rows are normally returned in total? Also how are you testing response times, in APEX, SQL Developer, Toad SQLplus etc?
    Sorry for all the questions but it helps to answer the question, if I can.
    Cheers
    Ben
    http://www.munkyben.wordpress.com
    Don't forget to mark replies helpful or correct ;)

  • Check "Problem: Oracle Database 10g Release 2 can only be installed in new

    Hi All
    Installing 10g software on AIX Box in /oracle/oraHome2,where oracle9i is already installed in /oracle/oraHome1 and oracle inventory is in /oracle/inventory
    In product specific prerequisite screen I am getting the
    check:Oracle Home incompatibilties is failed I am getting the error
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking for Oracle Home incompatibilities ....
    Actual Result: Oracle9i Database 9.2.0.1.0
    Check complete. The overall result of this check is: Failed <<<<
    Problem: Oracle Database 10g Release 2 can only be installed in a new Oracle Home
    Recommendation: Choose a new Oracle Home for installing this product
    though I am installing it in different oracle homes why i am getting this error?
    Is it because 10g installation is picking the same oracle inventory /oracle/inventory
    do i need to make different oracle inventory for different oracle homes???????plz confirm..is thats the reason i am getting this error??????
    Thanks inadvance
    Gagan

    I figure out you are trying to install 10gR2 on top of an existing 9iR2 Oracle Home. This is corrected at the Path definition window. Most probably you just click on the <Next> and by default the 9iR2 Oracle Home was selected. You must define a new oracle home for the 10gR2 install.
    ~ Madrid

  • Problem with database schema objects in the entity object wizard

    Hi All,
    When creating a new entity object, I am facing a problem with database schema objects in the entity object wizard, database schema objects (check boxes for tables,synonyms...) are disabled. Actually I am using a synonym but I am not able to select the synonym check box.
    Can any of you folks tell me how to enable the database schema objects (check boxes for tables,synonyms...).
    Thanks in Advance.
    Raja.M

    Make sure your using rite version of jdeveloper..
    Make sure your using apps schema and check whether your able perform DML operations in the schema vis sql developer.
    --Prasanna                                                                                                                                                                                                                                                                                                                                                                           

  • Dreamweaver 8 problem with database panel

    Hi,
    I am workting with Dreamweaver 8 and WAMP5 1.4.5 (php 5.1
    Apache 1.3 MySQL 4.1)
    I have created a connexion MySQL in Dreamweaver 8
    When I open "database" in the application panel I can see the
    4 tables of my database but when I click on each table to see the
    fields it doen't show any and indicate there is no field.
    THANKS in advance for you HELP

    Hi, Thanks for your quick answer.
    I just shutdown my database and restart but no errors displayed.
    However, the trace file displaying :
    Dump file F:\8i\oracle\admin\INTRANET\udump\ORA01704.TRC
    Fri Apr 07 09:29:42 2006
    ORACLE V8.1.7.3.0 - Production vsnsta=0
    vsnsql=f vsnxtr=3
    Windows 2000 Version 5.2 Service Pack 1, CPU type 586
    Oracle8i Enterprise Edition Release 8.1.7.3.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.3.0 - Production
    Windows 2000 Version 5.2 Service Pack 1, CPU type 586
    Instance name: intranet
    Redo thread mounted by this instance: 1
    Oracle process number: 12
    Windows thread id: 1704, image: ORACLE.EXE
    *** SESSION ID:(11.1) 2006-04-07 09:29:42.859
    Error in executing triggers on database startup
    *** 2006-04-07 09:29:42.875
    ksedmp: internal or fatal error
    ORA-00604: Une erreur s'est produite au niveau SQL recursif 1
    ORA-04031: impossible d'affecter 4032 octets de memoire partagee ("shared pool","java/lang/StringSYS","joxlod: in ehe","ioc_allocate_pal")
    ORA-06512: a "SYS.DBMS_JAVA", ligne 0
    ORA-06512: a ligne 2
    So, do I need to increase the shared memory ?
    Thanks

  • Problem in Database

    Dear all
    I am facing a problem in database
    well
    whenever a insert statement is fired the system is hangout
    and
    in server when some inactive sessions are killed the statement gets completed
    and always have to do that
    whenever a insert statement is fired
    how to solve this problem

    I think you have a powerful lock problem in your database. Can you try to look some dictionary views related to locks before and during this special insert??

  • Database startup issue

    Dear all
    when i am going to startup the database i am getting this
    below mentioned issue
    database is mounted for your information.
    Unix process pid: 5402, image: [email protected] (TNS V1-V3)
    *** SERVICE NAME:(SYS$USERS) 2010-05-23 23:04:28.988
    *** SESSION ID:(159.3) 2010-05-23 23:04:28.988
    Error in executing triggers on database startup
    *** 2010-05-23 23:04:28.988
    ksedmp: internal or fatal error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-06521: PL/SQL: Error mapping function
    ORA-06512: at "LBACSYS.LBAC_EVENTS", line 34
    ORA-06512: at line 2
    *** 2010-05-23 23:04:48.636
    *** 2010-05-23 23:04:48.636 60679 kcrr.c
    ARCH: Archival disabled due to shutdown: 1089
    *** 2010-05-23 23:04:49.638 60679 kcrr.c
    ARCH: Archival disabled due to shutdown: 1089
    pls. let me reason for the issue.
    Tks/regs
    Sunrise~

    Error in executing triggers on database startup
    *** 2010-05-23 23:04:28.988
    ksedmp: internal or fatal error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-06521: PL/SQL: Error mapping function
    ORA-06512: at "LBACSYS.LBAC_EVENTS", line 34
    ORA-06512: at line 2
    *** 2010-05-23 23:04:48.636
    *** 2010-05-23 23:04:48.636 60679 kcrr.c
    ARCH: Archival disabled due to shutdown: 1089
    It appears that a startup trigger has a bug.
    01089, 00000, "immediate shutdown in progress - no operations are permitted"
    // *Cause:  The SHUTDOWN IMMEDIATE command was used to shut down
    //        a running ORACLE instance, so your operations have been
    //        terminated.
    // *Action: Wait for the instance to be restarted, or contact your DBA.

  • Problem connecting DataBase Link from windows oracle to oracle on Linux

    I'm facing a problem with database links from windows oracle to Oracle hosted on Linux server.
    I'm able to successfully create the Database Link using the following query on oracle database hosted on a windows server
    CREATE DATABASE LINK SampleDB
    CONNECT TO myuser IDENTIFIED BY password
    USING 'sample';
    The tns names entry on windows for database in Linux server is as follows
    DSOFT =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.100)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = sample)
    But while executing the query "select count(*) from doctor@SampleDB;" in sql developer on windows, I'm getting the following error
    SQL Error: ORA-12154: TNS:could not resolve the connect identifier specified
    12154. 00000 - "TNS:could not resolve the connect identifier specified"
    *Cause:    A connection to a database or other service was requested using
    a connect identifier, and the connect identifier specified could not
    be resolved into a connect descriptor using one of the naming methods
    configured. For example, if the type of connect identifier used was a
    net service name then the net service name could not be found in a
    naming method repository, or the repository could not be
    located or reached.
    Using the above tns entries, i'm successfully able to connect to the database in Linux server through sql developer installed on the windows machine. Then why i'm getting this error while executing the query on Database Link?. Can any one help me?

    1005745 wrote:
    I'm facing a problem with database links from windows oracle to Oracle hosted on Linux server.
    I'm able to successfully create the Database Link using the following query on oracle database hosted on a windows server
    CREATE DATABASE LINK SampleDB
    CONNECT TO myuser IDENTIFIED BY password
    USING 'sample';
    The tns names entry on windows for database in Linux server is as follows
    DSOFT =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.100)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = sample)
    But while executing the query "select count(*) from doctor@SampleDB;" in sql developer on windows, I'm getting the following error
    SQL Error: ORA-12154: TNS:could not resolve the connect identifier specified
    12154. 00000 - "TNS:could not resolve the connect identifier specified"
    *Cause:    A connection to a database or other service was requested using
    a connect identifier, and the connect identifier specified could not
    be resolved into a connect descriptor using one of the naming methods
    configured. For example, if the type of connect identifier used was a
    net service name then the net service name could not be found in a
    naming method repository, or the repository could not be
    located or reached.
    Using the above tns entries, i'm successfully able to connect to the database in Linux server through sql developer installed on the windows machine. Then why i'm getting this error while executing the query on Database Link?. Can any one help me?A database link is acting as a client to the target, remote database in exactly the same fashion and using exactly the same tns infrastructure as any other client trying to connect to that remote database. your ORA-12154 when querying a db link means exactly the same as if you had gotten it trying to connect with sqlplus, from the same server. Check the link SB provided. Keep in mind that the tnsnames file of concern is the one on the source database server.

  • Personal Oracle 8i Database startup password

    Can someone provide the database startup password for Personal Oracle 8i.I have tried passwords like "oracle","sys","manager"in both uppercase and lowercase.
    None of this works.I have read the required documentation for the same.But I haven't recd any information.
    Thanks.

    Hi,
    Normally this combination should work.
    Anyway, try this out.
    In the command prompt,
    set ORACLE_SID=<sid name>
    start server manager/svrmgrl
    connect internal.
    At this juncture , if you are getting errors, exit the svrmgr application.
    try to reset the password for internal with a new password file. (Backup the old one).
    Tr connecting.
    Regards
    Lakshmanan, K

  • Database startup error message

    Hi Guys,
    When I startup my Database, I always see this error message printed in the trace file:
    Error in executing triggers on database startup
    *** 2005-12-09 11:12:42.817
    ksedmp: internal or fatal error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12663: Services required by client not available on the server
    ORA-36961: Oracle OLAP is not available.
    ORA-06512: at "SYS.OLAPIHISTORYRETENTION", line 1
    ORA-06512: at line 15
    Error in executing triggers on database startup
    *** 2005-12-09 11:12:42.869
    ksedmp: internal or fatal error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at line 4
    I have a few questions about the above message:
    1. How can I see which database startup trigger is having this error? Is there a way to determine that?
    2. Is there a way I can disable all triggers that fire on database startup? (just like we can disable triggers on a table)
    3. Any idea what ORA-36961: Oracle OLAP is not available. means?
    Thanks

    hey..thanks for the reply, I have checked to see if any triggers are enabled on startup from the USER_TRIGGERS
    SQL> select TRIGGER_NAME from DBA_TRIGGERS where TRIGGERING_EVENT='STARTUP';
    no rows selected
    SQL>
    But when I start my database, I again see this error message:
    Error in executing triggers on database startup
    *** 2005-12-12 05:32:40.778
    ksedmp: internal or fatal error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at line 4
    Is there any way I can check what trigger Oracle is complaining about?
    Also, how can I disable OLAP so that I don't see the OLAP error message?
    Thanks

  • Issue with database startup

    hi,
    getting below error on database startup.
    log is attached from alert log file.
    Wed Nov 16 14:24:20 2011
    ALTER DATABASE MOUNT
    Wed Nov 16 14:24:20 2011
    ORA-00202: control file: '/oradata2/ctftdb2/data/controlctftdb201.ctl'
    ORA-27086: unable to lock file - already in use
    SVR4 Error: 11: Resource temporarily unavailable
    Additional information: 8
    Additional information: 5457
    Wed Nov 16 14:24:20 2011
    ORA-205 signalled during: ALTER DATABASE MOUNT...

    user12052679 wrote:
    SID is ctftdb2
    bash-3.00$ ps -ef | grep pmon
    oracle 5992 1 0 14:24:19 ? 0:07 ora_pmon_ctftdb2
    oracle 1680 1 0 May 25 ? 193:47 ora_pmon_hddb
    oracle 5445 1 0 Jul 19 ? 287:57 ora_pmon_ctftdb2
    oracle 14334 28506 0 16:28:22 pts/3 0:00 grep pmonyour instance is already up, why trying to start again? are you not aware as it is already running?
    First shutdown the current instance which you facing errors to mount database
    export ORACLE_SID=ctftdb2
    sqlplus / as sysdba
    select name,open_mode from v$database;Might it is already either mounted or opened. post output here

  • When the Database startup and open? please please not alert log

    Hello all
    is there is a script or dinamic view which query what time the database startup and shutdown.
    please don't answer me with opent alert log, am looking for view or script only
    thank you
    regards

    You wrote you don't want to use the alert.log. But
    still this could provide all the information you want
    to have.
    If you dont want to use the alert.log because you
    need to query the information by using sql you may
    consider to access the alert.log via a external table.Even the alert log may not meet the new requirements of 'all startup and shutdown history'. In a typical shop, the alert log is periodically archived or wiped.
    The answer to the OPs question probably lies in creating a new table to store the v$instance information, and create a database startup and possibly a database shutdown trigger to fill that table.
    Or start using Grid Control which has that information tucked away in one of the internal sysman tables.

  • Problem with database connectivity

    Hi guys,
    I'm having a problem with database connectivity . I'm using the mySQL database & org.gjt.mm.mysql driver.
    I've kept the org folder under the directory where the Database.java program is residing .
    My program is as follows:
    import java.sql.*;
    public class Database
         Connection con;
         public void connect()
              System.out.println("In connect.");
         public Connection connectDB(String username,String password,String database)
              try
                   Class.forName("org.gjt.mm.mysql.jdbc.Driver");
                   String url="jdbc:mysql:"+database;
                   con=DriverManager.getConnection(url,username,password);
              catch(SQLException e)
                   System.out.println("SQL Exception caught:"+e);     
              catch(Exception e)
                   System.out.println("Exception e caught:"+e);     
              return con;
         public static void main(String args[])
              try
              Connection c;
              Database db=new Database();
              c=db.connectDB("root","","//192.168.0.2/squid");
              System.out.println("Connection created.");
              c.close();
              catch(Exception e)
                   System.out.println("Exception caught:"+e);     
    It gets compiled but gives the following error when run.
    Exception e caught:java.lang.ClassNotFoundException: org.gjt.mm.mysql.jdbc.Driver
    Connection created.
    Exception caught:java.lang.NullPointerException
    I don't know why the class is not found.Pl . help me rectify my mistake.Is there any other path to be set?
    Thanks.

    You need to run it with the JDBC driver in the classpath
    java -classpath .;[mySqlJdbcDriver.jar] Database

  • How to automate database startup/shutdown in RHEL4

    Dear All
    I have Oracle 10gR2 database on RHEL4.
    If i want to automate database startup/shutdown with OS startup/shutdown,
    Then where i need to update about dbstart.sh & dbshut.sh
    I have already made entry in /etc/oratab as Y for database SID.
    I am using Bourn Shell.
    Thanks

    You can refer to my post in my Blog
    [Automatically StartUp and Shutdown an Oracle Database in Linux OS|http://kamranagayev.wordpress.com/2008/12/22/automatically-startup-and-shutdown-database-in-linux-os/]
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Database startup trigger on a RAC

    I cant seem to find a definitive answer to this question in the doc anywhere, and I haven't got a RAC to test it on, but can anyone confirm that a trigger defined as 'AFTER STARTUP ON DATABASE' will fire just once immediately after database open. It will not fire for every node of the RAC - or will it? :-)
    In my understanding, in a rac, there are multiple instances, but just one database. It seems logical therefore that the above trigger will fire just once.
    However, why then would there be a System-Defined Event Attribute "ora_instance_num" available to the database startup trigger? See:
    [See Tables 9-4 and 9-5 here|http://docs.oracle.com/cd/E11882_01/appdev.112/e25519/triggers.htm#g1722284]
    This seems to contradict my assumption.

    On my test RAC database the trigger was fired on each instance startup.
    So when the database is bounced the trigger is executed twice (once per instance for my 2 node RAC).

Maybe you are looking for

  • How to Copy from Billing document F2 to Credit or Debit memo?

    Hello, I know the Menu path for copy control of billing document to billing document which  is as follows SPROIMG-Sales and Distribution-BillingBilling Documents-Maintain Copy Control of Billing document--Copy COntrol: Billing Document to Billing Doc

  • Link to another page or book in portlet

    Hi, is there way to access another book or page in portal from link in JSP portlet? I don't want use upper menus. I would like to use some link(anchor) inside the portlet.

  • How do I open an excel document in an email and use numbers to edit it

    I receive emails with excel documents in them.  Am I able to open the document and use the numbers app on my iPad 2 to edit this document?

  • Increment in Watermarks per print?

    I have a document I want to print 500 times.  I want the watermark on all 500 to have a different/unique watermark: WATERMARK-001 WATERMARK-002 WATERMARK-003 (and so on). Is there a feature to accomplish this?  Incrementts, expressions, behaviors, or

  • Issue with Event ID 5038

    Hi  we have 10 servers (windows server 2008 standard) in that 4 servers Event logs really showing with bad eventID 5038 please anybody respond to my two questions a) due to which reason this EVENT ID triggers?? b) how to stop this EVENT ID 5038 furth