How to autostart database when OS reboot?

Hi,
Each time when my OS reboot, login to the SQL*Plus showing connect to idle instance, I have to restart database manually by enter startup command.
The ORA_SID_AUTOSTART value already set as TRUE in the regedit. What else do I miss?
Thanks.

Since this is highly operating system dependent, specifying the operating system would be helpful.
Assuming "regedit" implies that you're on Windows, are the various Oracle services set to start automatically (i.e. OracleService<<ServiceName>> and the like)?
Justin

Similar Messages

  • How to recover database when all redo logs are losted

    pls help me in recovering the database when all the redo logs are losted

    In both cases he has to open the database in RESETLOGS option. So try:
    recover database until cancel;
    Then cancel the recovery, and
    alter database open resetlogs;
    If you want to check where your database is at then mount your database and issue:
    select group#, sequence#,first_change# from v$log;
    This will tell you the sequence and SCN of all the online log files then compare it with what it prompted when you issued recovery command.
    Daljit Singh

  • How restart a database when missing indexdata files

    My database is in archivelog mode.
    We need to restore it but we don't have the BACKUP containing index datafile, only system and data datafiles.
    When we open the database, ther is the error ora 01113 AND ORA 01110 and we need to recovery the database.
    Is it possible to restart the database ? If yes how can i do ?

    From experience in the described situation you can drop the non-backed up data files from the database using ALTER DATABASE DROP DATAFILE and then run forward recovery on the remainder of the database. Next using the information in the dictionary you generate the index (incl PK, UK) source, drop the index tablespace(s) including contents, recreate them, and re-create the indexes.
    HTH -- Mark D Powell --

  • How to open database when datafile of nonsystem tablespace is missing?

    Hi,
    I am runnig 10gR2 on Windows XP SP 2
    Here my situation:
    My db is running in archive mode. I have taken backup of my tablespace 'ocp' by using RMAN with Database Control.
    Now I shutdown the db and removed datafile which belongs to the tablespace.
    My problem is now that I am able to start db in mount only.
    I can not open it and getting folowing error:
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01157: cannot identify/lock data file 6 - see DBWR trace file
    ORA-01110: data file 6: 'C:\ORACLE\ORADATA\ORCL\OCP.DBF'
    My question is:
    How to drop the tablespase and run backup?
    Thanks

    Hi, you must mount the database and put the datafiles in offline mode
    ALTER DATABASE DATAFILE '<full_path_file_name>' OFFLINE DROP
    After you must open the database.
    Luck.
    Have a good day.
    Regards.

  • How to autostart httpd when websharing is turned off

    Hi
    I have some issues with launchtl.
    The thing is this. I wish apache to run on my machine. But I do not wish for anyone to be able to access apache. It is only to be used for local use on the machine where apache is running.
    If i turn off websharing in the firewall it automatically stops my httpd daemon. I can ofcourse restart it with sudo apachectl graceful
    I would like the firewall rule to be changes so that the machine always starts the httpd daemon irregardless of whether or not the firewall permits traffic to come through.
    I'm guessing this can be done via launchctl or perhaps one needs to adjust the rules in ipfw .. either way.. I would appreciate any tips here.

    Guaranteed results if you post this in the Unix forum:
    http://discussions.apple.com/forum.jspa?forumID=735

  • How to let database(10.2) auto startup when linux reboot?

    Hi all,
    I installed oracle database 10.2 in linux (x86),and created a database.
    I can startup the database manually. But database can not be started up automatic when linux starts up.
    How to let database startup automatic when OS starts up?
    the details shell scripts for auto startup would be appreciated!
    Thanks

    I don't know LINUX but I know Solaris. In Solaris, you have a startup and shutdown script in $ORACLE_HOME/bin. Setting the field to Y in oratab means you startup/shutdown the instance when executing the scripts. However, it does not mean the startup script will be
    executed upon reboot. In solaris, we place a script in /etc/rc3.d. Then the script will be executed upon reboot. Guess you have similar features in Linux.

  • I have iphoto 5.0.4  My computer crashed while trying to quit iphoto and when I rebooted my albums and organized folders had all disapeared.  All my photos are still there but how do I retrieve my folders and albums?  I tried rebuilding the database

    My computer crashed while quiting iphoto.  When I rebooted my albums and folders had disappeared.  How do I get them back?  I tried rebuilding the database to no avail.  I am using iphoto 5...
    Thank you community!

    Most simple solution: restore from your back up.
    Other than that, try Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

  • When I reboot my mac it automatically launches disk utilities. i have run the utility. all clear. but each time i reboot i get the disk utility. how do i override so i can have my hard drive back?

    When I reboot my mac it automatically launches disk utilities. i have run the utility. all clear. but each time i reboot i get the disk utility. how do i override so i can have my hard drive back?

    What OSX version is it?
    Does holding alt key at bootup show any boot choices?
    Does holding Shift key at bootup to boot in Safe mode do the same thing?

  • I partitioned my Mac Book so I could have windows and now i don't know how to switch back it also doesn't tell me what I want to use when I reboot it. How do I switch back to OS X?

    I partitioned my Mac Book so I could have windows and now i don't know how to switch back it also doesn't ask me what I want to use when I reboot it. How do I switch back to OS X?

    At startuo hold down the Option key. That will bring up a boot menu screen.

  • Reporting Services will not automatically use a different replica for the report server databases when a failover occurs. How to overcome this issue

    Reporting Services offers limited support for using AlwaysOn Availability Groups with report server databases. The report server databases can be configured in AG to be part of a replica; however Reporting Services will not automatically use a different
    replica for the report server databases when a failover occurs. How to overcome this issue? is there any workaround for that..
    Rahul

    Hi.
    With the AlwaysOn listener you should have a single DNS name to connect to regardless of which cluster node is active. Are you using the listener service? If not, please refer to the link below.
    http://msdn.microsoft.com/en-us/library/hh213417.aspx#AGlisteners

  • Chat App: how to store the user IP in database when they login.

    hello,
    i am working on chat application. first i made a login GUI form. after login when we run the Chat program, it ask the ip address of the server to whom it want to connect. and if u enter the ip address, it will connect to the server and chat will begin, thats working perfect.
    but i want to show the list of users who r logged on and when i simply click on the user name, chat should begin.
    i have the logic that when any user log in, then its IP address will be stored in the database. this ip address will shown to the online users.
    but i dont know how to store the user information in database when they log in. can any body suggest me wht lines of code i should use.
    thanks.

    palakk wrote:
    i have the logic that when any user log in, then its IP address will be stored in the database. Bad approach. That will only work if this chat is only intended for use on a LAN. If it's used on the internet, then your users' IP addresses will almost always be either a) those of their routers, or b) private IP addresses, and in both cases, multiple users can have the same IP address.
    this ip address will shown to the online users. Why would you want to do that? I want to chat with "Bill", not with "1.2.3.4".
    but i dont know how to store the user information in database when they log in.Do the same thing that you're currently doing to store the IP address, but with the other information you want to store.
    can any body suggest me wht lines of code i should use. This is not a code writing service.

  • When and How to close database connection in JSP?

    Hi there,
    I am using MySQL and JDBC 3.0, in my system, When and How to close database connection in JSP?
    Thanks in advance.
    Lonely Wolf
    <%@ page session="true" language="java" %>
    <jsp:include page="checkauthorization.jsp" />
    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
    <%@ taglib prefix="sql" uri="http://java.sun.com/jstl/sql" %>
    <%--
    Execute query, with wildcard characters added to the
    parameter values used in the search criteria
    --%>
    <sql:query var="availablecomputerList" dataSource="jdbc/Bookingcomputer" scope="request">
    SELECT * FROM computer where status=0
    order by s_code
    </sql:query>
    <html>
    <head>
    <title>Search Result</title>
    </head>
    <body bgcolor="white">
    <center>
    <form action="checkin.jsp" method="post">
    <input type="submit" value="Back to Check-in Page">
    </form>
    <c:choose>
    <c:when test="${availablecomputerList.rowCount == 0}">
    Sorry, no available computer found.
    </c:when>
    <c:otherwise>
    The following available computers were found:
    <table border="1">
    <th>Computer</th>
    <th>Description</th>
    <th>Status</th>
    <c:forEach items="${availablecomputerList.rows}" var="row">
    <tr>
    <td><c:out value="${row.s_code}" /></td>
    <td><c:out value="${row.description}" /></td>
    <td><c:out value="${row.status}" /></td>
    </tr>
    </c:forEach>
    </table>
    </c:otherwise>
    </c:choose>
    </center>
    </body>
    </html>

    when should you close the connection? when you're done with it.
    how should you close the connection? like this: conn.close();
    that said, doing this in a JSP page is bad form and not recommended
    JSP's typically don't contain ANY business or data logic

  • HT2434 How do I get my custom linux software to display at 1280x1024 on my iMac under Parallels? and stay that way when I reboot?

    How do I get my custom linux software to display at 1280x1024 on my iMac under Parallels? and stay that way when I reboot?

    Interesting. Comes with? you didn't have either before? Paragon is commercial and is now v. 10.0, they were the only one keeping updated and was supporting 10.7.4. I would not enable more than one.
    For writing to HFS Paragon has theirs but probably give the nod to MacDrive there.
    I never do an upgrade to a new OS over the old system, I backup (clone) and format the drive with the new OS and do the install so whatever is there I know is clean and also to keep from carrying around leftovers from years and systems past.
    I would assme Paragon is limited. Try their site and knowledge base?
    MacDrive
    http://www.mediafour.com/updates/macdrive
    Paragon HFS
    http://www.paragon-software.com/home/hfs-windows/
    Paragon NTFS
    http://www.macupdate.com/app/mac/26288/ntfs-for-mac-os-x
    http://www.paragon-software.com/home/ntfs-mac/

  • Hi, i downloaded ios 5 to ipad 2 and when I rebooted, all 2000 emails that i had recieved, read and trashed are downloading again.  They are coming through 25 at a time eaach time I check mail.  How do I stop this happening?

    Hi, i downloaded ios 5 to ipad 2 and when I rebooted, all 2000 emails that i had recieved, read and trashed are downloading again.  They are coming through 25 at a time eaach time I check mail.  How do I stop this happening?

    Use your PC to sign-on to your mail service using the browser interface they provide. Delete all the e-mails you don't want on the server. That will prevent the iPad from downloading them.

  • How to disable autostart (application) when managed server restart ?

    Hi Ppl,
    How to disable autostart (application) when managed server restart ?
    I want some of the applications to remain not started. In WebSPhere, we have an option disable auto start for applications.
    I don't find in weblogic.
    Thanks

    Hi,
    I agree with Faisal. When you shutdown your WL server while the application is running, the thing is when you start your server again, it would automatically start the application with it. Now if the application was down when you shutdown the server, it _the application_ won't start with the server.
    So it depends on the application last state, when you start your server.
    Regards,
    Mohab

Maybe you are looking for