DB-instance not set to status "online" automatically after the start of DB-service

Hi,
I have installed an Oracle server (P4 1,7 GHZ / Win2000 Prof./ Oracle
version EE 8.1.7). I have created a database but now I have some problems.
After rebooting the server, the created DB-instance does not start
autmatically although the service (OracleService [databasename]) is being
started properly. So I have to launch the instance-manager and launch the
instance manually. What is even more a problem is that the instance can only
be started by the Windows user who created the database. If another user is
logged on the Windows system, the instance cannot be started at all. When
trying to start the instance, the task is being stopped right at the first
of the three steps (launch, mount, ...). An exclamation mark appears, but no
error message at all. I did not find any error log.
For further tests, I have logged in with another Windows user and created
another database . The result was the same. The instance was not set to
"online" automatically and only the Windows user who created the DB was able
to set the instance online.
Any help would be appreciated.
Best regards,
Christian

Hello,
Please note that SQL Server requires at least 1 GB of RAM. The operating system (Windows Server) requires 2 GB of RAM (recommended) or 512 MB (minimum). This means any virtual machine that will receive the installation of a SQL Server instance requires 1.5
or 2 GB at least.
The behavior of SQL Server setup tells me that the virtual machine does not have enough memory assigned or .NET Framework 3.5 was not enable on Control Panel->Program
and Features before trying to install SQL Server.
The following thread is about another possible cause of this error:
http://social.msdn.microsoft.com/Forums/mr-IN/sqlsetupandupgrade/thread/575d3025-69f5-4152-a473-44496b008811
Hope this helps.
Regards,
Alberto Morillo
SQLCoffee.com

