Very Urgent - Oracle startup error

Dear Experts
Yesterday, I have added a new datafile and rollback in my database. Today when I start the server. It gives me the error :
ORA-01034 Oracle not available
ORA-09243: smsget : error attaching to SGA
ORA-04101: Invalid SGA, SGA not installed.
Please help me how to restore to normal.
Is it possible ?
Thanks
RIchard
null

Hi,
This error has :
1. Nothing to do with Oracle JVM.
2. Nothing to do with adding of datafiles etc. You need to check whether the init.ora parameters have been changed or the OS kernel has been reconfigured.
Nitin

Similar Messages

  • Very urgent: Travel Request Error in production server

    Hi All,
    While creating Travel request in production server, we are getting an error..
    Error while writing to the database PTRV_HEAD/PTRV_PERIO/Cluster TE
    Someone please help me on this. This is very urgent..
    Thanks in advance!

    Solved..by setting up trip number ranges..
    Thanks!

  • VERY VERY URGENT DME DOWNLOAD ERROR

    Hi,
    user he has runned payment using f110 he want the DME file it is not diplaying and showing error that no data exist
    Experts please it is very urgent i will give points
    Thanks
    Radha

    HI
    Could you please check the Variant User has maintained in the Payment run
    Ravi

  • Very urgent help needed- Error while passing XML document to Oracle stored

    Hi !
    I have been struggling a lot to call Oracle 9i stored procedure passing Stringbuilder object type from ASP.NET
    I am using Visual Studio 2008 Professional, OS: Windows XP and Oracle: 9.2.0.1.0
    Following is the procedure:
    CREATE or REPLACE PROCEDURE loadCompanyInfo (clobxml IN clob) IS
    -- Declare a CLOB variable
    ciXML clob;
    BEGIN
    -- Store the Purchase Order XML in the CLOB variable
    ciXML := clobxml;
    -- Insert the Purchase Order XML into an XMLType column
    INSERT INTO companyinfotbl (companyinfo) VALUES (XMLTYPE(ciXML));
    commit;
    --Handle the exceptions
    EXCEPTION
    WHEN OTHERS THEN
    raise_application_error(-20101, 'Exception occurred in loadCompanyInfo procedure :'||SQLERRM);
    END loadCompanyInfo ;
    And following is the ASP.net code:
    StringBuilder b = new StringBuilder();
    b.Append("<?xml version=\"1.0\" encoding=\"utf-8\" ?>");
    b.Append("<item>");
    b.Append("<price>500</price>");
    b.Append("<description>some item</description>");
    b.Append("<quantity>5</quantity>");
    b.Append("</item>");
    //Here you'll have the Xml as a string
    string myXmlString1 = b.ToString();
    //string result;
    using (OracleConnection objConn = new OracleConnection("Data Source=testdb; User ID=testuser; Password=pwd1"))
    OracleCommand objCmd = new OracleCommand();
    objCmd.Connection = objConn;
    objCmd.CommandText = "loadCompanyInfo";
    objCmd.CommandType = CommandType.StoredProcedure;
    //OracleParameter pmyXmlString1 = new OracleParameter("pmyXmlString1", new OracleString(myXmlString1));
    objCmd.Parameters.Add("myXmlString1", OracleType.clob);
    objCmd.Parameters.Add(myXmlString1).Direction = ParameterDirection.Input;
    //objCmd.Parameters.Add("result", OracleType.VarChar).Direction = ParameterDirection.Output;
    try
    objConn.Open();
    objCmd.ExecuteNonQuery();
    catch (Exception ex)
    Label1.Text = "Exception: {0}" + ex.ToString();
    objConn.Close();
    When I am trying to execute it, I am getting the following error:
    Exception: {0}System.Data.OracleClient.OracleException: ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'LOADCOMPANYINFO' ORA-06550: line 1, column 7: PL/SQL: Statement ignored at System.Data.OracleClient.OracleConnection.CheckError(OciErrorHandle errorHandle, Int32 rc) at System.Data.OracleClient.OracleCommand.Execute(OciStatementHandle statementHandle, CommandBehavior behavior, Boolean needRowid, OciRowidDescriptor& rowidDescriptor, ArrayList& resultParameterOrdinals) at System.Data.OracleClient.OracleCommand.ExecuteNonQueryInternal(Boolean needRowid, OciRowidDescriptor& rowidDescriptor) at System.Data.OracleClient.OracleCommand.ExecuteNonQuery() at Default.Button1Click(Object sender, EventArgs e)
    I understand from this that the .net type is not the correct one, but I am not sure how to correct it. I could not find any proper example in any documentation that I came across. Most of the examples give information on how to read but not how to insert XML into Oracle table by calling Stored Procedure.
    Can you please help me to solve this problem? I hope that you can help solve this.
    Also, can you please give me an example of passing XML document XMLdocument to Oracle Stored procedure.
    In both the cases, if you can provide the working code then it would be of great help.
    Thanks,

    Hi ,
    Additional to the Above error details my BPEL code looks like this:
    <process name="BPELProcess1"
    targetNamespace="http://xmlns.oracle.com/Application10/Project10/BPELProcess1"
    xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:client="http://xmlns.oracle.com/Application10/Project10/BPELProcess1"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/">
    <partnerLinks>
    <partnerLink name="bpelprocess1_client" partnerLinkType="client:BPELProcess1" myRole="BPELProcess1Provider" partnerRole="BPELProcess1Requester"/>
    </partnerLinks>
    <variables>
    <variable name="inputVariable" messageType="client:BPELProcess1RequestMessage"/>
    <variable name="outputVariable" messageType="client:BPELProcess1ResponseMessage"/>
    </variables>
    <sequence name="main">
    <receive name="receiveInput" partnerLink="bpelprocess1_client" portType="client:BPELProcess1" operation="process" variable="inputVariable" createInstance="yes"/>
    <invoke name="callbackClient" partnerLink="bpelprocess1_client" portType="client:BPELProcess1Callback" operation="processResponse" inputVariable="outputVariable"/>
    </sequence>
    </process>
    Kindly help if anyone has faced this Issue before.
    Regards,
    Rakshitha

  • Very urgent REG:System error: RSDU_ANALYZE_TABLE_ORA/ ORACLE

    Hi,
       Can anyone  help me in finding out this error.System error: RSDU_ANALYZE_TABLE_ORA/ ORACLE.
    Thanks & Regards,
    Praveena.

    Hi
    It's only part of whole message.
    See the entire message.
    It should look less more this way:
    ============================
    SQL-ERROR: 603 ORA-00603: ORACLE server session terminated by fat al error
    System error: RSDU_ANALYZE_TABLE_ORA/ ORACLE
    ABAP/4 processor: DBIF_REPO_SQL_ERROR
    Job cancelled
    ============================
    See ORA-XXXXX here ORA-00603
    Next go to:
    http://ora-code.com/
    Best regards

  • Urgent: Oracle Text error: DRG-10001: can not access result table

    Hi,
    I am getting the "DRG-10001:can not access result table" error when trying to run the oracle text procedure ctx_cls.train within HTMLDB. The schema i used for parsing is granted with the necessary privileges, and i can run the procedure manually using the same schema in sqlplus. Following is the script I am trying to run:
    1. begin
    2. ctx_cls.train(
    3. index_name => 'MyDocindex',
    4. docid => 'MyDoc_id',
    5. cattab => 'MyDocTab_categories',
    6. catdocid => 'cat_MyDoc_id',
    7. catid => 'cat_id',
    8. restab => 'rules',
    9. rescatid => 'rule_cat_id',
    10. resquery => 'rule_text',
    11. resconfid => 'rule_confidence'
    12. );
    13. end;
    Please help urgently!
    Thanks
    RG

    I seem to have hit a similar problem.
    Did you eventually resolve this problem?
    Rgds
    Z

  • URGENT - Oracle Reports errors

    Hi All,
    I have two serious problems which are giving me a massive headache. We have a forms 10g application which calls Reports 10.1.2.0.2 reports in a pdf format.
    1) When reports are called by say User A, the reports generated in the browser are for say User B who is in another location entirely. User A has to log out and retry several times before he gets the correct report generated for him/her.
    2) The report Job IDs returned on some occasions are higher than the highest Job ID shown/displayed in the Reports Job Queue when viewed via Enterprise Manager. As a result the user gets an error REP-52251 followed by a REP-56033. This is so rampant and the intriguing thing about it all is that it is sporadic. One moment all seems fine and then all hell breaks loose. I have tried just about everything. I am at a loss as to how the Job ID retrieval call in the calling Oracle form will return a JOB ID which is HIGHER than the last JOB ID in the Reports Server Queue.
    Any help will be much appreciated.
    Thanks

    Hello,
    There is a know problem in this configuration (2 in-process reports server are started)
    The easiest solution is to "convert" the in-process reports server into a standalone reports server .
    Step 1 : Use addNewServerTarget.sh (UNIX) or addNewServerTarget.bat (Windows) to add a Reports Server target to targets.xml and opmn.xml.
    (use the same name than the "in-process reports server")
    Step 2 : edit the file rwservlet.properties and modify the line :
    SERVER_IN_PROCESS=YES
    into
    SERVER_IN_PROCESS=NO
    Step 3 : Then, restart OPMN for the change to take effect.
    Regards

  • URGENT: Oracle Workflow Error: API-10020 on Creation of OWB Process Flows

    I am trying to use Oracle Workflow to create Process Flows, in order to link together various mappings and components in Oracle Warehouse Builder. However, in the process flow editor window when I attempt to drag an object such as a mapping onto the editor panel, I get an error message stating the below:
    API-10020: Unable to determine if the map is a PLSQL or SQLLDR map, please correct the map or choose another map.
    All my maps are in PLSQL, and the language setting is set to this. I have tried modifying the langauge settings to see if it makes a difference but with no luck. My colleague believes this is a known bug in Oracle Workflow and there is a patch available to correct it.
    Can anyone help with this query please? Thank you for your time.

    In some versions of OWB (10.1, 10.2) The mapping property will display PL/SQL, but will actually be set to NULL in the repository (which will cause PL/SQL to be displayed as default).
    The fix is easy enough: in the developer navigator, right-click on the mapping and go to configure and set the generation language first to something other then PL/SQL (you should get an error) and then place it back to PL/SQL. This should force the GUI to reset the parameter.
    Alternatively, use OMB*Plus:
    OMBALTER MAPPING 'MAPPINGNAME' SET PROPERTIES \
    (GENERATION_LANGUAGE) VALUES ('PLSQL');
    Good Luck,
    Robbert

  • Urgent oracle  sevice error

    hi all ,
    i m trying to create a service in oracle9i (win 2000) using-
    ORADIM -NEW -SID XYZ -INTPWD XYZ
    but it is automatically closing that session ...& giving one error ..open a new session.i tried it so many times but it is giving the same error.
    (my user is in ORADBA group..&
    oradim.exe file is there.
    my default database is working properly..)
    so wat is the problem ...plz give the solution i need to create a databse...

    my error message ...
    unable to create th eservice..
    plz open a new session ..
    check in the errorlog file.

  • Very Urgent!General Error?

    Hi,
    I have a part of the code as given :
    // logic above
    Statement st=null;
    out.prinltn("VAL! "+st);
    st=con.createStatement();
    out.println("val now --"+st)
    PreparedStatement ps1=con.prepareStatement("query");
    logic to do the the processs with the above query
    if(ps1!=null)
    ps1.close();
    out.println("VAL"+ps1);
    ps1=con.prepareStatement("query"); //General Error
    // logic below
    THE out put which I get from the specific part is as:
    VAL! null;
    val now-- jdbc.odbc....@somevalue
    VAL null
    java.sql.SQLException General error
    What could be the reason for the occurance of the
    general error?
    thanks
    vickyk

    Hi ,
    The reason for occurance of general error is your database might be open or the record you are trying to store is already there or you have not closed connection.
    Regards
    khiz_eng

  • Very urgent, TAX CODE error

    HI I have copied the tax code as VA with 20% from VI and saved.
    But when i make the entry it is showing that "Tax VA Country IN does not exist in TAXINN
    But i could able to post the entry with VI but not with VA
    Help my out from this issue.
    Points should be assigned immediately
    vr

    I am getting below error:
    Tax code VZ country IN does not exist in procedure TAXINN
         Message no. FF713
    Diagnosis
         You entered a tax code which is not defined for the country of the
         company code to be posted to in the tax calculation procedure.
    System response
    Procedure
         Check and, if necessary, correct the entry.
    Procedure for System Administration
         If it is not an input error, check and possibly change the system
         settings.
    To do this, choose Maintain entries (F5).
    Check whether the company code is assigned to the correct country and
    whether the correct tax calculation procedure has been entered for the
    company code country.
    Create a new tax code if necessary.
    tion:
    Since it is possible that the tables in question are being updated at a
    different time on another computer, it can take a certain amount of time
    for the tax code to be on all local machines in client server
    architectures after saving the new code.

  • Very urgent analytic server error(server is not starting)

    hi friends
    analytic server 9.0 is instaaled on HPUX 11.31...server suddenly shutted down...
    when i am trying to restart the server on unix.iam getting the following error
    $ ./startEssbase.sh
    /usr/lib/dld.sl: Invalid shared library file: /hyper/arbor/Hyperion/AnalyticServ
    ices/bin/libdld.2
    /usr/lib/dld.sl: No such file or directory
    ./startEssbaseTempExecutionScript.sh[9]: 5508 Abort(coredump)
    $ ./startEssbase.sh
    /usr/lib/dld.sl: Invalid shared library file: /hyper/arbor/Hyperion/AnalyticServices/bin/libdld.2
    /usr/lib/dld.sl: No such file or directory
    ./startEssbaseTempExecutionScript.sh[9]: 5882 Abort(coredump)
    $ ./startEssbase.sh
    /usr/lib/dld.sl: Invalid shared library file: /hyper/arbor/Hyperion/AnalyticServices/bin/libdld.2
    /usr/lib/dld.sl: No such file or directory
    ./startEssbaseTempExecutionScript.sh[9]: 20813 Abort(coredump)
    please provide me some solutions as soon as possible........

    As a first stage I would get your unix admin to check permissions on the files to ensure the user starting the Essbase process has access to the Essbase directory. Also check your pathing.

  • VERY URGENT - Identity Management Error

    Hi,
    When I run the User Administration --> Identity Management  --> it is giving an error :
    A required service for Identity management user interface is not available .  Contact  System Admistrator .
    In SAP NOTE 869852 , pg 6 :  to reploy the UMEADMI*.SDA .
    Will it be the correction of reploying ?
    As this is occuring in production server , if i apply any other affects will cause to the server.
    Thanks ,
    Srini

    Srinivas,
    Perhaps some of the portal application hasn't started. Perform the following steps:
    To restart all the portal apps, telnet to the portal server:
    telnet portal.mycompany.com 50108
    // If your port is 50000, then the telnet portal becomes 50008.
    Login as administrator and then run the following commands:
    jump 0
    add deploy
    list_app
    start_app-all
    If portal runs on a cluster, follow these steps as well:
    jump 1
    add deploy
    list_app
    start_app-all
    Hope this helps.

  • Very Urgent: Invalid Number error

    We are getting an invalid number error on a date field in a Form that has run this procedure for two years. The query is something like select max(upload_date) from pfe_time_report where ssn = :block_update.ssn. We think that an invalid number has been inserted into the database but we can't find out where. Has anyone run into this situation before? This is a crucial enterprise application (3000 people won't get paid w/o it!)
    Thanks.

    Infact I also got this error, I solved this problem by removing NLS_DATE_FORMAT from the registry you can try out this option and see it does work.
    Rahamath

  • Error: dbms_java.end_import() IMp-00017 -- Very urgent

    Hi All,
    Please help me. It is very urgent.
    I took export backup from oracle10g (IBM AIX)database using oracle9i client (9.2.0.6) to inport the dump in oracle 9.2.0.6 in solaris. I am getting the following error.
    Export file created by EXPORT:V09.02.00 via conventional path
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    import server uses WE8ISO8859P1 character set (possible charset conversion)
    IMP-00017: following statement failed with ORACLE error 3113:
    "BEGIN :STATUS := DBMS_JAVA.END_IMPORT(); END;"
    IMP-00003: ORACLE error 3113 encountered
    ORA-03113: end-of-file on communication channel
    IMP-00000: Import terminated unsuccessfully
    please help me ....
    Thanks and Regards,
    Kiran

    Hi all,
    very very urgent please help me..
    Thanks and regards
    Kiran

Maybe you are looking for

  • HELP.  My ipad is no longer syncing with my computers calendar

    When I entered data into my calendar on my ipad it does not transfer over to my computer calendar anymore!   I am NOT using mobileme.  Just old school physical hook up.  I have tried the info area of itunes and changed calendar sync settings but noth

  • Download Manager not showing songs

    Okay, so I've been trying to figure this out.... I want to get the PC copies of songs that I have on my phone. So I downloaded the MP3 Download Manager. I probably have 10-15 songs that I've downloaded to my phone from the VCast Store. I am showing 0

  • How to change the style of icons used on the tool bars mainly the forward and backwards arrows

    Hi . There always used to be a way of changing the look of firefox the arrowws ect at the moment i have just outline type arrows for forwards and backwards i would far rather have the older Green arrows far easier to see and look far better how do i

  • Azureus ( Java) help *SOLVED*

    I was getting a weird error on startup of azureus (other odd errors with KDE and FIREFOX were also cropping up) so I decided to reinstall Arch totally. Once I reinstalled I got the exact same error: [9:08:47] DEBUG::Fri Jun 17 09:08:47 EDT 2005 [9:08

  • Trans code??

    HI experts, How can i find trans code for the dunning purpose??? its urgent please reply fast!!! Thanks