Getting ora-01092 and ora-00600 error when trying to startup database

hi friends,plz help me i am in serious problem i dont know what happen to my database oracle 11g R2 when trying to startup it
its showing the below error
SQL> startup
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORACLE instance started.
Total System Global Area 7482626048 bytes
Fixed Size          2214416 bytes
Variable Size          4697622000 bytes
Database Buffers     2751463424 bytes
Redo Buffers          31326208 bytes
Database mounted.
ORA-01092: ORACLE instance terminated. Disconnection forced
ORA-00600: internal error code, arguments: [12620], [6], [7], [], [], [], [],
Process ID: 18088
Session ID: 96 Serial number: 3

This seems to be a Jumbo issue. Either you have to open a Service Request(SR) to oracle or you have to uninstall and again install the oracle DB to solve this ISSUE
Regards
cks
Edited by: 874782 on Jan 17, 2012 2:58 PM

Similar Messages

  • ORA-12560: TNS:protocol adapter error when trying to connect

    hopefully somebody can help me out... the problem i'm having is connecting to the scott/tiger database. i keep getting :
    "ORA-12560: TNS:protocol adapter error" when trying to connect to it. it worked previously, but i unistalled oracle 8i personal and reinstalled it. now it doesn't let me connect. what's going on?
    thanx,
    uriah

    You can run the net8 assistant to set up your tnsnames.ora file.
    start/programs/oracle/network administration/net8 assistant
    When you are done it should look something like this:
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
         (PROTOCOL = TCP)
         (Host = )
         (Port = 1521)
    (CONNECT_DATA = (SID = ORCL))
    Bev

  • Getting Kernel32.dll procedure entry point errors when trying to load NI-IMAQ v2.6.1

    Here is a copy of what appears in the Error Log:
    Application popup: setup.exe - Entry Point Not Found : The procedure entry point GlobalGindAtomA could not be located in the dynamic link library KERNEL32.dll.
    I have also recieved the following:
    Application popup: autorun.exe - Entry Point Not Found : The procedure entry point TerminatePsocess could not be located in the dynamic link library KERNEL32.dll.
    and:
    Application popup: autorun.exe - Entry Point Not Found : The procedure entry point IsCadReadPtr could not be located in the dynamic link library KERNEL32.dll.
    FYI - software loaded onto a IDENTICAL machine (hardware) w/o difficulty.

    Is the other machine "IDENTICAL" in terms of operating system, software, etc? Does the error occur when trying to acquire an image in Measurement & Automation Explorer (MAX), as well as in your programming environment? Have you tried reinstalling the NI-IMAQ driver? Has this system always exhibited this problem, or are these errors a new phenomenon?
    Best regards,
    Dawna P.
    Applications Engineer
    National Instruments

  • My external hard drive accidentally switched off during Disk Utility's "erase free space" process.  I restarted the external hard drive and Disk Utility, but now I get the "couldn't mount disk" error when trying to finish the erase.  Please help!

    My external Lacie Quadra hard drive accidentally switched off in the middle of "erase free space", and when I switched it back on Disk Utility was hanging.  So I Force Quit Disk Utility and restarted it.  Now when I try to erase I get
    "Secure Disk Erase failed with the error: Couldn’t unmount disk."
    But "erase free space" seems to work...
    What can I do?  I'm erasing as I'm giving the drive to someone else and I wanted to wipe it clean.
    Also should I use "erase" or "erase free space" if I want to wipe the drive clean?
    Please help!

    Sorry I don't really understand.... there are no partitions on the drive.  How do I repartition it?
    And should I use "erasing free space" or "erase" for wiping clean my drive of everything?  Erase seems to be faster last tiem I tried.
    Thanks!

  • Getting an error when trying to store database in cache directory

    Hello,
    "SQLError: 'Error #3125: Unable to open the database file.', details:'Connection closed.', operation:'open', detailID:'1001'"
    this is my code :
    sqlConn = new SQLConnection();
    var str:String=File.applicationDirectory.nativePath;
    var cacheDir= new File(str +"/\.\./Library/Caches");
    var dbFile:File=cacheDir.resolvePath("DB.db");
    sqlConn.open(dbFile);
    sqlStat = new SQLStatement();
    sqlStat.sqlConnection=sqlConn;
    It works if I use var dbFile:File=File.applicationStorageDirectory.resolvePath("DB.db");

    With AIR 3.6 latest prerelease, A new static property, File.cacheDirectory has been added, which points to the <APPLICATION_HOME>/Library/Caches directory on iOS devices, and files in this directory are not backed up. So, the above workaround is not required.
    Another property, preventBackup is introduced in the File API, which when set prevents a file or a folder from getting backed up on the iCloud. This property works on iOS 5.1 devices and later.
    You can find additional details on this feature here<http://labsdownload.adobe.com/pub/labs/flashruntimes/shared/air3-6_flashplayer11-6_release notes.pdf>

  • Why do I get an "Array element prototype" -17001 error when trying to "View Paths"?

    I added some custom types to my sequence file and to MyTypes.ini, and then opened and updated all of the .seq files under "Components/User". I'm a TestStand Newbie, but I think I did this correctly.
    Now, if I try to "View Paths" in the sequence file, I get the following error:
    Array element prototype does not have a location string!
    Error Code: -17001, Program Error.
    Source 'TSAPI'
    Any idea what's going on?
    Jim Polstra

    Jim,
    Thanks for the explanation and instructions for reproducing the problem.
    I was able to reproduce this here as well and this is definitely not the intended behavior. As far as when this specific problem will be fixed, you can be assured that is being addressed in future releases of TestStand. For now though, we will have to consider a workaround, and it goes as follows:
    It appears that this is happening only with specific type definitions such as "Path" (we haven't identified any others but we can't rule out yet that others don't exist), and it doesn't really have to be placed inside of a custom container type such as you illustrated. If you simply create a custom type that is just an array of "Path"s it will behave the same way when you View >> Paths. What's really funny about this though is that "Path" is simply a custom type based on the "String" intrinsic type. If you create your own custom string type called "MyPath" and replace the "FilePath" field in the "DataFile" container type with a new "FilePath" field based on the "MyPath" datatype, the error won't occur. This is also exactly what we recommend as a workaround. So, simply do the following to implement this:
    1) Open MyTypes.ini and create a new custom type of type "String" named "MyPath".
    2) Delete the field named "FilePath" from the "DataFile" custom type.
    3) Create a new field in the "DataFile" custom container type, again called "FilePath", but make it of type "MyPath".
    4) Save MyTypes.ini
    5) Now try doing a View >> Paths on the MyTypes.ini file as before.
    As a final note, we don't really believe that much concern should be placed on this by end-users in relation to a run-time scenario, as the only thing that is really being affected by this is an edit-time tool. We acknowledge the importance of having all of the design time tools work flawlessly, but it should be made clear that this will most likely not affect anything at run-time.
    I hope this helps, and thank you again for reporting this issue to us. Let me know if you need anything else.
    Jason F.
    Applications Engineer
    National Instruments
    www.ni.com/ask

  • Getting "not enough space on iphone" error when trying to restore iPhone from latest backup in iTunes.

    Recently updated my iPhone 4 to iOS 6.1.3 and lost all of my contacts after doing so.  Tried to restore phone to latest backup performed in iTunes but I get an error message that tells me there's not enough space on my iPhone to perform the restoration.  The ultimate problem I'm trying to solve is the loss of my contacts so if there's another way to solve that please let me know. If restoring my phone is a proper solution please help me do so. 
    1.  How do I get my contacts back?
    2.  How do I restore my iPhone from latest backup when getting "not enough space" error?
    Please help!

    Contacts are not part of the backup. They are seperate and either you need to sync them with an email program such as outlook or use icloud mail,contacts, and calendars on the phone. Unless you did that then the contacts are gone.

  • I bought a new Macbook Air, and got an error when trying to register it with my Apple ID

    So, I bought a new Macbook Air and tried to register it with my Apple ID, however I get an error about the product being already registered.
    I haven't registered it yet. How can I fix this?

    A new Mac comes with 90 days of free tech support from AppleCare.
    AppleCare: 1-800-275-2273
    Call AppleCare.
    Best.

  • IPhone 5 and iPad 4 error when trying to sync with iTunes

    Have a em that I just can't find an answer to online so hopefully someone can help. the story so far,
    New Windows 8 laptop, everything installed and working well, 3 days later it would not boot so had to do a system refresh, after having to then reinstall ALL myprograms again it was all working except for iTunes (which was working before the refresh).
    I plug either the iPhone 5 or iPad 4 initunes detects and tries to connect, after about 5 mins I get the following error;
    "iTunes was unable to load class information from Sync Services. Recconnect or try again later".
    I click OK then click on my device in the top right and again after 5-10 it displays the normal front end screen. I then click on sync (bottom right)and I get the "waiting for sync to start" top middle as per normal. After another 5-10 mins t hangs at syncing 3 of 6 and I get the following message;
    "iTunes could not back up the iPad ******** because a session could not be started with the iPad"
    I think it has something to do with the refresh and had I know trefresh in Windows 8 was basically a reinstall of windows then I would have done a factory reinstall and started afresh.
    Everything is running the latest IOS, and I have searched both messages on line and tried most of the answers tha others have had but still the problem. I can see all the Apps, Music etc in iTunes but it looks like it will not back up.
    Any help would be greatly appreciated asmy last option will be to do a factory reset.
    Thanks

    Hello, TheHelper1964.
    Thank you for the question.  There could be multiple causes to the errors that you are receiving.  I have included a couple articles that will help you troubleshoot this issue. 
    iTunes for Windows: "Unable to load data class" or "Unable to load provider data" sync services alert
    http://support.apple.com/kb/TS2690
    iOS: Troubleshooting backup issues in iTunes
    http://support.apple.com/kb/TS2529
    If you are uncomfortable processing some of these steps, you can also reach out to us at http://expresslane.apple.com. 
    Hope this helps,
    Jason H. 

  • I get the pinwheel and the program freezes when trying to copy and paste in Word.  Does anyone know how to fix this?

    In Word I get the spinning pinwheel when I try to copy and paste.  I can switch to other programs just fine but I can't perform the copy and paste and I need to perform a hard reboot to close Word.  Does anyone know how to fix this?

    Hi Ibo,
    This is what just worked for me:
    In Finder, I've dragged all Pages files from the iCloud Drive to the Documents folder on my iMac. (Finder asks your confirmation to remove the files from iCloud; confirm that)
    Once they were on my local hard drive, the files could be opened again.
    It looks to me as if something has changed in iCloud quite recently, leading to this mess. Not the first time, I've had this before. Now it's back. Sigh. And, as you wrote, it renders iCloud fairly useless. Back to Dropbox I suppose.

  • Getting opt out of Facebook Platform error when trying to use Facebook

    Trying to utilize the new iOS6 features for Facebook integration. Keep getting same message. It says I've opted out of the Facebook platform?

    Go to hp.com.au, top right corner select support & drivers
    select software & driver download type in your printer name HP Deskjet F4280
    then select your operating system-step 1
    on step 2 select utility diagnostic tools,select HP Print Diagnostic Utility
    run the software, select your printer, then diagnose...then select fix all
    this software automatically detects spooler errors & fix them
    just follow the instructions from the HP Print Diagnostic Utility
    good luck.
    Although I am working on behalf of HP, I am speaking for myself and not for HP.
    Love Kudos! If you feel my post has helped you please click the White Kudos! Star just below my name : )
    If you feel my answer has fixed your problem please click 'Mark As Solution' and make it easier for others to find help quickly : )
    Happy Troubleshooting : )

  • Portcls.sys and kmixer.sys errors when trying to run Guitar Rig Softw

    Help!
    I just installed my new copy of guitar rig and I can't run it.
    I get one of 2 Blue Screens of death.
    . Says there is a problem with portcls.sys
    2. Says there is a problem with kmixer.sys
    I have no clue how to resolve this. Any help would be tremendously appreciated.
    As I spent over $400.00 dollars on this software and, well, I really want to use it.
    My system far exceeds all the required specs for the software.
    Dell Dimension 4600
    Windows XP with Service pack 2 installed
    P4 2.4Ghz
    256MB Ram
    Creative Labs SB Li've
    I have downloaded and installed the driver packs from this site. No Help.
    Thanks in advance for any help
    Tom

    TomN wrote:
    A couple more questions and symptoms.
    What are the ASIO drivers? Are the specifically for Creative SB Li've or are they something else?
    Also, when I tried to update my drivers for my SB Li've. I use the driver pack from this site. It starts up then says I don't have a Creative SB li've installed on my system. Even though Device Manager reports it as there and working fine with no conflicts. All my software sees the card as well.
    The only thing that doesn't see my Creative Labs SB is the Creative Labs Driver Update. What's up with that?
    Hi
    SB Li've! does not have ASIO drivers on it's own. Asio4All is a sort of 'generic' ASIO
    driver for onboard soundcards and for cards not having ASIO 'support' (A4A driver needs
    WDM drivers to been installed (e.g. Windows XP or 2000)). You find more information
    'bout ASIO by searching the web (google, ask jeves,...) and 'bout A4A on their site.
    'All' Creative card models seems to have problems updating/installing drivers.
    I can't say if this issue is related to XP+SP2 (perhaps). In your case the Dell may be
    the cause. You need to use drivers / updates from Dell support pages (OEM cards are not
    : with original ones).
    .jtp

  • HT204053 I keep getting can not connect to iTunes error when trying to buy in app currency

    Anybody else have that issue

    Hi Phanton666,
    When troubleshooting iTunes Store connection issues, the following articles provide the best information:
    First, try signing out of your account in Settings > iTunes & App Store. Once signed out, go ahead and sign back in.
    iOS: Changing the signed-in iTunes Store Apple ID account
    http://support.apple.com/kb/HT1311
    If the above did not resolve your issue, refer to the following:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    If you haven't been able to connect to the iTunes Store:
    - Make sure that your iOS software is up to date by connecting your iOS device to iTunes and clicking on Check for Update in your device's Summary page in iTunes.
    - Check and verify that you are in range of a Wi-Fi router or base station. If you are on a 3G capable device, make sure that cellular data is turned on from Settings > General > Cellular.
    - Check to make sure you have an active internet connection. You can check the User Guide for your device for help with connecting to the internet.
    - Check to make sure other devices (portable computers, for example) are able to connect to the Wi-Fi network and access the internet.
    - Try resetting (turning off and then on again) your Wi-Fi router
    - If the issue still persists see, iOS: Troubleshooting Wi-Fi networks and connectionsor iOS: Troubleshooting Wi-Fi networks and connections.
    Thanks,
    Matt M.

  • Getting "HP imaging device not found" error when trying to use the scanner in mountain lion. Anyone else have this problem?

    The odd thing is the printer works, but the scanner isn't recognized.
    I ran the latest Mac software update first, and then reinstalled the HP software. I checked all the settings as suggested from the HP site, but nothing seems to work.
    Has anyone had this problem and found a solution?
    Thanks
    Steven

    The odd thing is the printer works, but the scanner isn't recognized.
    I ran the latest Mac software update first, and then reinstalled the HP software. I checked all the settings as suggested from the HP site, but nothing seems to work.
    Has anyone had this problem and found a solution?
    Thanks
    Steven

  • Everytime I try to take a picture with Photo Booth, I get this:  Photo Booth encountered an error when trying to save your photos. Your photos cannot be saved at this time.

    I think it has something to do with where I moved the file to.  Help!!

    Journi167 wrote:
    I think it has something to do with where I moved the file to.  Help!!
    It would help if you let us know just where you moved the file to.  Also, if you moved it back to where it belong!
    Care to share which OS you are using?

Maybe you are looking for