Inserting sql scripts in Oracle Warehouse Builder 10g

Dear all,
Can anyone please tell me if we can use a process flow to insert scripts in OWB 10g..
If so, how can i do it??
I am having a problem to insert sql scripts in OWB 10g r2.
Infact, i have to write a script and insert it in OWB to populate data from a souce table to a target table.
I have checked the script in sqlplus and it's working correctly (update being done).
The problem is that how do i insert the script in OWB?? Can i use a process flow other than OMB PLUS??
Please help me!!!
Regards,
Amrish

Dear all,
I have inserted the following script in the sqlplus activity in my process flow.
INSERT INTO BMADW.TARGET_SALGRADE (GRADE, LOSAL, HISAL) SELECT GRADE, LOSAL, HISAL FROM SCOTT.SALGRADE;
COMMIT;
EXIT
When i run the script in sql*plus, it does the insert and the commit part successfully. I have to press 'ENTER' for SQL*PLUS to exit.
If i have to end the script, is the word 'EXIT' the right command to use??
My process flow is deploying successfully but when starting it, still no 'INSERT' has been done. It's taking too much time to run (without giving any error).
Please help me !!!
Regards,
Amrish

Similar Messages

  • How to run a unix script from oracle warehouse Builder

    Hi,
    can any one share the information about, running the unix script or scripts using oracle warehouse builder.
    Regards,
    Ak

    One way is define a workflow. Inside the workflow you put
    1)an external process that "points to" the shell script and then
    2)put the mapping
    The external process must have the "COMMAND" parameter set to the name of the shell script. If the script has parameters you must put them in the "PARAMETERS LIST" separated by "?" (for example, ?par1?par2).
    The path where OWB executes the external process I think is the ORACLE_HOME of the OWB.
    f you don't use workflow, you can try with this more complex solution. I tried with 9i and OWB 9.2 and it's working well.
    You create an autonomous procedure (within a package or not) :
    CREATE PROCEDURE Extract_Email_List
    DECLARE
    PRAGMA AUTONOMOUS_TRANSACTION;
    And use the sys.shell script that you need your dba/unix admin to install first of all, with a call like that.
    sys.shell('sh ' || txt_dir_name || '/send_email_marketing.sh ' || txt_dir_name || ' ' || email_addr );
    Then you import your procedure into OWB and use it in your mapping with the "pre-mapping" icon (you can set parameters for your proc with constants if you want).
    To implement sys.shell, go to metalink and find "Note:168065.1" - "How to call a UNIX shell script from PL/SQL".
    Once it's done once, it's not so bad. But I would still recommend the workflow approach also..
    I hope this helps.

  • Where is Oracle Warehouse Builder 10g v. 10.1.0.1 ?

    Hi, all
    Where to download Oracle Warehouse Builder 10g v. 10.1.0.1
    I have 10.1.0.4 but it refuses to work with 10.1.0.1.0 repository version

    If you have more such questions you should have a look at the OWB forum:
    Warehouse Builder

  • Oracle Warehouse Builder 10g R2 and Reviewers Guide

    Are there any plans to provide the 'Oracle Warehouse Builder 10g Reviewers Guide' as published in August 2004 in the future also for OWB 10gR2?

    Not sure about a full blown Reviewers Guide, but the following tutorial contains most of the info from the previous reviewers guide:
    http://www.oracle.com/technology/obe/admin/owb10gr2_gs.htm
    Hope this helps,
    Scott

  • Oracle Warehouse Builder 10g installation issues

    Hi All,
    I have downloaded the OWB 10g, from the site. I have Oracle 10g (Release 2) database server installed on the machine.
    When I start installing Oracle Warehouse Builder 10g, it just does the client installation and I am not able to find out were should I search for the OWB server installation?
    Even I have checked by installing the same but I just have Repository Assistant , Design Center and Repository Browser available on the machine. I could not find the Runtime Assistant & Control Center to work on?
    Can somebody help me out with these issues?
    Thanks in advance.
    Regards,
    Anand

    Hi...
    There is an explanations..from the FAQ itself :
    How do I download and install Warehouse Builder Client versus Warehouse Builder Server?
    Warehouse Builder is a single install image that contains both Client and Server components, which are installed at the same time as part of the installation process. If the deployment target database is on the same machine as Warehouse Builder Client UI, there is one single installation process. If the deployment target database is on a separate machine, the install process has to be run twice, repeating the exact same install process on the client machine (to run the Warehouse Builder Design client) and the deployment target machine. Normally when installing the repository, either locally or remotely, the OWB software needs to be already present on the machine. However, it is possible to skip or defer the step of installing on the target deployment machine. This is referred to as a “Remote Target Configuration”. More information on this can be found in the Installation Guide, Chapter 2, “Remote Target”.
    hope this helps...
    Davis

  • Oracle Warehouse Builder 10g Release 2

    I need implement Oracle Warehouse Builder 10g Release 2 under Oracle 10g R2 standard Edition, is free to this vertion of database?

    Do not think Warehouse Builder is free for any edition. It also looks to be an Enterprise Edition only option.

  • Oracle warehouse builder 10g r2 .  omb plus scripting

    Hi all,
    im new to this forum,can anybody help me how to learn omb scripting n also expert in owb. help me. will be available 24/7.

    Oracle Warehouse Builder Training
    http://www.oracle.com/technology/products/warehouse/htdocs/OTN_Training.html
    OWB10g R1 tutorial:
    http://www.oracle.com/technology/obe/obe_bi/Lesson14_Extending_OWB_through_Scripting/Extending_OWB_through_Scripting.htm
    OWB10g R2 tutorial (developing Experts):
    http://www.oracle.com/technology/obe/10gr2_owb/10gr2_owb_extend/extensibility/extensibility.htm
    OWB11g R1 tutorial (developing Experts):
    http://www.oracle.com/technology/obe/11gr1_owb/owb11g_update_extend_knowledge/less6_experts/less6_experts.htm
    TCL Tutorial:
    http://www.tcl.tk/man/tcl8.5/tutorial/tcltutorial.html
    http://en.wikipedia.org/wiki/Tcl
    OWB documentation:
    OWB9i (Scripting guide):
    http://download.oracle.com/docs/html/B12187_02/toc.htm
    OWB10g R1 (Scripting reference):
    http://download.oracle.com/docs/cd/E10926_01/doc/owb.101/b12152/toc.htm
    OWB10g R2 (Scripting reference):
    http://download.oracle.com/docs/cd/B31080_01/doc/owb.102/b28225/toc.htm

  • How to insert special character from Oracle form builder 10g

    Dear all,
    I need help. how to insert special character like 'Superscript or Subscript ' from oracle form builder 10g. I had try in Oracle form builder 6i with press ALT+ASCII code in the text item and it work, but in the oracle form builder 10g this method doesn't work... would you like to help me...somebody please...
    Best Regard,
    Dedy P.T.

    What do you mean by insert ... from Forms Builder? Do you mean you want to add it as text in a string of pl/sql code or as part of boiler plate text (label) or a value on the Property Palette?
    For special characters you would need set NLS_LANG to something that would support the characters you want to use. For the Builder to see the change, you would need to set NLS_LANG to something like:
    NLS_LANG=AMERICAN_AMERICA.UTF8
    This can be done in the Windows Registry or system. As I mentioned, this will only apply to the Builder and will have nothing to do with a running form. For running forms you would need to set this in default.env. As for things like super and sub scripts, these are font formats and not necessarily characters. For the most part, I don't believe these are supported in Forms.

  • Problems uninstalling Oracle Warehouse Builder 10g

    When we go into the OUI we select deinstall option on the intial screen. The deinstaller sits there and does nothing. Any suggestions.

    Do not think Warehouse Builder is free for any edition. It also looks to be an Enterprise Edition only option.

  • Oracle Warehouse Builder 10g Release 2 (10.2.0.1) for Microsoft Windows

    On the URL http://www.oracle.com/technology/software/products/warehouse/index.html I get an error (404), when trying to download OWB 10g R2 for MS Windows. I am able to download the release for other platforms, but I need the one for MS Windows.
    Regards
    Lars

    Paste the following shortcut into your browser to download the file:
    http://download.oracle.com/otn/nt/warehouse/OWB_10.2.0.1.win.zip

  • Oracle WareHouse Builder 10g Beta IV Release Documentation

    Hi All,
    Is there anyone who will clarify whether I am thinking in the wrong way? Actually, I wanted to install a repository through Repository Assistant. There are three PCs on which this OWB version is installed. From my end (say PC_1 ) I was trying to do a Basic Installation, I tried it by giving the IP address of another machine (PC_2 say) and the other things the wizard asked. The installation was successful ! But the documentation says :
    "The basic installation is designed for local installations only. If you select Basic Installation and enter connection information for a remote machine, the Repository Assistant instructs you to return to the Install Type and select Advanced Setup. "
    But my installation was successful and I can connect to the repository again and again as a single user from any one of the three PCs I have, then how comes it was not a repository installation on remote machine? I am confused, Pls help...
    Regards,
    Pragati Sarkar.

    Hi Ott,
    Thank u. U can get the documentation in:
    Go to OWB 10g Beta IV Design Center. Then click Help.
    Open the documentation for "Connecting to the Oracle Database". The last paragraph of the documentation says what I have quoted in my last query.
    Regards,
    Pragati.

  • Oracle WareHouse Builder 10g Beta IV Version Release (10.1.2) Documentation

    Hi All,
    Is there anyone who will clarify whether I am thinking in the wrong way? Actually, I wanted to install a repository through Repository Assistant. There are three PCs on which this OWB version is installed. From my end (say PC_1 ) I was trying to do a Basic Installation, I tried it by giving the IP address of another machine (PC_2 say) and the other things the wizard asked. The installation was successful ! But the documentation says :
    "The basic installation is designed for local installations only. If you select Basic Installation and enter connection information for a remote machine, the Repository Assistant instructs you to return to the Install Type and select Advanced Setup. "
    But my installation was successful and I can connect to the repository again and again as a single user from any one of the three PCs I have, then how comes it was not a repository installation on remote machine? I am confused, Pls help...
    Regards,
    Pragati Sarkar.

    Hi Ott,
    Thank u. U can get the documentation in:
    Go to OWB 10g Beta IV Design Center. Then click Help.
    Open the documentation for "Connecting to the Oracle Database". The last paragraph of the documentation says what I have quoted in my last query.
    Regards,
    Pragati.

  • Oracle Warehouse Builder Problem

    Hello All,
    I have just installed oracle warehouse builder 10g on windows 2000 system.
    My database is oracle 10gR2
    While connecting Oracle Repository Assistant, when I provide sys user/password and other credentials i got following error:
    INS0003: OWB Repository Installation cannot continue without DBA privileges. Connect as DBA and use option Create a New Warehouse Builder Repository to continue the process.
    Sys user is already having sysdba rights. I have tried to login with another dba account but still same error.
    Any help??

    Hello,
    I have found the solution to this problem.
    Metalink note: 332371.1
    There ware problem with compatibility of OWB10.1 with Oracle database release 10.2...
    I have installed oracle 10gR1 and now it is working.

  • Oracle Warehouse Builder - Connectivity

    Hi,
    I would like to Know that How can I Connect to an Ms Sql Server
    from Oracle Warehouse Builder and do the ETL , I heard that It
    can Talk to MS sql Server Directly.

    Hi,
    The gateway that Oracle provides for this purpose is Pure
    Integrate.In pure integrate define a project(as we do in
    warehouse builder).Then configure your ODBC source(it supports
    SQl server, MS Access and variuos other Databases).Once defined
    and configured take export of the project and import in
    warehouse builder.
    In OWB then You can keep on adding various modules and other
    object in the imported Projects.The imported project will have
    source module as configured in Pure integrate.With this you
    don't need to export SQl server objects as flat files.

  • Problems launching Repository Assistant from Oracle Warehouse Builder

    I have installed the Oracle Warehouse Builder 10g Release 2 although, when i execute the file launch.exe installed at OWB_ORACLE_HOME/bin/, it not work
    Somebody know something about this problem?
    Postdata: I have Kaspersky antivirus installed as well.

    What process are you doing in OWB to get this error?
    Did you install the Workflow server?

Maybe you are looking for

  • I have just got apple tv and i cant connected to my macbook pro

    how can i connect my macbook pro to my apple tv i can't found the icon to connect with 

  • Max number of persons in contact groups - Nokia Lu...

    The max number of persons allowed in a contact group is (as far as I know) restricted to 20 persons. This seems very low and I wonder why this restriction is applied. A limitation of 20 persons in a group is not practical. Any explanation or any idea

  • WebLogic as Web Server Installation using WebLogic Express

    Hi all, I am in a process of installing WebLogic Web server. I downloaded WebLogic Express from bea site, and it turns out to be the same bin file that I had used for WebLogic Server installation. During the installation, I did not come across an spe

  • Monitor multiple databases for expiring passwords?

    I have created a cutom report in Grid Control that sends a daily report to the DBAs each morning that reports on nonresponsive agents, failed backups, policy violations, etc. I would like to add a section for expired passwords but I'm unable to find

  • Measuring puls width and time of 5 signals

    Hello, I have 5 signal lines that generate different pulses in time. I need to measure the pulse width on every line but also the exact time when the pulse occurs on each line. I have a PCI-6602 that I can use for this. Measuring the pulse width is n