OWB Deployment of Objects

What are the major steps involved in deploying OWB objects from one OWB Repository that is at the development site to a remote OWB Repository at the customer site. The customer site will have OWB installed
but no objects.
Do I have the steps listed below correct?
At the Development Site:
1) Create the Project
2) Develop the project; Test the deployed objects
3) Export the Project into a *.MDL file
4) Write a OWB Script, "my_script.tcl", that will
a) Create a project on the remote customer site
b) Import the project to the remote customer site
c) Create a runtime connection
d) Through OWB scripting command deploy the necessary objects
Then at the customer site, we will....
1)Transfer the *.MDL and my_script.tcl to the proper directory.
2) Invoking OMB Plus run the OWB script,"my_script.tcl", on a server that has the OWB Runtime enviroment installed.
3) OWB "my_script.tcl" will
a) Create the project
b) Import the project
c) Create the proper runtime connection
d) Through OWB scripting commands deploy the necessary objects
.

Looks good to me. That's what I would roughly do as it is nicely automated.
Jean-Pierre

Similar Messages

  • How to deploy olap object to BIEE

    hello everybody,
    I had build a project use OWB,but I dont know how to deploy this object to BIEE. I only select which table or view in build the BIEE and must setup the dimension which had been setup in OWB. Could I get the dimension information to the BIEE and dont not build it again in the BIEE.
    Could you give me some good advice.
    thinks

    OWB 10g and 11gR1 only deploy to OBISE (Discoverer), the OBIEE deployment directly from OWB is in the OWB 11gR2 release. You will have to build this model in OBIEE.
    There are some interesting posts below on OBIEE and OWB developments here:
    http://www.rittmanmead.com/2008/03/16/re-wiring-obiee-logical-models-to-use-a-data-warehouse-part-1/
    http://www.rittmanmead.com/2008/03/16/migrating-obiee-logical-models-to-use-a-data-warehouse-part-2/
    http://www.rittmanmead.com/2008/03/17/migrating-obiee-logical-models-to-use-a-data-warehouse-part-3/
    Cheers
    David

  • Error in OWB deployment Scripts

    My OWB deployment scripts (the SQL PACKAGES created post deployment) are having errors.
    When my source table, target table are in the same warehouse target schema which is owned by the Runtime Repository, the deployment scripts are working fine. But if the source or target table is moved to a different schema then the deployment scripts are giving errors saying - "PL/SQL: ORA-00942: table or view does not exist".
    Please let me know how to rectify this error when my source and/or target tables are in separate schema....
    -arnab

    The problem is solved. One more question I have, in the Expression Operator, we have two groups, the input group and the output group. But if there is a need to have some attibutes for storing temporary calculations as well, before assigning them to the attributes of the output group, then under which group should these be made? I am asking for something like a variable group where the attibutes for storing temporary calculations will be made and these attributes can be used by the output group for sending the values to the next transformation.
    Please help ..
    Regards
    Arnab

  • Executing Process Flow from OWB Deployment Manager results in RPE-01008

    Hi,
    I'm using OWB 10.1.0.1.0 (10g) and just installed Oracle Workflow Server 2.6.3.
    I can build, validate and generate Process Flows just fine. But every time I try to execute a Process Flow using OWB Deployment Manager, I'm getting a "RPE-01008: Recovery of this request is in progress". Execution of deployed Process Flows using Oracle Workflow Interface works just fine.
    Anyone has an idea?
    Thanks and regards
    Andreas Kopp

    Hi Dirk-Jan,
    youÄre right, there are some ugly-looking NUllPOinterExceptions in that log file. However, I cannto interpret them:
    2005/05/02-13:30:04-CEST [97A560] AuditId=80916: Processing execute request
    2005/05/02-13:30:05-CEST [97A560] Free Memory(bytes)=49410200 Total Memory(bytes)=66715648 Used Memory(bytes)=17305448
    2005/05/02-13:30:05-CEST [F1DD49] Initializing execution for auditId= 80916 parentAuditId= null topLevelAuditId=80916 taskName=TEST
    2005/05/02-13:30:05-CEST [F1DD49] Attempting to create adapter 'class.RuntimePlatform.0.NativeExecution'
    2005/05/02-13:30:05-CEST [F1DD49] Attempting to create native operator 'class.RuntimePlatform.0.NativeExecution.ProcessFlow'
    2005/05/02-13:30:05-CEST [F1DD49] java.lang.NullPointerException
         at java.lang.String.<init>(String.java:166)
         at oracle.sql.CharacterSet.AL32UTF8ToString(CharacterSet.java:1378)
         at oracle.jdbc.driver.DBConversion.CharBytesToString(DBConversion.java:527)
         at oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:621)
         at oracle.jdbc.driver.T2CCallableStatement.execute_for_describe(T2CCallableStatement.java:846)
         at oracle.jdbc.driver.T2CCallableStatement.execute_for_rows(T2CCallableStatement.java:1007)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1028)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2888)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:2960)
         at oracle.jdbc.driver.OracleCallableStatement.executeUpdate(OracleCallableStatement.java:4124)
         at sqlj.runtime.ExecutionContext$OracleContext.oracleExecuteUpdate(ExecutionContext.java:1556)
         at oracle.wh.runtime.platform.operator.owf_process.NativeOWFProcessOperator.defineProcessFlow(NativeOWFProcessOperator.java:1029)
         at oracle.wh.runtime.platform.operator.owf_process.NativeOWFProcessOperator.executeDefault(NativeOWFProcessOperator.java:476)
         at oracle.wh.runtime.platform.operator.owf_process.NativeOWFProcessOperator.execute(NativeOWFProcessOperator.java:227)
         at oracle.wh.runtime.platform.adapter.rtp.NativeExecutionAdapter.execute(NativeExecutionAdapter.java:43)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:63)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:23)
         at oracle.wh.runtime.platform.service.ExecutionManager.run(ExecutionManager.java:36)
         at java.lang.Thread.run(Thread.java:534)
    2005/05/02-13:30:05-CEST [F1DD49] Initializing execution for auditId= 80916 parentAuditId= null topLevelAuditId=80916 taskName=TEST
    2005/05/02-13:30:05-CEST [F1DD49] oracle.wh.runtime.platform.service.controller.RecoveryInProgress: RPE-01008: Recovery of this request is in progress.
         at oracle.wh.runtime.platform.service.controller.AdapterContextImpl.initialize(AdapterContextImpl.java:1307)
         at oracle.wh.runtime.platform.service.controller.ExecutionContextImpl.initialize(ExecutionContextImpl.java:789)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.initialize(ExecutionController.java:32)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:50)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:76)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:23)
         at oracle.wh.runtime.platform.service.ExecutionManager.run(ExecutionManager.java:36)
         at java.lang.Thread.run(Thread.java:534)
    2005/05/02-13:30:05-CEST [F1DD49] Attempting to create adapter 'class.RuntimePlatform.0.NativeExecution'
    2005/05/02-13:30:05-CEST [F1DD49] Attempting to create native operator 'class.RuntimePlatform.0.NativeExecution.ProcessFlow'
    2005/05/02-13:30:05-CEST [F1DD49] Native execution operator initiating recovery by recoverable operator oracle.wh.runtime.platform.operator.owf_process.NativeOWFProcessOperator
    2005/05/02-13:30:05-CEST [F1DD49] report_execution_result auditId=80916
    2005/05/02-13:30:05-CEST [F1DD49] java.lang.NullPointerException
         at java.lang.String.<init>(String.java:166)
         at oracle.sql.CharacterSet.AL32UTF8ToString(CharacterSet.java:1378)
         at oracle.jdbc.driver.DBConversion.CharBytesToString(DBConversion.java:527)
         at oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:621)
         at oracle.jdbc.driver.T2CCallableStatement.execute_for_describe(T2CCallableStatement.java:846)
         at oracle.jdbc.driver.T2CCallableStatement.execute_for_rows(T2CCallableStatement.java:1007)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1028)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2888)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:2960)
         at oracle.jdbc.driver.OracleCallableStatement.executeUpdate(OracleCallableStatement.java:4124)
         at sqlj.runtime.ExecutionContext$OracleContext.oracleExecuteUpdate(ExecutionContext.java:1556)
         at oracle.wh.runtime.platform.operator.owf_process.NativeOWFProcessOperator.defineProcessFlow(NativeOWFProcessOperator.java:1029)
         at oracle.wh.runtime.platform.operator.owf_process.NativeOWFProcessOperator.executeDefault(NativeOWFProcessOperator.java:476)
         at oracle.wh.runtime.platform.operator.owf_process.NativeOWFProcessOperator.execute(NativeOWFProcessOperator.java:227)
         at oracle.wh.runtime.platform.adapter.rtp.NativeExecutionAdapter.execute(NativeExecutionAdapter.java:38)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:63)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:76)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:23)
         at oracle.wh.runtime.platform.service.ExecutionManager.run(ExecutionManager.java:36)
         at java.lang.Thread.run(Thread.java:534)
    2005/05/02-13:30:06-CEST [97A560] Free Memory(bytes)=49283952 Total Memory(bytes)=66715648 Used Memory(bytes)=17431696
    2005/05/02-13:30:06-CEST [97A560] AuditId=80916: Request completed
    Any idea?
    Thanks an regards
    Andreas

  • 11g R2: not able to deploy any objects

    Hi,
    I've got a huge problem:
    Since today I am no longer able to deploy any objects to our integration server.
    Normally we deploy our objects from our design repository to our integration-db with help of an expert.
    First I thought it would be an error of the expert. But then I tried to deploy a object directly from the controlcenter of the
    integration-repository.
    The problem is, I get no error. The deployment starts and shows all the time that green error in control center.
    Nothing has been changed since the last deployments.
    We only saw a warning, that some passwords of some db-users were expired. So we used the same passwords and
    all user work correctly.
    Anyone got a idea?
    Regards,
    Andre

    Thanks for the tip.
    Now I have the problem, that our last logfile was created on 11/04/2010. Strange...
    I'm sure, we have deployed something since this date.
    I will speak to our admin, to restart the control center service.
    Hopefully a new logfile is created...

  • Executing OWB generated code outside OWB deployment manager

    We are thinking to develop data loading programs using OWB but ship the generated code directly to user. We're looking at possibility to let end-user to invoke generated mappings w/o installing OWB. Because we plan not to offer customization to our users in our first release, there is no point to make OWB a mandatory pre-requisite.
    Other than running mappings from OWB deployment manager and OEM, could user execute mapping code from something like SQL plus and eBizSuite's concurrent program? My guess is yes.
    Then what is the minimum installation requirement for end-user to perform. Does user have to install run-time repository and target schema from OWB installation CD?
    Thanks a lot!

    Jerry,
    There are several alternatives for running OWB mappings in addition to Deployment Manager:
    1. From SQL Plus. Requires no part of OWB install to work, it just connects remotely to Runtime repository. See template in [OWB install Home]/owb/rtp/sql/sqlplus_exec_template.sql
    2. From OEM. Same: requires no part of OWB install, connects remotely to Runtime repository. See template in [OWB install Home]/owb/rtp/sql/oem_exec_template.sql. Also see "Oracle9i Warehouse Builder User's Guide
    Release 9.2", page 13-19, "Scheduling Mappings and Process Flows".
    3. From Oracle Workflow. OWB Deployment Manager deploys into Workflow in this case.
    4. From any XPDL complaint process flow engine.
    Nikolai

  • How to deploy business objects web services on tomcat

    Hi everyone can anyone tell how i need to deploy business objects web services on tomcat, i installed business objects on unix server.what r the steps i need to follow in order to deploy web services on business objects. this web services must be called by a java program externally, that the reason i am deploying web services.
    i downloaded business objects web services portal sample zip file. the wssdkj2eeportal directory is created with ant_scripts,src, dsws.config and wsportalassemblyscripts.bat.
    i am trying to configure the dsws.config, by modifying it to
    <configuration version="1.0">
       <WebService Name="BusinessObjects Enterprise XI 3.1 sp3" Icon="image/java.gif">
          XI 3.1 Web Services
          <Connection URL="http://169.111.33.61:8080/dswsbobje/services/session" Proxy="0" Timeout="120000" />
       </WebService>
       <Proxy Name="Outside" URL="http://http-cache.mycompany.com:3667" />
    </configuration>
    what i need to do in order to deploy
    i am using bo xi 3.1 sp3

    Hi,
    You deploy all the web applications provided by BOE with the use of Wdeploy tool installed with BOE installation, for details please reffer the following document
    [BusinessObjects Enterprise XI 3.1 Web Application Deployment Guide for UNIX*|http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000715844%26_SCENARIO=01100035870000000202]
    Regards,
    Ramu.
    Edited by: Gowda Timma Ramu on Nov 9, 2010 8:39 PM

  • Deploy CORBA objects to OAS

    hi,
    where I can found some documentation
    on deploying CORBA object from JDeveloper 3.0 to OAS?
    Should I also configure something on OAS?
    thanks
    filippo

    Forget it! it works now. Thank you.

  • Deployment of objects in OWB10g with Personal Edition Database

    When trying to deploy objects in a Personal Oracle 10g database with OWB10g, the following error occurs:
    RPE-01011: Cannot deploy to target database location because it does not have a compatible version.
    Deployment on the same database but on Enterprise Edition works fine.
    Oracle does not support OWB on Personal Edition, but I found a workaround to use OWB on a Personal Edition database. The problem is that the Deployment Manager checks for the version number from PRODUCT_COMPONENT_VERSION where PRODUCT like 'Oracle%'. It returns the version number, but with this query no rows are returned in Personal Edition because the product name does not begin with 'Oracle' (Personal Oracle Database 10g).
    I found a workaround in redefining the definition of the view SYS.PRODUCT_COMPONENT_VERSION so that it returns 'Oracle Database 10g Personal Edition' for the database component. The deployment manager will then find the correct number, and you can deploy just as you would with Enterprise Edition.
    Statement used to redefine the view:
    create or replace view sys.product_component_version as
    (select
    substr(banner,1, instr(banner,'Version')-1) product,
    substr(banner, instr(banner,'Version')+8,
    instr(banner,' - ')-(instr(banner,'Version')+8)) version,
    substr(banner,instr(banner,' - ')+3) status
    from v$version
    where instr(banner,'Version') > 0
    and
    ((instr(banner,'Version') < instr(banner,'Release')) or
    instr(banner,'Release') = 0))
    union
    (select
    substr(banner,1, instr(banner,'Release')-1),
    substr(banner, instr(banner,'Release')+8,
    instr(banner,' - ')-(instr(banner,'Release')+8)),
    substr(banner,instr(banner,' - ')+3)
    from v$version
    where instr(banner,'Release') > 0
    and
    instr(banner,'Release') < instr(banner,' - ')
    AND BANNER NOT LIKE '%Database%')
    union
    (select
    'Oracle Database 10g Personal Edition',
    substr(banner, instr(banner,'Release')+8,
    instr(banner,' - ')-(instr(banner,'Release')+8)),
    substr(banner,instr(banner,' - ')+3)
    from v$version
    where instr(banner,'Release') > 0
    and
    instr(banner,'Release') < instr(banner,' - '))
    Regards,
    Marko Bikker

    See Oracle Database Express Edition License Agreement

  • ORA-01031 in OWB deployment

    Dear all,
    My question ist following:
    1. I imported a flate file and assign it to externaal table. Everything is fine. If i try to read the content of external table getting error message:
    ORA-00942 (table or view does not exists).
    Question: Which priviledge must give to the staging user. I gave him also grant select any table to target_user from sysdba side, but error stay the same.
    I will be appreciate getting reponse from you.
    Thans in advance

    Hi david,
    Look at this error message after deployment:
    Name
    Action
    Status
    Log
    None
    Error
    ORA-01031: insufficient privileges
    ORA-06512: at "REPOS_USER.WB_RT_TARGET_SCHEMA_OBJS", line 13
    ORA-06512: at "REPOS_USER.WB_RT_TARGET_SCHEMA_OBJS", line 109
    ORA-06512: at line 1
    RCP_FF_LOCATION2
    Create
    Error
    ORA-01031: insufficient privileges ----->>>>>> What privilege must give them in addition
    RCP_EXT
    Create
    Error
    ORA-06564: object RCP_FF_LOCATION2 does not exist --->>>> This location exists exactly.
    I dont know since wwhen we must give gratnt to access directory to user????. If eveything should be implemented manually, what is the need of OWB?.
    Regards Mehdi

  • Execution of mapping gets hanged in OWB Deployment Manager

    Description:
    Scenario - 1
    1. Source schema (rapid) to staging schema (radar01)
    We have a few mappings where we need to load data from the source to target. These mappings are successfully validated, deployed and executed.
    Both schemas reside in same database.
    Scenario - 2
    2. Staging schema (radar01) to Warehouse schema (radar02)
    We have a few mappings where we need to load from staging to warehouse.
    Please note the staging schema here is a target schema in the scenario-1 and in scenario - 2
    It is the source. The mappings where successfully validated, but a warning message is displayed while deploying.
    Warning:
    VLD-2771: System privileges may not allow extraction from source STG_ULD.
    Skipped the warning and then executed, Till 22nd the mapping was getting executed and data was getting loaded into the target schema from staging.
    From 22nd onwards, while executing these mappings, execution remains hanged forever
    Runtime Audit Browser:
    In Runtime Audit Browser shows the status for the above mappings as BUSY
    Actions Taken:
    1. Purged all previous mappings
    2. Analysed all the runtime repository tables.
    3. Purged the BUSY status mappings also by using the procedure.
    4. Grants given (SELECT ON) on all the staging schema tables to warehouse schema.
    5. Restarted the database.
    Even after the above actions also the problem has not yet been solved. Kindly suggest us how to go about.
    Environment:
    OWB 10g Client - 10.1.0.2.0
    OWB 10g Repository - 10.1.0.1.0
    Workstation OS - Windows XP
    Oracle database - 9.2.0.1.0
    Database server installed on Unix OS (Solaris)

    May be you would like to check at the database of what exactly is getting executed. Just check if there is a query running on either source or target objects. If this is a case then you would like to grab it and optimize the same.
    If this is not a case then it could be that the mapping is waiting for some locks.

  • RPE-02150 - Deploy  Intelligent Objects

    Hi!
    I had followed this tutorial, but I use OWB 11g.
    I derived the end user metadata from my design. then I created a new user:eul_from_owb from Global Explorer->Security->User.
    When I try to deploy the Intelligent Objects, I get a error:
    "RPE-02150: Failed to connect with user EUL_FROM_OWB, password ***, connection null. Disco export file 4044.eex written to directory owb/deployed_files."
    I use the same user password : eul_from_owb
    Do I have to install OracleBI Discoverer Administrator to create EUL (eul_from_owb) ? I say that because in Global Explorer->Security->User, I can create DB user: eul_from_owb.
    Edited by: user10381875 on 1/Abr/2009 4:08

    Hi
    Apparently direct deployment does not work in OWB 11gR1, and the workaround is to take the generated EEX file and manually import into Discoverer Admin.
    You can either take the generated file from
    4044.eex written to directory owb/deployed_files
    or generate the objects from the client and save the generated file there.
    Cheers
    David

  • OWB DEployment issue

    Hi All,
    We are using OWB11g. I have migrated all the OWB objects from Our windows machine to AIX machine.
    But When i tried to deploy any of the objects there, deployment taking huge amount of time . I have change
    all the loction credential accordingly.
    In our case few users are already present in the AIX machine also .is that will be a issue .
    but i have created on simple mapping after migration thats also not deploying.
    Regards
    Ani

    Hi David,
    This is the error after a long time.. when attempting to deploy.
    java.lang.NullPointerException
    at oracle.wh.ui.editor.Editor.findDockable(Editor.java:507)
    at oracle.wh.ui.runtime.WHRuntimeDeployMonitor.refreshButtonState(WHRuntimeDeployMonitor.java:638)
    at oracle.wh.ui.runtime.WHRuntimeDeployMonitor.refreshButtonState(WHRuntimeDeployMonitor.java:646)
    at oracle.wh.ui.runtime.WHRuntimeDeployMonitor.setEnableDeploymentSpecificationOptions(WHRuntimeDeployMonitor.java:595)
    at oracle.wh.ui.runtime.application.DeploymentPreferences.setDeploymentSpecification(DeploymentPreferences.java:665)
    at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.deployAsynchronous(WHRuntimeCommandGenerateDeploy.java:390)
    at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.getValidGenerationResults(WHRuntimeCommandGenerateDeploy.java:1385)
    at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.continueDeployment(WHRuntimeCommandGenerateDeploy.java:1929)
    at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler.actionPerformed(WHRuntimeCommandHandler.java:375)
    at oracle.wh.service.sdk.OWBConsumer.dataItemAvailable(OWBInfoBus.java:381)
    at javax.infobus.DefaultController.fireItemAvailable(DefaultController.java:90)
    at javax.infobus.InfoBus.fireItemAvailable(InfoBus.java:989)
    at oracle.wh.service.sdk.OWBInfoBus.produce(OWBInfoBus.java:160)
    at oracle.wh.service.sdk.OWBInfoBus.produce(OWBInfoBus.java:76)
    at oracle.wh.ui.runtime.application.RuntimeProgressListener.notifyCompletion(RuntimeProgressListener.java:106)
    at oracle.wh.service.impl.generation.service.WhValidationGenerationTransaction.run(WhValidationGenerationTransaction.java:376)
    Regrds
    Ani

  • Problem working with deployed View Object

    Hi everyone,
    I have developed and deployed the BC4J project. And now I'm writting the client code.
    Connecting to deployed components and then to the database is successfull.
    calling method ViewObject vb = applicationModule.findViewObject("ViewObject") also completes successfully. and then calling the method
    vb.first() ends up with the following error:
    java.lang.ClassNotFoundException: oracle.jbo.domain.Number
    java.lang.Object java.io.ObjectInputStream.readObject(boolean)
    java.lang.Object java.io.ObjectInputStream.readObject()
    void oracle.jbo.common.PiggybackInput.<init>(oracle.jbo.common.ObjectMarshaller, byte[])
    void oracle.jbo.client.remote.ApplicationModuleImpl.processPiggyback(byte[])
    int oracle.jbo.client.remote.ApplicationModuleImpl.syncIterator(int, int, int, boolean, boolean)
    int oracle.jbo.client.remote.RowSetIteratorImpl.syncIterator(int, int, boolean)
    oracle.jbo.Row oracle.jbo.client.remote.RowSetIteratorImpl.first()
    oracle.jbo.Row oracle.jbo.client.remote.RowSetImpl.first()
    oracle.jbo.Row oracle.jbo.client.remote.ViewUsageImpl.first()
    void tester.BC4J_Client_test.main(java.lang.String[])
    Error: oracle.jbo.PiggybackException: JBO-28300: Piggyback read error
    oracle.jbo.PiggybackException: JBO-28300: Piggyback read error
    void oracle.jbo.client.remote.ApplicationModuleImpl.processPiggyback(byte[])
    int oracle.jbo.client.remote.ApplicationModuleImpl.syncIterator(int, int, int, boolean, boolean)
    int oracle.jbo.client.remote.RowSetIteratorImpl.syncIterator(int, int, boolean)
    oracle.jbo.Row oracle.jbo.client.remote.RowSetIteratorImpl.first()
    oracle.jbo.Row oracle.jbo.client.remote.RowSetImpl.first()
    oracle.jbo.Row oracle.jbo.client.remote.ViewUsageImpl.first()
    void tester.BC4J_Client_test.main(java.lang.String[])
    Can anyone help me, please!
    Thanks ahead,
    Eka

    Hi,
    You need to use :
    vb.getRowSet().first()
    null

  • Deployment of objects

    Hi,
    I am new with the data integrator and have a question regarding deployment. In data integrator you can add new tables and/or constraints e.g. in a target schema. How can I deploy tables/constraints to the database (oracle)? Or must I create those target objects on the database manually and reimport (reverse engineering) them to ODI?
    regards
    Rainer

    For that, you can right-mouse-button on th edata model, and select the "Generate DDL" option. This then asks if you want to include those items not in your ODI Model - so you can ignore those which already exist, and ODI will generate a procedure, for you to execute, which has all the statements required to create the table, indexes, and constraints defined.

Maybe you are looking for