DBMS_JOB Jobs Not Starting in oracle 9i

i have a job in oracle 9i for windows 2003 standar edition; however it don't have error but dont execute automatic but manual execute is good;
DECLARE
X NUMBER;
BEGIN
SYS.DBMS_JOB.SUBMIT
( job => X
,what => 'PU_P_DIARIO;'
,next_date => to_date('11/04/2007 07:00:00','dd/mm/yyyy hh24:mi:ss')
,interval => 'TRUNC(SYSDATE + 1) + 7/24'
,no_parse => TRUE
SYS.DBMS_OUTPUT.PUT_LINE('Job Number is: ' || to_char(x));
END;
commit;

i execute manualy in at 11-04-2007 10:19 and the next time should be at 10-04-2007 11:00 but it dont execute automatic then at he 11:am dont change the time in the script (the time is the same)
scrip executed at 10:55
JOB, LAST_DATE, NEXT_DATE,NEXT_SEC,FAILURES,BROKEN,DESCRIPTION
4, 10/4/2007 10:19:06 AM, 10/4/2007 11:00:00 AM,11:00:00,0,N,RRHH_PPC.PU_P_DIARIO;
scrip executed at the 11:06
JOB,LAST_DATE,NEXT_DATE,NEXT_SEC,FAILURES,BROKEN,DESCRIPTION
4,10/4/2007 10:19:06 AM,10/4/2007 11:00:00 AM,11:00:00,0,N,RRHH_PPC.PU_P_DIARIO;

Similar Messages

  • Could not start the oracle service on local computer

    Could not start the oracle service on local computer, did not return an error blah, blah.
    I am running Oracle 9i r2 Windows, and have choosen to start my instances manually. When i start them up I get the above error message. But if I am a little patient the services do start up and all is fine, so far as i can see anyway.
    I am curious to know why does this error message arise.
    Thanks in anticipation
    Fergus

    To start the database in windows you have to start first the OracleService<SID> service.
    These are the steps that you have to do at the command line:
    NET START OracleService<SID>
    SET ORACLE_SID=<database sid>
    sqlplus /nolog
    conn sys/password as sysdba
    startupJoel Pérez
    http://otn.oracle.com/experts

  • "could not start the Oracle BI Presentation Server on Local computer error"

    Hello Folks,
    i am trying to start the OBIEE Presentation services, The OBIEE server and Java Host Services are started.
    i am getting this error and i didnt change any settings and finally getting this error
    "Windows could not start the Oracle BI Presentation Server on Local Computer. For more information, review the System Even Log. If this is a non Microsoft service contact the service vendor, and refer to service-specific error code -1."
    thanks

    Here is the solution from another freind
    1. Stop BI Server Service > Start BI Server Service > Start BI Presentation Service. If that doesn't work...
    2. Restart machine and follow step 1. If that doesn't work...
    3. Check instantconfig.ini file and check syntax is correct. Also check java directory path mentioned is the valid one. If that doesn't work...
    4. Rename the catalog folder to something else and follow step 1. It will create new catalog folder. Then copy _Shared from old catalog folder and you are good to go.
    catalog folder will be in oraclebidata/web/catalog...
    either delete the folder and create a new empty one or rename it
    also have a look at instanceconfig.ini file
    thanks

  • Could not start the oracle orcl service on local computer 1053

    I ve oracle 8i with Windows XP ,when I try to start it manually also it show ing the 1053 could not start the oracle orcl service on local computer 1053 what should i do?
    Thanks
    [email protected]

    go to oarcle service
    click the service
    choose logon
    click the boutton
    local system. now try start service

  • Could not start the Oracle Forms Server

    I am using Windows 2000 Professional
    The Oracle Forms Server [Forms60Server] service failed to start due to the following error:
    Access is denied.
    Event ID: 7000
    Source: Service Control Manager
    Description: Could not start the Oracle Forms Server [Form60Server] service on a Local Computer.
    Error 0005: Access is Denied

    Description:
    I Installed Oracle Forms6i and when i tried to run web test form I got this :
    Event Type:     Information
    Event Source:     Application Popup
    Event Category:     None
    Event ID:     26
    Description:
    Application popup: ifcgi60.exe - Unable To Locate DLL : The dynamic link library D2LA60.dll could not be found in the specified path C:\orant\tools\web60\cgi;.;C:\WINNT\System32;C:\WINNT\system;C:\WINNT;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem.
    this missed file already exist in <Oracle Home>\Bin
    directory, and if I copied it to the asked destination
    it asks for more CORE40.dll and NLSRTL33.dll
    and then those also copied then the screen disappears
    Question : Why did this error occur, what went wrong
    and how do I fix this problem
    2)the other question is in Forms9iDS Version 9.0.2.7.0 I am getting this error
    Event Type:     Error
    Event Source:     Service Control Manager
    Event Category:     None
    Event ID:     7000
    Description:
    The OracleOraHome9iAgent service failed to start due to the following error:
    Access is denied.
    FRM-92060 :Failed to connect to the server
    Bad machine specification :/forms90/190servlet:-1
    Any Suggestion will be appreciated

  • DB Control scheduled jobs not start

    I've several scheduled RMAN backup jobs in the jobs library of DB Control of a RAC database (not DBMS_JOBS). The problem is these jobs never start. Only start when I select "Execute immediately".
    Any clues or log/trace files I could check?
    Thanks.

    What is the setting of job_queue_processes in the Initialisation parameter of each instance?. Ensure that it is set to something greater than 0.

  • The demo BPEL application does not start in Oracle AS...

    Hi!
    I'd like to try out the OrderBooking BPEL demo application (what can be got from "http://www.oracle.com/technology/software/tech/webservices/index.html" page), but I cannot, because when I try to launch the webapplication (which will start the BPEL process), I get the next error message in the Mozilla Firefox:
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    The application an EAR file, which consists of 2 part:
    - productEJB.jar
    - soaui.war
    This the index.jsp:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1252"%>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
    <title>index</title>
    </head>
    <body>
    <%
    response.sendRedirect("faces/login.jsp");
    %>
    </body>
    </html>
    It find the index.jsp, because when the error message appears, then this is in the title:
    http://localhost:8888/soademo/faces/login.jsp
    Also the redirect is executed already. Maybe wrong JSF configuration? I checked the web.xml, but I think, it is good... :
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee">
    <description>Empty web.xml file for Web Application</description>
    <context-param>
    <param-name>
    oracle.adfinternal.view.faces.DISABLE_CONTENT_COMPRESSION
    </param-name>
    <param-value>true</param-value>
    </context-param>
    <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>client</param-value>
    </context-param>
    <context-param>
    <param-name>CpxFileName</param-name>
    <param-value>oracle.soademo.view.DataBindings</param-value>
    </context-param>
    <filter>
    <filter-name>adfFaces</filter-name>
    <filter-class>oracle.adf.view.faces.webapp.AdfFacesFilter</filter-class>
    </filter>
    <filter>
    <filter-name>adfBindings</filter-name>
    <filter-class>oracle.adf.model.servlet.ADFBindingFilter</filter-class>
    </filter>
    <filter>
    <filter-name>SOADemoFilter</filter-name>
    <filter-class>oracle.soademo.view.filter.SOADemoFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>adfFaces</filter-name>
    <servlet-name>Faces Servlet</servlet-name>
    </filter-mapping>
    <filter-mapping>
    <filter-name>adfBindings</filter-name>
    <url-pattern>*.jsp</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>adfBindings</filter-name>
    <url-pattern>*.jspx</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>SOADemoFilter</filter-name>
    <url-pattern>faces/retailclient/*</url-pattern>
    </filter-mapping>
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>resources</servlet-name>
    <servlet-class>oracle.adf.view.faces.webapp.ResourceServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>resources</servlet-name>
    <url-pattern>/adf/*</url-pattern>
    </servlet-mapping>
    <session-config>
    <session-timeout>35</session-timeout>
    </session-config>
    <mime-mapping>
    <extension>html</extension>
    <mime-type>text/html</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>txt</extension>
    <mime-type>text/plain</mime-type>
    </mime-mapping>
    <ejb-local-ref>
    <ejb-ref-name>ejb/local/ProductsFacade</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <local>oracle.soademo.clientmodel.ProductsFacadeLocal</local>
    <ejb-link>ProductsFacade</ejb-link>
    </ejb-local-ref>
    </web-app>
    Please help me, I don't know where the problem is!
    I am not adept in Oracle AS, there is a guide for demo and it helps to set AS.
    Thank You very much!

    Hi!
    I'd like to try out the OrderBooking BPEL demo application (what can be got from "http://www.oracle.com/technology/software/tech/webservices/index.html" page), but I cannot, because when I try to launch the webapplication (which will start the BPEL process), I get the next error message in the Mozilla Firefox:
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    The application an EAR file, which consists of 2 part:
    - productEJB.jar
    - soaui.war
    This the index.jsp:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1252"%>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
    <title>index</title>
    </head>
    <body>
    <%
    response.sendRedirect("faces/login.jsp");
    %>
    </body>
    </html>
    It find the index.jsp, because when the error message appears, then this is in the title:
    http://localhost:8888/soademo/faces/login.jsp
    Also the redirect is executed already. Maybe wrong JSF configuration? I checked the web.xml, but I think, it is good... :
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee">
    <description>Empty web.xml file for Web Application</description>
    <context-param>
    <param-name>
    oracle.adfinternal.view.faces.DISABLE_CONTENT_COMPRESSION
    </param-name>
    <param-value>true</param-value>
    </context-param>
    <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>client</param-value>
    </context-param>
    <context-param>
    <param-name>CpxFileName</param-name>
    <param-value>oracle.soademo.view.DataBindings</param-value>
    </context-param>
    <filter>
    <filter-name>adfFaces</filter-name>
    <filter-class>oracle.adf.view.faces.webapp.AdfFacesFilter</filter-class>
    </filter>
    <filter>
    <filter-name>adfBindings</filter-name>
    <filter-class>oracle.adf.model.servlet.ADFBindingFilter</filter-class>
    </filter>
    <filter>
    <filter-name>SOADemoFilter</filter-name>
    <filter-class>oracle.soademo.view.filter.SOADemoFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>adfFaces</filter-name>
    <servlet-name>Faces Servlet</servlet-name>
    </filter-mapping>
    <filter-mapping>
    <filter-name>adfBindings</filter-name>
    <url-pattern>*.jsp</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>adfBindings</filter-name>
    <url-pattern>*.jspx</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>SOADemoFilter</filter-name>
    <url-pattern>faces/retailclient/*</url-pattern>
    </filter-mapping>
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>resources</servlet-name>
    <servlet-class>oracle.adf.view.faces.webapp.ResourceServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>resources</servlet-name>
    <url-pattern>/adf/*</url-pattern>
    </servlet-mapping>
    <session-config>
    <session-timeout>35</session-timeout>
    </session-config>
    <mime-mapping>
    <extension>html</extension>
    <mime-type>text/html</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>txt</extension>
    <mime-type>text/plain</mime-type>
    </mime-mapping>
    <ejb-local-ref>
    <ejb-ref-name>ejb/local/ProductsFacade</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <local>oracle.soademo.clientmodel.ProductsFacadeLocal</local>
    <ejb-link>ProductsFacade</ejb-link>
    </ejb-local-ref>
    </web-app>
    Please help me, I don't know where the problem is!
    I am not adept in Oracle AS, there is a guide for demo and it helps to set AS.
    Thank You very much!

  • CRS not starting after Oracle 11g Grid was succesuflly installed

    Hi:
    Have 2 node RAC. My Shared storage is on openfiler.
    Oracle 11g Grid was successfully installed and all the services was working fine. When i restarted the system I found CRS was not coming up. Remaining processes were up and running.
    Let me explain what I did: (O/s RHEL 5.4 & oracle 11g R2 grid)
    I have a partition in shared disk /dev/sdc1 (I have other partitions, but thought of using only one for OCR and voting disk). (did not define it as raw partition as I used to do in 10g RAC).
    While installing Oracle grid and when it prompted to enter the Diskgroup for OCR and Voting disk I gave a name DGDATA and choose only one (external redundancy) disk “/dev/sdc1″ (it does not ask for one for OCR and one for Voting as it used to do in 10g clusterware installation). As per my assumption both OCR and Voting disk were created within /dev/sdc1 (after installation when I queried I got the same info)
    The Oracle grid installation has gone through successfully. when I restart the system I find CRS not starting.
    The log says: “Error PROC:26: Error while accessing the physical storage ASM……..
    ORA-01034: oracle not available...
    Could not init OCR, code:26….
    Linux permission denied".
    For your information….ASM instance is up (check in both the nodes) and I find the diskgroup mounted.
    Can anyone help on this.
    Also let me know how to uninstall Oracle 11g Grid software and configuration. If I have to reinstall the Oracle 11g grid software and config once again is it possible without reinstalling RHEL. Let me know the steps or any link please. don't want to get into a mess again.
    Thanks in advance.
    Regards
    Dinesh

    Jorg, I even tried to nomount the DB instance using initDBRAC.ora pfile. Then tried to create spfile still got the same error.
    The second trace file which I have pasted looks like some memory dump.
    ASM_DISKSTRING= /dev/sdc*
    ***********************************************************************1st trace file
    Fatal NI connect error 12547, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=beq)(PROGRAM=/crs/11.2.0/grid/bin/oracle)(ARGV0=oracle+ASM1_o000_dbrac)(ENVS='ORACLE_HOME=/crs/11.2.0/grid,ORACLE_SID=+ASM1')(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(enable=setuser)(CONNECT_DATA=(CID=(PROGRAM=oracle@skyit6)(HOST=skyit6)(USER=oracle))))
    VERSION INFORMATION:
    TNS for Linux: Version 11.2.0.1.0 - Production
    Oracle Bequeath NT Protocol Adapter for Linux: Version 11.2.0.1.0 - Production
    Time: 01-JUN-2011 01:27:07
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12547
    TNS for Linux: Version 11.2.0.1.0 - Production
    Oracle Bequeath NT Protocol Adapter for Linux: Version 11.2.0.1.0 - Production
    Time: 01-JUN-2011 01:27:07
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12547
    TNS-12547: TNS:lost contact
    ns secondary err code: 12560
    nt main err code: 517
    TNS-00517: Lost contact
    nt secondary err code: 32
    nt OS err code: 0
    ERROR: Failed to connect with connect string: (DESCRIPTION=(ADDRESS=(PROTOCOL=beq)(PROGRAM=/crs/11.2.0/grid/bin/oracle)(ARGV0=oracle+ASM1_o000_dbrac)(ENVS='ORACLE_HOME=/crs/11.2.0/grid,ORACLE_SID=+ASM1')(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(enable=setuser))
    Wed Jun 01 01:27:07 2011
    ERROR: slave communication error with ASM; terminating process 16772
    Errors in file /oraeng/app/oracle/product/diag/rdbms/dbrac/DBRAC/trace/DBRAC_ora_16772.trc:
    ----======================2nd trace file
    Trace file /oraeng/app/oracle/product/diag/rdbms/dbrac/DBRAC/trace/DBRAC_ora_16772.trc
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Real Application Clusters option
    ORACLE_HOME = /oraeng/app/oracle/product/11.2.0
    System name: Linux
    Node name: skyit6
    Release: 2.6.18-164.el5
    Version: #1 SMP Tue Aug 18 15:51:54 EDT 2009
    Machine: i686
    Instance name: DBRAC
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 25
    Unix process pid: 16772, image: oracle@skyit6 (TNS V1-V3)
    *** 2011-06-01 01:27:07.010
    *** SESSION ID:(1.3) 2011-06-01 01:27:07.010
    *** CLIENT ID:() 2011-06-01 01:27:07.010
    *** SERVICE NAME:() 2011-06-01 01:27:07.010
    *** MODULE NAME:(sqlplus@skyit6 (TNS V1-V3)) 2011-06-01 01:27:07.010
    *** ACTION NAME:() 2011-06-01 01:27:07.010
    ERROR: slave communication error with ASM; terminating process 16772
    *** 2011-06-01 01:27:07.035
    dbkedDefDump(): Starting a non-incident diagnostic dump (flags=0x0, level=2, mask=0x0)
    ----- Error Stack Dump -----
    ----- Current SQL Statement for this session (sql_id=bff5sku8phfgx) -----
    create spfile='+dgasmspfile/spfileDBRAC.ora' from pfile
    *** 2011-06-01 01:27:07.070
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    skdstdst()+41 call kgdsdst() BF9E05FC ? 2 ?
    ksedst1()+77 call skdstdst() BF9E05FC ? 0 ? 1 ? AB80E70 ?
    852F42A ? AB80E70 ?
    ksedst()+33 call ksedst1() 0 ? 1 ?
    dbkedDefDump()+2699 call ksedst() 0 ? 0 ? BF9E0D40 ? 0 ? 0 ?
    0 ?
    ksedmp()+47 call dbkedDefDump() 2 ? 0 ?
    kfTerminateMe()+75 call ksedmp() 2 ? 3 ? F1170AC ? F149234 ?
    5 ? BF9E0A6C ?
    kfnCheckCommError() call kfTerminateMe() F149234 ? BF9E0C1C ?
    +32 B033D83 ? 29392378 ?
    F149234 ? EB00601 ?
    kfncSlaveSubmit()+5 call kfnCheckCommError() 29392378 ? F149234 ?
    83
    kfncFileDelete()+11 call kfncSlaveSubmit() BF9E0E5C ? 0 ? F147B24 ?
    81
    kfioDelete()+126 call kfncFileDelete() 29DEE0 ? 1C ?
    ksfddel1()+582 call kfioDelete() 29DEE0 ? 1C ? D ?
    ksfddel()+187 call ksfddel1() 29DEE0 ? 1C ? D ? 0 ?
    BF9E0F2C ? 9BA2 ?
    ksp_spfile_create() call ksfddel() 29DEE0 ? 1C ? D ? 0 ?
    +677
    kspcspfp()+791 call ksp_spfile_create() BF9E49D4 ? 0 ? 29DEE0 ? 1C ?
    7D02 ? 0 ?
    kspocte()+67 call kspcspfp() 29DEE0 ? 1C ? F074CC4 ? F ?
    61,1 1%
    Regards
    Dinesh

  • Could not start the Oracle Agent service on local computer

    I have Oracle Enterprise 9.2.0.1 on Windows 2000 server,
    When I'm starting the Agent service I get this message:
    "Could not start the OracleOra9201Agent service on local computer.
    The service didn't return an error.This could be an internal Windows error or an internal service error. If the problem persists, contact your system administrator."
    Could you please help me to fix this problem? What I should do??

    Are you using DHCP or using static IP address?
    Also search forum , you ight get lots of thread addressing same issue.

  • Application Services Not Starting After Oracle Apps 11i Clone

    Hi All,
    Can any one help me out on this ........
    EBS: 11.5.9
    Database: 9.2.0.3.0
    After the cloning oracle Application Apache, Concurrent managers and other services are up and running perfectly but my forms and reports services are not coming up.
    It is showing time out when i tried to start the services. Please find the below
    Executing service control script:
    /disk1/oracle/dev1comn/admin/scripts/dev1_dataprepdev1/adfrmctl.sh start
    script returned:
    ERROR : Timed out: Interrupted Exception
    Command line may not be valid
    Executing service control script:
    /disk1/oracle/dev1comn/admin/scripts/dev1_dataprepdev1/adrepctl.sh start
    script returned:
    ERROR : Timed out: Interrupted Exception
    Command line may not be valid
    Executing service control script:
    /disk1/oracle/dev1comn/admin/scripts/dev1_dataprepdev1/adfmcctl.sh start
    script returned:
    ERROR : Timed out: Interrupted Exception
    Command line may not be valid
    Executing service control script:
    /disk1/oracle/dev1comn/admin/scripts/dev1_dataprepdev1/adfmsctl.sh start
    script returned:
    ERROR : Timed out: Interrupted Exception
    Command line may not be valid
    Thanks in advance...
    Sai

    976630 wrote:
    Hi Sir,
    The Issue get resolved
    i checked the dbc file and xml file for the password of Guest user it is same...
    But it is not default ORACLE. Checked in dbc , xml and fnd_user table. Changed it to default ORACLE in xml file and ran the adautocfg.sh
    The issue get resolved. Thanks for your help.Thanks for the update and for sharing the solution!
    Regards,
    Hussein

  • Instance not started with oracle 9i and solaris 9

    Hi!
    I installed oracle 9i for solaris 9 and when the database creates the system halt at 50% (créated and start oracle instance).
    Sorry, my english is bad
    thx
    laurent

    I suggest you use install_prep.sh to check if your server environment is fine to start oracle.
    See note 189256.1 on metalink and download file at http://metalink.oracle.com/cgi-bin/cr/getfile_cr.cgi?283805

  • Can not start & shutdown Oracle automatically

    I followed Linux installation guide, Page 4-4, 4-5 to set up dbora script & link to rc0.d, rc2.d & rc3.d. But Oracle doesn't start when Linux starts. I can run "./dbora start" or "./dbora stop" and it works. I think somehow in Linux has problem to execute dbora script. Anyone knows why & how to set it up?? Thanks..

    Well I am even unable to connect from windows 98 as well from linux server machine where database is installed !
    My dbstart is opening the datbase, lsnrctl is working okie, it is showing the services for orcl database, tnsnames.ora is okie.
    But when i try to connect using sqlplus from the linux machine or from 98 machine thro' telnet or enterprise manager of 98, it is giving error ORA-01034 oracle not avaiable.
    Any guidence.
    You can also mail me on [email protected]
    I am using oracle 8i 8.1.6
    Thanx in advance,
    Naimesh Trivedi
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by David Wang ([email protected]):
    I followed Linux installation guide, Page 4-4, 4-5 to set up dbora script & link to rc0.d, rc2.d & rc3.d. But Oracle doesn't start when Linux starts. I can run "./dbora start" or "./dbora stop" and it works. I think somehow in Linux has problem to execute dbora script. Anyone knows why & how to set it up?? Thanks..<HR></BLOCKQUOTE>
    null

  • Source system extraction job not starting

    Hi,
    I transported a CS,TR,UR from Development to Quality system  and it worked fine.
    Then i moved from Quality system  to Test system .
    Transports were successful.
    I see UP,TR,CS in active state.
    I checked the source system mapping and it is perfect.
    I checked source system connection and its OK
    I scheduled a IP from BI and the job did nt started any job in source system?
    Request you to help me on  this.

    Are you scheduling the job in the foreground/Background.?.
    Please schedule in foreground.
    Once you are scheduling the info package go to monitor tab
    and see how many records it is fetching.
    Also make sure you have a immediate scheduling option.
    Thanks,
    Saveen Kumar

  • Cluster_resource not starting in oracle RAC 11gR2 after adding

    I am using a RAC of 2 nodes (rac1,rac2) on windows 2008 Server R2 with Oracle 11gr2 grid installed.
    I am trying to add a cluster resource using
    *> crsctl add resource check -type cluster_resource -attr "ACTION_SCRIPT=C:\app\agent.exe"*
    It is success and is shown using crs_stat -t
    C:\app\11.2.0>crs_stat -t
    Name Type Target State Host
    check clus...esource ONLINE UNKNOWN rac2
    Now I am trying to start this using
    *>crsctl start resource check*
    Its failing with following error:
    CRS-2672: Attempting to start 'check' on 'rac2'
    CRS-2674: Start of 'check' on 'rac2' failed
    CRS-2679: Attempting to clean 'check' on 'rac2'
    CRS-2678: 'check' on 'rac2' has experienced an unrecoverable failure
    CRS-0267: Human intervention required to resume its availability.
    CRS-5802: Unable to start the agent process
    CRS-4000: Command Start failed, or completed with errors.
    Please help me in solving this problem.

    Hi FZheng ,
    Thanks for your reply.
    agent.exe is a application containing start/stop/clean/check cases.Its a simple application through which we want to check cluster resource addition.
    Yes Grid user has privileges to rum agent.exe.
    One thing more I want to add,this problem is only coming for ORACLE 11gR2.
    All other versions (11gR1,10g) its working fine.
    If we check crsd.log in %GRID_HOME%/log/crsd directory ..the logs are as follows:
    *[ AGFW][3616] Starting the agent: C:\app\11.2.0\grid\bin\scriptagent.exe with user id: administrator and incarnation:9*
    *[ AGFW][3616]Created alert : (:CRSAGF00123:) : Failed to start the agent process: C:\app\11.2.0\grid\bin\scriptagent.exe Category: -2 Operation: OpenService Loc: getusrtok2 OS error: 1060 Other : OpenService Failed*
    *[ AGFW][3616]Created alert : (:CRSAGF00126:) : Agent start failed*
    I guess the problem is with scriptagent.exe which is used to start 3rd party cluster resources.
    Please comment.

  • Job not started (create) in source system when I start the infopackage

    Hi experts...
    I have a problem with a process. (infopackage)
    This message in status during 17 hours.
    Request still running
    Diagnosis
    No errors could be found. The current process has probably not finished yet.
    System response
    The ALE inbox of the SAP BW is identical to the ALE outbox of the source system
    and/or
    the maximum wait time for this request has not yet run out
    and/or
    the batch job in the source system has not yet ended.
    Current status
    No Idocs arrived from the source system.
    After..
    Non-updated Idocs found in Source System
    Diagnosis
    IDocs were found in the ALE inbox for Source System that are not updated.
    Processing is overdue.
    Error correction:
    Attempt to process the IDocs manually. You can process the IDocs manually using the Wizard or by selecting the IDocs with incorrect status and processing them manually.
    I don't know how resolve this problem, the job that shoul be created in source system was not create.

    Hello RBS,
           As per the message posted ur idocs are in status 64 so u need to process those idocs manually and you can do this by going to transaction BD87 and reason u get this kind of problems is because you dnt have enough dialog process in application server or because of load balancing so contact your basis team if u face this kind of problem regularly.
    Assining Points = Thanks in SDN
    Thanks & Regards
       Jai
    Edited by: jai mam on Jul 8, 2008 4:19 PM

Maybe you are looking for

  • ITunes Purchased Music Won't Play

    OK, I must be doing something wrong. I sync my iPhone and it gets all the music I had selected. But I've discovered a number of songs that won't play...and these just happen to be iTunes purchased music! My regular mp3's will play. Now I know the pur

  • Firefox allows Java Applet with elevated permissions

    I ended up with a virus on Friday when I selected "View" on an HTML attachment from the GMail web interface. The attachment started up java and proceeded to install the malware "Desktop Security 2010" and make changes to my system startup. I'm wonder

  • How to attach the list in target group of crm email campaign with more than 3000 contacts

    Hi All,    I want to send emails for 3000 customers at a time. But I don't know the maximum limit, how to check the limit and if i reduce the number of customers then mail is going. please tell me any solution for this. Request id is not generating.

  • Add certificate to document security

    hi, i want to certify documents through document securirty. i am familar with the api, and there are no questions so far. 1. a x.509 certificate will be ok for certifying documents, isn't it? 2. i read the documentation of document security. i know h

  • Lightroom 3.6 / ACR 6.6 Camera Profiles Missing

    Greetings. I've read through so many threads about this, and still can't make camera profiles show up in either LR 3.6 or ACR 6.6. I'm shooting RAW with a Nikon D7000.  The only camera profiles available are Adobe Standard, Camera Standard, Neutral,