Oracle 9i scheduler

Hi Brother,
I am using 9i and just install statspack to collect db stats by hourly. I have modify the spauto.sql, and then run the script under perfstat. I see the schedule job is added to oracle scheduer but it is not run. see below. The oracle job stoppied on next run time. How can I check the oracle scheduler work or not?
SQL> select job, next_date, next_sec from user_jobs;
JOB NEXT_DATE NEXT_SEC
5 17-MAR-09 09:31:00

A few general remarks.
- 9i is a marketing label. Please post a version in the future.
- after calling dbms_job you must issue a commit statement
- job_queue_processes must be non-zero and job_queue_interval too
- after 16 failures the job will be set to broken, and won't run again.
- You need to provide more (formatted) information to work on, like last_date, last_sec, interval, what and above all status
Sybrand Bakker
Senior Oracle DBA

Similar Messages

  • Backing up Jobs, Chains and Programs in Oracle Job Scheduler

    What is the best way to back up Jobs, Chains and Programs created in the Oracle Job Scheduler via Enterprise Manager - and also the best way to get them from one database to another. I am creating quite a long chain which executes many programs in our test database and wish to back everything up along the way. I will also then need to migrate to the production database.
    Thanks for any advice,
    Susan

    Hi Susan,
    Unfortunately there are not too many options.
    To backup a job you can use dbms_scheduler.copy_job. I believe EM has a button called "create like" for jobs and programs but I am not sure about chains and this can be used to create backups as well.
    A more general purpose solution which should also cover chains is to do a schema-level export using expdp i.e. a dump of an entire schema.
    e.g.
    SQL> create directory dumpdir as '/tmp';
    SQL> grant all on directory dumpdir to public;
    # expdp scott/tiger DUMPFILE=scott_backup.dmp directory=dumpdir
    You can then import into a SQL text file e.g.
    # impdp scott/tiger DIRECTORY=dumpdir DUMPFILE=scott_backup SQLFILE=scott_backup.out
    or import into another database (and even another schema) e.g.
    # impdp scott/tiger DIRECTORY=dumpdir DUMPFILE=scott_backup
    Hope this helps,
    Ravi.

  • MS Services error 1064 when trying to start Oracle BI Scheduler service

    I am trying to configure Oracle BI Scheduler. After working through the config routines the Oracle BI Scheduler Service needs to be re-started. The Microsoft error message I get in the Services dialog is both consistent and persistent: "Could not start the Oracle BI Scheduler on local computer. Error 1064: An exception occurred in the service when handling the control request." This error seems to be well-known among users of this product, but the solution - if there is one - is not at all well-known... at least to me. Any help?

    Follow this article and make sure you defined all the steps. If any of these steps are wrong, the service throws the error.
    http://oraclebizint.wordpress.com/2007/09/13/oracle-bi-ee-10133-configuring-delivers-ibots/
    and also check is scheduler database is up and running.
    - Madan

  • Error 1064 while starting the Oracle BI Scheduler in Windows 7 - 32 bit

    Hi Everyone,
    When starting the OBIEE Version 10.1.3.3.3 's BI Scheduler, the following error has been retreived. ( I have installed newly and the rpd and the webcat has been placed in the corresponding folders newly. Before placing the rpd newly , when i started the Oracle BI Server , the same error has been retreived. But after replacing, its coming only for the Oracle BI Scheduler.
    Error 1064 : An exception Occurred in the service when handling the control request
    Please let me know your points to fix it in my local machine. ( The server mentioned above are installed in my local windows 7 operating system)
    Thanks,
    Madasamy M.

    Well first of all, Oracle 8 is 15 years old, so im not surprised at all it doesnt work properly on a much newer OS.
    %windir%/SYSWOW64/odbcad32.exe is for 32-bit drivers
    %windir%/system32/odbcad32.exe is for 64-bit drivers and this is the one being executed when running from control panel
    (logical, isnt it?...)
    The registry keys containing information about these are:
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC
    HKEY_LOCAL_MACHINE\SOFTWARE\ODBC
    in /ODBC/ODBCINST.INI/"ODBC Drivers" key, there is a list of the drivers, while ODBC/ODBCINST.INI/<driver_name> contains the details
    for example:
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\Oracle in OraDb11g_home2]
    "APILevel"="1"
    "CPTimeout"="60"
    "ConnectFunctions"="YYY"
    "Driver"="C:\\oracle\\base\\product\\db11202\\BIN\\SQORA32.DLL"
    "DriverODBCVer"="03.51"
    "FileUsage"="0"
    "Setup"="C:\\oracle\\base\\product\\db11202\\BIN\\SQORAS32.DLL"
    "SQLLevel"="1"based on this info, you can try to repair it in the registry manually as according to the error it doesnt have the correct path specified, however i would just install a newer, supported version

  • Cannot start Oracle BI Scheduler service ---pls help.

    Hi all,
    I'm new in OBIEE.
    I already installed and created some reports and dashboards in OBIEE. I found the problems that they are not updated data when new data loaded into DB.
    I tried to start the Oracle BI Scheduler service but it has had the error like the message below;
    "The description for Event ID ( 21 ) in Source ( Oracle BI Scheduler ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details.
    The following information is part of the event: [68008] Scheduler Error: [nQSError: 67042] The Scheduler Configuration is incorrect.
    [nQSError: 67004] Registry value for SchedulerScriptPath not set.."
    Could anyone suggest me how would I be able to solve this error ?
    Thank you in advance.
    NNN

    hi
    First I do thank you for your answer quickly.
    For now, I have tried to follow your suggestion but I found a new error when I start bi scheduler service.
    ==========================================================================================
    The description for Event ID ( 21 ) in Source ( Oracle BI Scheduler ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: [68008] Scheduler Error:
    Current Table: S_NQ_JOB.
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute.
    [nQSError: 17010] SQL statement preparation failed.
    Current Table: S_NQ_JOB_PARAM.
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute.
    [nQSError: 17010] SQL statement preparation failed.
    Current Table: S_NQ_INSTANCE.
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute.
    [nQSError: 17010] SQL statement preparation failed.
    Current Table: S_NQ_ERR_MSG.
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute.
    [nQSError: 17010] SQL statement preparation failed..
    ===================================================================
    Any concern that I should know and how can I hanle this error ?
    Thank you

  • Oracle BI Scheduler service inactive

    Hi all, when I try to save an Ibot, I get the following error:
    Oracle BI Scheduler Error: [nQSError: 76012] The Scheduler client connection was closed.
    Impactos del error
    Códigos de error: GYFPI8RN
    I have the Scheduler Service running and the Presentation services is also running. However, when I started the Scheduler Service, I got the following message in the log:
    2010-02-24 12:38:30
    [68013] Service started.
    2010-02-24 12:38:30
    Service started.
    2010-02-24 12:38:30
    [71076] Oracle BI Scheduler localhost:9705 has been changed to an Inactive state.
    How can I change the state from Inactive to Active, if this is the problem?
    Thanks in advance!

    hi elena, i am encountering same issue now but when i checked the instanceconfig.xml, there is no tag for PartOfCluster. May I know the format for this tag and where to put it in the instanceconfig.xml?
    thanks a lot!

  • Oracle BI Scheduler service

    Hi,
    To run my iBot i need to start the Oracle BI Scheduler service.
    When i try to start it i get error..
    In the NQScheduler.log..i am having following error....
    2009-02-18 14:14:40
    [68008] Scheduler Error: [nQSError: 67042] The Scheduler Configuration is incorrect.
    [nQSError: 67004] Registry value for SchedulerScriptPath not set.
    I am not able to understand the error....can somebody help me ?
    Thanks
    Vishal

    I had the same error when I tried to start the scheduler after install. Then I read this chapter on how to configure the scheduler +"Oracle® Business Intelligence Infrastructure Installation and Configuration Guide Version 10.1.3.2.1 April 2007 - 10 Configuring Oracle Business Intelligence Scheduler"+. After I had completed the configuration the scheduler then started without the error. Did you do this bit?
    In summary the steps were;
    1) Create the scheduler schema S_NQ_ tables using SAJOBS.xxx.sql and SAACCNT.xxx.sql
    2) Run schconfig to configure the scheduler(unix) with the database schema connection
    3) Add Scheduler Administrator Credentials to Oracle BI Presentation Services Credential Store (cryptotools)
    4) Configure Oracle BI Presentation Services to Identify the Credential Store (instanceconfig.xml)

  • Oracle BI Scheduler Service is stopping

    Hi All,
    I have installed OBIEE 10g ( vesion : 10.1.3.4.1 ) on Microsoft Windows server 2003.
    I am facing issue with Oracle BI Scheduler service when particular ibot is running.
    unable to find out root cause for this as error log is not getting crated.
    Can anyone please guide me how to identify root cause for this.
    Thanks.

    Also I have this log error, but it is sanscrit to me... and when I look it up it points me to a problem on Bursting but it is not even enabled on the Reports Properties.
    LOG: bi_server1-stdout-obiee_error_log:
    # ROTATION_TYPE = TIME
    # TIME_INTERVAL_MINS = 1440
    <Mar 25, 2015 12:00:48 AM BRT> <Error> <Diagnostics> <BEA-320142> <An error was encountered while performing size based data retirement on archive EventsDataArchive
    weblogic.diagnostics.accessor.DiagnosticDataAccessException: weblogic.store.PersistentStoreException: weblogic.store.PersistentStoreException: [Store:280029]The persistent store record 15,920 could not be found
      at weblogic.diagnostics.archive.wlstore.PersistentStoreDataArchive.deleteDataRecords(PersistentStoreDataArchive.java:1368)
      at weblogic.diagnostics.archive.wlstore.PersistentStoreDataArchive.retireOldestRecords(PersistentStoreDataArchive.java:1211)
      at weblogic.diagnostics.archive.DataRetirementByQuotaTaskImpl.performDataRetirement(DataRetirementByQuotaTaskImpl.java:92)
      at weblogic.diagnostics.archive.DataRetirementByQuotaTaskImpl.run(DataRetirementByQuotaTaskImpl.java:49)
      at weblogic.diagnostics.archive.DataRetirementTaskImpl.run(DataRetirementTaskImpl.java:261)
      Truncated. see log file for complete stacktrace
    Caused By: weblogic.store.PersistentStoreException: weblogic.store.PersistentStoreException: [Store:280029]The persistent store record 15,920 could not be found
      at weblogic.diagnostics.archive.wlstore.PersistentStoreDataArchive.readRecord(PersistentStoreDataArchive.java:698)
      at weblogic.diagnostics.archive.wlstore.PersistentStoreDataArchive.readRecord(PersistentStoreDataArchive.java:668)
      at weblogic.diagnostics.archive.wlstore.PersistentStoreDataArchive.getWrapper(PersistentStoreDataArchive.java:1767)
      at weblogic.diagnostics.archive.wlstore.PersistentStoreDataArchive.removeGarbageInPage(PersistentStoreDataArchive.java:1813)
      at weblogic.diagnostics.archive.wlstore.PersistentStoreDataArchive.cleanupPages(PersistentStoreDataArchive.java:1697)
      Truncated. see log file for complete stacktrace
    Caused By: weblogic.store.PersistentStoreException: [Store:280029]The persistent store record 15,920 could not be found
      at weblogic.store.io.file.FileStoreIO$TypeRecord.getSlot(FileStoreIO.java:1064)
      at weblogic.store.io.file.FileStoreIO.readInternal(FileStoreIO.java:244)
      at weblogic.store.io.file.FileStoreIO.read(FileStoreIO.java:235)
      at weblogic.store.internal.ReadRequest.run(ReadRequest.java:34)
      at weblogic.store.internal.StoreRequest.doTheIO(StoreRequest.java:64)
      Truncated. see log file for complete stacktrace
    >

  • Unable to start Oracle BI Scheduler

    Hi,
    I am learning OBIEE and very much new to this tool. Now i am practicing delivers. I have run the SAJOBS.Oracle script and created S_NQ_JOB,S_NQ_ERR_MSG, S_NQ_INSTANCE,S_NQ_JOB_PARAM table in DB. And i configured the scheduler with appropriate values. Now if i run the Oracle BI Scheduler, it is giving me the following error
    Could not start the Oracle BI Scheduler service on Local Computer.
    Error 1064: An exception occured in the service when handling the control request.
    Could you pleased provide me the solution. Thanks in advance.

    Me also get the same issue. Coul;d you pls tell me how to fix this issue.
    [68008] Scheduler Error: [nQSError: 67042] The Scheduler Configuration is incorrect.
    [nQSError: 46084] Error at file '', line 0, column 0, Message: An exception occurred! Type:RuntimeException, Message:The primary document entity could not be opened. Id=C:\OracleBIData\scheduler\config\instanceconfig.xml
    Thanks

  • Oracle BI Scheduler Error

    Hi all,
    I have created a request and added it to the dashboard. I have scheduled the request using Delivers. I have created an iBOT and when i save it the following error is thrown. What cud be the reason?
    Oracle BI Scheduler Error: [nQSError: 68019] Authentication Failed.
    Error Details
    Error Codes: GYFPI8RN
    Cheers.
    Thank u.

    Hi I also faced this problem..
    see this link
    http://oraclebizint.wordpress.com/2007/09/13/oracle-bi-ee-10133-configuring-delivers-ibots/
    you need to use the cryptotools utility to register the user name and password of the administrator user.
    Edited by: kart on Apr 28, 2010 1:05 PM

  • How to add Oracle Enterprise Scheduler Extensions to JDeveloper 11.1.1.4?

    Hi,
    Please provide the necessary steps to add Oracle Enterprise Scheduler Extensions to JDeveloper 11.1.1.4. I have searched a lot, but the links point to Jdeveloper version 11.1.1.5.

    This extension is not available for the 11gR2 releases.
    If you are trying to add extensions for the Fusion Applications customization environment, you must use the JDeveloper version that came from the Fusion Application DVDs. The FA extensions are also on those DVDs
    Fusion Applications does not work with the same versions of JDeveloper that you download from the OTN website.
    --jb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Oracle BI Scheduler raised exception while exporting report by iBot and cus

    Hi,
    I have the issue. When I export BI report using iBot and Java program(BI Publisher Java API) - Oracle BI Scheduler raised exception.
    Platform:
    OBIEE 10.1.3.4 on aix 5.3.0.0
    See the captured log below and any suggestion to fix this will be greatly appreciated.
    - javahost.out.log
    Sep 23, 2009 2:46:35 AM SchedulerComponentLoad load
    INFO: Loading config ...
    Sep 23, 2009 2:46:35 AM SchedulerComponentLoader load
    WARNING: Scheduler RPC components is disabled due to incorrect configuration.
    Sep 23, 2009 2:46:35 AM ApplicationImpl init
    INFO: Running configuration:
    JVM=IBM J9 VM(2.3)
    Listener.Port=9810
    Listener.PermittedClientList=*
    Listener.Address=null
    JobManager.MinThreads=100
    JobManager.MaxThreads=100
    JobManager.MaxPendingJobs=100
    JobManager.IdleThreadTimeoutMls=300000
    MessageProcessor.SocketTimeoutMls=5000
    Charts.InputStreamLimitInKB=1024
    Charts.RequestResponseLogDirectory=/oracle/oraclebidata/tmp
    Chart.Enabled=true
    Chart.InputStreamLimitInKB=1024
    Chart.ChartRoot=/oracle/oraclebi/corda50/chart_root
    Chart.CordaRoot=/oracle/oraclebi/corda50
    Chart.EnableConsoleOutput=false
    Chart.EnableXmlValidation=true
    Chart.MaxAttributeLength=127
    Batik.InputStreamLimitInKB=1024
    Batik.RequestResponseLogDirectory=/oracle/oraclebidata/tmp
    Batik.EnableXmlValidation=false
    Scheduler.Java.Enabled=false
    Scheduler.Java.DefaultUserJarFilePath=null
    Scheduler.Java.PurgePeriod=0
    Scheduler.Java.TempPath=null
    XMLP.InputStreamLimitInKB=8192
    XMLP.RequestResponseLogDirectory=/oracle/oraclebidata/tmp
    OBISAuthenticatorProxy.InputStreamLimitInKB=128
    OBISAuthenticatorProxy.RequestResponseLogDirectory=/oracle/oraclebidata/tmp
    OBISAuthenticatorProxy.ClassName=oracle.bi.server.customauthenticatorimpl.javahostrpccall.DisabledAuthenticator
    Sep 23, 2009 2:46:35 AM Main main
    INFO: Listening for new connections
    Sep 23, 2009 3:01:56 AM RpcSchedulerJob processMessage
    WARNING: Error
    java.lang.NullPointerException
         at java.io.File.<init>(File.java:220)
         at com.siebel.analytics.scheduler.javahostrpccalls.SchedulerJavaUtil.getMaxCount(SchedulerJavaUtil.java:118)
         at com.siebel.analytics.scheduler.javahostrpccalls.SchedulerJavaUtil.makeUniqueFileName(SchedulerJavaUtil.java:109)
         at com.siebel.analytics.scheduler.javahostrpccalls.SchedulerJavaUtil.readJobInfo(SchedulerJavaUtil.java:68)
         at com.siebel.analytics.scheduler.javahostrpccalls.RpcDisabledSchedulerJob.processMessageInternal(RpcDisabledSchedulerJob.java:36)
         at com.siebel.analytics.javahost.AbstractRpcCall.processMessage(AbstractRpcCall.java:107)
         at com.siebel.analytics.javahost.MessageProcessorImpl.processMessage(MessageProcessorImpl.java:175)
         at com.siebel.analytics.javahost.Listener$Job.run(Listener.java:223)
         at com.siebel.analytics.javahost.standalone.SAJobManagerImpl.threadMain(SAJobManagerImpl.java:205)
         at com.siebel.analytics.javahost.standalone.SAJobManagerImpl$1.run(SAJobManagerImpl.java:153)
         at java.lang.Thread.run(Thread.java:810)
    - nqscheduler.out.log
    [Util Logger] Exception occured:
         Severity:Not set
         Type:const saw::Exception *
    +     File:/net/sdcb80a022/vol1/users/anabuild/views/nightly/Tue/101341/AIX/vobs/090414.1900/analytics_web/main/project/webcomm/rpc.cpp+
         Line:371
         Message:A fatal error occurred while processing the request. The server responded with: Error while executing RpcSchedulerJob.processMessage
    java.lang.NullPointerException
         at java.io.File.<init>(File.java:220)
         at com.siebel.analytics.scheduler.javahostrpccalls.SchedulerJavaUtil.getMaxCount(SchedulerJavaUtil.java:118)
         at com.siebel.analytics.scheduler.javahostrpccalls.SchedulerJavaUtil.makeUniqueFileName(SchedulerJavaUtil.java:109)
         at com.siebel.analytics.scheduler.javahostrpccalls.SchedulerJavaUtil.readJobInfo(SchedulerJavaUtil.java:68)
         at com.siebel.analytics.scheduler.javahostrpccalls.RpcDisabledSchedulerJob.processMessageInternal(RpcDisabledSchedulerJob.java:36)
         at com.siebel.analytics.javahost.AbstractRpcCall.processMessage(AbstractRpcCall.java:107)
         at com.siebel.analytics.javahost.MessageProcessorImpl.processMessage(MessageProcessorImpl.java:175)
         at com.siebel.analytics.javahost.Listener$Job.run(Listener.java:223)
         at com.siebel.analytics.javahost.standalone.SAJobManagerImpl.threadMain(SAJobManagerImpl.java:205)
         at com.siebel.analytics.javahost.standalone.SAJobManagerImpl$1.run(SAJobManagerImpl.java:153)
         at java.lang.Thread.run(Thread.java:810)
    Edited by: user8096018 on Sep 23, 2009 5:40 AM

    I am also having the same issue......Can some body help me please? Thanks

  • Oracle Workforce Scheduling vs. Oracle Advanced Scheduler

    Hi,
    I came across some information about Oracle Workforce Scheduling (OWS). I was wondering the relation of this new product to existing Advanced Scheduler within Field Service, i.e. similarities and differences. Additionally, I want to know if OWS is part of Oracle EBS R12.
    Thanks and regards,
    Melih

    947705 wrote:
    Hi,
    Request information on the setup document on Oracle Workforce Scheduling AND also how to download the standalone product.
    Sincerely appreciate your help.
    Regards,
    AbhijitOracle Workforce Scheduling Documentation
    http://www.oracle.com/technetwork/documentation/workforce-096594.html
    Oracle Workforce Scheduling
    http://www.oracle.com/us/products/applications/054248.html
    You can download the software from Oracle e-Delivery website -- https://edelivery.oracle.com
    Thanks,
    Hussein

  • Interface Build for Oracle Workforce Scheduling (OWS)

    Hi there
    I am working with OWS which is a product so new that I see no Metalink Notes (apart from the product documentation) nor any posts on this forum.
    Am particularly interested in developing an interface to it.
    The most useful document for this is
    Oracle Workforce Scheduling Integration Functional Guide 5.0.2
    462087.1 12-OCT-2007 Oracle Workforce Scheduling Generic REFERENCE
    Within this document, there is a tantalising reference to this document:
    Oracle Workforce Scheduling
    Interface Development Kit Guide
    https://metalink.oracle.com/metalink/plsql/ml2_documents.sh
    owDocument?p_database_id=NOT&p_id=390822.1
    Whislt I can find the Integration Functional Guide on Metalink, there seems to be no documentation anywhere on this IDK.
    Can anyone help me track down this missing link in the OWS documentation?

    Hi,
    Has anyone worked on Oracle Workforce Scheduling (OWS) product? I am adding this question here as I could see some pointers mentioned about it here.
    If anyone has worked on Oracle Workforce Scheduling (OWS) for scheduling requirements along with Demantra and OTL , please share the experience and pro’s and con’s of this product.
    Also, if you can provide the details about the fitment of this product to handle workforce scheduling related functionalities e.g. what OWS can handle and what OWS cannot handle, that will be of great help.
    Thanks,
    Parag

  • Oracle 10g Scheduler, the Auto Task Job Class

    When we are assign to a job to the auto task JOB Class on Oracle 10g scheduler, please advise what exactly we are asking Oracle to do?
    From what I read from my text book, by assigning a job to a Job Class we can control the following..
    Resource_Consumer_Group : Determine how much resources being allocate to the job
    Logging_Level: Determine the detailing level of logging
    Log_history: Determine how long the logged data should be retained
    For auto task, what are the value on these paremeters set to?
    Thanks,

    By default, jobs are assigned to DEFAULT_JOB_CLASS.
    You can see attributes for the class from:
    SELECT * FROM   dba_scheduler_job_classes;

  • Using Oracle Enterprise Scheduling Service  (ESS)

    Hi,
    I am trying to install Oracle Enterprise Scheduling Service (ESS) on windows 2008 server where WebLogic server is already installed. As per Install guide we have to install Network Integrity software before proceeding to ESS installation. But Network Integrity System Requirements says Network Integrity software is supported only by a select few Linux OS.
    Is this true ? Does that mean ESS cannot be installed on Windows OS ?
    If anybody has installed ESS on Windows OS, please help.
    Thanks
    Swarup

    Hi,
    Please check your setupinfo.txt file under the Forms home /install directory to find the exact EM URL to access.
    Please note that this forum is for EM High Availability configurations. You may want to use the Fusion Middleware forums instead for these questions.
    I hope this helps.
    Thank you,
    Farouk

Maybe you are looking for