DATABASE STARTUP

Hi all,
While bring the instance we are getting this error
SQL> startup
ORA-01078: Message 1078 not found; No message file for product=RDBMS, facility=O
RA
LRM-00109: Message 109 not found; No message file for product=ORACORE, facility=
LRM
SQL>
Kindly share your suggestion.
Thanks & Regards,
Dinesh.

While bring the instance we are getting this error
SQL> startup
ORA-01078: Message 1078 not found; No message file for product=RDBMS, facility=O
RA
LRM-00109: Message 109 not found; No message file for product=ORACORE, facility=
LRM
SQL>
Kindly share your suggestion.
If you want to start EBS database from the SQL prompt, please source the env file first (<CONTEXT_NAME>.cmd under RDBMS $ORACLE_HOME directory). Or, use addlnctl.cmd directly -- http://docs.oracle.com/cd/E18727_01/doc.121/e13675/T530130T530133.htm#5274555
Thanks,
Hussein

Similar Messages

  • 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.

  • 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.

  • 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).

  • Start a job upon database startup

    Hi,
    I have created a job which I would like to run on database startup. What is the best way to do this. I tried using "after startup on database" but could not get it to work.
    What is the best way to make sure a job gets scheduled as soon as the database startsup.
    thanks for the help

    Hi,
    There is no documented way of using the Scheduler to do this and the "after startup on database" trigger sounds like the right thing to do. Why doesn't it work ?
    One thing which might work is creating a one-time job in the trigger to run immediately (if you use dbms_scheduler.create_job it must be in an autonomous transaction) . Or having the job exist but calling run_job from the trigger (with use_current_session=>false) - this would also have to be in an autonomous txn.
    If you are having trouble getting the trigger to work you might need to post on the general database forum.
    Hope this helps,
    Ravi.

  • Error on database startup ORA-03113: end-of-file on communication channel

    Dear All,
    I'am getting following error while database startup. 
    Database version : 11.2.0.1.0
    OS Windows 2008 R2
    ORA-03113: end-of-file on communication channel
    Process ID: 8800
    Session ID :96 Serial number : 3
    alter log contains following error
    </msg>
    <msg time='2015-04-27T15:11:41.167+05:30' org_id='oracle' comp_id='rdbms'
    msg_id='223497679' type='INCIDENT_ERROR' group='Generic Internal Error'
    level='1' host_id='DC1' host_addr='fe80::e195:ced9:de26:3531%11'
    prob_key='ORA 600 [kdtigetrow-2]' upstream_comp='' downstream_comp=''
    ecid='' errid='147059' detail_path='e:\oradb\diag\rdbms\orclfam\orclfam\trace\orclfam_ora_10016.trc'>
    <txt>Errors in file e:\oradb\diag\rdbms\orclfam\orclfam\trace\orclfam_ora_10016.trc  (incident=147059):
    ORA-00600: internal error code, arguments: [kdtigetrow-2], [73], [108], [96], [], [], [], [], [], [], [], []
    </txt>
    </msg>
    <msg time='2015-04-27T15:11:41.233+05:30' org_id='oracle' comp_id='rdbms'
    msg_id='dbgexProcessError:1176:3370026720' type='TRACE' level='16'
    host_id='DC1' host_addr='fe80::e195:ced9:de26:3531%11'>
    <txt>Incident details in: e:\oradb\diag\rdbms\orclfam\orclfam\incident\incdir_147059\orclfam_ora_10016_i147059.trc
    </txt>
    </msg>
    And the trace file shows
    Symbol file E:\ORADB\product\11.2.0\dbhome_1\BIN\orannzsbb11.SYM does not match binary.
    Symbol TimeStamp=4b62bd94, Module TimeStamp=0 are different
    *** 2015-04-27 15:11:41.230
    Incident 147059 created, dump file: e:\oradb\diag\rdbms\orclfam\orclfam\incident\incdir_147059\orclfam_ora_10016_i147059.trc
    ORA-00600: internal error code, arguments: [kdtigetrow-2], [73], [108], [96], [], [], [], [], [], [], [], []
    Thanks.
    Vivek

    vivekvm wrote:
    Dear All,
    I'am getting following error while database startup. 
    Database version : 11.2.0.1.0
    OS Windows 2008 R2
    ORA-03113: end-of-file on communication channel
    Process ID: 8800
    Session ID :96 Serial number : 3
    alter log contains following error
    </msg>
    <msg time='2015-04-27T15:11:41.167+05:30' org_id='oracle' comp_id='rdbms'
    msg_id='223497679' type='INCIDENT_ERROR' group='Generic Internal Error'
    level='1' host_id='DC1' host_addr='fe80::e195:ced9:de26:3531%11'
    prob_key='ORA 600 [kdtigetrow-2]' upstream_comp='' downstream_comp=''
    ecid='' errid='147059' detail_path='e:\oradb\diag\rdbms\orclfam\orclfam\trace\orclfam_ora_10016.trc'>
    <txt>Errors in file e:\oradb\diag\rdbms\orclfam\orclfam\trace\orclfam_ora_10016.trc  (incident=147059):
    ORA-00600: internal error code, arguments: [kdtigetrow-2], [73], [108], [96], [], [], [], [], [], [], [], []
    </txt>
    </msg>
    <msg time='2015-04-27T15:11:41.233+05:30' org_id='oracle' comp_id='rdbms'
    msg_id='dbgexProcessError:1176:3370026720' type='TRACE' level='16'
    host_id='DC1' host_addr='fe80::e195:ced9:de26:3531%11'>
    <txt>Incident details in: e:\oradb\diag\rdbms\orclfam\orclfam\incident\incdir_147059\orclfam_ora_10016_i147059.trc
    </txt>
    </msg>
    And the trace file shows
    Symbol file E:\ORADB\product\11.2.0\dbhome_1\BIN\orannzsbb11.SYM does not match binary.
    Symbol TimeStamp=4b62bd94, Module TimeStamp=0 are different
    *** 2015-04-27 15:11:41.230
    Incident 147059 created, dump file: e:\oradb\diag\rdbms\orclfam\orclfam\incident\incdir_147059\orclfam_ora_10016_i147059.trc
    ORA-00600: internal error code, arguments: [kdtigetrow-2], [73], [108], [96], [], [], [], [], [], [], [], []
    Thanks.
    Vivek
    Seems these lines are telling the tale:
    Symbol file E:\ORADB\product\11.2.0\dbhome_1\BIN\orannzsbb11.SYM does not match binary.
    Symbol TimeStamp=4b62bd94, Module TimeStamp=0 are different
    I don't understand why the symbol table doesn't match the binary unless someone 'stepped' on one of them (meaning overwrote them).  Have you checked %ORACLE_HOME%\bin for file times?
    David Fitzjarrell

  • How to make rollback segments online on database startup?

    I create some rollback segments in users tablespace, but how can I auto make these rollback segment online on database startup?
    thanks!!

    Add the name of the rollback segments to rollback_segments parameter in the init.ora file.
    edwin

  • Database startup after reboot of RAC server

    Hello,
    My config : 2 nodes w2k3 with 15 dbs . Oracle 10.2.0.3
    I started to scheduled my rac server reboot so i follow the oracle doc to shutdown properly all db,asm,service,listener,etc...
    Today one the server reboot, but some instance doesn't start (only five , and the last five in alphabetic order)
    In the log :
    db log : nothing just the shutdown
    crs_log : the start of the 10 db but nothing for the last five !!
    just a trace on one listener service :
    StartResource error for ora.sqyora01.LISTENER_1522_SQYORA01.lsnr error code = 1
    2010-08-11 02:56:08.000: [  CRSRES][3008]32Start of `ora.sqyora01.LISTENER_1522_SQYORA01.lsnr` on member `sqyora01` failed.
    2010-08-11 02:56:08.125: [  CRSRES][3008]32Skip online resource: ora.sqyora01.LISTENER_SQYORA01.lsnr
    On windows services : the OracleServiceSID service isn't started.
    Any help is welcome to understand this problem.
    Thanks.

    user4511076 wrote:
    IMO : (i am not a great oracle dba, because i have not enough time to spend with, and my collegue need really simple think to do, like startup/shutdown a database, no more investigation)Why startup/shutdown a database? I have databases that work 24x7 and uptimes of over a year. The record so far, has been over 24 months uptime (1st downtime were caused by a powerfailure to the rack cabinet). And for a database instance that runs a number of processes and deals with 100's to 1000's of inserts per second.
    it's easier to view that an oracle process take more cpu and so investigate in that database what's appens. Rather than search in my v$sql table to find witch schema doing wrong thinksNot sure what you are trying to say here. Single or multiple database instances do not change how a session looks like, or how SQLs are executed.. and thus not how you troubleshoot problems. Nor does it change resource requirements, or how you address these. But multiple instances do impact resource availability and requires one to split resources amongst instances - the end result of this is less flexibility.
    It's easier to affect cpu ressource to a process, rather than configuring it in oraclePlease explain.
    It's easier to stop a database rather than "put offline a schema"This is a "silly" statement to make IMO. Why do you want to offline a schema? Availability of applications and data are a critical feature in today's information system landscape. So why argue the complete opposite and say it is now more complex to make something less available?
    By the same token, why do you want to offline a database? A down database is even less useful than a downed server - at least you can use the downed server as a doorstop.. ;-)
    And if a database crash it only affect one application.Yeah.. and these happens when? Every few minutes? Every hour? Once a day?
    This is not a valid argument. Oracle instances very seldom crashes just for the heck of it. Most often it is due to incorrect o/s configuration, problematic hardware, uncertified components, old drivers, etc. Or plain old application abuse of Oracle.
    There is the theorical approach and practical one : I'm not alone is that case :
    http://oracledoug.com/serendipity/index.php?/archives/1339-The-Reality-Gap-3-A-Single-Instance-per-Server.html
    http://www.dba-oracle.com/art_dbazine_server_consolidation.htm
    I have never done RDBMS as a theoretical thing. The most dynamic table (ito SQLs against it) I have, grows by more than 450 million rows per day. This is as real world as real world gets. And that is what shapes my experience and opinion. And Burleson and I have never seen eye to eye on a number of subjects - so quoting his views on consolidation does little to persuade me to change my opinion.
    have you any ideas where can i found an error message that explain why my database doesn't start ? (like not enough ressource ;-) )Troubleshooting a problem starts with a very basic principle - isolation. Isolate the layer or moving part where the problem occurs. As the other instances are running, it means that the CRS software layer is up and running, that the storage layer is up and running and so on. So the problem should be with the instance that for some reason refuses to start? Confirm this by using sqlplus to start a down instance and looking at what its alert log file says. It should have some kind of pointer to what dependency that has not been met.

  • Database startup showing ORA-00942: table or view does not exist in trace

    Hi Friends,
    SunOS 5.10 Generic_137112-06 i86pc i386 i86pc , 64 Bit
    Oracle 10.2.0.1.0
    While I am doing a startup, getting following error.
    SQL> startup;
    ORACLE instance started.
    Total System Global Area 3221225472 bytes
    Fixed Size 2122544 bytes
    Variable Size 410819792 bytes
    Database Buffers 2801795072 bytes
    Redo Buffers 6488064 bytes
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forcedThe alert log shows the following
    Errors in file /applns/oracle/admin/CTSD1/udump/ctsd1_ora_11486.trc:
    ORA-00942: table or view does not exist
    Error 942 happened during db open, shutting down database
    USER: terminating instance due to error 942
    Instance terminated by USER, pid = 11486
    ORA-1092 signalled during: ALTER DATABASE OPEN...A look at the trace file shows this
    /applns/oracle/admin/CTSD1/udump/ctsd1_ora_11486.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    ORACLE_HOME = /applns/oracle
    System name: SunOS
    Node name: N890
    Release: 5.10
    Version: Generic_137112-06
    Machine: i86pc
    Instance name: CTSD1
    Redo thread mounted by this instance: 1
    Oracle process number: 23
    Unix process pid: 11486, image: oracle@N890 (TNS V1-V3)
    *** SERVICE NAME:() 2011-02-16 19:24:50.188
    *** SESSION ID:(325.3) 2011-02-16 19:24:50.188
    Successfully allocated 3 recovery slaves
    Using 367 overflow buffers per recovery slave
    Thread 1 checkpoint: logseq 45929, block 2, scn 310788795>cache-low rba: logseq 45929, block 3
    >on-disk rba: logseq 45929, block 52, scn 310788832
    >start recovery at logseq 45929, block 3, scn 0
    ----- Redo read statistics for thread 1 -----
    Read rate (ASYNC): 24Kb in 0.31s => 0.08 Mb/sec
    Total physical reads: 4096Kb
    Longest record: 0Kb, moves: 0/61 (0%)
    Longest LWN: 16Kb, moves: 0/3 (0%), moved: 0Mb
    Last redo scn: 0x0000.128642df (310788831)
    ----- Recovery Hash Table Statistics ---------
    Hash table buckets = 32768
    Longest hash chain = 1
    Average hash chain = 4/4 = 1.0
    Max compares per lookup = 1
    Avg compares per lookup = 117/121 = 1.0
    *** 2011-02-16 19:24:50.515
    KCRA: start recovery claims for 4 data blocks
    *** 2011-02-16 19:24:50.515
    KCRA: blocks processed = 4/4, claimed = 4, eliminated = 0
    *** 2011-02-16 19:24:50.516
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 45929 Reading mem 0
    ----- Recovery Hash Table Statistics ---------
    Hash table buckets = 32768
    Longest hash chain = 1
    Average hash chain = 4/4 = 1.0
    Max compares per lookup = 1
    Avg compares per lookup = 121/121 = 1.0
    ORA-00942: table or view does not existI have searched MOS and Google, but didn;'t get any relevant results.
    Also flushed my shared_pool as mentioned in (http://www.tanelpoder.com/files/oracle_rowcache.pdf) after mount and started , still no luck
    Any help is appreciated
    Thanks
    SSN

    Hi,
    Thanks.
    Tried log mining, but still couldn't find the culprit. I think now, I have to drop and create this db.Still wondering what might have happened.
    select group#,status from v$log;
        GROUP# STATUS
             1 INACTIVE
             3 INACTIVE
             2 CURRENT
    SQL> select group#,MEMBER from v$logfile where group#=2;
        GROUP#
    MEMBER
             2
    /applns/oracle/oradata/CTSD1/redo02.log
    SQL> EXECUTE sys.DBMS_LOGMNR.ADD_LOGFILE( LOGFILENAME => '/applns/oracle/oradata/CTSD1/redo02.log',OPTIONS => sys.DBMS_LOGMNR.NEW);
    PL/SQL procedure successfully completed.
    SQL> EXECUTE sys.DBMS_LOGMNR.START_LOGMNR;
    PL/SQL procedure successfully completed.
    SQL> SELECT COUNT (*) FROM   v$logmnr_contents WHERE  operation = 'DDL';
      COUNT(*)
             0
    SQL> EXECUTE sys.DBMS_LOGMNR.END_LOGMNR();
    PL/SQL procedure successfully completed.
    SQL> select group#,MEMBER from v$logfile where group#=1;
        GROUP#
    MEMBER
             1
    /applns/oracle/oradata/CTSD1/redo01.log
             1
    /applns/oracle/oradata/CTSD1/redolog001.log
    SQL> EXECUTE sys.DBMS_LOGMNR.ADD_LOGFILE( LOGFILENAME => '/applns/oracle/oradata/CTSD1/redo01.log',OPTIONS => sys.DBMS_LOGMNR.NEW);
    PL/SQL procedure successfully completed.
    SQL> EXECUTE sys.DBMS_LOGMNR.START_LOGMNR;
    PL/SQL procedure successfully completed.
    SQL> SELECT COUNT (*) FROM   v$logmnr_contents WHERE  operation = 'DDL';
      COUNT(*)
             0
    SQL> EXECUTE sys.DBMS_LOGMNR.END_LOGMNR();
    PL/SQL procedure successfully completed.
    SQL> EXECUTE sys.DBMS_LOGMNR.ADD_LOGFILE( LOGFILENAME => '/applns/oracle/oradata/CTSD1/redolog001.log',OPTIONS => sys.DBMS_LOGMNR.NEW);
    PL/SQL procedure successfully completed.
    SQL> EXECUTE sys.DBMS_LOGMNR.START_LOGMNR;
    PL/SQL procedure successfully completed.
    SQL> SELECT COUNT (*) FROM   v$logmnr_contents WHERE  operation = 'DDL';
      COUNT(*)
             0
    SQL> EXECUTE sys.DBMS_LOGMNR.END_LOGMNR();
    PL/SQL procedure successfully completed.
    SQL> select group#,MEMBER from v$logfile where group#=3
        GROUP#
    MEMBER
             3
    /applns/oracle/oradata/CTSD1/redo03.log
    SQL> EXECUTE sys.DBMS_LOGMNR.ADD_LOGFILE( LOGFILENAME => '/applns/oracle/oradata/CTSD1/redo03.log',OPTIONS => sys.DBMS_LOGMNR.NEW);
    PL/SQL procedure successfully completed.
    SQL>  EXECUTE sys.DBMS_LOGMNR.START_LOGMNR;
    PL/SQL procedure successfully completed.
    SQL> SELECT COUNT (*) FROM   v$logmnr_contents WHERE  operation = 'DDL';
      COUNT(*)
             0
    SQL> EXECUTE sys.DBMS_LOGMNR.END_LOGMNR();
    PL/SQL procedure successfully completed.SSN

  • Need urgent help with database startup

    dear all,
    i am using oracle 10g on windower server 32 bit.
    i try to startup my database today, and it give me error, and it is my production database,
    i need very urgent help from you.(i have no rman backup , and the data is not so necessory, since it is for student practice.)
    SQL> startup open
    ORACLE instance started.
    Total System Global Area  524288000 bytes
    Fixed Size                   790180 bytes
    Variable Size             250343772 bytes
    Database Buffers          272629760 bytes
    Redo Buffers                 524288 bytes
    Database mounted.
    ORA-01110: data file 34: 'G:\ORACLE\DATAFILES_ACADEMY\ACADEMY'
    ORA-01115: IO error reading block from file 34 (block # 1)
    ORA-27070: async read/write failed
    OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 23) Data error (cyclic redundancy check).regards.

    Maahjoor wrote:
    Hi dears,
    i need further assistance from your side, i have restarted the server, but the same problem.
    as there a way to drop and re-create a system tablespace? since the file 34 belong to system tablesapce.
    regardsNo.
    So just create a new database. That will take all of ten minutes. And tell your students to create new tablespaces. That will take them two minutes.

  • Oracle 10g Database startup problem Please help

    i am trying to start database but getting error;
    SQL> startup
    ORACLE instance started.
    Total System Global Area 281018368 bytes
    Fixed Size 788776 bytes
    Variable Size 229373656 bytes
    Database Buffers 50331648 bytes
    Redo Buffers 524288 bytes
    Database mounted.
    ORA-16038: log 2 sequence# 44103 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 2 thread 1: 'D:\ORADATA\ASDB\REDO02.LOG'
    Please guide and help
    Thanks,
    Waheed.

    The error stack is interpreted as follows:
    ORA-16038:     log string sequence# string cannot be archived
    Cause:     An attempt was made to archive the named file, but the file could not be archived. Examine the secondary error messages to determine the cause of the error.
    Action:     No action is required
    ORA-19809:     limit exceeded for recovery files
    Cause:     The limit for recovery files specified by the DB_RECOVERY_FILE_DEST_SIZE was exceeded.
    Action:     The error is accompanied by 19804. See message 19804 for further details.
    ORA-19804:     cannot reclaim string bytes disk space from string limit
    Cause:     Oracle cannot reclaim disk space of specified bytes from the DB_RECOVERY_FILE_DEST_SIZE limit.
    Action:     There are five possible solutions: 1) Take frequent backup of recovery area using RMAN. 2) Consider changing RMAN retention policy. 3) Consider changing RMAN archivelog deletion policy. 4) Add disk space and increase DB_RECOVERY_FILE_DEST_SIZE. 5) Delete files from recovery area using RMAN.
    ORA-00312:     online log string thread string: 'string'
    Cause:     This message reports the filename for details of another message.
    Action:     Other messages will accompany this message. See the associated messages for the appropriate action to take.
    DB_RECOVERY_FILE_DEST_SIZE specifies (in bytes) the hard limit on the total space to be used by target database recovery files created in the flash recovery area. You should increase this value.
    On the other hand, out from the context I guessed it is a 10gRx database, but you should specify this on your thread, as well as specify os details.
    ~ Madrid

  • Database startup errors

    Hi all,
    My Oracle server was working fine yesterday but today i am unable to connect due to a ORA-12523: TNS listner could not find instance appropriate for the client connection.I am able to tnsping the host.
    I have shutdown and restarted the database and server but the database will not mount on startup. According to 'lsnrctl stat' the instance is blocked. I am running racle 9.
    When i startup the database i get the error [kccsbck_first], [1], [2483193841] but i can not find any info on this error?
    Any suggestion would be great i have been trying everything for the last few hours! Nothing has been changed overnight.
    Thanks

    First check this metalink note:
    ORA-600 [kccsbck_first]
    Doc ID: Note:139013.1
    If this does not help call Oracle support.
    Werner

