Use of external resources of remote database SQL JDBC

Did anyone here uses an external remote JDBC resource to connect to a database? If so, can you tell me if no matter what obstacle to this approach?

I ask this because our society has many tools to monitor a lot of active weblogic (such as jdbc connection pools and data sources) and we want to monitor all the BPM-to-database connections use and health pool. Another feature we would like to give to BPM application is necessary capacity of the weblogic to use a data source of the Multi (a logical DS that represents more than a physical DS).


Thank you and best regards,

Luiz Rocha

I have worked with several clients who use within BPM remote JDBC data sources. During development in the studio, you can use data sources oracle or any other type of database that you use to establish connections to database direct. When you make your enterprise deployment you can create the remote database as a JDBC type resource instead, pointing to the name of your data source for weblogic JNDI. You can then map your external resource to the remote JDBC resource you created at deployment time.

Tags: Fusion Middleware

Similar Questions

  • Re-use of external resources loaded

    I need to load an external resource and reuse (create new items based on this resource). I need to create multiple objects using this resource and I do not want to load it again again and again whenever I need to use it. My question is:

    How can I load a resource (in my case, it's a collada '.dae' file) once and be able to re-use it again?

    As far as I know a collada file is nothing more than an xml object.

    You could read the contents of a list xml or xml object, create a new class and new simply instantiated with.

  • ADF Mobile custom Login Page link to external resources (Twitter Widget)

    Hello

    I read that as much as possible on the ADF Mobile connection custom HTML pages, it is not well documented at this time. As I understand it, I can't reference a resource such as an image or a URL that is not in the public_html directory. I tried to add a Twitter Widget by using the Twitter API on my custom login page that displays the most recent tweet from one of my Twitter accounts. However, when I try and deploy my application as it the custom login page no longer works correctly (the Connect button, for example, becomes not clickable).

    Could someone confirm whether my interpretation above is correct? Is this a case of ADF Mobile prevents me from using an external resource through it is the audit rule: file not in public_html directory?

    In addition, anyone know if there is a way for me to reach my goal?

    Thanks a lot for your time and assistance.

    Ben

    "To allow the deployment, all resources referenced by the following attributes must be located in the public_html directory of the controller view or the controller of the implementation of the projects."

    "ADF Mobile does not support resources referenced from another location, which means that you cannot, for example, enter a value outside the directory public_html to help... / as a prefix.

    http://docs.Oracle.com/CD/E37975_01/doc.111240/e24475/define_features.htm#CIHDCCED

  • OIM 11 g: how to get a remote database connection using API

    Is there a way to get a remote java.sql.Connection IOM with the OIM 11 g API Base?

    I know that during the execution of code on the server, you can use...

    Platform.getOperationalDS () .getConnection ();

    .. .and remotely using OIMClient...

    XLClientSecurityAssociation.setClientHandle (oimClient);
    tcDataProvider db = new tcDataBaseClient();

    .. .but I would get a java.sql.Connection (instead of tcDataProvider).

    Any suggestions?

    Thank you.

    waynec wrote:
    Is there a way to get a remote java.sql.Connection IOM with the OIM 11 g API Base?

    I know that during the execution of code on the server, you can use...

    Platform.getOperationalDS () .getConnection ();

    .. .and remotely using OIMClient...

    XLClientSecurityAssociation.setClientHandle (oimClient);
    tcDataProvider db = new tcDataBaseClient();

    .. .but I would get a java.sql.Connection (instead of tcDataProvider).

    Any suggestions?

    Thank you.

    All the remote APIs of the IOM are EJB3 services. A set of Java classes and Spring beans configuration is provided for each class of service. So, in order to have access to JDBC database, you will need to create a framework for EJB3, providing access to remotely all the data structures and methods, which of course is a rather difficult task.

  • How can I include a link to the remote database as a variable in pl/sql?

    I am writing a new procedure for the parcel and it can be run on different environments. Excerpts from the main query in a table via a database link. I created variables to identify the owner of the current scheme, the owner of the remote table and the database link remote. The problem I have is to put this together in the main query for example.

    PROCEDURE check_table
    AS

    v_schema_owner varchar2 (30);
    v_database_link_owner varchar2 (30);
    v_database_link_value varchar2 (128);
    v_table varchar2 (500);


    BEGIN

    -Download the current schema owner-
    V_schema_owner INTO SELECT username
    Of user_users;

    -The owner of the link database download-
    Master_owner SELECT INTO v_database_link_owner
    OF dba_mview_refresh_times
    WHERE name = 'TEST_MV '.
    AND the owner = v_schema_owner;

    -Download database - link chain
    Substr(master_link,2) SELECT INTO v_database_link_value
    OF dba_mviews
    WHERE mview_name = 'TEST_MV. '
    AND the owner = v_schema_owner;

    v_table: = v_database_link_owner |'. ' |' test_table@'|| v_database_link_value;


    INSERT INTO check_table
    SELECT trunc (sysdate) as check_date, 'Error of Test' as check_reason
    OF v_table-* this is where he fails to compile * -.
    WHERE texte_erreur like '% Test Failed ";

    COMMIT;

    EXCEPTION
    WHEN NO_DATA_FOUND
    THEN
    NULL;

    END check_table;


    I get "table or view does not exist" on v_table. I tried to not have a variable v_table and set the string for the name of the table directly in the query, but it does not work. Only when I hardcode the owner of the table and the link doesn't it works but ideally I'd rather not have to do that.

    Does anyone have any suggestions?

    Thank you
    GB

    >
    INSERT INTO check_table
    SELECT trunc (sysdate) as check_date, 'Error of Test' as check_reason
    OF v_table-* this is where he fails to compile *.
    WHERE texte_erreur like '% Test Failed ";
    >

    Hi, you use an EXECUTE IMMEDIATE to execute dynamic sql code

    vSql := 'INSERT INTO check_table' ||
                    ' SELECT TRUNC(sysdate) as check_date, ''Test Error'' as check_reason'||
                       ' FROM '||v_table||
                          ' WHERE error_text like ''Test Failed%''';
    EXECUTE IMMEDIATE vSql;
    

    Check this too
    http://download.Oracle.com/docs/CD/B19306_01/AppDev.102/b14261/dynamic.htm#i14500
    http://download.Oracle.com/docs/CD/B19306_01/AppDev.102/b14261/dynamic.htm#CHDGJEGD

    Concerning
    johnxjean

  • How to select data using the same remote database column name 3

    Hello


    Can anyone help me on how to get the data with the same remote database column names 3 and a unique nickname.

    E.g.

    SELECT *.
    B.SID, b.status, SUM (b.qty) qantity MAX (b.) date_as_of
    Of
    * ((table1@remotedatabase1, table1@remotedatabase2, table1@remotedatabase3) has, *)
    (* (table1@remotedatabase1, table1@remotedatabase2, table1@remotedatabase3) b). *
    WHERE b.dept = 'finance '.
    AND a.position = "admin".
    AND a.latest = 'Y' AND (b.status <>"MLT") AND b.qty > 0;
    B.SID GROUP, b.status;

    NOTE: the instructions "BOLD" is just an example of what I want to do but I always get an error beacause of ambiguous column.

    Thanks to advnce. :)

    Published by: user12994685 on 4 January 2011 21:42

    user12994685 wrote:

    Can anyone help me on how to get the data with the same remote database column names 3 and a unique nickname.

    Not valid. This makes no sense and breaks all the rules of scope-resolution. And if it is in a single database, or uses tables in databases, is not relevant.

    Each object must be particularly well identified. If you cannot do this:

    select * from (table1@remotedatabase1, table1@remotedatabase2, table1@remotedatabase3) a
    

    3 objects cannot share the same alias. Example:

    SQL> select * from (dual, dual) d;
    select * from (dual, dual) d
                       *
    ERROR at line 1:
    ORA-00907: missing right parenthesis
    

    You need to combine objects - by using a join union or similar. He will have to be done as follows:

    SQL> select * from (select * from dual d1, dual d2) d;
    select * from (select * from dual d1, dual d2) d
           *
    ERROR at line 1:
    ORA-00918: column ambiguously defined
    

    However, we need to have unique column in a projection of SQL names - so the join of the need to project a unique set of columns. So:

    SQL> select * from (select d1.dummy as dummy1, d2.dummy as dummy2 from dual d1, dual d2) d;
    
    DUM DUM
    --- ---
    X   X
    
    SQL> 
    

    I suggest that you look carefully at what opportunities are and how it applies in SQL - and ignore if the referenced objects are local or remote, because it has no effect on the basic principles of scope-resolution.

  • How to use refcursor type returned from the remote database in the local database

    Can anyone say is how they use the refcursor use type returned from remote database in the local database using dblinks.

    See MOS ID 750126.1 doc ORA-24338 when trying to return a Refcursor over a database link.

  • Update management using an external database

    Aloha - I decided to install the Update Manager by using an external database. The manual does not explain how to do this. I follow a similar procedure I did creating my original VC database?

    Mahalo, Bill

    exactly the same process as setting up of your DB vCenter.  You can actually use the vCenter DB if you wish.  For us, but we have created a separate instance.  I don't like the idea of sharing

  • Simple examples out there using external resources JMS?

    We designed the project with EJB3 and need a way to communicate back with AquaLogic 6.0. We'll do this via JMS, I was wondering if anyone had any simple examples of using JMS like that?

    Here is a link to a zip file which may help you: http://www.4shared.com/file/138563568/ed8cdb75/MQ_Series_with_ALBPM.html

    Inside of this zip, there is a PDF that documents how to hit MQ of ALBPM. It is not official Oracle documentation, but is what we wrote a few years when we were working with MQ JMS integration.

    He wrote for ALBPM 5.7, but three external resources, you will need are documented:

    you will need an external resource Java that introspects the POJO Java 6

    a JNDI provider / J2EE Application Server and

    a JMS queue / JMS Messaging Service

    Be sure to use the generic JMS client application I've included with this zip. This allows to quickly test connectivity for WebSphere MQ (or any other JMS broker). You sometimes find you spend hour trying to integrate with back-end services (be it a JMS broker or another type of integration) to find out hours later that the parameters provided were incorrect. Once it has been tested and work ouside Oracle BPM, it is usually easy to get things working inside the Oracle BPM.

    Hope this helps,
    Dan

  • Create the remote database using dblink view

    Hello

    I have a small question for you.

    Is it possible to create the remote database using dblink view? Following syntax error

    create discover ViewName@DbLinkDame (ColumnName) as
    (select 1 double)

    "ORA-00905: lack of keyword.

    Is this possible at all?
    And particularly - is this possible when the remote database is MSSQL and I use heterogeneous services?

    I really appreciate your help
    Best regards
    Wojtek

    Published by: wojpik on October 21, 2009 03:59

    This is a workaround for a remote Oracle database (use the queue of work), however:

    http://asktom.Oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:597877500346143250

    but I have no idea if something similar is possible for MSSQL...

  • Setting for the remote database ACS 5.2 problem

    Hi all

    I installed ACS 5.2 device and try to backup report database (MS SQL Server 2005) remotely using remote database settings.

    But the database is empty, and the task in the Task Scheduler is failed.

    So I check MonitoringAndReportingScheduler.log and found the log message in the attached file.

    I try to find answer to Cisco community support, but found nothing.

    But I googled an article almost the same condition as mine.

    http://www.experts-exchange.com/Microsoft/development/MS-SQL-Server/SQL-Server-2005/Q_26931183.html

    I wonder what the database configuration should I change to meet the requirement of this backup of report.

    Because there is nothing on the database in the ACS configuration guide.

    Is anyone successfully using this function?

    What does ".

    I changed my ranking of Latin SQL database SQL, and his work. "in the article mean?

    Thanks in advance.

    Hi, Mason,

    It is very probably due to the CSCtk83179 ACS 5 export remote DB SQL view does not.

    You must wait ACS patch 7 for ACS 5.2 or 5.3.

    Cheers, Irina

    ---

    PS: Please, note the useful messages!

  • The remote database for ACS 5.3 compatibility

    Hi all

    I'd like to check either Microsoft SQL Express 2012 is in working with ACS 5.3 remote database?

    Thank you

    Noel

    It should work with both. I have seen a few cases for Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 with 64-bit operating system.

    Jatin kone
    -Does the rate of useful messages-

  • "database %s %s does not support the %s in this context" remote database question.

    Hi all

    In the sub query I used the remote database table in the join. If run the table individually, I am able to see the results.

    Everything into account the remote database table to my request, I face the error below.

    I tried to create the view of the table as below

    Error:

    ORA-02070: database is not supported in this context

    02070 00000 - "database %s %s does not support the %s in this context"

    * Cause: The remote database does not support the function named in

    the context in which it is used.

    * Action: Simplify the SQL statement.

    Error on line: 1 column: 516

    Tried to create a point of view doesn't allow:

    ------------

    CREATE or REPLACE FORCE VIEW winq20 as

    Select * from [email protected];

    --------------

    I face the error for the situation.

    1. to join the remote database table to the query.

    2 try to create the view of the table. make the same mistake.

    ----------------------------------------------------------------------------------------------

    Select * from [email protected] a, all_tab_cols b where a.table_name = b.table_name;

    ------------------------------------------------------------------------------------------------

    Need your help for this problem.

    Thank you

    Fabrice

    This could be due to the long type column. try to remove that.

  • Cannot use the name of the world database

    Oracle 10.2.0.3

    Windows

    Hello

    I changed the name of the worldwide database using

    ALTER DATABASE RENAME GLOBAL_NAME TO THE TDB. ABC.COM;

    But I get the error message when you connect to db with his global name.

    SQL > conn system@tdb [No. ERROR]

    Enter the password:

    Connected.

    SQL > SELECT * FROM GLOBAL_NAME;

    GLOBAL_NAME

    --------------------------------------------------------------------------------

    TDB. ABC.COM

    SQL >

    SQL >

    SQL > conn [email protected] [ERROR]

    Enter the password:

    ERROR:

    ORA-12154: TNS: could not resolve the connect identifier specified

    WARNING: You are more connected to ORACLE.

    --------------------------------------------------------------------------------------------------------

    > SELECT NAME, VALUE FROM V$ PARAMETER WHERE NAME in ('db_domain', 'db_name');

    VALUE NAME

    ----------               -----------

    db_domain

    db_name TDB

    Kindly help me to solve this error.

    Thank you

    > Using "sldb";

    SLDB tnsnames entry should be on the * server database * because it is the database server process that initiates the connection to the remote database.

    I also noticed that you have *. ABC.COM in use.  Ideally USING "sldb" should have USED "sldb. ABC. COM' with SLDB. ABC.COM in the tnsnames.ora on the database server.

    Hemant K Collette

  • DOUBLE DB: ORA-17629: unable to connect to the remote database server

    [oracle@ora11g1 ~] $ export ORACLE_SID = sales
    [oracle@ora11g1 ~] $ rman target sys/sales@sales

    Recovery Manager: release 11.2.0.1.0 - Production Wed Jun 5 13:00:15 2013

    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.

    connected to target database: SALES (DBID = 690066655)

    RMAN > Connect auxiliary sys/salestby2@salestby2

    connected to the auxiliary database: SALES (not mounted)

    RMAN > CURRENT SPFILE DATABASE of TARGET duplicate FOR THE EVE OF the DATABASE
    2 > DB_NAME SET = 'sales '.
    3 > SET DB_UNIQUE_NAME = "salestby2".
    4 > control_files='/u02/oradata/salestby2/control01.ctl','/u02/oradata/salestby2/control02.ctl SET'
    5 > SET DB_FILE_NAME_CONVERT = "/ u02/oradata/sales /", "/ u02/oradata/salestby2 / '.
    6 > SET LOG_FILE_NAME_CONVERT = "/ u02/oradata/sales /", "/ u02/oradata/salestby2 / ';

    From duplicate Db 5 June 13
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID = 20 type of device = DISK

    content of Script memory:
    {
    backup that copy reuse
    TargetFile ' / auxiliary format of the u01/app/oracle/product/11.2.0/dbhome_1/dbs/orapwsales
    ' / u01/app/oracle/product/11.2.0/dbhome_1/dbs/orapwsalestby2' targetfile
    ' / u01/app/oracle/product/11.2.0/dbhome_1/dbs/spfilesales.ora' auxiliary format
    ' / u01/app/oracle/product/11.2.0/dbhome_1/dbs/spfilesalestby2.ora';
    clone of SQL 'alter system set spfile = "/u01/app/oracle/product/11.2.0/dbhome_1/dbs/spfilesalestby2.ora";
    }
    execution of Script memory

    From backup 5 June 13
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID = 58 type of device = DISK
    RMAN-03009: failure of the backup command on the channel ORA_DISK_1 at 05/06/2013 13:05:26
    ORA-17629: unable to connect to the remote database server
    ORA-17627: ORA-01017: name of user and password invalid. connection refused
    ORA-17629: unable to connect to the remote database server
    continue other job steps, not a not working will not re-run
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Db in dual at 05/06/2013 13:05:27
    RMAN-03015: an error has occurred in the script stored memory Script
    RMAN-03009: failure of the backup command on the channel ORA_DISK_1 at 05/06/2013 13:05:27
    ORA-17629: unable to connect to the remote database server
    ORA-17627: ORA-01017: name of user and password invalid. connection refused
    ORA-17629: unable to connect to the remote database server

    Welcome to the oracle forums!

    Please take the time to go through [url https://forums.oracle.com/forums/ann.jspa?annID=1535] FAQ PAGE

    Always after 4 version oracle numbers and details of the OS.

    Post any request outside has put between.

      \
    

    Tags

    Mark your questions answers if you give the answer

    Password for the SYS user on primary and standby must be the same. Copy the master password for the backup server

    SCP $ORACLE_HOME/dbs/orapwv112 : /u01/app/oracle/product/11.2/dbs/orapwdupv112

Maybe you are looking for

  • Satellite A10 - want to start using the USB

    I have a faithful A10 pro, paralyzed by a skinny concert 17 HARD drive. The DVD - rom drive just failed. I replaced it, that one isn't working. I seem to have a problem with my motherboard (so the tech Guys tell me). Maybe someone out there knows bet

  • Download the station template

    Dear all, I use c# example of user interface and I would like to know what kind of model of station and how many stations the sequence is configured. (before the execution of the sequence) How can I get the type of station (batch\sequential) and numb

  • adjustment of the curve

    Hello! I would like to ask how do I adjust a curve and see in the graph for the obtained 2d array. I can get a table 2d (XY) due to the iteration of the loop by clicking on the button "Next step" for 14 times. After that, I want to get a curve for th

  • Raise our level of active directory for 2008

    Currently we are running active directory on Windows 2008 R2 server and all our domain controllers are Windows 2008 R2 servers. But domian functional level is Windows server 2003 and windows 2000 forest functional level. What needs to be done before

  • •with outlook express cannot receive or send e mails

    using outlook express cannot receive or send e mails