Oracle shutdown or initialization is in progress...Kindly help

Dears!
I have installed 9iAS+8.1.7 on the same machine.9iAS & database
was working.For any reason we changed the IP address of the machine and restart the machine.Again we change the IP address to
the original one when 9iAS+database was installed,again restart the computer.But now when i connect through SQL*plus of database or 9iAS's SQL*plus to the database we failed to connect the error,"ORA-01033 utdown or initialization is in progress"
Kindly help to resolve the prob.
Many thanks!

I'm experiencing the same issue. There is no way to implement your solution, because we CAN'T connect to SQL*PLUS. If we do, we simply get the same error.

Similar Messages

  • Oracle shutdown or initialization in progress

    Dears!
    I have installed 9iAS+8.1.7 on the same machine.9iAS & database
    was working.For any reason we changed the IP address of the machine and restart the machine.Again we change the IP address to
    the original one when 9iAS+database was installed,again restart the computer.But now when i connect through SQL*plus of database or 9iAS's SQL*plus to the database we failed to connect the error,"ORA-01033 utdown or initialization is in progress"
    Kindly help to resolve the prob.
    Many thanks!

    Hi,
    Please make sure the Tnsnanames.ora is having the Corretc IP Address. Please follow these steps:
    1. Go to the Oracle Bin dir. from command Prompt.
    2. Svrmgrl <Enter>
    3. Connect internal/password@service
    4. shutdown immediate
    5. Startup
    Mail me if you still have this problem, e-mail id: [email protected]
    Regards,
    G. Rajakumar.

  • Identifying Oracle Shutdown or session errors

    Oracle 11.1.7.0:
    We need to make our application be able to accept user requests or submissions on the queue even if Oracle is down or if Oracle is having some problems. For that purpose I need to identify specific Oracle error codes. I looked up online and found Jboss's exception sorter class. It looks something like this:
       public boolean isExceptionFatal(SQLException e)
          String error_text = (e.getMessage()).toUpperCase();
          /* Check oracle specific errors for broadcasting connectionerror
          return (error_text.indexOf("ORA-00600") > -1) //Internal oracle error
             || (error_text.indexOf("ORA-00028") > -1)  //session has been killed
              || (error_text.indexOf("ORA-01012") > -1)  //not logged on
             || (error_text.indexOf("ORA-01014") > -1)  //Oracle shutdown in progress
             || (error_text.indexOf("ORA-01033") > -1)  //Oracle initialization or shutdown in progress
             || (error_text.indexOf("ORA-01034") > -1)  //Oracle not available
              || (error_text.indexOf("ORA-02396") > -1)  //exceed ed maximum idle time, please connect again
             || (error_text.indexOf("ORA-03111") > -1)  //break received on communication channel
             || (error_text.indexOf("ORA-03113") > -1)  //end-of-file on communication channel
             || (error_text.indexOf("ORA-03114") > -1)  //not connected to ORACLE
              || (error_text.indexOf("ORA-01014") > -1)  //Oracle shutdown in progress
             || (error_text.indexOf("ORA-01033") > -1)  //Oracle initialization or shutdown in progress
             || (error_text.indexOf("ORA-01034") > -1)  //Oracle not available
             || (error_text.indexOf("ORA-03111") > -1)  //break received on communication channel
             || (error_text.indexOf("ORA-03113") > -1)  //end-of-file on communication channel
             || (error_text.indexOf("ORA-03114") > -1)  //not connected to ORACLE
             || (error_text.indexOf("TNS-") > -1)       //Net8 messages
             || (error_text.indexOf("SOCKET") > -1)     //for control socket error
             || (error_text.indexOf("BROKEN PIPE") > -1);
       }I just wanted to check if above error codes are the correct ones. I understand there are tons of Oracle error code but I am in particular interested where Oracle is down or is having some temporary problem for eg: archiver error. I am kind of not sure of how to go about figuring this out.

    I just wanted to check if above error codes are the correct ones. I understand there are tons of Oracle error code but I am in particular interested where Oracle is down or is having some temporary problem for eg: archiver error. I am kind of not sure of how to go about figuring this out.You can simulate these situations by
    1. shutting down the instance.
    2. filling the archive log destination with temporary files (which you need to clean up later).

  • Oracle intialization or shut down in progress

    Hello every one
    i have installed database 10g release 2 on windows 2003 R2 standard edition
    and after creating DB with SID orcl with no logic reason when i connect to it
    it gave me oracle intialization or shut down in progress message and doesn't connect
    The H/W of the machine is
    Processor :4 intel xeon cpu 3.6ghz
    hard disks:5HDD SCZI (each 147 GB)
    ram : 4G ram

    Hi
    Did you try this?
    On command prompt type
    SET ORACLE_SID=ORCL
    SQLPLUS "/ AS SYSDBA"
    If it connects to an idle instance you will have to startup the DB.
    SQL>STARTUP
    One more thing you can try is to SHUTDOWN IMMEDIATE or SHUTDOWN ABORT and then STARTUP again to confirm that DB starts normally.
    Also, do you see any errors in the alert log file?
    Regards
    Adnan
    Message was edited by:
    amashhadi

  • Error ORA-01033 oracle intialization or shut down in progress

    Hi ,
    I am getting the error when i try to login to oracle
    Error ORA-01033 oracle intialization or shut down in progress.
    i waited for much time but i get the same error.can some one help.
    Thanks

    442321, if a startup is in process you will need to either let it complete or cancel it in order to connect with a non sysdba session.
    You cancel the startup the same way you would kill a hung shutdown by connecting as sysdba and then issueing a shutdown abort.
    You should review the alert log prior to issuing an abort to see what is going on.
    HTH -- Mark D Powell --

  • How to create a view with Oracle apps Org initialization ?

    Hi,
    How to create a view which needs Oracle apps org initialization to provide the correct data .
    The purpose of the view is to be accessed in Primavera DB via a DB link for reporting purpose.
    So how should the org be initialized so that the view returns the correct data when accessed from the remote data base using the DB link?
    EX: step1 run fnd_client_info.set_org_context for the org
    step2 query the veiw returns correct data in Oracle.
    How can this be achieved if the view needs to be accessed via DB link?
    sample view sql :
    select po_header_id
    from po_distributions_all pod
    where (apps.po_intg_document_funds_grp.get_active_encumbrance_func
    ('PO',
    pod.po_distribution_id
    ) <> 0
    Thanks in advance!
    Darshini

    Hi,
    This is not possible in Oracle. What u can do is create the view without the where clasue and supply the where clause at runtime.
    Hope this helps...
    Regards,
    Ganesh R

  • I have just updated my MBP to Maverick OS. I am unable to shutdown or log off. When i press the shutdown button, a black screen appears which goes off on pressing any key. The shutdown or log off dialog does not appear. Your kind help is much appreciated.

    I have just updated my MBP 17 / retina display to Maverick OS. I am unable to shutdown or log off. When i press the shutdown button, a black screen appears which goes off on pressing any key. The shutdown or log off dialog does not appear. Your kind help is much appreciated.

    The button response has changed. 
    Short press : sleep
    Medium press (2-3 sec) : restart, shutdown, sleep dialog
    Long press : force shutdown. (Same as before)

  • BPEL Process Manager Oracle BPEL Domain Initialization Failed

    I was able to login into BPEL Process Manager without any error. Then I changed one entry in the oc4j-ra.xml file and restarted the BPEL server and started getting the error message.
    Oracle BPEL Domain Initialization Failed
    The Oracle BPEL Domain default did not initialize successfully. The following error was detected during startup. Please contact the Oracle Support
    Team if you are not able to resolve this problem.
    Reported Error:
    Cannot lookup jdbc datasource.
    The process domain was unable to lookup the TX datasource "eis/DB/DBConnection1".
    Please check that the machine hosting the datasource is physically connected to the network. Additionally check that the
    connection pool properties as defined in the application server startup
    properties are valid.
    I put back the original oc4j-ra.xml back in appropriate dir , restarted the BPEL server and database server still getting the same errro message listed above, It's urgent can anybody post the possible solution/suggestion experience.
    Thanks

    I opened the file under
    ./application-deployments/default/DbAdapter/oc4j-ra.xml and it has the following entry
    <connector-factory location="eis/DB/DBConnection1" connector-name="Database Adapter">
    <config-property name="xADataSourceName" value="jdbc/DBConnection1DataSource"/>
    <config-property name="dataSourceName" value="loc/DBConnection1DataSource"/>
    <config-property name="platformClassName" value="oracle.toplink.platform.database.Oracle9Platform"/>
    <config-property name="usesNativeSequencing" value="true"/>
    <config-property name="sequencePreallocationSize" value="50"/>
    <config-property name="defaultNChar" value="false"/>
    <config-property name="usesBatchWriting" value="true"/>
    <connection-pooling use="none">
    </connection-pooling>
    <security-config use="none">
    </security-config>
    </connector-factory>
    I opened that file (
    ./connectors/DbAdapter/DbAdapter/META-INF/oc4j-ra.xml) and it has no entry for
    <connector-factory location="eis/DB/DBConnection1" connector-name="Database Adapter">
    <config-property name="xADataSourceName" value="jdbc/DBConnection1DataSource"/>
    <config-property name="dataSourceName" value="loc/DBConnection1DataSource"/>
    <config-property name="platformClassName" value="oracle.toplink.platform.database.Oracle9Platform"/>
    <config-property name="usesNativeSequencing" value="true"/>
    <config-property name="sequencePreallocationSize" value="50"/>
    <config-property name="defaultNChar" value="false"/>
    <config-property name="usesBatchWriting" value="true"/>
    <connection-pooling use="none">
    </connection-pooling>
    <security-config use="none">
    </security-config>
    </connector-factory>
    So I entered this and restarted the BPEL PM but still no luck,
    Is anything else I will be looking in that file let me know

  • Oracle shutdown notification (OracleNotification) code sample

    Hi,
    I'm looking for a code sample demonstrating the use of OracleNotification for catching Oracle shutdown events.
    Thanks
    Philippe

    Hi,
    I'm looking for a code sample demonstrating the use of OracleNotification for catching Oracle shutdown events.
    Thanks
    Philippe

  • Calling Reports from Form on Web... Kindly help

    Gurus!
    I am using 9iAS(1.0.2.2.1) with 8.1.7 database on the same
    machine with Win NT4.When i invoke report from the main from's
    link using parameter list as
    Run_Product
    (reports,'..\iReports\glrxx13.rep',synchronous,RUNTIME,FILESYSTEM
    ,pl_id,null);
    My Reports are in folder "iReports" which i put in the 9iAS's
    report60 folder & also in the report60 folder but when called the
    error raised:
    "Error:0110 Unable to open the report '..\iReports\glrxx13.rep"
    "Error:...Error while opening or saving a
    ducument '..\iReports\glrxx13.rep".
    I dont know more about virtual dirves & environment variables
    setting i.e what & where these should be put.
    Kindly help!
    Many Many thanks!

    hi,
    check out this link,
    http://www.oracle.com/technology/products/forms/pdf/10g/frmwebshowdoc_rep.pdf
    best luck,
    Regard's,
    Percy

  • Kindly help if u can...urgent

    m yproblem is that i hav autonumber field user_id in my oracle table;
    wen i insert sequence seq.nextval from oracle ide it workz fine...bt now i hav user profil nd i hav to make entries thru java code...nd wen i use
    pt=con.prepareStatement("insert into user_basic(user_id,f_name,m_name,l_name,email,password,pet_name,age,gender,mari,citizen) values(seq.nextval,?,?,?,?,?,?,?,?,?,?)");
    it gives null pointer exception....
    i hav tried:
    1.
    "insert into user_basic(user_id,f_name,m_name,l_name,email,password,pet_name,age,gender,mari,citizen) values(?,?,?,?,?,?,?,?,?,?,?)");
    pt.setString(1,null);
    2.
    "insert into user_basic(f_name,m_name,l_name,email,password,pet_name,age,gender,mari,citizen) values(?,?,?,?,?,?,?,?,?,?)");
    pt.setString(1,fname);
    pt.setString(2,mname);
    ans so on all entries
    bt diz way oracle leavez user_id blank.....
    kindly help regarding usage of autonumber in prepared statement....thanxx....
    code:
    public boolean validate() throws Exception
    Connection con=null;
    PreparedStatement pt=null;
    try
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    con=DriverManager.getConnection("jdbc:odbc:ds;Uid=SYSTEM;Pwd=manager");
    pt=con.prepareStatement("insert into user_basic(user_id,f_name,m_name,l_name,email,password,pet_name,age,gender,mari,citizen) values(seq.nextval,?,?,?,?,?,?,?,?,?,?)");
    pt.setString(1,fname);
    pt.setString(2,mname);
    pt.setString(3,lname);
    pt.setString(4,em);
    pt.setString(5,pwd);
    pt.setString(6,petname);
    pt.setInt(7,ag);
    pt.setString(8,gender);
    pt.setString(9,marital);
    pt.setString(10,citizenship);
    x=pt.executeUpdate();
    pt.close();
    catch(ClassNotFoundException ex)
    {System.out.println(ex);
    //out.println("Couldn't load database driver: " + ex.getMessage());
    catch(SQLException ex){
    System.out.println(ex);
    //out.println("SQLException caught: " + ex.getMessage());
    catch (Exception ex){System.out.println(ex);
    // out.println(ex);
    finally {
    // Always close the database connection.
    try {
    if (con!= null)
    con.close();
    catch (SQLException ignored){
    System.out.println(ignored);
    if(x==1)
    return true;}
    else
    {return false;}
    }

    it is my first day in these forums...it takes time to get to know how things work sumwhere....but kind of response im getting is very discouraging....im sorry if i havent followed any rules....but my intentions arent bad in any way...all i can say is sorryy...nd if nobody can help me in my query and problem it is ok....1. Don't cross post. Many people especially the ones that answer a lot of questions do not like it. And I have never seen anyone that claimed that they liked it.
    2. Use english as best that you can. Do NOT use sms type speech.
    3. There is a big difference between being able to help you and wanting to help you. The two are not the same.

  • Urgent ...Someone kindly help!

    Hello..
    please can someone kindly help me fil out these commented lines
    I am trying to connect to an oracle database from a java applet.
    Also let me know the type of driver needed to connect to an oracle database and where it can be found
    and how i can set or add it to my classpath.
    try
         Class.forName ("//please fill these ");
         Connection con = DriverManager.getConnection ("//please fill these");
         //Statement st = con.createStatement ()
         //blah, blah, blah
    catch (Exception e)
    Thanks.

    import oracle.jdbc.driver.*;
    try{
    java.sql.DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    con = java.sql.DriverManager.getConnection("jdbc:oracle:thin:@db_server_ip:db_server_port:sid","username","password");
    catch(Exception e)
    e.printStackTrace();
    the oracle driver is availble with the oracle

  • Want to Create a Report Server Kindly Help?

    Hello Everyone,
    My name is Sarmad and I am a student of BS(Software Engineering) in 5th semester now. I have assigned a project on 'Oracle Report Server'. My instructor requirements are that it should generate 'Matrix Reports' and i have to use Oracle Database 10g XE. I have researched a lot on Internet and found that following tools are necessary to make a report server on Oracle for Win 7 32 Bit OS:
    1. Oracle Forms and Reports 11g for Win 7 32 Bit
    2. Oracle Web Logic Server 11g (10.3.5) for Win 7 32 Bit
    3. Oracle Data Base 10g XE for Win 7 32 Bit
    Therefore, I installed Data base first and then i installed Web Logic Server and integrated my Data base's sample DB HR within the 'Data Sources' link present in Web Logic Server's Administration Console. Connection test went successful for Web Logic Server and Database. Then i installed Oracle Forms and Reports for Development mode and it also installed successfully on my system.
    Now the issue is that i want to integrate Oracle Reports and Forms services with Oracle Web Logic Server. I don't know how to do that and also i don't have any idea whether i may need any further tools or these are enough to generate reports as i think that there should be some Report Layout builder so that data coming from Web Logic Server should be presented in that layout i.e. Matrix Layout.
    Kindly help me out in this and guide me through.
    Thanks!

    hi
    I am not saying wrong about this question but how can you expect some one to give the code..if you any doubt in terms of logic or if u need any clarification on the functionality how the element behave, the people around here would definitely help you out...
    But straight forward asking the code i believe you might not get the correct answer sometimes..Narrow down your question so that people around here could help you out if they can
    Regards
    Ramesh Kumar S

  • Hello..i am new to ATG. Kindly help me in setup of eclipse to develop,deploy and run new ATG project.

    Kindly help me in setup of eclipse to develop,deploy and run new ATG project

    Install ATG eclipse plugin following steps in below location
    Oracle ATG Web Commerce - Appendix D. Development Tools for Eclipse
    Then follow steps in following link to setup build environment
    Reassembling Your Application Using Ant

  • Table empty kindly help

    Hai
    i found one my table PIV_MAX has been deleted by some process by some machine.
    pls tell me the query to find the
    1) what is the sql which truncated the table piv_max..? it should say the latest date.
    2) from which machine it is done..?
    Kindly help
    S

    if I can add ...
    this is sort of for future accidents
    if you turn on auditing, you can see exactly who touched your table, when and how (delete, insert, select, ....), you can also see exact SQL which ran on your table. I would start with Oracle Documentation, please note auditing is going to add overhead, also the auditing tables can grow quickly, although oracle documentation says that you should not move these tables from system tablespace, you can do it and I've never seen any issues with it. http://download.oracle.com/docs/cd/B10500_01/server.920/a96521/audit.htm
    if you want to recover lost records, you can turn on flashback feature (this is I believe not available in standard database, you need enterprise option), it allows you to recover the data to exact point in time in the past http://www.oracle.com/technology/deploy/availability/htdocs/Flashback_Overview.htm

Maybe you are looking for

  • I keep trying to update my ipod touch, and on itunes it tells me i'm not connected to the internet and won't allow me to update, even though i am connected to the internet, what can i do?

    I keep trying to update my ipod touch 4th gen, and on itunes it tells me i'm not connected to the internet, even though I am connected, what can I do?

  • About Abap Query..

    hi all, I have added few fields in the existing info-set and mapped these new fields in the respective quries...and added code for each field.......it is working fine... But, before executing/testing a message window is displaying saying that " query

  • My iphoto has been deleted

    Hi, can anyone help?! I was cleaning up my iphotos and transferred all pictures to external hardrive. I have somehow deleted the iphoto app. I cannot find traces of it anywhere. I tried to purchase the newest version of iphoto however it says that my

  • VI Server functions

    Hi there, I`m pretty sure I`ve read something on this before, but I can`t find the information. I have written a VI which programatically outputs the documentation to HTML files, which all works super in the development environment, but which as a st

  • Headphones don't mute speakers in WinXP

    In OS X, when I plug in my headphones, the iMac speakers mute so as not to bother others in the vicinity. After installing Win XP via Bootcamp, I notice that when I plug in my headphones, they work fine, but the speakers don't mute. Is there a place