Oracle XE Service has dissappeared...

Hi,
I backed up Oracle XE, and after a reboot the Oracle XE service seems to have dissappeared. When I try and start the database I get a message saying that the service is invalid. When I check in Services the service is missing... I am running the database on Windows XP SP1.
Any ideas?
I changed the TNS names from XE to XE_AUTO. I don't know if that makes any difference. I am also logged on as the same user as installed the database.
/John

Changing the TNSNAMES has nothing to do with Oracle Services. Services can't just disappear on its own. Pls recheck them and if they are not existing recreate them.
On windows :
oradim -new -sid <instance name>

Similar Messages

  • How to install Oracle Report Services in Oracle Application Server 10.1.3.1

    My project is running on Oracle Application Server(OAS) 10.1.3.1, and I need to develop some Oracle Reports for my client.
    But I find out there is not "Oracle Report Services" component in OAS 10.1.3.1 like OAS 10.1.2.
    Is there Oracle Report Services for OAS 10.1.3.1? How to get it?

    Max Yuan wrote:
    You mean I need to install 2 OAS(10.1.2 for report, 10.1.3 for my project), or deploy my project to 11g? For the Reports reporting project, you'll need a version/edition that includes AS Reports Services.
    In "10gr2" that means AS 10.1.2.0.2 (plus Patch set): AS Infrastructure + AS BI&Forms installation (enterprise edition) or the standalone Forms and Reports installation (EE or separate licensing). You also need the Developer Suit (Reports Builder). OFM "11gr1" suite has some version of Reports Services but I don't know the available packages and installation types.

  • Error in Calling Oracle Web Service through Eclipse-indigo

    Hi All,
    I'm getting an below error when trying to call my oracle web service through Eclipse-indigo.
    Error:-
    IWAB0135E An unexpected error has occurred.
    502
    Bad Gateway
    Steps followed to create oracle web service and invoke WS :-
    Followed link
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28369/xdb_web_services.htm
    which explans how to create oracle web service.
    1. Configure HTTP Access
    2. Configure the ORAWSV Servlet
    3. created user 'test' and wrote simple procedure getdescription which will return name for request id.
    4. granted all privilages to user.
    5. The orawsv servlet automatically generates a WSDL file.
    6. trying to call WS through Eclipse-indigo, but i get error.

    Trying to test via PL/SQL first via (see the following url for more info: Re: Using utl_dbws to call web service ) for example something like the following:
    SQL> set serveroutput on
    SQL> --
    SQL> def USERNAME=DBNWS
    SQL> --
    SQL> DECLARE
      2    V_SOAP_REQUEST      XMLTYPE := XMLTYPE(
      3  '<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/
    encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      4          <SOAP-ENV:Body>
      5                  <m:SNUMBER-GET_SQRTInput xmlns:m="http://xmlns.oracle.com/orawsv/&USERNAME/GET_SQRT">
      6                          <m:INPUT_VALUE-NUMBER-IN>2</m:INPUT_VALUE-NUMBER-IN>
      7                  </m:SNUMBER-GET_SQRTInput>
      8          </SOAP-ENV:Body>
      9  </SOAP-ENV:Envelope>');
    10    V_SOAP_REQUEST_TEXT CLOB := V_SOAP_REQUEST.getClobVal();
    11    V_REQUEST           UTL_HTTP.REQ;
    12    V_RESPONSE          UTL_HTTP.RESP;
    13    V_BUFFER            VARCHAR2(1024);
    14  BEGIN
    15
    16    V_REQUEST := UTL_HTTP.BEGIN_REQUEST(URL => :URL, METHOD => 'POST');
    17    UTL_HTTP.SET_HEADER(V_REQUEST, 'User-Agent', 'Mozilla/4.0');
    18    V_REQUEST.METHOD := 'POST';
    19    UTL_HTTP.SET_HEADER (R => V_REQUEST, NAME => 'Content-Length', VALUE => DBMS_LOB.GETLENGTH(V_SOAP_REQUEST_TEXT));
    20    UTL_HTTP.WRITE_TEXT (R => V_REQUEST, DATA => V_SOAP_REQUEST_TEXT);
    21
    22    V_RESPONSE := UTL_HTTP.GET_RESPONSE(V_REQUEST);
    23    LOOP
    24      UTL_HTTP.READ_LINE(V_RESPONSE, V_BUFFER, TRUE);
    25      DBMS_OUTPUT.PUT_LINE(V_BUFFER);
    26    END LOOP;
    27    UTL_HTTP.END_RESPONSE(V_RESPONSE);
    28  EXCEPTION
    29    WHEN UTL_HTTP.END_OF_BODY THEN
    30      UTL_HTTP.END_RESPONSE(V_RESPONSE);
    31  END;
    32  /
    old   5:                <m:SNUMBER-GET_SQRTInput xmlns:m="http://xmlns.oracle.com/orawsv/&USERNAME/GET_SQRT">
    new   5:                <m:SNUMBER-GET_SQRTInput xmlns:m="http://xmlns.oracle.com/orawsv/DBNWS/GET_SQRT">
    <?xml version="1.0" ?>
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
    <GET_SQRTOutput xmlns="http://xmlns.oracle.com/orawsv/DBNWS/GET_SQRT">
    <RETURN>1.41421356237309504880168872420969807857</RETURN>
    </GET_SQRTOutput>
    </soap:Body>
    </soap:Envelope>
    PL/SQL procedure successfully completed.
    SQL> set serveroutput on
    SQL> --In the example give above the WSDL info should be seen via http://xmlns.oracle.com/orawsv/DBNWS/GET_SQRT?wsdl

  • Error while deploying adf application on oracle cloud service

    hello, i hv registered oracle cloud service for java and database. i hv created simple adf application in which there are 2 jsf pages only linked together. I m using oracle jdeveloper 11gr2. so i hv created ear file for deployment on cloud. i deployed adf application on cloud using java console. But, after uploading application, deployment was failed. I tried 3 times this, but the result was same. I checked log, where i got 3 warnings in whitelist log and error in deploy log. Those are as follows:
    Warnings in   whitelist log:
    2013-04-14 06:57:11 CDT: Starting action "API Whitelist"
    2013-04-14 06:57:11 CDT: API Whitelist started
    2013-04-14 06:57:12 CDT: WARNING - There are 3 warnings(s) found for Testapp.ear.
    2013-04-14 06:57:12 CDT: WARNING - Path:Testapp.ear (3 Warnings)
    2013-04-14 06:57:12 CDT: WARNING - Path:Testapp.ear (3 Warnings)
    2013-04-14 06:57:12 CDT: WARNING - Path:Test_ViewController_webapp.war (3 Warnings)
    2013-04-14 06:57:12 CDT: WARNING - Path:WEB-INF**** (1 Warning)
    2013-04-14 06:57:12 CDT: WARNING - 1:Recommended child element "login-config" missing under element /
    javaee:web-app.
    If you want to make your application public, you can have empty
    <login-config/> in your web.xml. If you need authentication then you must
    have <login-config> and its child <auth-method> element in web.xml.
    Without this element(<login-config>), users may be challenged by SSO, but
    the application code will be executed as anonymous user only. Line No:4.
    2013-04-14 06:57:12 CDT: WARNING - Path:WEB-INF**** (2 Warnings)
    2013-04-14 06:57:12 CDT: WARNING - 1:Recommended child element "jsp-descriptor" missing under element /
    orcl-weblogic:weblogic-web-app.
    If you have a JSP file that is not pre-compiled, The compilation errors
    could be shown on the browser. It is recommended to include
    <jsp-descriptor><verbose>false<****><****-descriptor> in weblogic.xml.
    Line No:2.
    2013-04-14 06:57:12 CDT: WARNING - 2:Recommended child element "session-descriptor" missing under element /
    orcl-weblogic:weblogic-web-app.
    You will be required to have distinct cookie-path, if multiple
    applications are accessed with in the same SSO session or if you have
    multiple applications with different auth-method(CLIENT-CERT, FORM, BASIC)
    in the same service instance.
    Line No:2.
    2013-04-14 06:57:12 CDT: WARNING - Testapp.ear had 3 warning(s).
    2013-04-14 06:57:12 CDT: INFO - Whitelist validation has completed with 0 error(s) and 3 warning(s).
    2013-04-14 06:57:12 CDT: Whitelist validation passed.
    2013-04-14 06:57:12 CDT: "API Whitelist" complete: status SUCCESS
    and Error in deploy log:
    2013-04-14 06:57:12 CDT: Starting action "Deploy Application"
    2013-04-14 06:57:12 CDT: Deploy Application started
    2013-04-14 06:57:15 CDT: weblogic.application.ModuleException: Failed to load webapp: Test-ViewController-context-root because of DeploymentException: java.lang.ClassNotFoundException: oracle.adf.view.faces.bi.webapp.MapProxyServlet
    2013-04-14 06:57:15 CDT: WL action state: failed
    2013-04-14 06:57:15 CDT: Action FAILED with WL action state: failed
    2013-04-14 06:57:15 CDT: Check the server log of your Java cloud service for more info about the failure.
    2013-04-14 06:57:16 CDT: Application deployment failed.
    2013-04-14 06:57:16 CDT: "Deploy Application" complete: status FAILED
    I am using jdeveloper 11gr2, so pls dont tell me to use jdeveloper 11gr1. because, i hv already developed an application for my final year B.Tech and i cant migrate to previous release. So there is only one way for me by generating ear file and deploying from console.
    So,
    I m not getting what is the problem and what will be solution for this?
    What should i do?
    What changes should required?
    pls, help me to get out from this problem !!!!!

    Well, I guess you have a problem here. Check http://multikoop.blogspot.de/2012/12/deploying-adf-applications-into-oracle.html and from this
    >
    Note: In its current stage Oracle Java Cloud Service runs WebLogic Server 10.3.6 with the appropriate Runtime ADF 11.1.1.6. Deployment of ADF 11gR2 Applications is currently not supported. Beside this limitation some ADF Features are not supported on the Oracle Cloud. According to the Oracle Cloud Documentation it is not supported to use the following ADF features
    ADF Desktop Integration
    ADF mBean
    ADF MDS (Seeded customizations or cross-session personalization)
    ADF Mobile
    ADF Active Data Services (=> No real-time ADF Web Apps in Oracles Cloud)
    ADF Business Components services interfaces (web services) or events
    ADF Data Controls for BI, Essbase, BAM, and JMX
    Further there are some restrictions which are good to know I think
    No Java Mail API (=>Sending Mails is prohibited)
    No File system access by deployed applications (=>Writing files is prohibited)
    No Direct use of Oracle JDBC Driver APIs
    No Java Message Service (JMS)
    Max Size for deployment archive 95MB
    >
    I hope for you that the information from the blog has changes in the meantime (blog is from end of last year). Check the current doc for the cloud ...
    Timo

  • Oracle SQL*PLUS has encountered a problem and needs to close

    When I have done like below,
    C:\Documents and Settings\himanshu.chaudhari>sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Jul 14 07:38:22 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> conn sys@dev as sysdba
    Enter password:
    Connected.
    SQL> spool e:/spool/test.log
    SQL> @e:/spool/ms_script.sql
    Got error like ,
    Oracle SQL*PLUS has encountered a problem and needs to close. We are sorry for the inconvenience.
    AppName: sqlplus.exe     AppVer: 0.0.0.0     ModName: oranls10.dll
    ModVer: 10.2.0.1     Offset: 0005d6ff
    I am using,
    Operating System: Microsoft Windows XP Professional Version 2002 Service Pack 3,
    Have two different oracle client on same drive
    1) 10.2.0.1.0
    2) 8.1.7.4.0
    I have tried,
    Run selecthome.bat from BIN but got same error,
    Run sqlpus.exe from particular home then also got same error..
    So , Please anyone can have some idea regarding the same ?

    Is there any other error in error.log file?
    What do you run in that (ms_script) script?
    Have you used both sqlplus?
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Services has timed out at the startup

    Hi,
    We are running on SAP XI 3.0 SP 21 Windows 2003 with Oracle 10.2.0.2. The problem is that some of the J2EE services cannot be started, at the startup phase, after respecful offline backup. Please find the error, below;
    06/13/2010 , 22:09:22:062 , Service com.sap.aii.adapter.xi.svc has timed out > hard reference to service com.sap.aii.af.cpa.svc. , Error , /System/Server , com.sap.engine.core.service630.container.MemoryContainer ,  ,
    06/13/2010 , 22:09:22:062 , Service com.sap.aii.adapter.file.svc has timed out > hard reference to service com.sap.aii.af.cpa.svc. , Error , /System/Server , com.sap.engine.core.service630.container.MemoryContainer ,  ,
    06/13/2010 , 22:09:22:062 , Service com.sap.aii.adapter.mail.svc has timed out > hard reference to service com.sap.aii.af.cpa.svc. , Error , /System/Server , com.sap.engine.core.service630.container.MemoryContainer ,  ,
    06/13/2010 , 22:09:22:062 , Service com.sap.aii.af.cpa.svc has timed out > service com.sap.aii.af.cpa.svc start method invoked. , Error , /System/Server , com.sap.engine.core.service630.container.MemoryContainer ,  ,
    06/13/2010 , 22:09:22:062 , Service com.sap.aii.af.ms.svc has timed out > hard reference to service com.sap.aii.af.svc. , Error , /System/Server , com.sap.engine.core.service630.container.MemoryContainer ,  ,
    06/13/2010 , 22:09:22:062 , Service com.sap.aii.adapter.rfc.svc has timed out > hard reference to service com.sap.aii.af.cpa.svc. , Error , /System/Server , com.sap.engine.core.service630.container.MemoryContainer ,  ,
    06/13/2010 , 22:09:22:062 , Service com.sap.aii.adapter.bc.svc has timed out > hard reference to service com.sap.aii.af.cpa.svc. , Error , /System/Server , com.sap.engine.core.service630.container.MemoryContainer ,  ,
    06/13/2010 , 22:09:22:062 , Service tc~lm~ctc~cul~service_sda has timed out > service tc~lm~ctc~cul~service_sda start method invoked. , Error , /System/Server , com.sap.engine.core.service630.container.MemoryContainer ,  ,
    06/13/2010 , 22:09:22:062 , Service com.sap.aii.af.ispeak.svc has timed out > hard reference to service com.sap.aii.af.ms.svc. , Error , /System/Server , com.sap.engine.core.service630.container.MemoryContainer ,  ,
    06/13/2010 , 22:09:22:062 , Service com.sap.aii.adapter.jdbc.svc has timed out > hard reference to service com.sap.aii.af.cpa.svc. , Error , /System/Server , com.sap.engine.core.service630.container.MemoryContainer ,  ,
    06/13/2010 , 22:09:22:062 , Service rfcengine has timed out > hard reference to service ejb. , Error , /System/Server , com.sap.engine.core.service630.container.MemoryContainer ,  ,
    06/13/2010 , 22:09:22:062 , Service com.sap.aii.adapter.jms.svc has timed out > hard reference to service com.sap.aii.af.cpa.svc. , Error , /System/Server , com.sap.engine.core.service630.container.MemoryContainer ,  ,
    06/13/2010 , 22:09:22:062 , Service com.sap.aii.af.security.service has timed out > hard reference to service com.sap.aii.af.cpa.svc. , Error , /System/Server , com.sap.engine.core.service630.container.MemoryContainer ,  ,
    06/13/2010 , 22:09:22:062 , Service ejb has timed out > service ejb start method invoked. , Error , /System/Server , com.sap.engine.core.service630.container.MemoryContainer ,  ,
    06/13/2010 , 22:09:22:062 , Service com.sap.aii.adapter.marketplace.svc has timed out > hard reference to service com.sap.aii.af.cpa.svc. , Error , /System/Server , com.sap.engine.core.service630.container.MemoryContainer ,  ,
    06/13/2010 , 22:09:22:062 , Service com.sap.aii.af.svc has timed out > hard reference to service com.sap.aii.af.cpa.svc. , Error , /System/Server , com.sap.engine.core.service630.container.MemoryContainer ,  ,
    06/13/2010 , 22:09:22:062 , 16 services have timed out. , Error , /System/Server , com.sap.engine.core.service630.container.MemoryContainer ,  ,
    06/13/2010 , 22:09:22:015 , Sun Jun 13 22:09:22 EEST 2010 Thread[Thread-1] initiated a full thread dump due to: Timed out services:
    Service com.sap.aii.af.svc > hard reference to service com.sap.aii.af.cpa.svc.
    Service com.sap.aii.adapter.marketplace.svc > hard reference to service com.sap.aii.af.cpa.svc.
    Service ejb > service ejb start method invoked.
    Service com.sap.aii.af.security.service > hard reference to service com.sap.aii.af.cpa.svc.
    Service com.sap.aii.adapter.jms.svc > hard reference to service com.sap.aii.af.cpa.svc.
    Service rfcengine > hard reference to service ejb.
    Service com.sap.aii.adapter.jdbc.svc > hard reference to service com.sap.aii.af.cpa.svc.
    Service com.sap.aii.af.ispeak.svc > hard reference to service com.sap.aii.af.ms.svc.
    Service tc~lm~ctc~cul~service_sda > service tc~lm~ctc~cul~service_sda start method invoked.
    Service com.sap.aii.adapter.bc.svc > hard reference to service com.sap.aii.af.cpa.svc.
    Service com.sap.aii.adapter.rfc.svc > hard reference to service com.sap.aii.af.cpa.svc.
    Service com.sap.aii.af.ms.svc > hard reference to service com.sap.aii.af.svc.
    Service com.sap.aii.af.cpa.svc > service com.sap.aii.af.cpa.svc start method invoked.
    Service com.sap.aii.adapter.mail.svc > hard reference to service com.sap.aii.af.cpa.svc.
    Service com.sap.aii.adapter.file.svc > hard reference to service com.sap.aii.af.cpa.svc.
    Service com.sap.aii.adapter.xi.svc > hard reference to service com.sap.aii.af.cpa.svc.
    , Error , /System , com.sap.engine.frame.Environment ,  ,
    06/13/2010 , 22:06:16:453 , deploymentListener registered , Info ,  , com.sap.tc.lm.ctc.cul.j2eeengine.CULServiceFrame ,  ,
    06/13/2010 , 22:06:16:437 , entering CulServiceFrame.start , Info ,  , com.sap.tc.lm.ctc.cul.j2eeengine.CULServiceFrame ,  ,
    06/13/2010 , 22:06:15:890 , Configuration util service started successfully. , Info , /System/Server/CTC , com.sap.tc.lm.ctc.confs.service.ServiceFrame ,  ,
    06/13/2010 , 22:06:14:656 , Starting Configuration util service... , Info , /System/Server/CTC , com.sap.tc.lm.ctc.confs.service.ServiceFrame ,  ,
    Consequently, because of those processes were timed out, XI cannot be started, successfully. As a workaround, I am restarting java servers, manually. So, anyone has a suggestion about this problem?
    Thank you

    Hello Orkun
    Ensure that the MaxThreadCount parameter is set to 350 as per note #937159 XI Adapter Engine is stuck. This will help the overall system performance.        
    Regards
    Mark

  • PDF files in Oracle Content Services?

    Is it possible to create PDF files in Oracle Content Services? is there a facility to convert protected documents to .pdf files

    We are currently working with Adobe on this requirement and have implemented a POC that allows you to submit a document to workflow in content DB (for example, during a check-in operation) and through a custom BPEL flow, submit to an Adobe LiveCycle server where the document gets turned into a PDF, has policy and digital signatures applied to it.
    The current POC does more than just convert to PDF. it does the following to the original document:
    1) Converts it to PDF
    2) Inserts signature fields, so the PDF can be digitally signed later
    3) Applies policy (applies E-DRM, e.g. the end user can view but not copy the text or print the PDF)
    4) Certifies the document (Server applies digital certificate to signature field)
    5) Reader extends the document (enables end user to digitally sign PDF and add comments with Adobe Reader)
    thanks,
    Matt.

  • Oracle DB service - wrong credencials

    Hi, all.
    We've got a problem with communicating between web server (Win 2003, IIS 6) named WEB and DB server (Win 2003 Itanium, Oracle 10g 10.2) named ORACLE.
    DB service has to read the file from special folder at web server into BLOB using special dll function. A share is created for that folder with full access permissions to ORACLE$ account, meaning computer account of DB server.
    This scheme works on about 10 our servers all around the country, but not on these 2 servers.
    It works for two times (2 files are loaded) but when any user tries to load the third one (no matter, which user, which file) we get "Access denied" error while DB tries to read the file.
    Windows Security logs show us, that for first two files Oracle server uses ORACLE$ account mentioned above, but then it starts using NT AUTHORITY\ANONYMOUS LOGON account.
    We tried to restart servers, listener, DB service, but it never helps. After a while everything becomes OK again - again for two files - and then the same shit happens.
    Any ideas?

    user8321972 wrote:
    DB service has to read the file from special folder at web server into BLOB using special dll function.It would really help if you would let us know what your sentence quoted above actually means. It appears to mean roughly the same as the sentence below:
    "I've built a car to carry some people using special alloys, but it doesn't work"
    Have you actually written some code? If so is it in one of Oracle's recognised languages - PL/SQL,SQL,Java - and could you share the code that is failing.
    Niall Litchfield
    http://www.orawin.info/

  • Oracle Self Service time

    Hi,
    Can anyone tell me that how to have default into oracle self service time. For e.g suppose if i have not submitted time card from 6/12-6/18 then in the week of 6/19 - 6/25, I should see the timecard for 6/12-6/18 in oracle self service time not for 6/19-6/25

    Unless you are on R12.1, you can't control this value. If you are on 12.1, Default Timecard Period has been added to preference Self Service Timecard Period for a Worker, where the following options are available:
    Period on or after system date
    Earliest Period prior to system date
    Closest Period prior to system date
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Solaris SMF configuration for Oracle CSS service

    Below is the code to create oracle CSS service with solaris SMF, it will create smf service with instance name as "default" where as i need to change it to "css"
    svc:/application/oracle/css:default
    change service instance name to
    svc:/application/oracle/css:css
    i don't know about smf and xml, can somebody help me to change css service name ?
    <?xml version="1.0"?>
    <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
    <!-- $Id: oracle-database-css.xml,v 1.4 2006/03/19 21:19:40 joomul Exp $
      The contents of this file are subject to the terms of the
      Common Development and Distribution License, Version 1.0 only
      (the "License").  You may not use this file except in compliance
      with the License.
      You can obtain a copy of the license at
       http://www.opensource.org/licenses/cddl1.php
      See the License for the specific language governing permissions and
      limitations under the License.
      Copyright 2005, 2006 Joost Mulders.
      This document contains a service definition for the
        Cluster Synchronization Services (CSS) process.
      This process is required for ASM and RAC. It should be started via smf(5)
      only for *non-RAC* systems. On RA clusters, this daemon is started via crs.
    -->
    <service_bundle type='manifest' name='oracle-database-css'>
    <service
      name='application/oracle/css'
      type='service'
      version='1'>
      <create_default_instance enabled='false' />
      <!-- CSS depends on multi-user. That takes care of details like filesystem -->
      <dependency
       name='multi-user'
       grouping='require_all'
       restart_on='error'
       type='service'>
       <service_fmri
        value='svc:/milestone/multi-user:default' />
      </dependency>
      <exec_method
       type='method'
       name='start'
       exec='$ORACLE_HOME/bin/ocssd'
       timeout_seconds='30' >
       <method_context>
        <method_credential
         user='oracle'
         group='dba'
         supp_groups=':default'
         privileges=':default'
         limit_privileges=':default' />
        <method_environment>
         <envvar name='ORACLE_HOME' value='/u01/app/oracle/product/10.2.0.1/asm_1' />
        </method_environment>
       </method_context>
      </exec_method>
      <exec_method
       type='method'
       name='stop'
       exec=':kill'
       timeout_seconds='60' >
       <method_context>
        <method_credential
         user='oracle'
         group='dba'
         supp_groups=':default'
         privileges=':default'
         limit_privileges=':default' />
        <method_environment>
         <envvar name='ORACLE_HOME' value='/u01/app/oracle/product/10.2.0.1/asm_1' />
        </method_environment>
       </method_context>
      </exec_method>
      <!-- ocssd.bin does not detach -->
      <property_group name='startd' type='framework'>
       <propval name='duration' type='astring' value='child' />
       <propval name='modify_authorization' type='astring'
        value='solaris.smf.manage.oracle.database' />
      </property_group>
      <property_group name='general' type='framework'>
       <propval name='modify_authorization' type='astring'
        value='solaris.smf.manage.oracle.database' />
       <propval name='action_authorization' type='astring'
        value='solaris.smf.manage.oracle.database' />
      </property_group>
      <stability value='Unstable' />
      <template>
       <common_name>
        <loctext xml:lang='C'>
         Oracle Cluster Synchronization Services (CSS)
        </loctext>
       </common_name>
       <documentation>
        <doc_link
         name='Intro to Oracle Clusterware and Oracle Real Application Clusters'
         uri='http://download-east.oracle.com/docs'/>
       </documentation>
      </template>
    </service>
    </service_bundle>Edited by: sachinonnet on Jan 12, 2010 2:01 AM

    Hi,
    i got the solution as below
    removed below line from service xml
    <create_default_instance enabled='false' />
    created another xml file for instance xml, where i specified the name of instance.
    <?xml version="1.0"?>
    <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
    <!-- $Id: oracle-database-instance.xml,v 1.12 2006/03/12 19:51:20 joost Exp $
      The contents of this file are subject to the terms of the
      Common Development and Distribution License, Version 1.0 only
      (the "License").  You may not use this file except in compliance
      with the License.
      You can obtain a copy of the license at
       http://www.opensource.org/licenses/cddl1.php
      See the License for the specific language governing permissions and
      limitations under the License.
      Copyright 2005,2006 Joost Mulders.
      This document contains a service definition for an Oracle database instance.
      It contains some instance specific variables like ORACLE_SID and ORACLE_HOME.
      These must be filled in below.
      Other -generic database- service properties are inherited from the parent
      service, 'application/oracle/database'.
      A database instance can be brought under SMF control by:
       * running /lib/svc/method/ora-smf autoimport
    *OR*
       * filling in the blanks (marked with '' or ':default') below
       * svccfg import <file>
    -->
    <service_bundle type='manifest' name='oracle-database-instance'>
    <service
      name='application/oracle/database'
      type='service'
      version='1'>
      <dependency name='oracle-asm' grouping='require_all' restart_on='none' type='service'>
        <service_fmri value='svc:/application/oracle/database:ASM' />
      </dependency>
      <!-- The SMF instance name MUST match the database instance -->
      <instance name='PDB' enabled='false'>
       <method_context
        working_directory='/u01/app/oracle/product/10.2.0.1/db'
        project=':default'
        resource_pool=':default'>
        <!--
          The credentials of the user with which the method is executed.
        -->
        <method_credential
         user='oracle'
         group='dba'
         supp_groups=':default'
         privileges=':default'
         limit_privileges=':default'/>
        <method_environment>
         <envvar name='ORACLE_SID' value='pdb' />
         <envvar name='ORACLE_HOME' value='/u01/app/oracle/product/10.2.0.1/db' />
        </method_environment>
       </method_context>
      <!--
       A generic options property group for this database.
       This property group has currently only one variable: instance_type.
       instance_type describes the type of database instance. It's value can be
       RDBMS or ASM. RDBMS denotes a classic database instance and ASM is a storage
       manager instance.
      -->
      <property_group name='options' type='application'>
       <stability value='External' />
       <propval name='instance_type' type='astring' value='RDBMS' />
       <propval name='modify_authorization' type='astring'
        value='solaris.smf.manage.oracle.database' />
      </property_group>
      </instance>
    </service>
    </service_bundle>

  • Oracle Heterogeneous Services to create link With Excel spreadsheet.

    Hi
    Please adivse how to use "Oracle Heterogeneous Services" to create a database link from Oracle to the Excel spreadsheet.
    Wishes
    Jawad

    Dear Anwar,
    I'm using XPSP2 10gR2Enterprise
    SID=ORCL
    host=andor (my PC's name)
    Pls help me. I'm struggling with HS also so I've followed your lines, meaning:
    I can create the database link, but cannot retrieve data from source. (see 7.)
    1a. I have created the Excel file c:\EXCL.xls
    NEV DATUM BOOL NUMBER
    Stefán Balázs 09.nov TRUE 0
    Sebestyén Dénes 10.nov TRUE -11
    Tóth Andor 11.nov FALSE 12.3
    c: is partition on the same server where 10g sits.
    1b. I've created an ODBC system DSN for this excel file, named EXCL.
    2. tnsnames.ora has bee nupdated by this:
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = andor)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    EXCL =
         (DESCRIPTION =
              (ADDRESS_LIST =
                   (ADDRESS = (PROTOCOL = TCP)(HOST = andor)(PORT = 1521))
              (CONNECT_DATA =
                   (SID = EXCL)
              (HS = OK)
    3. listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = EXCL)
    (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
    (PROGRAM = EXCL)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = andor)(PORT = 1521))
    4. initexcl.ora in hs directory:
    HS_FDS_CONNECT_INFO = EXCL
    HS_FDS_TRACE_LEVEL = 0
    Listener restarted.
    5. in iSQLPlus:
    SQL> CREATE DATABASE LINK excl USING 'excl';
    Database link created.
    6. in Enterprise Manager there is a Database Link:
         database links: EXCL.REGRESS.RDBMS.DEV.US.ORACLE.COM
    service name: excl
    7. testing the database link says:
    The Database Link is not active.
    ORA-28545: .Unable to retrieve text of NETWORK/NCR message 65535... ORA-02063: previous 2 lines from EXCL
    Please help me to get over this.

  • After start of Grid High Availability Service (HAS) can't umount filesystem

    I have weird problem when I start and stop HAS. File system get's into state, where it does not umount. So filesystem where grid software is running can't be umounted on boot. 9Is there something I do wrong, or don't do right.
    I have fresh install of latest 64-bit UEK2 kernel (2.6.39-400.109.1.el6uek.x86) and Oracle 11.2.0.3 Grid Infrastructure for standalone server. I Installed patch p12983005 (112036_Linux-x86-64) to get ACFS support for kernel. When I start HAS and ASM, file system does not umount anymore. Here's steps. Example is from local disk, but I have same problem with LUN from SAN. I thought it might have something to do with SAN and multipath, but SAN is not to blame cos same happens with local disk. Don't know why local disk seem be mapped by multipath in fstab.
    1. Mount fs
    [root@SERVER ~]# mount -t ext4 /dev/mapper/vg_SERVER-lv_app /u01
    2. Start HAS
    [grid@SERVER ~]$ crsctl start has
    CRS-4123: Oracle High Availability Services has been started.
    3. Stop HAS
    [grid@SERVER ~]$ crsctl stop has
    CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'SERVER'
    CRS-2673: Attempting to stop 'ora.cssd' on 'SERVER'
    CRS-2673: Attempting to stop 'ora.LISTENER.lsnr' on 'SERVER'
    CRS-2677: Stop of 'ora.cssd' on 'SERVER' succeeded
    CRS-2677: Stop of 'ora.LISTENER.lsnr' on 'SERVER' succeeded
    CRS-2673: Attempting to stop 'ora.evmd' on 'SERVER'
    CRS-2677: Stop of 'ora.evmd' on 'SERVER' succeeded
    CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'SERVER' has completed
    CRS-4133: Oracle High Availability Services has been stopped.
    4. Try umount
    [root@SERVER ~]# umount /u01
    umount: /u01: device is busy.
            (In some cases useful info about processes that use
             the device is found by lsof(8) or fuser(1))
    [root@SERVER ~]# fuser /u01
    [root@SERVER ~]# lsof |grep /u01
    Neither of fuser or lsof returns nothing.
    This and the fact that ACFS cannon't be mounted on boot, get's me wondering should I use ASM and Oracle Restart at all at this point. Initial reason is that in future this is likely going to be part of RAC.

    I followed the instructions and copied the edid file I obtained while monitor was connected directly to the specified directory.
    Now I get:
    Jan 17 13:14:09 daniel-think kernel: platform VGA-1: Direct firmware load for edid/medion-edid.bin failed with error -2
    Jan 17 13:14:09 daniel-think kernel: [drm:edid_load] *ERROR* Requesting EDID firmware "edid/medion-edid.bin" failed (err=-2)

  • Oracle BI services problem when attempting to start

    Hi All,
    I installed OBIEE basic edition which have oc4j and after installation, i have restarted my windows machine and oc4j is getting started automatically. Here my problem is my Oracle BI java host services in windows is not getting started. It is giving me an error as follows:
    could not start oracle BI Java host service on Local Computer.
    Error 1053: The service did not respond to the start or control request in a timely fashion.
    Google resulted me to no where on this particular error, and even i tried to start Oracle BI Server service and it is giving me same error. can somebody help me on this?
    Best Regards,

    Hi rnm, I have this path "*C:\OracleBI\server\Bin*" in my environment and i also could able to find the same in the ImagePath variable where you told me to check and i could able to find out NQSServer.exe file.
    Now, what am not able to find is the log files in "*C:\OracleBI\server\Log*" this path ie, there are no log files present in my 'log' directory.
    One more imp thing is, as per Rittman, we will be having java host log files at "C:/ORACLEBIDATA/web/log/javahost/jhost0.log". But, i have only "*C:\OracleBIData\web*" this path, ie, there is no javehost dir* and further files!!. So, shall i suspect some issue with my installation?
    I also searched for java host log file in my system, but, i could not find it. SO, basically what my presumption is that the log file is not been created when i try to ran Oracle BI Java Host service. SO,is my problem related to services? In otherwords, does this java host services has less time to execute successfully than required?? do i have to reinstall OBIEE itself?? please advise.

  • Oracle heterogeneous services in 10g r2

    The dba configured oracle heterogeneous services to connect to a SQL Server database.
    The purpose of doing this is to select from a view in SQL Server.
    We are able to select. But as soon as a where clause is introduced, the session just hangs.
    So we thought it might be because we are accessing a view.
    We then created a table in SQL Server and inserted all the data into the table. However, the select with a where clause does not work.
    We then created a table in Oracle and selected from the view in SQL Server to insert data into the oracle table . Once the data is in an Oracle table, we are able to select and use a where clause. We do not want to bring data into Oracle as the data architect is trying to avoid a duplication scenario.
    The DBA is not able to find what is wrong. Can someone please help. Have you seen a similar issue?
    The oracle version is 10.2.0.4 and sql server is 2000.
    Thanks,
    ksd
    Edited by: user8699561 on Mar 16, 2010 8:30 AM

    If the application is using sequences, it cannot require that values are not skipped. Oracle sequences will never be gap-free. And assuming that there are multiple users, the order of transactions and the order of sequence generated values cannot be guaranteed.
    I suppose that if your failover process was manual and scheduled and the downtime window was sufficient (i.e. you're failing over because you're taking one server down for scheduled maintenance, not because there was an unexpected fault), you could set up a script that would shut down the application, iterate over the sequences on the master getting the next value, alter the local sequences (presumably by altering the increment, selecting the next value from the local sequences, and returning the increment to 1), and then allow the application to start on the new server. If your downtime window is sufficient, when the primary has an unscheduled failure, you could potentially do a SELECT MAX(primary key) on each table on the local system (while the application is down), alter the sequences and then allow the application to start running. Neither is a particularly pretty option, and the latter option can be quite expensive if there is a lot of data.
    Justin

  • Certificate for Solaris 10 on Oracle reports services

    Hi All,
    We are changing our OS from HP UX to solaris 10. In the fusion middleware certificate, it has been mentioned as the Solaris 10 update 4+ OS does not support Oracle Forms builder and Reports builder
    Can some one help me to confirm if really the Oracle report services 11g is not supported by Solaris 10? if not, can u please give me some other reference (apart from fusion m/w certificate) where I could confirm that this is not supported. As well as can we maintain the Oracle 10g report services in Solaris 10 if the DB is 11g.
    Thanks,
    Jeya

    Hi,
    You go in DB13 and Schedule backup online with redolog file, and for offline database with redolog file.
    Please use tape media name in both the backup.
    Tape media nameing procedure.
    login in prd server in root,
    #su - <sid>adm
    #brbackup - i force -v <tapemedia name> (for ex. XXPB01)
    The same name you will use at the time of backup schedule.
    Anil

Maybe you are looking for

  • Transaction timeouts

    Hi,           From a bean's method whose transaction attribute is marked as           <Required>, I call another bean whose transaction attribute is marked as           <RequiresNew> (container managed transactions). When the container           susp

  • Communicate between two iviews

    Hi everyone, if i create two iviews. And i want to pass a variable from one iview to the other one by triggling an event . What technology can help me do that?  Thx~~

  • Regarding the AGE ANalysis

    Hi Can anybody provide me Standard report which can tell me the how much Qty of stock is lying in particular storage location of plant for since how many days? If i want to develop customized report what logic i should follow ? Regards

  • Open Office in SAP

    Dear All, In ALV Grid, there is a option for spreadsheet in place (CtrlShiftF7). ie.,the list is being displayed in Excel screen within SAP environment (Provided, VBA should be enabled in Excel). Our requirement is to do the above process in Open Off

  • IMAGE IN ALV CELL

    Hi Guys, I have inserted image element as cell editor in alv column. But image is not coming. Check the below code and let me know where i did mistake.      DATA: LR_IMG3 TYPE REF TO CL_SALV_WD_UIE_IMAGE.     DATA: LO_COLUMN3 TYPE REF TO CL_SALV_WD_C