Similar Messages

  • Setting for 'status of AuC' in the definition of the asset class

    where should i check the setting for 'status of AuC' in the definition of the asset class

    Dear Gajanan,
    Create asset class in OAOA. Assign account determination & screen layout, number range.
    You have a section down as Status of AUC. Select the second radio button of "Line item Settlement"
    Regards,
    Ajay

  • Append hyphen automatically after the wrapping of text in the dimension field

    Post Author: Nita_here
    CA Forum: WebIntelligence Reporting
    I want to Append hyphen automatically after the wrapping of text in the dimension field.
    e.g the text reads "I want to wrap this text". then if cell width exceeds after "I want to wrap" then it should be displayed like this "I want to wrap-" "this text".
    Thanks in advance,
    Nita

    Post Author: Nita_here
    CA Forum: WebIntelligence Reporting
    Thanks for your input.
    Let me tell you what I have understood. I will create a variable having the formula (which i have earlier written) in universe. Whenever i need to use the formula in infoview, I will call the variable instead. That's fine. But again, I will have the same problem. If I do any change in infoview level, the cell width is bound to change as it is not the free standing cell, its a column among othe one. e.g.
    A  B  C
    1  2  3
    4  5  6
    (you can think B as the column). Any change(addition, deletion of columns) will certainly change the cell width of B. So, again I need to calculate the things, which i dont want.
    Nita_here: I manually calculated that after 12 characters, the cell wraps the text.
    I wonder if there would be a way to do the things dynamically.
    Thanks in advance,
    Nita

  • The beta page and Test Pilot page come up EVERY time I use Firefox. Same information so why not allow us to bypass it after the 1st or 2nd or 3rd reading?

    The beta page and Test Pilot page come up EVERY time I use Firefox. Same information so why not allow us to bypass it after the 1st or 2nd or 3rd reading?

    That is not normal behaviour, for possible causes see [[Firefox has just updated tab shows each time you start Firefox]].

  • Am I correct in assuming that the NIKON D810 can still not be tethered in Lightroom even after the 5.6 upgrade

    Am I correct in assuming that the NIKON D810 can still not be tethered in Lightroom even after the 5.6 upgrade ?

    ...And google says:
    Tethered camera support in Lightroom

  • I had an iMac with Snow Leopard 10.6.8, I  downloaded and installed Lion, did not make me any questions. After the reboot I get this fatal error: Panic(cpu 0 ......) Kernel trap ......

    I had an iMac with Snow Leopard 10.6.8, I  downloaded and installed Lion, did not make me any questions. After the reboot I get this fatal error: Panic(cpu 0 ......) Kernel trap ......

    Please post the Kernel Panic report. You will find it at /Library/Logs/DiagnosticReports  per
    http://support.apple.com/kb/ht2546
    When we look at the KP report we may find some clues why it is occuring.

  • Not directed to Interaction Record automatically after confirmation of BP

    Hello Experts,
    i'm currently working on a requirement to direct a user to the Interaction record creation view automatically after confirmation of an account and installed base. Consequently i have maintained  following customizing setting within our account identification profile:
    Account Navigation:
    Object type = BT126_INR, UI Action = D
    I have tested the following scenario's:
    1. In case when i confirm an account AND installed then automatically the Interaction Record create view is being displayed --> OK.
    2. In case when i confirm an account which is not linked to an Installedbase then nothing happens. --> NOT OK
    3. In case when i confirm an installed base and the related account afterwards then nothing happens --> NOT OK
    Can you explain why in situation 2 & 3 i'm not directed to the Interaction Record create view?
    Regards, Sander

    Hello, Sander.
    First of all identify which view and component you use while confirming partner (e.g. which view/component Confirm button belongs to).
    In general it should be ICCMP_BP_DETAIL component and one of its views: BuPaDetail, BuPaDetailB2B or BuPaMixDetailB2B.
    For instance, let's take a look into BuPaDetail (for other views procceed in the same way).
    In its event handler EH_ONCONFIRM there is such code at the very end:
    * process further steps
    CALL METHOD me->process_after_confirm
       EXPORTING
         ir_bupa_controller = lr_cucobupa.
    ENDMETHOD.
    Let's go futher and step into this method process_after_confirm. Here the check is started.
    * navigate only if ibase has been confirmed or if ibase is not selected in customizing
    lr_objcomp_cust = ir_bupa_controller->get_objcomp_cust_instance( ).
    CHECK lr_objcomp_cust IS BOUND.
    lt_bpcodeta = lr_objcomp_cust->get_bpcodeta( ).
    IF lr_objcomp_cust->objcomp_defined( ) EQ abap_false.
       lv_navigate = abap_true.
    ELSEIF  ir_bupa_controller->is_product_confirmed( ) EQ abap_true.
       lv_navigate = abap_true.
    ELSE.
       READ TABLE lt_bpcodeta WITH KEY auto_search = abap_true ASSIGNING <fs_bpcodeta>.
       IF sy-subrc <> 0.
    *      auto search is not set for any component
         lv_navigate = abap_true.
       ELSE.
         IF <fs_bpcodeta>-search_approach IS INITIAL.
           lv_navigate = abap_true.
         ENDIF.
       ENDIF.
    ENDIF.
    And after that the system creates objects for navigation. In the above code they check settings made in SPRO -> CRM -> Interaction Center WebClient -> Master Data -> Define Account Identification Profile.
    Hope this will help you.

  • Notifications are not sent to some users, even after the status is green.

    Hello
    There are some notifications sent to many(4 to 5 users and i am one of them) users from the SAP system. And i can see in the SCOT transaction that the notifications are sent successfully to all the users. Status is Green(transmitted). But,the issue is that, Some users are getting the notifications and some(Incliding myself) are not.
    The users who has mail id say for example  [email protected] are getting the notifications within no time but some usres who has maild id like [email protected] are not getting the notifications even after a day.
    There are two Nodes are active in the SCOT transaction, One is SMTP and other one is Dummy.
    In the address area of the Node SMTP, around 11 users mail ids are maintained, which includes both type mail ids xxxxxxx@xyz and
    [email protected]
    And the * (star) is maintained in the address area of the Node Dummy.
    Can you please give me some clue which can help me in resolving this issue.
    Thanks for your time.
    Chetan....

    Hello Balaji,
    Thanks for your inputs.
    As i informed that, there are two nodes active in the SCOT transaction. Address area of the NODE A is already set as '*'. So, it was not possible for me to set the start * value in the address area of the NODE B. I dont think its possible to maintain * in Both the NODES.
    In the Node A, we have maintained * and in the Node B we have maintained some users mail ids. Because, as this is Quality system we dont want everyone to get the notifications.
    Thanks for your inputs.

  • I had to reset my iPhone 6  now when I add to my calendar it not only shows the appointment I set it also shows another one (GMT) that I did not set. How do I remove the (GMT) one?

    I reset my phone6+ the other day..now when I put an appointment in calendar 2 appointment show up..the one I entered as well as one in (GMT) that's like way off from what I entered. I know that something just needs to be turned off or deleted, but for the life of me I can't see it ....HELP

    Good Afternoon martiep,
    Are you just using the Calendar app on your iPhone, or are you working with any other calendar applications?  I would first check these settings on your iPhone and your computer:
    iOS: Troubleshooting issues with date and time - Apple Support
    http://support.apple.com/en-us/HT203483
    Learn the steps to take if your device has any of the following issues with the date and time.
    Incorrect date or time
    Wrong time zone being set automatically
    Issues related to automatically switching with daylight savings time
    Follow these steps. Test after each step to see if the issue is resolved.
    Ensure that the version of iOS on your device is up to date.
    If the option to enable date and time automatically is available, turn it on. Tap Settings > General > Date & Time.
    Ensure that your time zone is set up correctly. Tap Settings > General > Date & Time > Time Zone.
    If the incorrect date, time, or time zone is being set up automatically on the device, please notify your cellular provider. In the meantime, tap General > Date & Time and turn off Set Automatically. Then set the appropriate time and time zone manually.
    Note: The option to set automatically might not be available on all carriers in all countries.Learn more
    Note: If you find that your device's time is incorrect after you sync with your computer, your computer's time may be incorrect. Verify the computer's time in System Preferences > Date & Time (you may want to select the checkbox to set the computer's date and time automatically). 
    Last Modified: Nov 17, 2014
    Cheers,
    Judy

  • "LD_ASSUME_KERNEL not set to 2.4.19" after installed WebGate,  httpd server

    Hi
    after installed WebGate on Linux RH4 , I cant start httpd server , I show "LD_ASSUME_KERNEL not set to 2.4.19" in error.log.
    I tryed "export LD_ASSUME_KERNEL=2.4.19" after and before setuped webgate. bu I have the same problem.
    thenks Onur.
    Edited by: onur.yuksel on Sep 26, 2008 12:22 AM

    hi
    I have solved this problem with bellow solution.
    The variable LD_ASSUME_KERNEL needs to be set to 2.4.19 in the beginning of  startup script usually located at /etc/init.d/httpd.
    Here is sample statement that needs to be added in httpd startup script file.
    *==========================*
    LD_ASSUME_KERNEL=2.4.19
    export LD_ASSUME_KERNEL
    I have started webgate 'service httpd start' or 'apachectl start &'.
    apachectl status&
    command
    " The requested URL /server-status was not found on this server.
    Apache/2.0.52 (Red Hat) Server at [1]oraclewg.iski.local Port 80
    References
    *_appered error but explorer page,_*
    *__"The requested URL /portal/page/portal/iskiintranet_new was not found on this server."__*
    *_How can configure httpd.conf for webgate ?_*
    *_thanks_*
    Edited by: onur.yuksel on Oct 5, 2008 11:57 PM
    Edited by: onur.yuksel on Oct 5, 2008 11:58 PM
    Edited by: onur.yuksel on Oct 5, 2008 11:59 PM

  • HT1386 I have a new iPhone and want to purchase a ringtone on iTunes.  It keeps asking for answers to a question that I did not set up and don't have the answer for.  How do I get pass this dilemma?

    I have a new iphone and want to purchase ringtones from itunes.  Itunes is asking answers for security questions I did not set up and I can't answer them.  How do I get past this to be able to purchase.  I can purchase songs on my MAC and sync but itunes doesn't give the option to purchase ringtones on the MAC, just the iphone.

    If the email hasn't arrived after a few hours and isn't in a spam filter, you need to ask Apple to reset your security questions; this can be done by phoning AppleCare and asking for the Account Security team, or clicking here and picking a method, or if your country isn't listed in either article, filling out and submitting this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (106007)

  • TS4062 my iphone 4 has mild water damage and will not sync with cable.I want to sync it over wifi to reload data I deleted during my troubleshooting, but I did not set up for wifi sync before the damage. Is there a way that this can be done now ?

    My iphone 4 has mild water damage. As a result, it will not sync with it's former XP computer with the cable. I deleted the phone's data in the troubleshooting process. I want to get it back by syncing over wifi, but I did not set up this capability before the damage occured.is there another way to initiate this feature ? I can tell that they are connecting in the cloud because an app I just downloaded on the phone is showing up in itunes on the computer.

    You don't need to access your e-mail account, just get into your Apple account and change the e-mail address. If you can't access your Apple account, then you have a bigger issue to contend with.

  • I am not able to access online banks after installing adobe

    I am not able to access online after installing Adobe.  How do I fix the problem?

    Please explain your problem in more detail, including OS and browser with versions.

  • I keep getting "Could Not Set Up Apple Pay" right after I click on "Set Up Apple Pay". How do I fix this?

    I have not set up my apple pay at all yet, so there are no cards on it. I open up Passbook, and click "Set Up Apple Pay" and it just pops up with a dialog box that says "Could Not Set Up Apple Pay" and nothing happens. Sometimes it asks me to log in with my Apple ID but then the box appears again. How do I get around this?

    The credit card question is irrelevant because I can't get far enough in the process of setting up my apple pay to input a card. But if I were to get far enough, it would be the same card that is associated with my Apple ID.
    My restrictions are all off.
    I reset my phone and the problem still remains
    Here is what happens in as much detail as I can explain: I awake my phone. I open Passbook, I then tap "Set Up Apple Pay" and 2-5 seconds later this is the screen I get.
    It gives me no other options. I can select "Set Up Apple Pay" over and over again and nothing changes. This is the same result if I were to go through Settings > Passbook & Apple Pay > Add Credit or Debit Card.
    I don't know what to do.

  • How to set iPod to eject automatically after sync?

    Hi!
    My mother's iPod "ejects" automatically after syncing. Mine, I have to click the eject button. Mine is 8 GB hers is 4 GB, but both are third generation. How can I set it up to eject my iPod automatically after sync, like my mother's?
    Thank you!

    Do you have your 8 GB iPod set to Enable Disk Mode? If so, that would explain it since doing that requires you to manually eject the iPod.

Maybe you are looking for