Maybe you are looking for

  • Quicktime is not playing my vids from my GoPro helmet cam

    I have recently bought a GoPro helmet camera to use for skiing/ biking, etc. When connecting them to the computer to play them back they have stopped working and my computer says the files are not video files. However at the start when i first began

  • NEED URGENT NEW SOFTWARE UPDATE FOR NOKIA X2..

    The Nokia X2 runs under S40 6th Edition, which does not allow the user to hide items on the gallery or file manager. If the feature is like this then what is the use of having 16 GB card??/ All the confidencial photos which I doesn't want to share wi

  • Cannot restore firmware

    I have a problem with my 2009 Macbook Pro 13". It has crashed during a firmware update, and now it won't boot but only beeps "SOS". I went to a couple of Apple Service Providers, but they could not help me restoring the firmware, the only solution se

  • How to Superimpose Video without adjusting Opacity?

    Hi guys, so I am really new to adobe premiere elements..and video editing in general. What I want to do is superimpose two videos on each other so that it looks as if were happening at the same time. For an example, I don't know if any of you have wa

  • Error 7 open file+.vi when opening multiple csv files

    Hi, I it was interesting (and frustrating) that I, intermitantly, got the open file error #7 when I was sitting in a loop opening csv files using ReadFromSpreadsheet file.vi.  The ReadFromSpreadsheetFile.vi is a higher level vi which should open the