Unable to import table using SOA database adapter in jdeveloper

I am trying to build a simple flow to access database so I have dropped a database adapter in composite.xml and trying to configure the adapter.
I have successfully tested the database connection within the adapter configuration wizard and can view the tables as well.
But when I am selecting a table to import then I don't see any table imported in Step-5.
It doesn't show me any error. I have tried with other tables and also with other databases but can't import the tables
i have selected the table using the right arrow to right side and then clicked "OK". But the table hasn't come-up and it still says "No tables imported" in Step 5. I am trying to import from oracle database using oracle jdbc.
am doing Perform an operation(Select query) on a table
Regards,
Kishor M

Thread moved form Japanese SOA Suite.

Similar Messages

  • Unable to import table using SOA database adapter in Jdev

    hi all,
    I am learning soa 11g development by myself which is quite exciting stuff.
    I am trying to build a simple flow to access database so I have dropped a database adapter in composite.xml and trying to configure the adapter.
    I have successfully tested the database connection within the adapter configuration wizard and can list the tables as well. But when I am selecting a table to import then I don't see any table imported in Step-5.
    It doesn't show me any error. I have tried with other tables and also with other databases but can't import the tables.
    Any advice will be appreciated.
    Oracle SOA Version11.1.1.4.0
    JDeveloper Version 11.1.1.6.0
    Thanks,
    Raj

    Hi Raj,
    You have to select the required tables and move it to the blank area on right side of your selection window by clicking the arrow button.
    cheers

  • Unable to import table or columns in OBIEE 11G RPD

    Hi All,
    We are unable to import table into the RPD using OCI 10G/11G to import the table then the import box open but we are unable to see the tables below the schema name. When we use ODBC 3.5 and created a DSN for the database then we are able to see all the tables and import them. But the problem here is that when we are using window server 7 64 bit to install client and then importing the table ODBC is not working fine as well.
    Please note that we are using OBIEE 11G which is installed on unix box and we connect to RPD using client installed on windows server.
    Appreciate all the help in advance.
    Thanks,
    Mohit

    Hi Sayak,
    This means we need to installed Oracle client to resolve this problem. Can you please share if you have some knowledge regarding the same.
    Thanks,
    Mohit

  • DATAIMP-ERR-1124: Unable to import table "S_CS_ANSWR_LANG"

    Hi all,
    hopefully can someone here help me. I can not manage to make the Database Configuration successfully til now (already 2 months working on this, because I can't get help in any forum most of the time).
    After creating tablespaces and running the grantusr.sql I run the Database Configuration Wizard. It stops on importing Siebel seed data (transl) and it gives me the following error in the log file data_prim_lang:
    2012-04-26 06:34:39 C:\sba80\siebsrvr\bin\dataimp.exe /u SADMIN /p ***** /c Siebel_test_DSN /d SIEBEL /f C:\sba80\dbsrvr\ENU\seed_locale.dat /w n /q 100 /h Log /x f /i C:\sba80\dbsrvr/ENU/seed_locale.inp /l C:\sba80\siebsrvr\log\install\output/dataimp_prim_lang.log /A 1
    2012-04-26 06:34:39
    2012-04-26 06:34:39 Connecting to the database...
    2012-04-26 06:34:39 Connected.
    2012-04-26 06:34:39
    2012-04-26 06:34:39 Importing C:\sba80\dbsrvr\ENU\seed_locale.dat ...
    2012-04-26 06:34:39
    2012-04-26 06:34:39 Importing Tables
    2012-04-26 06:34:39 SARM is OFF -change param SARMLevel to enable
    2012-04-26 06:34:39 SARM Client is OFF -change param SARMClientLevel to enable
    2012-04-26 06:34:39 SARM is OFF -change param SARMLevel to enable
    2012-04-26 06:34:39 SARM Client is OFF -change param SARMClientLevel to enable
    2012-04-26 06:34:39 SARM is OFF -change param SARMLevel to enable
    2012-04-26 06:34:39 SARM Client is OFF -change param SARMClientLevel to enable
    2012-04-26 06:34:39 SQL Statement:
    select t.ROW_ID, t.CREATED, t.CREATED_BY, t.LAST_UPD, t.LAST_UPD_BY, t.MODIFICATION_NUM, t.CONFLICT_ID, t.ANSWER, t.ANSWR_ID, t.LANG_ID, t.DB_LAST_UPD, t.DB_LAST_UPD_SRC from SIEBEL.S_CS_ANSWR_LANG t
    2012-04-26 06:34:39 [DataDirect][ODBC Oracle driver][Oracle]ORA-00942: table or view does not exist
    2012-04-26 06:34:39
    2012-04-26 06:34:39 S0002: [DataDirect][ODBC Oracle driver][Oracle]ORA-00942: table or view does not exist
    2012-04-26 06:34:39
    2012-04-26 06:34:39 DATAIMP-ERR-1124: Unable to import table "S_CS_ANSWR_LANG" (UTLOdbcOutputBind select).
    2012-04-26 06:34:39 Error in ProcessImportFile (UTLDataImportFile).
    2012-04-26 06:34:39 Error in ProcessImportFile...
    2012-04-26 06:34:39 (logapi.cpp (184) err=1 sys=0) SBL-GEN-00001: (logapi.cpp: 184) error code = 1, system error = 0, msg1 = (null), msg2 = (null), msg3 = (null), msg4 = (null)
    I guess that the command line I executed to drop some tablespaces (SIEBELINDEX and SIEBELDATA) dropped the links to these tablespaces and the table which causes the error. I used for that:
    drop tablespace siebelindex including contents
    and datafiles cascade constraints;
    Can someone confirm me, if this can cause the error?. I am not an Oracle specialist.
    I would really appreciate if somebody helps me. I am itrying to do this since months on Windows. Installed already the Oracle Client as well, Database connection works.
    What should I do in this case if the Wizard doesn't run anymore because of this error?...I wouldn't like to install and reinstall what I already installed (Siebel Gateway, Siebel Enterprise, Siebel DB, etc. it's a lot of work and stress. Please help me :-(.

    I suggest you the following:
    1. recreate your tablespaces to make sure there is no previous data imported or tables created.
    2. rerun grantusr.sql
    3. make a backup of all master_*.ucf files under siebsrvr/bin folder
    4. delete all master_*.ucf files under siebsrvr/bin folder
    5. make a backup of the siebsrvr/log/install folder.
    6. remove the siebsrvr/log/install folder.
    7. launch the db config wizard and check if it works now.
    I suspect there is some old parameter being used from your previous tablespaces.
    If above is not helpful, provide the contents of the log file generated when process failed and upgwiz.log.
    Hope it helps,
    Wilson

  • SOA - Database Adapter push data to BAM

    I would like to create an SOA application to pull data from an Oracle Database and push it Oracle BAM.
    In the past I've done this by using the "Polling for new or changed records in a table" from the Database Adapter to pull new data from the database. However, I wish to know if it is possible for me to somehow configure the adapter to execute a query on the database, grab the results and push them through the Mediator and onto the BAM adapter.
    The main point here is that there is no Table or View on the database to supply the data. The data is created dynamically as a query result when / if the database adapter runs the query on the database.
    This needs to happen periodically (as with the polling for changes method).
    Is this possible?

    Hi
    I believe the below option will help you.
    1.Create a BPEL process and inside that use the DB adapter to execute the query and fetch the data and push the same to BAM through the BAM Adapter.
    2.Schedule the BPEL process with Quartz Scheduler(default option provided by Oracle BPEL) to run periodically as per your requirement.
    Regards
    Albin I

  • Unable to import metadata using OBI 11g Admin tool

    Hello folks,
    I am new to OBI. I am trying to build a RPD. For that purpose I am trying to import some tables from database but I am unable to. I created DSN and also tried using OCI but no help. The OBI Admin tool client and database is installed under other user's account. Is that the reason I am unable to import tables?
    I am getting this error:
    Internal Error-Unable to initialize NLS during driver load - When I try to use ODBC &
    Connection failed --When I try to use OCI.
    Can someone shed some light on this issue.
    Thanks,
    Edited by: 950330 on Jan 21, 2013 11:17 AM

    Use Call Interface: Default (OCI 10g/11g)
    Data source Name->hostname:port/ServiceName or TNS name
    like
    localhost:1521/XE
    make sure you able to ping connect the database using tnsentry or
    tnsping <tnsname>
    from command prompt.
    Let me know for issues if helps pls mark
    Edited by: Srini VEERAVALLI on Jan 21, 2013 1:17 PM

  • Error while importing tables from oracle database

    Hi
    I am getting the following error when i am trying to import table from oracle database.
    my operating system is windows and my database is oracle.
    [nQSError: 16001]ODBC error state: IM004 code:0 message:
    [Microsoft][ODBC Driver Manager] Driver`s SQLAllocHandle on SQL_HANDLE_ENV failed.
    please help me in resolving this issue.
    Thanks and Regards,
    Raj

    Hi Madan,
    I have done migration Discoverer Admin EUL Layer into OBIEE repository using below methodology.
    Navigate to the <installdrive>\OracleBI\server\Bin directory. There are two important files in this directory: the migration assistant executable file named MigrateEUL.exe and a properties configuration file named MigrationConfig.properties.
    Could you please help me how to migrate discoverer plus workbooks and worksheets into OBIEE Answers?
    go through below link, It will show navigation steps for migrating of EUL from Discoverer to OBIEE.But i need migration of workbooks and worksheets from Discoverer into OBIEE Answers.
    http://www.oracle.com/technology/obe/obe_bi/discoverer/discoverer_1012/discomigration/migrate_disco_biee.htm
    This is very great full help to me …
    Advance thanks for your suggestions.
    Regards
    Duraga Prasad.

  • SOA Database Adapter error in 11g

    Hi All,
    Created BPEL process in 11g that invokes a UPDATE functionality on Database Adapter in Jdeveloper 11g. Using XA database ......
    Getting following error.
    *<fault>*
    *<bpelFault>*
    *<faultType>*
    *<message>0</message>*
    *</faultType>*
    *<bindingFault>*
    *<part name="summary">*
    *<summary>Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'update' failed due to: JCA Binding Component connection issue. JCA Binding Component is unable to create an outbound JCA (CCI) connection. Project1:UpdateDBAdapter [ UpdateDBAdapter_ptt::update(CreditcardinfoCollection) ] : The JCA Binding Component was unable to establish an outbound JCA CCI connection due to the following issue: BINDING.JCA-12510 JCA Resource Adapter location error. Unable to locate the JCA Resource Adapter via .jca binding file element <connection-factory/> The JCA Binding Component is unable to startup the Resource Adapter specified in the <connection-factory/> element: location='jdbc/soademoDatabase'. The reason for this is most likely that either 1) the Resource Adapters RAR file has not been deployed successfully to the WebLogic Application server or 2) the '<jndi-name>' element in weblogic-ra.xml has not been set to jdbc/soademoDatabase. In the last case you will have to add a new WebLogic JCA connection factory (deploy a RAR). Please correct this and then restart the Application Server ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. </summary>*
    *</part>*
    *<part name="detail">*
    *<detail>JCA Resource Adapter location error. Unable to locate the JCA Resource Adapter via .jca binding file element <connection-factory/> The JCA Binding Component is unable to startup the Resource Adapter specified in the <connection-factory/> element: location='jdbc/soademoDatabase'. The reason for this is most likely that either 1) the Resource Adapters RAR file has not been deployed successfully to the WebLogic Application server or 2) the '<jndi-name>' element in weblogic-ra.xml has not been set to jdbc/soademoDatabase. In the last case you will have to add a new WebLogic JCA connection factory (deploy a RAR). Please correct this and then restart the Application Server </detail>*
    *</part>*
    *<part name="code">*
    *<code>null</code>*
    *</part>*
    *</bindingFault>*
    *</bpelFault>*
    *</fault>*
    What must be going wrong ?
    Thanks
    pp

    Check whether dbadapter application is deployed on the Weblogic. If it is already deployed, then update it once and try again.
    Regards,
    Anuj

  • Insert to multiple table using single DB Adapter

    Hi,
    I m using Jdev 11g Build JDEVADF_11.1.1.2.0_GENERIC_091029.2229.5536
    Can anyone tell me how can we do insert and update operations to mutliple tables using single DB adapter.
    I want to do insert in 2 tables and update the third using same DB apater. Is it possible?If yes, how?

    Hi,
    You can write a PL\SQL (Stored Procedure) to do your operations and call the PL\SQL code from DB Adapter.
    -Senaka

  • What kind of database driver should use for database adapter  in BPEL?

    what kind of database driver (XA or non-XA) should use for database adapter in BPEL? I have only one database adapter and no JMS.
    Thanks
    Jo
    Edited by: 799095 on Sep 30, 2010 8:35 AM

    Hi
    It depends on wheter you need XA transaction or not.
    See http://www.theserverside.com/discussions/thread.tss?thread_id=21385 third reply.
    If you only have one database and no synchronous dependency to the caller, non-XA should be OK.
    -Johan

  • Convert the table using the Database Utility SE14

    Hi,
    I have changed the structure of table
    How can I convert the table using the Database Utility (SE14)??
    Regards,
    Vivek

    give your table name and press edit. on the next screen select activate and adjust data. This will adjust your data in the table according to new structure

  • Is it possible to use SOA Suite 11g with JDeveloper's integrated WebLogic?

    Is it possible to use SOA Suite 11g with JDeveloper's integrated WebLogic? Or do you have to install an external WebLogic?
    Thanks for help.
    Edited by: user7722720 on 07-Dec-2011 02:04

    Hi
    By default, NO it is NOT possible to deploy any SOA Applications on Integrated Weblogic Server that comes with JDeveloper. This integrated weblogic server is very light weight basic weblogic server with single domain (only 1 AdminServer) to deploy a standard J2EE, ADF Applications like EJBs, WebApps, WebServices, ADF Apps etc. BUT SOA (having BPEL, BPMs etc ) cannot be deployed.
    There is an option to upgrade this integrated weblogic server and install SOA on top of this. Like download soa installer that matches with your JDeveloper version and install soa on top of this weblogic. BUT I strongly do not recommend this, because you will not be able to upgrade iin future to the latest versions.
    Yes, its always better to install the standalone Weblogic Server that matches with your JDeveloper version. Then install SOA on top of this Weblogic Server. Then create RCU Schemas in any Oracle Database. Run config wizard and create a SOA Domain. Now integrate this in your JDeveloper to deploy any soa applications.
    Make sure that JDeveloper, Weblogic Server, SOA Software, RCU all these versions should match and they should be same.
    Thanks
    Ravi Jegga

  • Database write using the Database Adapter

    i'm using Jdeveloper version 11.1.1.3.37.55.99 - and I'm not sure that I'm doing this right but:
    I've created a database table that has 3 attributes (id, name, description).
    I've then in the soa composite created a Database Adapter to have an insert operation for the newly created database table.
    In the BPM editor - I drag a service task into the process and configure it to use the recently created Database Adapter.
    While configuring the service task - I need to map my process variables into the service task but when I go to the
    implementation->use associations->simple, in the drag and drop plan is an object called a collection. I expand the collection and I get an object named recall. If I look at my datatypes my recall object shows the three attributes from the database schema for the table. (The datatype was created by the creation of the database adapter). However, I cannot expand the object in order to map in the individual process variables for the inputs for the insert parameters.
    Am I doing something incorrectly in attempting to map the process variables to the service call?
    Thanks,
    Christopher

    Christopher,
    Use the Transform in the Implementation tab instead of the Data Association to map your input process object to the service parameter. The Transform option creates an xslt file which you can use to map the input values to the database service values.
    Heidi.

  • ***Unable to import table which consists of nested tables

    Dear all;
    I have a problem on migrating my Oracle 8.1.7 database from windows nt environment into the ibm aix 4.3.3 environment. I have been using the import export utility. Exporting the data from the database does not produce any error but importing the export file produces the error as below;
    Connected to: Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Export file created by EXPORT:V08.01.07 via conventional path
    import done in WE8ISO8859P1 character set and WE8ISO8859P1 NCHAR character set
    . importing IIMS's objects into IIMS
    IMP-00017: following statement failed with ORACLE error 2331:
    "CREATE TABLE "CMGC_CURRENCY" ("CODE" VARCHAR2(10) NOT NULL ENABLE, "DESCP" "
    "VARCHAR2(60) NOT NULL ENABLE, "X_RATE" NUMBER(10, 6) NOT NULL ENABLE, "X_DA"
    "TE" VARCHAR2(10), "REMARK" VARCHAR2(255), "YEAR" NUMBER(4, 0) NOT NULL ENAB"
    "LE, "BANK_AC" VARCHAR2(20) NOT NULL ENABLE, "NSTBL_LEDG" "NSTBL_LEDGLIST" N"
    "OT NULL ENABLE, "NSTBL_XRATE" "NSTBL_XRATELIST" NOT NULL ENABLE) PCTFREE 1"
    "0 PCTUSED 40 INITRANS 1 MAXTRANS 255 LOGGING STORAGE(INITIAL 65536) TABLESP"
    "ACE "IIMS" NESTED TABLE "NSTBL_LEDG" STORE AS "NSTBL_LEDGLIST_LIST" RETURN "
    "AS VALUE NESTED TABLE "NSTBL_XRATE" STORE AS "NSTBL_XRATELIST_LIST" RETURN"
    " AS VALUE "
    IMP-00003: ORACLE error 2331 encountered
    ORA-02331: cannot create constraint on column of datatype Named Table Type
    Import terminated successfully with warnings.
    It seems that the error only occur when importing tables which consists on nested tables. I have done exporting and importing from windows NT into windows NT and from windows NT into AIX but the problem still arises. Please help.
    NSTBL_LEDG and NSTBL_XRATE are the nested tables with NSTBL_LEDGLIST and NSTBL_XRATELIST as the datatype accordingly.
    Thanks in advance;
    andrew

    Hi Sayak,
    This means we need to installed Oracle client to resolve this problem. Can you please share if you have some knowledge regarding the same.
    Thanks,
    Mohit

  • How I can Export and Import tables using BRTOOL ?

    Dear All,
    Since we upgrade the oracle from 9.0.2 to 10.2.2 we not using SAPDBA any more.
    please help me if you now how to export and import tables in sapr3 using brtools?
    thanks and Best regards,
    Chrisna

    Dear Chrisna,
    first of all you should get the recent version of the BRTOOLS (currently it's BRTOOLS 7.00 (<b>26</b>)). The developers are working hard on making these tools more reliable and usable so you should not deny the improvements to yourself.
    Now to your problem:
    Try this call:
    brspace -f tbexport -o SAPR3 -t SSF_PSE_D,SSF_PSE_H,HTTPURLLOC
    You don't need to specify a tablespace; it's just a additional option to select what tables you like to export.
    You may also want to check these notes for further "enlightment"
    <a href="http://service.sap.com/sap/support/notes/976435">#976435     Support for Oracle Data Pump in BRSPACE</a>
    <a href="http://service.sap.com/sap/support/notes/713497">#713497 - New BRSPACE options for "Reorg", "Rebuild" and "Tablespace"</a>
    <a href="http://service.sap.com/sap/support/notes/647697">#647697 - BRSPACE - New tool for Oracle database administration</a>
    <a href="http://service.sap.com/sap/support/notes/646681">#646681 - Reorganizing tables with BRSPACE</a>
    <a href="http://service.sap.com/sap/support/notes/12741">#12741 - Current versions of BR*Tools and SAPDBA</a>
    <a href="http://service.sap.com/sap/support/notes/651812">#651812 - FAQ: BR*TOOLS and SAPDBA</a>
    KR Lars

Maybe you are looking for

  • Link ups of movement types, valuation class & g/l  A/c's

    hi, please send me the information regarding what are the link ups between the movement type valuation class & G/L A/cs Thanks Regards Santosh Rothe 9421542585

  • Partner function to Account group assingnment

    I am using the 4.6C version. in development After Assigning the PFs to my Account groups,I am trying to save it , but system not giving or showing any rev track option it simple saved and showing a message -*Please process table entry transfer manual

  • DAQ external triggered at 5kHz

    Hello expert, I got totally confused as I tried to do some externally triggered DAQ with my DAQPad-MIO-16XE-50 board. My problems are the different kinds of counters and timers and functions to control them. I added a piece of code, which I think sho

  • FMS on Batch No. doesn't work

    Hi Suda and all experts, I have written following query and it is set as FMS query on Batch No. in batch no. creation screen appear after clicking on Add button in Receipt from Production Screen. DECLARE @KenaProdNo AS int SET @KenaProdNo = $[$13.61.

  • External Sales Order lines remain in Internal Req Requested status

    Hi Customer sales order lines are fulfilled by IR-ISO. When line progresses, it is set to have Internal Req Requested status. A scheduled program runs amd IR are created. However, sales order line status does not change to Internal Req Open. It remai