OEM JOBS created with OWB

Hello !!
I registered a job in OEM using Oracle Warehouse Builder.
When I execute the PLSQL, by OWB, my MAP executes and
populate the table, but when I try to do it using the
job that I registered in the OEM(by OWB too), it fails !!
Somobody could help me ?
Thanks !
Renato

Well, I think you need to create a job (using a TCL script) and to have something
like:
execute name_of_the_job.main(p1,p2);
inside your script.
//where p1, p2 are the parameters of the job(if there is any ... ) otherwise
execute name_of_the_job.main();
I hope this will help.
Robert Dr

Similar Messages

  • Why cann't i see the cube that i create with owb    ??

    hello:
    owb version:10.1.0.4
    db version:10.2.1.0.1
    Business Intelligence 10.1.2.0.2
    windows 2003
    i use owb create 3 dimensions and 1 cube,and deploy on target schema successfully.
    and export the metadata to eex file, and import eex file into discoverer administrator ,when create workbook i can see the cube created with owb;
    then i selected ORACLE BI DISCOVERER option to connect target_schema,so i can see my cube and dimension;
    but when i selected ORACLE BI DISCOVERER FOR OLAP option to connect target_schema, login in successful , but when i create my workbook ,cann't see my cube and demension
    why for this,and how to do it,so i can see them?
    pls help me!

    There are three ways to deploy a multi-dimensional model and the final model selection depends on the database options you have purchased and they tools you have at your displosal:
    relational access - You can define relational cubes and dimensions within OWB and deploy these to your target schema. The dimensions are implemented as query re-write objects and can be viewed within the view USER_DIMENSIONS. The data relating to the dimension is stored within a simple relational table, either as a snowflake or star schema format. The cube object does not really exist as such but is implemented as fact table. Typically, access to this type of implementation is via Discoverer and you need to create a Discoverer EUL to view the deployed tables. Within Discoverer you will not see the dimension or cubes listed but you will see tables and/or views relating to your deployed schema.
    The Discoverer Bridge will create the eex/EUL file to install the schema within Discoverer Administrator. However, you must use Discoverer Plus/Viewer with the relational connection details.
    As an FYI the management of Discoverer EULs is integrated within OWB 10gR2.
    OLAP models - OWB also supports the deployment a schema as either a relational OLAP model or within an analytic workspace (this creates a MOLAP model). The OLAP deployment can be viewed only using Discoverer OLAP, however, management of the schema does not require an EUL and the administration is managed by Discoverer Administrator. All the administration is managed by OWB. To access a multi-dimensional model using Discoverer OLAP you must first run the OLAP bridge from within OWB. This will deploy all the required metadata for Discoverer OLAP to connect to your schema.
    However, I would recommend you urgently upgrade to OWB10gR2 as this provides additional tuning options for the OLAP data model that are not present in your current version of OWB 10.1.0.4. Unfortunately, with your current OWB version building an OLAP model is a two stage process, a form of data staging. You need to create a relational target schema first and then replicate that target schema within an OLAP model. OWB10gR2 allows you to map data from a source object directly to a multi-dimensional object with no need to stage the data.
    If you cannot upgrade at this point my suggestion would be to use OWB to design the target relational schema and then use Analytic Workspace Manager (AWM) to design your OLAP schema for Discoverer OLAP access. AWM will provide you with all the tools for tuning and managing your OLAP model within a 10gR2 database schema.
    Once you have upgraded to OWB10gR2 you can stop using AWM as all the tuning features are within OWB.
    Hope this makes sense and is helpful.
    Keith

  • Athentication error: when trying to execute a OEM Job registered by OWB !!

    Hi !
    I4m using the OWB and I did a map to extract data from two tables
    on my source database and populate a destination dimension table, in my destination database.
    I deploy this map, it4s sucesfull,
    I run it from OWB and it populates the destination dimension table perfectly,
    I saved the TCL file and it4s OK,
    I choose "Register in OEM" option and it register sucesfull too,
    but when I open the OEM and run the job from OEM, it fails !
    It gives me this error:
    VNI-2015 : Authentication error
    Even when I try do it with "sysman" user
    Could you help me ?
    Thanks,
    Renato

    It's the expected behavior:
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_sched.htm#CIHHBGGI
    RUN_JOB requires that you be the owner of the job or have ALTER privileges on that job. You can also run a job if you have the CREATE ANY JOB privilege.So, you need to grant the required privilege:
    aplha@orcl> grant alter on alpha.jps_test_executable to beta;HTH
    Enrique
    PS If your problem was solved consider marking the question as answered.

  • Jobs created in DB Control EM

    Hi,
    on 10g R2,
    when I create a job in DB control (IE web browser home page , under related links, job link, job library, create a job) in which table this job is registered ?
    If in the days after , it is impossible to connect to DB control , how (in sqlplus for example) I can stop or delete this job ?
    Thanks.

    Thank you. I have a job created with user sys in DB control. It is :
    Job Name GATHER_STAT_SYSADM
    Description GATHER_STAT_SYSADM
    And what it does:
    execute DBMS_STATS.GATHER_SCHEMA_STATS ( 'SYSADM');
    Now I query DBA_jobs :
    SQL> show user;
    USER est "SYS"
    SQL> select count(*) from dba_jobs;
      COUNT(*)
             1
    SQL> select what from dba_jobs;
    WHAT
    EMD_MAINTENANCE.EXECUTE_EM_DBMS_JOB_PROCS();I query ALL_JOBS :
    SQL> select what from all_jobs;
    no rows selectedIt isn't in any table ?

  • Workflow, OEM with OWB 9.0.4

    How do I register a workflow process which I've created in OWB 904 to execute with OEM, or for that matter, kick one off at the command line (solaris)?
    Do I need workflow client to register this with OEM? Since it was listed as optional, I don't have it installed, and as yet, my dba can't get it (workflow client) working yet on 9iAS.

    Oh Thank you Mark! I'm looking at the sqlplus script, but I can't seem to get the right syntax for the task name parameter to kick off a workflow process.
    There's the process module, then process package, then process name, however, process name isn't unique for all packages...
    I'm assuming the task name parameter should look like:
    process_mod.process_pack.process_name
    but this isn't finding the object.

  • Can position be created with out creating Job..

    Hi Experts,
    A simple question but quite complicated.
    Can position be created with out creating the job. ( yes it will give the warning and create).
    Here my actual question comes, what is the need of creating the Job. when we can create position without job in general Scenario.
    Is it compulsory to create job whenever we create position.
    Your replies are highly appreciated.
    Thanks in advance.
    Regards,
    Dollly

    Hi Dolly,
    I definitely aggree with what guru Sikindar mentions.
    One more point:
    SAP advises to create separate positions for each of the employees in your organizational structure.
    For example, there may be a hundred "Engineer" positions in your company (with codes: 50000001, 50000002, ... 50000100).
    At this point, when you're asked to take a report of all of the "Engineer"s in your company, then you need to enter all these position codes into the selection screen : Nearly impossible scenario!
    However, if you had linked all of these positions to a single job named "Engineer" and numbered "50000000", then you would be able to find all the positions linked to this job and all the employees holding these positions by entering a single object ID and evaluation path in the selection screen of a particular report.
    Regards,
    Dilek

  • Metadata created with OEM and OLAP2 views

    Why metadata created with OEM (v 9.2.0.1.0) aren't visible in OLAP2 views?
    Cubes are visible only in OLAP_CUBES, and OLAP1_CUBES views only.
    "Oracle9i Users Guide" says, that OLAP2 views shows metada created either with CWM2 and OEM, but i don't see the ones created with OEM.
    And second question - has that issue something to do with the problem that i don't see cubes with "cube viewer" (and any other OLAP API application like OracleBI Spreadsheet Add-In)? I got error message BIB-10701.
    I use Oracle 9.2.0.6.0 with OLAP option.
    Raf

    I know it is an old thread, but I thought I post the solution anyway ;-)
    I had the same problem and found that it is fixed in the July 2014 CU.

  • How to create a working day/holiday attribute in Time Dimension with OWB ?

    Hello everybody,
    I am trying with no success to create a Time Dimension (with the wizard it would be easier...) with a working day or holiday attribute (0 or 1) to be able to calculate measures only on working time !!! I am totally sure it's possible, obviously, but I found nothing on forums... Could you help me ??
    I use OWB 11g, I need all fiscal year/quarter/month/week and all calendar year/quarter/month/week attributes so without any wizard it would be quite impossible... thank you for your help !
    NB: of course I know how to define if a day is a working one or not, but I currently can't add any columns in Time dim created with wizard...
    Francois
    Edited by: [email protected] on Jun 15, 2009 8:24 AM

    Hi,
    First of all, thanks everyone for your help.
    I did several tests this morning.
    First of all, i've tried with time_from = 000000 and time_to = 235959 (23:59:59 CET) and the activity has been created with Time From = 04:00:00 and Time To = 03:59:59
    Strange no ??
    I've also tried with 230000 for time from and time to but the activity has been created with Time From = 03:00:00 and Time to = 03:00:00
    I cannot understand the logic behind....
    Thanks,
    Johnny Baillargeaux

  • OWB ERROR:  created with second class object failure

    I'm getting this error when I import a table into the repository. any ideas?
    created with second class object failure

    Hello!
    Second class objects are columns, indexes, constraints etc. Probably some of these contains reserved OWB keywords. You can check what went wrong by drilling down to these objects on the results screen.
    Regards,
    Robert

  • Cant compile proc with OWB created DB Links - appear to loopback ?!!

    We're on Oracle 9.2 with OWB 9.2 and have the following scenario:
    We have two databases: DB1, DB2
    Both databases have a schema STAGING
    Both schemas have a table ADDRESS.
    The ADDRESS table on DB1 has columns CITY, STATE, ZIP while the ADDRESS table on DB2 just has CITY, STATE
    We have a stored proc on DB2 that is trying to select the ZIP field on the DB1 across a database link called DB1@SERVER1. The exact code is:
    select zip into v_zip from address@db1@server1;
    The compiler fails because with the error that ZIP does not exist. If I change the column to STATE it compiles successfully, leading me to believe the compiler is verifying the code against the local db and not across the link....
    Furthermore, if I run the offending sql via a sqlplus it crosses the link and works!... it appears to only be affecting compile time.
    I believe this has something to do with loopback links, but I haven't been able to solve it...
    Can anyone explain this behavior?!
    Any help greatly appreciated...
    -D

    Hello, Dan
    Actually I don’t understand why OWB generates so strange name for db link. After your post I’ve revisited my projects to see if there is any inconsistencies in generated db link name within mapping PLSQL code and db link name itself.
    There is one at least for me – in PLSQL db link’s name is like “<db_instance_name>”@“owb_location_name”, but in DBLINKS db link name looks like:
    db_instance_name.db_domain@owb_location_name. I must say it’s quite a trick for me how Oracle matches this two names, considering quotes and db_domain. Anyway, it works fine for me.
    By the way, two databases of yours are result of “cloning” one of them? If you are sure that real symptom is db link loop back – look at Net configurations.
    Try to have a look at DBLINKS – maybe you’ll find some mismatches. As a try – drop created db links and try to redeploy them, make additional tests via sqlplus, verify db_domain for both databases, check sqlnet.ora/tnsnames.ora on both databases.
    Serhit.

  • OEM Job and Event  - No Results

    Hi,
    How are you doing today? Well, I need your help. I am new DBA for one month old. I want to run OEM Jobs and Events.
    I am able to log with sysman/oem_temp
    i have created credential for node and database.
    I am able to work on other parts except these two.
    I am able to create job and event
    after creating job . I am getting status as submitted.but it is not executing immediately.it is the same problem with event also.
    In event ,one event get registered but another event status is not registered then i have checked for detail
    error is like this
    vd:1523 - there is no agent on node(server)
    i didn't get what is inteligent agent and how to get it on node?
    Well I have created new user with Windows 2000 having privileges for batch processing. same user is created in oracle database as well as oem administrator.
    with same user database connection i am trying to create new job and event but it is not executing. i mean no results.
    I know I am making you more confused.Sorry.......
    I would like to ask your favour can I mail u if I have any query in future.
    Thanks a lot in advance.
    -Deepak

    The intelligent agent is a process which has to run on the same node like the database you want to supervise with the OEM. You have to install the intelligent agent during the installation process of the database. After having installed the agent you have to start it (via the services panel in Windows). After that you have to ensure that the agent has discovered a database instance on the node (there should be entries for node, listener and database in the services.ora file in the ORACLE_HOME\network\agent directory). If this is all ok and the events or the jobs still doesn't work it may be a communication problem (are you using a firewall between the database node and the management server, or do you use network adress translation?).

  • Error while registering user with owb repository.

    Hi all,
    I am using owb 10gr2.
    I am trying to register a user with owb repository. I am getting below error.
    ORA-00955: name is already used by an existing object
    But when i try to deploy the mapping, it is showing a message
    Cannot deploy PL/SQL maps to the target schema because it is not owned by the Control Center.
    I am sure the user is not registered with owb repository. But i don't know why it is showing 0RA - 00955 error. Can somebody tell me what is the possible error.
    vasu

    Hi,
    the user was created outside the owb ("... because it is not owned by the Control Center") direct in the database. You must first use the repository assistant (advanced options) to make him to a target user.
    Then you can register him in the owb as repository user with special rights.
    Regards,
    Detlef

  • How to deploy and run of a mapping created in owb in developer suite

    Hello, could you please help me to check where is wrong?
    I use WAREHOUSE BUILDER of ORACLE 9I DEVELOPER SUITE and I do it as below:
    1, create a OWB REPOSITORY named "OWB" with WAREHOUSE REPOSITORY Assistant in the SUITE ;
    2, create a OWB Runtime REPOSITORY named "OWB1" with WAREHOUSE Runtime Assistant in the SUITE;
    (i wonder why not to ask me to create a connected user and target schema like in OWB product alone?)
    3, open OWB CLIENT and create a new project named TESTPROJECT;
    4, create a source module and a target module.
    5, create a simple mapping, which is the field link between two tables which
    have the same structure(i swear that any vertified error will not occur).
    6, select this mapping and choose Generate in the menu of "module". Then select
    "Generate Script" in the window of Generation mode, Then select Deploy in
    the window of RESULT Generation Window after altering the tab of Mapping, and fill in the user information
    which is the same as OWB Runtime Assistant. After select Creation button in the
    window of data-base deploy, it shows the error that "table or view do not
    exist".
    I don't know where is wrong or this error means? And how to solve it?
    Is there anybody help me?
    and what the diffence on earth between the OWB in the DEVELOPER SUITE and the one as a single product?
    Thanks a lot in advance!

    could you please help me to check where is wrong?

  • PO got created with item blank

    Hi,
    The Purchase Order got created with item blank.
    first user created PR, by taking the reference of that PR they created PO. after saving only header details are there in PO and line items are missing.
    This issue in Production so we cant create PO.
    any way to check this issue ? since no background job is involved only foreground (manullay) they created.
    Last week i raised another thread for PR creation item blank.
    [ The Purchase requisitions got created without document type and first item blank this is the problem am facing .
    If we try to create a PR in the foreground, SAP doesnu2019t allow any blank line. it will adjusted automatically.and document type also mandatory.
    we dont know how this PR got created ]
    I didnt get any solution for this two issue.
    Help me on this.
    Regards,
    Priya.

    Hi ,
    You can goto change mode which is the item blank PO then give to the item no after save this time is solved na..
    if not solved na. some condition process ... so you can refer to document or note.
    Thanks
    Regards
    I.Muthukumar.

  • Shopping cart created with one line item with qty 10  . PR need to be creat

    Hi gurus
    1SC created for  ONE LINE ITEM with QTY  10
    PR need to be created with  10 LINE ITEMS with Qty 1.
    Classic Scanario
    Advise .
    2.Also please let me know  what the batch jobs for  delta  ( user data or HR data) upload. To upload all user changed data synchonization job
    3.Also please let me know what is the batch job for  escalation emails for approvals
    SD

    close not answered

Maybe you are looking for

  • Can i exchange my old Macbook Pro with a new one

    I have the 2010 Macbook Pro, but i would like to exchange it with the Macbook Pro Retina 13''. Is it possible. ASAP

  • A confirmation of service is created instead of GR goods receipt inb. deliv

    Dear Experts, When I post an inbound delivery created for a PO item with confirmation control (0004) - Shipping notification, No material document is created. In the document flow I see Completion of service is created and no PO History Update follow

  • Virtualization of  OMV3 in Virtual Box == HOWTO

    Hi, I published a solution on my company's blog in order to test OVM3 with virtual box, for example if you don't have servers : *[http://blog.easyteam.fr/2012/01/03/oracle-vm-3-0-reussir-la-virtualisation-doracle-vm-dans-virtualbox/]* These are the b

  • {Edited per forum guidelines} Need assistance NOW‏

    Best Buy I am appalled by the lack of empowerment your associates are given. After an hour of being told "no" by your in-store associates about a replacement phone which was approved for junk out replacement, I now have to deal with the product being

  • Re: Photoshop Elements 5.0

    After undating bitdefender when I try to edit in PE 5.0 I am prompted with Attempt to access invalid address followed by unable to connect to editor applications.  How can this be fixed?