Shutdown problem in ASM database

Hi All,
I am Using oracle 10gR1 in windows xp, just two days before i create a database with ASM, its working fine. All the datafile, logfile, controlfile, init file are in the diskgroup.
but i unable to shutdown the database, so i decide to stop the service manually, i stopted the dbconsole, ASM instance and database instance, how the database was shutdown,
After that i unable to open that database, kindly tell me how to shut down the database with ASM instance.

but i unable to shutdown the database,What was the problem?
How you were shutting the database down?
Daljit Singh

Similar Messages

  • ASM shutdown problem

    Hi experts,
    suddenly I faced ASM shutdown problems on a 2 node RAC. While trying to reboot the second node the resource ora.asm can't be shut down.
    After 10 minutes the shutdown of ASM times out. There is an interesting line in the ohasd.log saying that ASM can't be shut down due to error code: 3.
    Does anyone knows what this means? I googled hours and hours without any success, even in MOS I found no further informations.
    Help is greatly appreciated!!!!!!
    Thanks a lot
    Volker
    P.S. My environment:
    - 2 node RAC OEL 6.3
    - 11.2.0.4 Oracle Enterprise Edition

    Hi gurus,
    I noticed that the shutdown of the ASM instance went wrong as part of the OHAS. Unfortunately I have no error stack except this numerical error written in the ohasd.log.
    Below you can find an excerpt of the ohasd.log:
    2013-11-15 00:44:12.730: [
    AGFW][2791917312]{0:0:124} Received the reply to the message: RESOURCE_STOP[ora.asm 1 1] ID 4099:724 from the agent /u01/app/11.2.0.4/grid/bin/oraagent_oracle
    2013-11-15 00:44:12.731: [
    AGFW][2791917312]{0:0:124} Agfw Proxy Server sending the reply to PE for message:RESOURCE_STOP[ora.asm 1 1] ID 4099:723
    2013-11-15 00:44:12.731: [   CRSPE][2781411072]{0:0:124} Received reply to action [Stop] message ID: 723
    2013-11-15 00:44:12.731: [
    INIT][2781411072]{0:0:124} {0:0:124} Created alert : (:CRSPE00111:) :  Stop action timed out!
    2013-11-15 00:44:12.731: [   CRSPE][2781411072]{0:0:124} Stop action failed with error code: 3
    2013-11-15 00:44:12.732: [
    AGFW][2791917312]{0:0:124} Received the reply to the message: RESOURCE_STOP[ora.asm 1 1] ID 4099:724 from the agent /u01/app/11.2.0.4/grid/bin/oraagent_oracle
    2013-11-15 00:44:12.732: [
    AGFW][2791917312]{0:0:124} Agfw Proxy Server sending the last reply to PE for message:RESOURCE_STOP[ora.asm 1 1] ID 4099:723
    2013-11-15 00:44:12.732: [   CRSPE][2781411072]{0:0:124} Received reply to action [Stop] message ID: 723
    2013-11-15 00:44:12.732: [   CRSPE][2781411072]{0:0:124} RI [ora.asm 1 1] new internal state: [STABLE] old value: [STOPPING]
    2013-11-15 00:44:12.732: [   CRSPE][2781411072]{0:0:124} CRS-2675: Stop of 'ora.asm' on 'rac2' failed
    2013-11-15 00:44:12.733: [   CRSPE][2781411072]{0:0:124} RI [ora.asm 1 1] new internal state: [CLEANING] old value: [STABLE]
    2013-11-15 00:44:12.733: [   CRSPE][2781411072]{0:0:124} Sending message to agfw: id = 925
    2013-11-15 00:44:12.733: [   CRSPE][2781411072]{0:0:124} CRS-2679: Attempting to clean 'ora.asm' on 'rac2'
    2013-11-15 00:44:12.733: [UiServer][2779309824]{0:0:124} Container [ Name: ORDER
    MESSAGE:
    TextMessage[CRS-2675: Stop of 'ora.asm' on 'rac2' failed]
    MSGTYPE:
    TextMessage[1]
    OBJID:
    TextMessage[ora.gpnpd]
    WAIT:
    TextMessage[0]
    There are other error messages as well telling that one have to wait for the shutdown of the ASM instance. But no one is telling me the reason for that.
    Regards
    Volker

  • Problem in Converting Database into Archivelog mode (Oracle 10G)

    Hi Team,
    I come across a strange problem in the ORACLE 10G Server.
    I am converting database mode from NoArchivelog to Archivelog mode through RMAN in 10G.
    Now When I execute these following commands through RMAN prompt it works properly as shown below?
    C:\>rman
    Recovery Manager: Release 10.2.0.1.0 - Production on Thu Nov 30 18:01:08 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN> connect target /
    connected to target database: RAVI (DBID=4025722893, not open)
    RMAN> shutdown immediate;
    using target database control file instead of recovery catalog
    database dismounted
    Oracle instance shut down
    RMAN> STARTUP MOUNT;
    connected to target database (not started)
    Oracle instance started
    database mounted
    Total System Global Area 167772160 bytes
    Fixed Size 1247876 bytes
    Variable Size 79693180 bytes
    Database Buffers 79691776 bytes
    Redo Buffers 7139328 bytes
    RMAN> SQL 'ALTER DATABASE ARCHIVELOG';
    sql statement: ALTER DATABASE ARCHIVELOG
    RMAN> ALTER DATABASE OPEN;
    database opened
    RMAN>
    But this same script when i writes in the backup.ora file & pass to Rman prompt it fails,
    File backup.ora contains...
    run
    SHUTDOWN IMMEDIATE;
    STARTUP MOUNT;
    SQL 'ALTER DATABASE ARCHIVELOG';
    ALTER DATABASE OPEN;
    passed to RMAN as follows...
    C:\OracleCode\BACKUP>"C:\oracle\product\10.2.0\db_1\bin\RMAN.EXE" target /"connect target SYSTEM/sreedhar@RAVI" log="C:\ORACLE~2\LOGS\backup_log.log" append cmdfile="C:\ORACLE~2\BACKUP\backup.ora"
    RMAN> 2> 3> 4> 5> 6> 7> 8>
    then it fails giving the following errors...
    using target database control file instead of recovery catalog
    database closed
    database dismounted
    Oracle instance shut down
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of startup command at 11/30/2006 18:05:59
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    Recovery Manager complete.
    The same thing is working in the Oracle 9i but not in the Oracle 10G.
    Can Anybody plz help me in this?
    Regards,
    S.Tiwari
    .

    export ORACLE_SID=<SID>
    rman target /cmdfile="C:\ORACLE~2\BACKUP\backup.ora"
    it will connect to the default SID, there's no such thing as a default SID, what do you mean?
    But what if there are more that one SID available & I
    want to connect to SID other than the default SID.just specify the desired SID prior starting rman.
    more over the same string is working with 9i but not
    with 10G.maybe due to a bug?
    to summarize, you have two options it you would like to start up the instance:
    either you specify the SID prior starting rman and use os authentication
    or
    you register the instance statically and use oracle authentication.
    regards,
    -ap

  • Automatic ASM & Database up After starting CRS

    Hi Experts,
    My CRS version is 11.1.0
    Due to certain problems, CRS unable to communicate with daemons.
    Later after stopping & starting CRS daemons, ALL the ASM & Database came up automatically. I like to know how it will start all these automatically?

    784585 wrote:
    I can verify and trouleshot.
    My question is how the ASM & Database came up automatically?#crsctl start crs
    will start all the resources available in the clusterware
    that why ASM and Database Instances came up.
    check your crs logs. you will understand.
    after restarting or reboot the system you have to wait for sometime ,
    #crs_stat -t
    if the resources status is either offline or unknown you should check your crs logs.
    you can stop and start the services as you have done.
    #crsctl stop crs
    #crsctl start crs
    as you written, by seeing logs, you can verify and troubleshoot

  • How im suppose to fix the auto shutdown problem in my iphone 3gs after updating to ios 5.1.1 this problem has made me a mobile ****** in my house and an loser in thing care so if any solution to this problem let me know

    how im suppose to fix the auto shutdown problem in my iphone 3gs after updating to ios 5.1.1 this problem has made me a mobile ****** in my house and an loser in thing care so if any solution to this problem let me know

    What "auto shutdown problem" are you talking about?

  • Performance and Contention problem with the database ?

    Hello!
    I am having one database which is used by around 95 thousand
    users.Database contain about 4 lakh records. The database is
    going smooth and perfect.
    The problem(perfomance is slow and there is contension too) came
    when i made 4 web applications which contain atleast 1000 hits
    (1000 records are inserted in the database ) per day.
    Now the db is not going so smooth(contention and performance
    problem).
    I think this is happening becuase of those 4 web applications.
    So should i make new database for that 4 applications or i need
    to get the new system for it or there is another way through i
    can tune my running database.
    Any help will be appreciated.
    Regards
    Seemab

    Hi,
    If i well understand, u have one database and u insert 4000 rows
    per day and u have performance problem ?
    I think u have a big problem cause it's not really a big
    intensity on a base. So u should have big problems on ur
    database design such as undersized memory area, bad disk
    repartition, bad types of indexes or something like that.
    To decrease the contention, u should separate ur data and index
    datafiles over differents disks and specialize tablespace by the
    granularity of the table.
    But u r not enough precise to expect a precise answer; could u
    be more precise ? as the server u have, data volumes, a select *
    from v$system_event, etc...
    Good Luck,
    Fred DENIS

  • Problem when creating Database (Database, OS and hardware Configuraiton included)

    Problem when creating Database:
    Below are the problems, which I faced during creation of database. I have mentioned both the problem separately. Plus the log file maintained by Oracle during installation. It might help in diagnosing the error. Plus a little conclusion with I turned up to.
    There are two problems, when creating database with Oracle Database Assistant. One when creating pre tuned database from CD. And second when creating customized database giving options your self.
    Problem # 1:
    When creating pre tuned database from CD. The process of creating Database is 90 % complete and is at step # 3 Initializing Database. It gives error ORA-03113: end-of-file on communication channel.
    I searched following oracle help for this problem.
    ORA-03113: end-of-file on communication channel
    Cause: An unexpected end-of-file was processed on the communication channel. The problem could not be handled by the Net8, two-task software. This message could occur if the shadow two-task process associated with a Net8 connect has terminated abnormally, or if there is a physical failure of the interprocess communication vehicle, that is, the network or server machine went down.
    Action: If this message occurs during a connection attempt, check the setup files for the appropriate Net8 driver and confirm Net8 software is correctly installed on the server. If the message occurs after a connection is well established, and the error is not due to a physical failure, check if a trace file was generated on the server at failure time. Existence of a trace file may suggest an Oracle internal error that requires the assistance of customer support.
    Conclusion:
    What I conceive from this problem and the help available is that, I have to install NET8 again. But I am not sure about the solution, please tell me whether I am rite or not.
    Problem # 2:
    When creating database with custom option. The process of creating Database is 2 % complete and is at step # 2 Creating Database Files. It gives error ORA-12571: TNS:packet writer failure.
    I searched following oracle help for this problem.
    ORA-12571: TNS:packet writer failure
    Cause: An error occurred during a data send.
    Action: Not normally visible to the user. For further details, turn on tracing and re-execute the operation. If error persists, contact Worldwide Customer Support.
    Conclusion:
    What I conceive from this problem and the help available is that, I have to install NET8 again. But I am not sure about the solution, please tell me whether I am rite or not.
    Log File Showing Error :
    Result code for launching of configuration tool is 0
    Launched configuration tool Oracle Database Configuration Assistant
    Command which is being spawned is C:\Program Files\Oracle\jre\1.1.7\bin/jrew.exe -Duser.dir=d:\oracle\ora81\assistants\dbca\jlib -classpath ";C:\Program Files\Oracle\jre\1.1.7\lib\rt.jar;C:\Program Files\Oracle\jre\1.1.7\lib\i18n.jar;d:\oracle\ora81\jlib\ewt-3_3_6.jar;d:\oracle\ora81\jlib\share-1_0_8.jar;d:\oracle\ora81\jlib\swingall-1_1_1.jar;d:\oracle\ora81\assistants\dbca\jlib\dbassist.jar;d:\oracle\ora81\assistants\jlib\jnls.jar;d:\oracle\ora81\assistants\jlib\acc.jar;d:\oracle\ora81\jlib\help-3_1_8.jar;d:\oracle\ora81\jlib\ice-4_06_6.jar;d:\oracle\ora81\jlib\netcfg.jar;" DBCreateWizard -progress_only -responseFile NO_VALUE -createtype seed -numusers NO_VALUE -apptype NO_VALUE -cartridges NO_VALUE -options NO_VALUE -demos NO_VALUE -seedloc d:\oracle\ora81\starterdb -sid ora8i -orabase d:\oracle -clususer NO_VALUE -cluspswd Protected value, not to be logged -nodeinfo NO_VALUE -gdbName ora8i
    Invalid Exit Code. The following result code will be used for configuration tool: 1
    Configuration tool Oracle Database Configuration Assistant failed
    The datafiles will be copied from the CD to d:\oracle\oradata\ora8i. The Oracle Database Configuration Assistant will begin creating the database.
    An Oracle database will be created for you. The database name will be ora8i. The system identifier for the database will be ora8i. The password for the INTERNAL account will be ******, the SYS account will be change_on_install and the SYSTEM account will be manager.
    Log File of Installation:
    The above code is a part of the log file, which is generated by Oracle installer at C:\Program Files\Oracle\Inventory\Log\..
    I just pasted the part of code, highlighted is the code showing error with Oracle Database Configuration Assistant.
    Software & Hardware Configuration are as follow:
    Software:
    Database
    Oracle 8.1.7.0.0 (Oracle8i)
    Operating System
    Microsoft Windows 2000
    5.00.2195
    Service Pack 2
    Hardware:
    x86 Family 6 Model 8 stepping
    10
    AT/AT COMPITABLE
    260,400 KB RAM

    Dont't worry about that. Before you
    create a table(or view), it is wise to
    drop the table(or view) with the same name.
    If the name doesn't exist, of course there
    is an error message. See the following script:
    -------------------begin-----------
    drop table students cascade constraints;
    create table students (
    sid varchar2(5),
    fname varchar2(20),
    lname varchar2(20) not null,
    minit char,
    primary key (sid));
    --------------end-----------------
    Good day!
    null

  • Random shutdown problem on G5 dual 2.3 GHz w/OS 10.4.7

    Hello,
    I’m using a dual 2.3 GHz G5, and it’s been working flawlessly since I bought it about a year ago. Until yesterday, I was running OS 10.4.5. Yesterday I upgraded to 10.4.7, and as soon as I booted up after the install, I started having a maddening problem with my computer randomly shutting down. (Not sleeping, but a complete power down.)
    At first, the shutdown would happen immediately after powering up; my computer wouldn’t even make it to the blue progress bar. I zapped the PRAM and tried something I found online about unplugging the computer for 15 seconds, then plugging it back in. It now boots up, and I can log in, but the computer still shuts down randomly.
    There seems to be no pattern to the shutdowns. I tried taxing the processor by opening and resampling huge Photoshop files while lots of other apps were open, and things were fine. Then it would conk out while I was composing an email.
    I’ve heard of this random shutdown problem affecting Macbooks, but I have yet to find anything about G5 towers and OS 10.4.7. Does anyone have any info/advice?
    Many thanks.
    G5 dual 2.3 GHz Mac OS X (10.4.7) 2.5 GB RAM, 250 GB HD
    G5 dual 2.3 GHz Mac OS X (10.4.7) 2.5 GB RAM, 250 GB HD

    Thanks for the advice. I did check the system.log in Console and found the following altert:
    PMU FORCED SHUTDOWN, CAUSE = -122
    Now, since my computer is just over a year old, and since this problem happened immediately after applying the 10.4.7 OS update, I found it hard to believe that my hardware could be responsible. After 2 days of troubleshooting, I was stumped; after a 2-hour service call, so was Apple tech support. I ended up doing an archive and install back down to 10.4.5, and all is well.
    I tested this issue on other machines running 10.4.7 and had no problems. It seems that the following specific combination of elements triggered the problem:
    • PowerMac G5 dual 2.3 GHz (dual 1.8 machines did not exhibit the same problem)
    • OS 10.4.7
    • Logging in with Open Directory/Active Directory mobile profiles
    • iTunes 7
    Bottom line: if you’re using a dual 2.3 GHz PowerMac with mobile OD/AD profiles, do not update to 10.4.7, and steer clear of iTunes 7, at least until there is a patch update available.
    (And Apple wants to be taken seriously in the enterprise market?)
    G5 dual 2.3 GHz Mac OS X (10.4.7) 2.5 GB RAM, 250 GB HD

  • Clock problem and shutdown problem! Are they related?

    Having a problem with my Dual 2 GHz Power Mac G5
    A few days ago I noticed that my clock was not showing in the menu bar in the upper right corner of my desktop.
    I went into System Preferences and went to Date & Time. Under the clock tab “Show Date and Time in Menu Bar” the box was not checked off. I checked it off and went to the “Date and Time” tab. The date and time was correct. I then checked the box “Click the lock to prevent further changes” to lock it. The date and time did not show up in the menu bar. I then went back to the tab “Show Date and Time in Menu Bar” and the box I checked was not checked off even thought the lock was still locked.
    I then moved my cursor up to the menu bar in the upper right corner to see what would happen and the spinning beach ball started up but only for the original icons such as Bluetooth, Mobile Me (which I do not use), Time Machine, Spaces (doesn’t indicated the number when I switch Spaces, etc. The icons Norton Anti Virus and Tech Tool Pro in the menu bar are okay.
    Also, when I attempt to shut down my computer the system clears the icons from my desktop except for a picture I have on my desktop and I get a gray wheel spinning and the system just hangs until I press and hold the on/off switch. I don’t know if the clock and shutdown problems are related.
    The only new software I loaded recently was Skype with Logitech WebCam for the Mac and Quicken 2007 (Had a problem with Quicken 2006). They both are working okay.
    And ideas on why I cannot get my clock to show up and my computer to shutdown?

    You may have to consider a new post in the Hardware forum area for the computer
    model and build/year; if there is a possibility of some basis the matter could be in
    the machine and not the software running within it.
    Your last two/three posts are in the Leopard 10.5(.8) forum area and do indicate
    some kind of problem where troubleshooting the computer to discover if the matter
    at hand would be either hardware or software based, may be the way to go.
    The link to the 10.6 Snow Leopard forum won't be of help if your computer is a
    PPC-based G5 tower, or other older pre-Intel configuration. And I remember
    your earlier questions about the iMac G4 and some other issues in the past.
    You may ask the moderators to put your post in a new thread of its own, in the
    Leopard 10.5 area; so as to not 'piggy-back' another topic; even though some
    of the odd issues you've had seem similar to this OP's topic line and appear to
    be in the same general series of hardware. {The question here seems valid.}
    The routine suggestions to check, test, verify, and perhaps repair or replace
    the system; save a bootable clone to suitable external standalone device if
    testing a suspect computer's viability is recommended; and the basics if not
    already tried to help isolate the issue(s) as you've posted elsewhere, may be
    of some help to try and do; so in that matter, a new thread of your own is best
    for your own directed feedback. Since this kind of advice applies to most any
    situation, including troubleshooting what may be hardware or software, I'm
    adding my two and three-tenths cents worth here.
    Your original included Apple Hardware Test may be of some help, in the process
    of elimination; but is not conclusive, so other methods would be also suggested.
    Some ideas appear to cover the same ground. However, system corruption or
    disc failure can also manifest itself in odd ways & affect things indirectly for a time.
    • OS X Maintenance And Troubleshooting
    http://www.macattorney.com/ts.html
    • Mac OS X BASIC TROUBLESHOOTING & MAINTENANCE
    http://www.gballard.net/macrant/osx_troubleshooting.html
    • Troubleshooting Tips for computers:
    http://www.stcdio.org/offices/cem/mediaandtechnology/cem-computer-classes/troubl eshooting.html
    So, at the risk of inadvertently alienating the OP, I am posting this as
    a general help to following readers at some later time; and it may not
    be too simple for a refresh course.
    Some software issues can be resolved by repairing disk permissions,
    and re-applying the last OS X update Combo file over the same one
    already in the system; or if not up-to-date already, check & repair all
    the general items and then apply the last Combo update.
    A too-full hard disk drive can compromise the system integrity, so that
    is a matter of course to keep up on what resources exist and remain
    for the OS X to function correctly and for apps to multi-task together.
    However that works out...
    Good luck & happy computing!

  • Problem when creating Database with Database, OS and hardware Configuraiton

    Problem when creating Database:
    There are two problems, which I faced during creation of database. When creating database with Oracle Database Assistant. One when creating pre tuned database from CD. And second when creating customized database giving options your self.
    Problem # 1:
    When creating pre tuned database from CD. The process of creating Database is 90 % complete and is at step # 3 Initializing Database. It gives error ORA-03113: end-of-file on communication channel.
    I searched following oracle help for this problem.
    ORA-03113: end-of-file on communication channel
    Cause: An unexpected end-of-file was processed on the communication channel. The problem could not be handled by the Net8, two-task software. This message could occur if the shadow two-task process associated with a Net8 connect has terminated abnormally, or if there is a physical failure of the interprocess communication vehicle, that is, the network or server machine went down.
    Action: If this message occurs during a connection attempt, check the setup files for the appropriate Net8 driver and confirm Net8 software is correctly installed on the server. If the message occurs after a connection is well established, and the error is not due to a physical failure, check if a trace file was generated on the server at failure time. Existence of a trace file may suggest an Oracle internal error that requires the assistance of customer support.
    Conclusion:
    What I conceive from this problem and the help available is that, I have to install NET8 again. But I am not sure about the solution, please tell me whether I am rite or not.
    Problem # 2:
    When creating database with custom option. The process of creating Database is 2 % complete and is at step # 2 Creating Database Files. It gives error ORA-12571: TNS:packet writer failure.
    I searched following oracle help for this problem.
    ORA-12571: TNS:packet writer failure
    Cause: An error occurred during a data send.
    Action: Not normally visible to the user. For further details, turn on tracing and re-execute the operation. If error persists, contact Worldwide Customer Support.
    Conclusion:
    What I conceive from this problem and the help available is that, I have to install NET8 again. But I am not sure about the solution, please tell me whether I am rite or not.
    Software & Hardware Configuration are as follow:
    Software:
    Database
    Oracle 8.1.7.0.0 (Oracle8i)
    Operating System
    Microsoft Windows 2000
    5.00.2195
    Service Pack 2
    Hardware:
    x86 Family 6 Model 8 stepping
    10
    AT/AT COMPITABLE
    260,400 KB RAM

    user563502 wrote:
    I am working on Solaris 8. What is Alert_SID.log? where can I find it?
    ThanksFor the responsible of the upgrade of Oracle database, not even know what Alert log is?
    to be honest with you, this is not your work.

  • Problem when creating Database (Database, OS and hardware Configuraiton)

    Problem when creating Database:
    There are two problems, which I faced during creation of database. When creating database with Oracle Database Assistant. One when creating pre tuned database from CD. And second when creating customized database giving options your self.
    Problem # 1:
    When creating pre tuned database from CD. The process of creating Database is 90 % complete and is at step # 3 Initializing Database. It gives error ORA-03113: end-of-file on communication channel.
    I searched following oracle help for this problem.
    ORA-03113: end-of-file on communication channel
    Cause: An unexpected end-of-file was processed on the communication channel. The problem could not be handled by the Net8, two-task software. This message could occur if the shadow two-task process associated with a Net8 connect has terminated abnormally, or if there is a physical failure of the interprocess communication vehicle, that is, the network or server machine went down.
    Action: If this message occurs during a connection attempt, check the setup files for the appropriate Net8 driver and confirm Net8 software is correctly installed on the server. If the message occurs after a connection is well established, and the error is not due to a physical failure, check if a trace file was generated on the server at failure time. Existence of a trace file may suggest an Oracle internal error that requires the assistance of customer support.
    Conclusion:
    What I conceive from this problem and the help available is that, I have to install NET8 again. But I am not sure about the solution, please tell me whether I am rite or not.
    Problem # 2:
    When creating database with custom option. The process of creating Database is 2 % complete and is at step # 2 Creating Database Files. It gives error ORA-12571: TNS:packet writer failure.
    I searched following oracle help for this problem.
    ORA-12571: TNS:packet writer failure
    Cause: An error occurred during a data send.
    Action: Not normally visible to the user. For further details, turn on tracing and re-execute the operation. If error persists, contact Worldwide Customer Support.
    Conclusion:
    What I conceive from this problem and the help available is that, I have to install NET8 again. But I am not sure about the solution, please tell me whether I am rite or not.
    Software & Hardware Configuration are as follow:
    Software:
    Database
    Oracle 8.1.7.0.0 (Oracle8i)
    Operating System
    Microsoft Windows 2000
    5.00.2195
    Service Pack 2
    Hardware:
    x86 Family 6 Model 8 stepping
    10
    AT/AT COMPITABLE
    260,400 KB RAM

    user563502 wrote:
    I am working on Solaris 8. What is Alert_SID.log? where can I find it?
    ThanksFor the responsible of the upgrade of Oracle database, not even know what Alert log is?
    to be honest with you, this is not your work.

  • Are the replacement Heatsinks fixing people's Random Shutdown problems?

    Is the replacement heatsink (the shorter one) still the method of choice from Apple for fixing Random Shutdown problems?
    Is it working for people who've had it done recently?

    Does this max out the CPU?
    Yes. People who advocate this are testing to see if it's possible to induce a "random" shut down.
    Why would anyone want to do that?
    Good question. I've seen two reasons put forward: (a) It's better to make it happen now yourself rather let it strike out of the blue at some later date (and if running this test doesn't induce RSDs you can feel confident that your computer is probably immune); (b) If you take your MacBook to an Apple Store it could be useful for demonstrating to an Apple "genius" that your computer has the problem, especially if your shutdowns are infrequent.
    (personally, I don't agree with (a))
    MacBook (OS 10.4.8)     iMac G4 (OS 10.3.9)

  • SSRS 2012, SQL Server 2012. Problem with changing database

    Hi all!
    I have a problem with changing database for SSRS.
    I have a SSRS 2012 and SQL Server 2012. These programs is on WIndows Server 2012.
    I need to link SSRS to the new database instance. For this I run SSRS Configeration Manager, open tab Database, click Change Database. Then I choose option "Choose an existing report server database", click Next, write the server name, test
    connection (it's successed) and push Next again. Then I see this error message:
    Error
    The feature: "Using other editions of SQL Server for report data sources and/or the report server database" is not supported in this edition of Reporting Services.
    OK   
    I'm confused, cause I have compatible versions of programs and THIS error.
    Please, help me.
    Thanks.

    Hi Kirill,
    From the error message, we can know that the issue may be caused by incorrect editions of SQL Server for report data sources are used as the Report Server Database.
    When creating a report server database, please be aware that not all editions of SQL Server can be used to host the database. So we should make sure that we have used the correct database as the
    Report Server Database. For more details, please refer to the “Report Server Database Server Edition Requirements” section in the following document:
    http://technet.microsoft.com/en-us/library/cc645993.aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Late 2013 13"MBP-Shutdown Problem

    I was having shutdown problems with my Late 2013 MBP 13"-the MBP would go to the gray screen and the small pinwheel would progress to different hash marks every 3-5 seconds, the machine would not shutdown at all, it was stalled, so I called Apple and we trouble shot. During our troubleshooting adventure it dawned on me that the problem could be related to my Antivirus Software-Intego. So I went ahead and disabled the real-time scanner and...viola, it shutdown with no problem. So I am letting people know that as of currently, Intego's real time scanner could cause issues during shutdown. I placed it on a scheduled scan and placed everything else on; no issues now.
    So my only question would be; I have the same antivirus software on my early 2012 15" MBP with no issues. Though, I do remember having very slow shutdowns for sometime and then it seemed to resolve itself. The major difference in these two machines appears to be, besides the retina displays, the mechanical HDD vs SSD. My 15" (early 2012) has two Mech. HDD while the new 13" has of course SSD. I am thinking the antivirus software isn't handling the SSD appropriately.
    Any-how, I just wanted to give a quick (though detailed) heads up.

    OK, I messed around with this issue over the weekend. Here's what I did:
    1. Used iPad 3 until I have run battery down to about 50%
    2. Plug in to left USB port on Late 2013 rMBP. Battery icon starts displaying "flip-flop" behavior.
    3. Replug into right side USB....no problem, all behaving well.
    4. Tried plugging in my iPhone 4s into same cable on left USB port, no problem.
    5. Replug iPhone into right side USB....again no problem, all behaving well.
    Here's where it got interesting:
    6. Exchange charging cable for a newer cable with the smaller-sized 30-pin dock connector.
    7. Plug iPad into left USB port...and viola! Battery charging icon is steady...no "flip-flop"!
    8. Replug into right side USB....no problem there either, all seems normal.
    I have no idea what's going on, but this seemed to have solved prolem. BTW, the older cable, when plugged into wall charger, charges the iPad just fine.
    Hope this helps someone else with this problem.

  • Shutdown problems

    I tried updating to 10.5.6 this evening (I should have read these forums first to be forewarned...but anyway..). I was prompted to restart and ever since I have had difficulty shutting down. All icons, the dock, desktop and menu bars switch off (as usual) and the screen goes to blue and just sits there. The HD is spinning and the screen goes from a light blue to a slightly darker shade of that blue and the cursor shows up on the screen as well. But the computer just doesn't shut down.
    Is there a way to force shutdown (other than holding the power button down)??
    Also, what can I do to help fix the problem.

    I ran disk utility and no apparent problems came up.
    I then went hunting in other threads for clues and found a link to the Apple download updates page which gave me an idea.....
    Since my shutdown problems started when I was prompted to restart for the 10.5.6 update I thought to re-install the 10.5.5 update.
    This seems to have worked. No idea why 10.5.6 would lock up the shutdown process but at least I get a clean shutdown now.
    Anyone have a similar issue??

Maybe you are looking for

  • Syncing a New Macbook pro with a Bootable drive

    Hi, I have a new Macbook pro coming from apple that is a Warranty replacement, this means that I can not make the new computer sync all my data ETC with the old one as I will not have the two computers together. I have how ever a Bootable Cabon Copy

  • Axis Type Mapping problem,please help!!!

    i want to try out the encoding subsystem of axis,so i write an interface like this: public interface BookStore {     public Book[] getAllBooks(); }I use the Java2WSDL to generate the wsdl file and WSDL2Java to generate the client/server side bindings

  • In-App Purchases: Freemium model. How to do in DPS?

    I have a multi folio (ipad/iphone) "recipe" app in iTunes priced at .99 - a price which still seems to be a big leap for getting a consistent number of downloads/installs. Most other recipe apps in the app store that I download are of the "freemium"

  • People analyzer not working in photoshop 11 with D800 RAW photos

    I have photoshop elements 11.  People analyzer will not reconize people or allow me to tag people in my photos.  It works with my older camera photos such as from my Nikon D300 but will not work with photos from my D800 (RAW).

  • No HDMI and Thunderbolt- hardware not found

    Hi I've been trying to connect my Macbook Pro to a TV via mini DP adapter and Hdmi cable but without success. Checking through my system report, it states THUNDERBOLT - No hardware found. Is that why I can't get to connect to an external display.