Oracle 10g grid - Job details

Hi,
I logged into the Grid as SYSMAN and added 2 targets(A and B). I created 2 jobs related to target A and 2 jobs related to target B.
1. Where can I find the details of these 4 jobs? i.e., which system tables have these information like job name, execution date, error details if any. I appreciate your help.
2. is there any issue related to job status in grid? always it is showing succeeded even if the attached procedure has the divided by zero error. Is there any workaround for this?
Thanks, Jay.

The following query might help:
jobs output run within last 24 hours:
SELECT job_name,
start_time,
end_time,
target_name,
target_type,
STATUS,
OUTPUT
FROM mgmt$job_step_history
WHERE to_date(start_time) BETWEEN to_date(sysdate -1)
AND to_date(sysdate)
order by 1
Datatype of field output is clob and therefore difficult to display. You can use Toad to run this query which shows output in a popup window, just double click in the output column and it would display the popup.

Similar Messages

  • How to setup Oracle 10g grid on a node other than SERVER

    Hi,
    We are in a process of moving the database residing on Windows servers to IBM AIX5L servers. For this purpose I came up with an idea of installing database on AIX and operate it remotely on Windows platform using 10g Grid Control and 10g Client. For this to happen perfectly, I am in middle of implementing same concept on Windows platfrom. I have made a test database on a Windows based server and I am trying to connect it with another Window based node. I know hwo to connect it using a client software but I am more interested to do it on Grid Control.
    At this stage, I have created database on server and have also configured Oracle Management Agent along with Oracle 10g Grid Control. I read oracle documentation that it is necessary to install Oracle Management Agent on server machine in order to let other nodes get connected with the server.
    I would extremely appreciate anyone who could help me in setting up 10g grid control on another node. Please note I wish to operate the database using grid control remotely. For know you can consider both computers on same network, I will go on VPN once I am able to do it on local network.
    Looking forward for your reply
    Shez

    Hi Xaheer,
    Thanks for looking into this matter. I had agent and grid running on the server and I have almost installed 10g Grid control 10.2.0.2. The place where I am stuck now is the OMS Configuration script that run after the installation in Configuration Assistant window. It just stuck here for some minutes and then displays the error. Let me paste here the lines in that appears in the detail panel of installation wizard.
    Output generated from configuration assistant "OMS Configuration"
    Command = oracle.sysman.emcp.oms.OmsPlugIn -configureOms
    Operation Stopping OPMN Processes is in progress.
    Operation EM Deploying is in progress.
    Operation Creating OMS Respository is in progress.
    Configuration assistant "OMS Configuration" failed
    The "d:\OracleHomes\agent10g\cfgtoollogs\configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------
    According to the oracle installation guide, I had to deconfigure the database before running the setup. I did it using this command,
    emca -deconfig dbcontrol db -repos drop
    AS far as i think, I am getting this error becouse of sysman schema which was droped during the installation and was recreated( as I read in the oracle installation guide ) is not found by the script. So in order to b ring back sysman schema, I recreated the repository using following commands.
    emca -deconfig dbcontrol db -repos drop
    emca -config dbcontrol db -repos create
    Now, the database on server is not starting up. I can just see RED downword error, u know what i mean right ? Everyting is down, Database instance, Listener and Agent Connection to Instance, and on the top pf page I can see " Enterprise Manager is not able to connect to the database instance. The state of the components are listed below."
    When I try to startup the database using the grid control it gives me this error.
    Couldnot contact the agent. Verify that the url for the agent is null.
    I am stuck in here. If you know how to fix this agent , i would really appreciate that.
    Thanks

  • Error while installing oracle 10g grid on windows

    hi all,
    when i am installing oracle 10g grid i got the error that
    "Configuration assistant "OMS Configuration" failed "
    when i saw the log
    it has been mentioned the failed to create repos user.
    this is the out put of the log
    [14-02-2008 11:51:55] Enter SYS user's password :
    [14-02-2008 11:51:55]
    [14-02-2008 11:51:55] Enter repository user password :
    [14-02-2008 11:51:55]
    [14-02-2008 11:51:55] Enter MetaLink user password :
    [14-02-2008 11:51:55]
    [14-02-2008 11:51:55] Getting temporary tablespace from database...
    [14-02-2008 11:51:55] Found temporary tablespace: TEMP
    [14-02-2008 11:51:55] Checking SYS Credentials ...
    [14-02-2008 11:51:56] OK.
    [14-02-2008 11:51:56] Checking DB Init Parameters ...
    [14-02-2008 11:51:56] OK.
    [14-02-2008 11:51:56] Checking for Repos User ...
    [14-02-2008 11:51:56] Does not Exist.
    [14-02-2008 11:51:56] Loading necessary DB objects ...
    [14-02-2008 11:51:56] Checking DB Object (DBMS_SHARED_POOL , PACKAGE) ...
    [14-02-2008 11:51:56] Done Loading necessary DB objects
    [14-02-2008 11:51:56] Creating repos user ...
    DECLARE
    ERROR at line 1:
    ORA-01119: error in creating database file
    'E:\oraclegrid\oms10g\oradata\mgmt.dbf'
    ORA-27040: file create error, unable to create file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified.
    ORA-06512: at line 44
    [14-02-2008 11:51:57] Failed.
    [14-02-2008 11:51:57] Repository Creation failed. Failed to create Repos User.
    all users and everyone has full permission on this folder, i don't know why it is giving,
    please any one help me out i am stuck in the middle of the installation
    oracle 10g grid version is 10.1
    please reply to this
    Regards,
    Veeresh S

    this is the output what i get in oui:configuration assistants
    Output generated from configuration assistant "OMS Configuration" (attempt 6):
    Command = oracle.sysman.emcp.oms.OmsPlugIn -configureOms
    Operation Stopping OPMN Processes is in progress.
    Operation EM Deploying is in progress.
    Operation Creating OMS Respository is in progress.
    Configuration assistant "OMS Configuration" failed
    The "E:\oraclegrid\agent10g\cfgtoollogs\configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-------------------------------------------------------------------------------
    when i saw this E:\oraclegrid\agent10g\cfgtoollogs\configToolFailedCommands file
    the below 2 lines was mentioned in that file.
    rem Copyright (c) 1999, 2006, Oracle. All rights reserved.
    oracle.sysman.emcp.agent.AgentPlugIn
    this below log i got in E:\oraclegrid\agent10g\cfgtoollogs\cfgfw\CfmLogger_2008-02-14_10-28-34-AM.log file
    i have pasted last lines of the files.
    INFO: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 0 have been completed with status=true
    INFO: oracle.sysman.top.oms:deployOms:Already deployed, skipped.
    INFO: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 1 have been completed with status=true
    INFO: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 2 have been completed with status=true
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=E:\oraclegrid\oms10g\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=A1MD04823)(PORT=1521)))(CONNECT_DATA=(SID=q))) -action drop -repos_user SYSMAN -output_file E:\oraclegrid\oms10g\sysman\log\emca_repos_drop12_19_36.log
    INFO: oracle.sysman.top.oms:PerformSecureCommand:drain:Spaced passwords by=100 ms
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:E:\oraclegrid\oms10g\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=A1MD04823)(PORT=1521)))(CONNECT_DATA=(SID=q))) -action drop -repos_user SYSMAN -output_file E:\oraclegrid\oms10g\sysman\log\emca_repos_drop12_19_36.log have completed with exitCode=0
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'Enter SYS user's password :
    Getting temporary tablespace from database...
    Found temporary tablespace: TEMP
    Checking SYS Credentials ... OK.
    Dropping the repository..
    Quiescing DB ... Done.
    Checking for Repos User ... Does not Exist.
    Repos User does not exist ... Continuing with cleanup ...
    Dropping Roles/Synonymns/Tablespaces ... Done.
    Unquiescing DB ... Done.
    Dropped Repository Successfully.
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    ''stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=E:\oraclegrid\oms10g\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=A1MD04823)(PORT=1521)))(CONNECT_DATA=(SID=q))) -action create -repos_user SYSMAN -metalink_username NOTAVAILABLE_ -output_file E:\oraclegrid\oms10g\sysman\log\emca_repos_create12_19_38.log -ecm_datafile E:\oraclegrid\oms10g\oradata\mgmt_ecm_depot1.dbf -datafile E:\oraclegrid\oms10g\oradata\mgmt.dbf
    INFO: oracle.sysman.top.oms:PerformSecureCommand:drain:Spaced passwords by=200 ms
    INFO: oracle.sysman.top.oms:RepManager Create Repository Error = E:\oraclegrid\oms10g\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=A1MD04823)(PORT=1521)))(CONNECT_DATA=(SID=q))) -action create -repos_user SYSMAN -metalink_username NOTAVAILABLE_ -output_file E:\oraclegrid\oms10g\sysman\log\emca_repos_create12_19_38.log -ecm_datafile E:\oraclegrid\oms10g\oradata\mgmt_ecm_depot1.dbf -datafile E:\oraclegrid\oms10g\oradata\mgmt.dbf . Please check the log file at 12
    'Enter SYS user's password :
    Enter repository user password :
    Enter MetaLink user password :
    Getting temporary tablespace from database...
    Found temporary tablespace: TEMP
    Checking SYS Credentials ... OK.
    Checking DB Init Parameters ... OK.
    Checking for Repos User ... Does not Exist.
    Loading necessary DB objects ...
    Checking DB Object (DBMS_SHARED_POOL , PACKAGE) ... Exists.
    DBMS POOL package exists.
    Done Loading necessary DB objects
    Creating repos user ... Failed.
    Repository Creation failed. Failed to create Repos User.
    ''stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:E:\oraclegrid\oms10g\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=A1MD04823)(PORT=1521)))(CONNECT_DATA=(SID=q))) -action create -repos_user SYSMAN -metalink_username NOTAVAILABLE_ -output_file E:\oraclegrid\oms10g\sysman\log\emca_repos_create12_19_38.log -ecm_datafile E:\oraclegrid\oms10g\oradata\mgmt_ecm_depot1.dbf -datafile E:\oraclegrid\oms10g\oradata\mgmt.dbf have completed with exitCode=12
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'Enter SYS user's password :
    Enter repository user password :
    Enter MetaLink user password :
    Getting temporary tablespace from database...
    Found temporary tablespace: TEMP
    Checking SYS Credentials ... OK.
    Checking DB Init Parameters ... OK.
    Checking for Repos User ... Does not Exist.
    Loading necessary DB objects ...
    Checking DB Object (DBMS_SHARED_POOL , PACKAGE) ... Exists.
    DBMS POOL package exists.
    Done Loading necessary DB objects
    Creating repos user ... Failed.
    Repository Creation failed. Failed to create Repos User.
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    ''stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    INFO: oracle.sysman.top.oms:RepManager Create Repository Error = 12. Please check the log file at E:\oraclegrid\oms10g\sysman\log\emca_repos_create12_19_38.log
    WARNING: oracle.sysman.top.oms:EmcpPlug:startProcessing:Exception in runner=RepManager Create Repository Error = 12. Please check the log file at E:\oraclegrid\oms10g\sysman\log\emca_repos_create12_19_38.log
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Completed EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=configuration in step=2:microstep=0
    INFO: oracle.sysman.top.oms:Internal PlugIn for {Micro Step state:step:2:configuration in CfmAggregateInstance: oracle.sysman.top.oms:10.2.0.2.0:common:family=CFM:oh=E:\oraclegrid\oms10g:label=7} failed with an unhandled exception:
    java.lang.Exception: RepManager Create Repository Error = 12. Please check the log file at E:\oraclegrid\oms10g\sysman\log\emca_repos_create12_19_38.log
         at oracle.sysman.emcp.util.EmcpPlug.startProcessing(EmcpPlug.java:389)
         at oracle.sysman.emcp.util.EmcpPlug.invoke(EmcpPlug.java:360)
         at oracle.sysman.emCfg.core.PerformMicroStep.runJavaClass(PerformMicroStep.java:509)
         at oracle.sysman.emCfg.core.PerformMicroStep.executeMicroStep(PerformMicroStep.java:121)
         at oracle.sysman.emCfg.core.ActionPerformer.performMicroStep(ActionPerformer.java:917)
         at oracle.sysman.emCfg.core.ActionPerformer$Performer.run(ActionPerformer.java:1038)
    INFO: oracle.sysman.top.oms:The plug-in OMS Configuration has failed its perform method
    INFO: OuiConfigVariables:IAction.perform() was called on {Action state:OUICA in CfmAggregateInstance: OuiConfigVariables:1.0.0.0.0:common:family=CFM:oh=E:\oraclegrid\oms10g:label=7}
    INFO: Framework waiting for Action to complete at 12:19:41.469
    INFO: CfwProgressMonitor:actionProgress:About to perform Action=OUICA Status=is running with ActionStep=0 stepIndex=0 microStep=0
    INFO: OuiConfigVariables:About to execute plug-in OUI_CA
    INFO: OuiConfigVariables:The plug-in OUI_CA is running
    INFO: OuiConfigVariables:Launching CmdExec
    INFO: OuiConfigVariables:ExitCode=0
    INFO: OuiConfigVariables:The plug-in OUI_CA executed as attached=true in separate process with exitcode=0
    INFO: OuiConfigVariables:The plug-in OUI_CA has successfully been performed
    INFO: done waiting for Action from 12:19:41.469
    INFO: Cfm.save() was called
    INFO: Cfm.save(): 15 aggregate instances saved
    please anyone help, i have given all details, i want to install this grid as soon as possible

  • Error while installing Oracle 10G Grid control in RHEL

    I was installing Oracle 10G Grid control in RHEL. Got the following error. Any idea what this means and what is the remedy?
    =======================================
    Output generated from configuration assistant "Oracle Net Configuration Assistant":
    /home/oracle/jre/1.1.8/bin/../bin/i686/native_threads/jre: relocation error: /home/oracle/jre/1.1.8/bin/../lib/i686/native_threads/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
    Configuration assistant "Oracle Net Configuration Assistant" failed
    =======================================
    regards,
    Anjan

    I saw this once but I forgot how I solved it. I believe that I made a softlink to the libc.so.6 from another libc. Have a look on Metalink, becauses I've got the idea for my solution there.
    cu
    Andreas

  • Can I run 32 bit version of Oracle 10g grid  on Linux x86-64?

    Since Oracle did not release 64 bit version of Oracle 10g grid for Linux X86-64. Can I run 32 bit version of Oracle 10g grid on Linux x86-64? If so did anyone tried this? and also any known issues?

    All I had to do was use the 32bit version of "/usr/bin/gcc" and "/usr/bin/g++" to run the installation
    That is:
    bin]# cp -p /usr/bin/gcc /usr/bin/gcc_old
    bin]# mv /usr/bin/gcc /usr/bin/gcc323
    mv: overwrite `/usr/bin/gcc323'? y
    bin]# ln -s /usr/bin/gcc296 /usr/bin/gcc
    bin]# cp -p /usr/bin/g++ /usr/bin/g++_old
    bin]# mv /usr/bin/g++ /usr/bin/g++323
    mv: overwrite `/usr/bin/g++323'? y
    bin]# ln -s /usr/bin/g++296 /usr/bin/g++
    AFTER INSTALLATION REMEMBER TO
    move back the 64bit files to their former state.
    bin]#rm /usr/bin/g++
    bin]#rm /usr/bin/gcc
    bin]#mv /usr/bin/gcc_old /usr/bin/gcc
    bin]#mv /usr/bin/g++_old /usr/bin/g++                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Downloading oracle 10g grid for solaris

    hi guys..
    Been trying to install oracle 10g grid for sun sparc solaris machines. Didnt first downloaded the complete files at http://www.oracle.com/technology/software/products/oem/htdocs/solsoft.html , while using the gunzip command to decompress it, it gave me errors!
    Then did downloaded the individuals files and while uncompressing it this time using unzip command, I had errors again. just wanted to ask if some one had this kinda errors.
    Thanks.
    DID

    Just ensure you transfer (FTP) the file to Solaris from your Windows as Binary.

  • Oracle 10g grid

    Can I use Oracle 10.2.0.2 version database as a repository database for Oracle 10g grid? Does it support that version?

    No you cannot use a 10.2 database.
    How about actually reading the release notes/documentation? Its clearly stated in there
    Bazza

  • ORACLE 10G: Grid or not?

    The following is an excerpt from Ian Foster's article on What is a Grid?.
    <....coordinates resources that are not subject to centralized control …
    (A Grid integrates and coordinates resources and users that live
    within different control domains—for example, the user’s desktop
    vs. central computing; different administrative units of the same
    company; or different companies; and addresses the issues of
    security, policy, payment, membership, and so forth that arise in
    these settings. Otherwise, we are dealing with a local management
    system.)>
    My main point of confusion is that going from ORACLE 10G's capabilities, especially with new features like the 10G Database ASM, Streams, Transportable Tablespaces, 10G Application Server APM, Workload Management and all of 10G Enterprise Manager Grid Control array of features, systems built on this infrastructure cant be referred to as a grid, atleast from the foregoing excerpt.
    Please can someone put me right, assuming i am going wrong. I am researching into grid technology and where Oracle technology fits.
    Thank you.

    Hi,
    you shouldn't confuse - Oracle Grid is just hype
    but seriously this one is enterprise grid computing or
    computing on demand or utility computing.
    It's different from academic (classics) grid.
    Main goal of enterprise grid - reduce TCO of datacenters.
    It's based on usual "idiots" report of Gather (or may
    be IDS) that server's CPUs are too underload (idle).
    So you should dynamically distribute workload between
    few servers in RAC cluster (now named as Grid).
    And of course, it will be work automagically
    so bosses can fire all datacenter's personnel
    and manage just push one red button.
    SL

  • Having Trouble detecting targets in Oracle 10G Grid

    I am unable to detect target servers in the oracle 10G Console, not sure what I have missed. I have not been able to locate any direct info on this.

    Automatic Discovery
    The first time the Management Agent is started, "most" supported targets that are located on the same host machine as the Management Agent are automatically discovered and default monitoring levels and data collections are automatically enabled.
    You may need to manually discover some targets, such as Oracle Collaboration Suite targets, Web applications, clusters, and Beacons.
    The Grid Control Enterprise Manager Web Application is discovered automatically.

  • Oracle 10g Grid Control Installation On RedHat Advanced Server 3.0

    I am planing to install Enterprise Manager 10g Grid Control Release 1 (v10.1.0.3)
    on RedHat Advanced Server 3.0. The agent I am trying to download is showing version 10.1.0.4.1. I am not sure iof this agent is going to work with (v10.1.0.3). Pl. let me know if someone has performed this installation. Do I need to apply any patch on OEM and agent.
    Thanks
    Raj

    Actually, entirely the other way around, unless you like seeing errors in your OMS.
    OMS must be at at least the same patch level as the communicating agents.
    10.1.0.3 agent against a 10.1.0.4 OMS = OK
    10.1.0.4 agent against a 10.1.0.3 OMS = Bad mojo
    Download the 10.1.0.4.1 patchset from Metalink and update your OMS, or stick with the 10.1.0.3 agent if you've no access to metalink.

  • Installing Oracle 10g Grid Control on Winxp

    Hi All,
    I am facing a problem while installing Grid controls on Winxp. The installation completes everytime but it just hangs when configuring componenet Java Security.
    Do you have any idea how can I get rid of this. I tried running using configtools from command prompt but it seems the same problem, it hangs...I am trying first time on Windows system but its never install....
    Thanks
    Namit Sehgal

    Don't you get some details on the screen as to what exactly is being run? If not check the logs and post the error here.

  • Oracle 10G OCA certification details?

    Hi,
    I would like to get the below details regarding 10g OCA?
    1) Total papers to become an OCA?
    2) wat are the papers ?
    3) Cost of each papers ? (in $)
    4) where can I find Dumps? If you friends can send me dumps at my gmail Id (nahar.navin@gmail ID)...
    I am new to this forum, so any advise will help me. :)
    Looking forward for help from you people.
    Thanks in advance,
    Navin

    Asking for dumpsAnd remember that cheaters who are caught will lose their certification and perhaps lose their chance at any certification in the industry. Using Brain Dumps is considered cheating. Using Gunners is considered cheating. Passing an exam based on purely memorized material without understanding the material is as bad as cheating in the long run.
    Please refer to this excelent post by Hans Forbrich:
    General notes around certification
    Regards,
    Francisco Munoz Alvarez
    www.oraclenz.com

  • Oracle 10g apple product details

    Hi there,
    I do see many products under
    Oracle Database 10g Release 1 (10.1.0.3) for Mac OS X Server New! (22-Dec-04)
    prod-1. Oracle Database 10g Release 1 (10.1.0.3)
    Enterprise/Standard Edition for Mac OS X Server
    Question:
    a. The doc. says, "This software is supported only on Mac OS X Server.",
    Is that means,I can't install it on
    "ProductName: Mac OS X, ProductVersion: 10.3.9"
    prod.-2. Oracle Database 10g Companion CD Release 1 (10.1.0.3) for Apple Mac OS X
    Question:
    a. What is the difference between the product-1 and product-2.
    thanks
    siva

    Asking for dumpsAnd remember that cheaters who are caught will lose their certification and perhaps lose their chance at any certification in the industry. Using Brain Dumps is considered cheating. Using Gunners is considered cheating. Passing an exam based on purely memorized material without understanding the material is as bad as cheating in the long run.
    Please refer to this excelent post by Hans Forbrich:
    General notes around certification
    Regards,
    Francisco Munoz Alvarez
    www.oraclenz.com

  • Does Oracle 10g Grid Control Create a New Instance?

    i just installed it for the first time and noticed that it created what was apparently a new instance of oracle with its own bin, etc. directories. is this what is supposed to happen?
    thanks!

    i just installed it for the first time and noticed
    that it created what was apparently a new instance of
    oracle with its own bin, etc. directories. is this
    what is supposed to happen?
    thanks!It is clearly stated in the Installation Guide that came with the CD or your download. It is important to read it before you start installation.

  • Oracle 10g schedualed job did not start

    Hi every one,
    I am facing the following problem and I need your help:
    There is scheduled job invoking a Procedure .The job does not run although the next run date is set. The job should run once daily. The next run date remains the same and the Logs for the job do not show any succssful or failure attempts. The job is enabled and is working fine in another system.
    All the other scheduled jobs are running.
    The Procedure can be successfully executed manually.
    There are no simultaneous jobs that are scheduled at the same time.
    The number of scheduled jobs is acceptable.
    The platform is Sun Solaris 10 , RAC 10g

    Hello,
    Can you post your code ? Also look under following view dba_scheduler_jobs (status, next_run_date). Here is sample job that runs daily once in 9:00 AM. Your job status should be either 0 or 1,
    BEGIN
       sys.DBMS_SCHEDULER.create_job (
          job_name          => '"MYSCHEMA"."MY_DAILY_JOB"',
          job_type          => 'PLSQL_BLOCK',
          job_action        => 'begin
    myschema.file_upload;
    end;',
          repeat_interval   => 'FREQ=DAILY;BYHOUR=9;BYMINUTE=0;BYSECOND=0',
          start_date        => SYSTIMESTAMP AT TIME ZONE 'US/Eastern',
          job_class         => 'DEFAULT_JOB_CLASS',
          auto_drop         => FALSE, --------- > auto_drop should be set to FALSE
          enabled           => FALSE
       sys.DBMS_SCHEDULER.set_attribute (name        => '"MYSCHEMA"."MY_DAILY_JOB"',
                                         attribute   => 'restartable',
                                         VALUE       => TRUE);
       sys.DBMS_SCHEDULER.enable ('"MYSCHEMA"."MY_DAILY_JOB"');
    END;Regards
    Edited by: OrionNet on Feb 7, 2009 9:52 AM

Maybe you are looking for

  • 10.6.5 and screen flickering on MacBook Pro Mid 2010

    Ever since i got my 15" laptop (about 2 months ago) i would get screen flickering on external monitor once in a while (once or twice an hour). This did not bother me that much and i just accepted it. Flickering issues always happened only on external

  • Is it possible to make a DVD with non-standard sized movies, w/o scaling?

    I have some software tutorial material that I want to turn into a DVD. Since the video was created as a screen capture of a particular piece of software, the finished video is an odd size of 830 x 622 (I wanted to capture the screen dumps at their ac

  • How to connect to epson stylus R2880 printer

    Can I connect my new apple airbook to my epson stylus photo R2880 printer?

  • Administration link is disabling frequently in planning

    Hi All, Administration link is disabling in planning even though I logged with admin user, when this is occurred I should close the application and need to reconnect again.Why this is happening and what to do to come out from this issue,please help o

  • Error in ZXRSRU02 .

    I am trying to use user exit EXIT_SAPMRSRU_001 for one of the requirement but while trying to write code in the include ZXRSRU02. I am getting below. any one of you can help me. Program names ZX... are reserved for includes of exit function groups Me