Cross the Pool of connections using SQL

Geeks,
I have 3 in my physical layer data sources and one of them (for example. DS1) is similar to another source (DS2) (not in physical layer) but the data is different, so is it possible, where in I can view of DS1 DS2 data instead of create new all tables and columns and adding the new connection for this pool.
If there is any way where we can enter a SQL query in the DS1 tables and display data from DS2 - would be great.
As much as I think, we must certainly add at least a connection pool.

Help, please.

If the arrays are identical between 2 databases, then it should not be a problem. All you do is right-click on the data in the tables and views, and then select the appropriate connection pool. If you have tablenames require fully qualified selected then you will need to ensure that the catalogues are properly configured with the correct table owner names.

Tags: Business Intelligence

Similar Questions

  • disable the cisco ASA connection using only activate password via asdm

    Hi all

    How to disable the connection to my cisco asa 5520 using only activate password via asdm? I like to asdm connection using the user name and password. TIA!

    The command:

     aaa authentication http console LOCAL

    .. .will be force users accessing to ASDM (which uses transport http (s)) to be authenticated on the LOCAL database.

    You can also specify another list of defined authentication method, such as RADIUS, RADIUS or AD. (Although t wew love to leave a LOCAL method on the spot, in which case your external authentication server is not available.)

  • update the XML name by using sql

    Hello

    IAM using oracle 11g

    create table example (ch. clob);
    insert into a values (sample)
    ? XML version = "1.0"? (> < ABC > < company > < / ABC > < A employee > < name > < / name > < sex > M < / sex > < / employee > < employee > < name > B < / name > < sex > M < / sex > < / employee > < employee > < name > c < / name > < sex > F < / sex > < / employee > < / business > ');

    for example I want to update the 'ABC' to 'CDE' XML element

    ? XML version = "1.0"? (> < company > < ORDER > < / EBR > < A employee > < name > < / name > < sex > M < / sex > < / employee > < employee > < name > B < / name > < sex > M < / sex > < / employee > < employee > < name > c < / name > < sex > F < / sex > < / employee > < / company > ');


    How can I update this XML element name.

    I search the web, I found UPDATEXML it is used to change the value of XML. but I want to display xml name.

    Concerning
    Oracle user

    To start, if you want a pure XML solution, you should really use an XMLType column to store XML data in the first place.
    It allows several types of optimization takes place, according to the model of storage used.
    11 g, I highly recommend the use of binary XML storage (this is the default template from 11.2.0.2).

    IAM using oracle 11g

    What version exactly?

    On 11.2.0.3, you can use XQuery Update Facility:

    SQL> create table sample_data (doc xmltype);
    
    Table created
    
    SQL> insert into sample_data values (
      2  '
      3  
      4   
      5   AM
      6   BM
      7   cF
      8  ');
    
    1 row inserted
    
    SQL> commit;
    
    Commit complete
    
    SQL> set long 500
    SQL> select xmlserialize(document
      2           xmlquery(
      3            'copy $d := /Company
      4             modify rename node $d/ABC as "CDE"
      5             return $d'
      6            passing t.doc
      7            returning content
      8           )
      9           as clob indent
     10         )
     11  from sample_data t
     12  ;
    
    XMLSERIALIZE(DOCUMENTXMLQUERY(
    --------------------------------------------------------------------------------
    
      
      
        A
        M
      
      
        B
        M
      
      
        c
        F
      
    
     
    

    Other solutions of "XML" involve recursive or as mentioned XQuery, XSLT functions:

    SQL> SELECT XMLSerialize(DOCUMENT
      2    XMLTransform(
      3      t.doc
      4    , xmltype('
      5       
      6        
      7          
      8            
      9          
     10        
     11        
     12          
     13            
     14          
     15        
     16      ')
     17    )
     18    AS CLOB INDENT
     19  )
     20  FROM sample_data t
     21  ;
    
    XMLSERIALIZE(DOCUMENTXMLTRANSF
    --------------------------------------------------------------------------------
    
    
      
      
        A
        M
      
      
        B
        M
      
      
        c
        F
      
    
     
    
  • How to get the connection from the pool of connection of the UCM JDBC?

    I want to extract an object from the UCM JDBC connection pool JDBC connection. How to do?


    I tried the below code but it throws error

    JdbcManager jdbcManager = new JdbcManager();
    If (ConfigFileLoader.m_defaultCFU == null) {}
    ConfigFileLoader.init (null);
    }
    JdbcConnectionUtils.getConnection (jdbcManager,
    ConfigFileLoader.m_defaultCFU.m_CFS.getProviderData ());


    I get the below error

    intradoc.data.DataException:! syParameterNotFound, JdbcConnectionString
    at intradoc.data.DataBinder.getEx(DataBinder.java:1139)
    at intradoc.data.DataBinder.get(DataBinder.java:938)
    at intradoc.jdbc.JdbcConnectionUtils.getConnection(JdbcConnectionUtils.java:43)
    ....


    Kind regards
    Pratap

    If you are in a service / filter, it is best to make queries as below in order to create a new (read: extra!) system database connection (and the handling/connection additional error closing you must take care of). Samples are available in the HowToComponents.

    final ResultSet myResultSet = m_workspace.createResultSetSQL( "select * from managedlinks" );
    

    or better yet

    final ResultSet myResultSet = m_workspace.createResultSet( "QManagedLinksTable", null /* no params for this query */ );
    

    and define the outer query in your component.

  • The temporary and tables using SQL tuning tools

    The application that I support uses temporary tables for the majority of queries... Looking at the SQL tuning advisor and more of other oracle tuning tools, they seem well managing temporary tables.

    It's what Happens (from what I can tell).

    (1) oracle identifies a SQL statement (or the ADMINISTRATOR only), to be tuned.
    (2) the original execution statistics are saved for comparison
    (3) oracle tries to find a new plan (but at this point, the temporary table is empty).
    (4) it tries to execute the new plan (once again the temporary table is empty).
    (5) it comparies the execution time of the new plan against the original plan

    The comparison, of course, is not a reasonable comparison.

    Does anyone have experience with this problem? My first thought is for 'premium' of the temporary table, then run the Advisor of tuning in the same session (hoping that it will use the values in the temporary table).

    Other than that, rereading of the database seems to be the best way to adjust sql plan changes using baselines.

    Expected.

  • Exception after using the pool of connections for the first time.

    Hello!

    I am running a web application on WebLogic 10.0
    The managed server is a connection pool and everything seems to work fine with one exception that appears right after that I logged.
    The stack dump is here:

    < 25 June 2009 20:52:25 CEST > < WARNING > < JDBC > < BEA-001153 > < release by force idle connection
    'weblogic.jdbc.wrapper.PoolConnection_oracle_jdbc_driver_T4CConnection@3' in the 'myDataSource' connection pool, currently reserved by: java.lang.Exception
    at weblogic.jdbc.common.internal.ConnectionEnv.setup(ConnectionEnv.java:291)
    at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:314)
    at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:292)
    at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:425)
    at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:316)
    at weblogic.jdbc.common.internal.ConnectionPoolManager.reserve(ConnectionPoolManager.java:93)
    at weblogic.jdbc.common.internal.RmiDataSource.getPoolConnection(RmiDataSource.java:326)
    at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:344)
    at obnet.common.CacheManager.getConnection(CacheManager.java:377)
    to obnet.common.DatabaseManager. < init > (DatabaseManager.java:76)
    at obnet.common.OBNetUtility.encryptPassword(OBNetUtility.java:4446)
    at obnet.login.LoginVerificationsb.validateUser(LoginVerificationsb.java:545)
    at obnet.login.LoginVerificationsb_rxjfa8_EOImpl.validateUser(LoginVerificationsb_rxjfa8_EOImpl.java:415)
    at obnet.login.LoginVerificationHandler.doPerform(LoginVerificationHandler.java:194)
    at obnet.common.OBNetBaseAction.perform(OBNetBaseAction.java:578)
    at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1787)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1586)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:226)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3395)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs (unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    . >

    I don't know how to correct it. The application is runnign normal after that.
    I know that this is just a warning, but I would like to remove it and I would like to know the source of the exception.

    Thank you!

    You have access to the code in these routines?

    at obnet.common.CacheManager.getConnection(CacheManager.java:377)
    to obnet.common.DatabaseManager. (DatabaseManager.java:76)
    at obnet.common.OBNetUtility.encryptPassword(OBNetUtility.java:4446)
    at obnet.login.LoginVerificationsb.validateUser(LoginVerificationsb.java:545)
    at obnet.login.LoginVerificationsb_rxjfa8_EOImpl.validateUser(LoginVerificationsb_rxjfa8_EOImpl.java:415)

    The problem is that this code is to get a JDBC connection from the WLS data source,
    then it uses do not and without closing the longer that your source of data/pool is configured
    allow.

  • Need to call the Shell script that uses SQL loader in APex4.1 / 11g

    Hello!

    I have a requirement in which I need to call a shell script that connects to an external server, FTP to a file and then use sqlloader to load data into our table. We have now the ftp script that accomplishes this task to another program, but is a scheduled task. I wanted to call the script ftp in the APEX. Any suggestions on how this can be done, what is the logic of PL/SQL can we use? I saw online some people using DBMS Scheduler for this?

    Thank you
    Sun

    Hello

    Create some sh script on your computer host oracle where you can join in the external server and run the process.
    something like:

    run_external_sh.sh

    #!/bin/sh
    ssh ext_user@ext_host ./sqlloader/import/import.sh
    

    Then create an external TASK to call it via ORACLE (PL/SQL)

    -Shell Script call.

    BEGIN
      DBMS_SCHEDULER.create_program (
        program_name        => 'external_call_sh',
        program_type        => 'EXECUTABLE',
        program_action      => '/local_host/call_external/sh/run_external_sh.sh',
        number_of_arguments => 0,
        enabled             => TRUE,
        comments            => 'Call external SH script');
    END;
    /
    

    You can now create a regular / or unplanned WORK
    -Job defined by the calendar and an existing program.

    BEGIN
      DBMS_SCHEDULER.create_job (
        job_name      => 'jb_external_call_sh',
        program_name  => 'external_call_sh',
        schedule_name => 'external_call_scheduler', -- created scheduler
        enabled       => TRUE,
        comments      => 'Job defined by an existing external_call_sh program and schedule.');
    END;
    /
    

    You can now call the WORK in the APEX in the process of PL/SQL.

    BEGIN
      -- Run job synchronously.
      DBMS_SCHEDULER.run_job (job_name            => 'jb_external_call_sh');
    END;
    

    Concerning
    J :D

  • Scope of the pool of connections data source WebLogic "maximum capacity".

    Hello

    I'm under WLS 10.3.6.0.

    I would like to know what the 'Maximum Capactiy' setting for a data source connection pool applies to. Is by server, cluster, or on all servers?

    I connect to an Oracle DB that limits concurrent connections to 3. I have put "Maxiumum capacity" to this value, but want to be sure that I will never create more than 3 simultaneous connections to the DB of my WLS cluster.

    Thank you very much.

    Hi, it's by the server, so a cluster of 10 servers would be to try up to 30 connections.

    It seems that the best you could do is to have no more than 3 servers and have a 'pool' of

    Max capacity = 1...

  • How to define the Type of connection using the New-VirtualPortGroup

    Using PowerCLI 4.1, is there way to define the port group (VM or VMKernel) connection type when you create the port group?

    Thank you

    OK, try it like that.

    $VMHostObj = Get-VMHost $ESXHost
    $vsw = get-virtualswitch -name vSwitch0 -VMHost $VMHostObj
    
    New-VMhostNetworkAdapter -VMHost $VMHostObj -VirtualSwitch $vsw -PortGroup "VMotion" -IP 10.110.40.43 -SubnetMask 255.255.255.0 -VMotionEnabled:$true
    

    ____________

    Blog: LucD notes

    Twitter: lucd22

  • Help in what concerns the generation of XML using SQL/XML

    I wrote the following SQL to generate a XML report. Tb_ken_lg_mstr of the table is the primary table of the workforce. Tb_ken_loans_base and tb_ken_cards_base tables are tables containing the cards and loans to sales by sales in tb_ken_lg_mstr people.

    The problems that I face, is that:

    1. even when there are sales people have not made a sale, that is, they have no documents tb_ken_cards_base and tb_ken_loans_base, yet their records are appearing the XML. I want to avoid this and only dirty people who have the list sales. A workaround is to use NOT EXISTS in the outer query more with tb_ken_lg_mstr. Is there a better way?

    2 can anyone confirm that the approach used to combine the tables tb_ken_cards_base and tb_ken_loans_base is correct or not. Basically, I want to publish a report of sales person (tb_ken_lg_mstr) and all its sales (tb_ken_cards_base and tb_ken_loans_base).

    3. the XML output is coming in a single line rather than in a hierarchical format.

    I use 10.2 g
    WITH TB_KEN_LG_MSTR AS(
    SELECT 97 SALES_CODE , 'Christine' NAMES, 'LOANS' SPECIALIZATION, '03-SEP-07' DATE_REPORTED, TO_DATE('30-JUN-2010') SYSTEM_DATE FROM DUAL UNION ALL 
    SELECT 112, 'Winn ', 'LOANS', '03-SEP-07', TO_DATE('30-JUN-2010') FROM DUAL  UNION ALL 
    SELECT 093, 'Lydh ', 'LOANS', '03-SEP-07', TO_DATE('30-JUN-2010') FROM DUAL  UNION ALL 
    SELECT 107, 'Nai ', 'LOANS', '03-SEP-07', TO_DATE('30-JUN-2010') FROM DUAL  UNION ALL 
    SELECT 065, 'Jat', 'LOANS', '03-SEP-07', TO_DATE('30-JUN-2010')  FROM DUAL UNION ALL 
    SELECT 980, 'Mreen ', 'LOANS', '27-AUG-07', TO_DATE('30-JUN-2010') FROM DUAL ),
    TB_KEN_CARDS_BASE AS(
    SELECT 97 SALES_CODE,  46766 REFERENCE_NUMBER, 'BC' PRODUCT_TYPE, 'DECLINE' CURRENT_STATUS, 'I' APPLICANT_IS, TO_DATE('30-JUN-2010') SYSTEM_DATE FROM DUAL UNION ALL 
    SELECT 97, 46374, 'BC', 'DECLINE', 'I', TO_DATE('30-JUN-2010') FROM DUAL UNION ALL 
    SELECT 112, 46106, 'BC', 'DECLINE', 'I', TO_DATE('30-JUN-2010') FROM DUAL UNION ALL 
    SELECT 112, 44263, 'BC', 'APPROVAL', 'I' , TO_DATE('30-JUN-2010')FROM DUAL UNION ALL 
    SELECT 112, 46269, 'BC', 'APPROVAL', 'I', TO_DATE('30-JUN-2010') FROM DUAL UNION ALL 
    SELECT 093, 4618, 'BC', 'DECLINE', 'I', TO_DATE('30-JUN-2010') FROM DUAL) ,
    TB_KEN_LOANS_BASE AS(
    SELECT 093 SALES_CODE, 16 BRANCH_NUMBER, '18512' ACCOUNT_NUMBER, '8' ACCOUNT_TYPE, 'DECLINED' FINAL_DECISION, '2000000' LOAN_AMOUNT, '-1' TOP_UP_AMOUNT, TO_DATE('30-JUN-2010') SYSTEM_DATE FROM DUAL UNION ALL 
    SELECT 093, 3, '14719', '3', 'DECLINED', '100000', '172.65' , TO_DATE('30-JUN-2010') FROM DUAL UNION ALL 
    SELECT 107, 9, '11444', '7', 'AUTHORISED', '200000', '-1', TO_DATE('30-JUN-2010') FROM DUAL UNION ALL 
    SELECT 107, 75, '1570', '8', 'AUTHORISED', '2000000', '1626670.3', TO_DATE('30-JUN-2010') FROM DUAL UNION ALL 
    SELECT 066, 40, '10229', '7', 'AUTHORISED', '288000', '228478.35', TO_DATE('30-JUN-2010') FROM DUAL)
    select xmlelement("SALES_DATA",
           xmlagg(
                  xmlelement("SALES_CODE",
                             xmlattributes(c.sales_code),
                             xmlforest(c.names,
                                       c.specialization,
                                       c.date_reported),
                             (select xmlagg(
                                           xmlelement("CARD_DETAILS",
                                                      xmlattributes(a.reference_number),
                                                      xmlforest(a.product_type,
                                                                a.current_status,
                                                                a.applicant_is)
                                                     )
                                           )
                               from tb_ken_cards_base a
                               where system_date=TO_DATE('30-JUN-2010')
                               and a.sales_code = c.sales_code),
                               (select xmlagg(
                                           xmlelement("LOAN_DETAILS",
                                                      xmlattributes(b.branch_number, b.account_number),
                                                      xmlforest(b.account_type,
                                                                b.final_decision,
                                                                b.loan_amount,
                                                                b.top_up_amount)
                                                     )
                                           )
                               from tb_ken_loans_base b
                               where system_date=TO_DATE('30-JUN-2010')
                               and b.sales_code = c.sales_code)
                               )
                 )
                    )
    from tb_ken_lg_mstr c
    where system_date=TO_DATE('30-JUN-2010');

    Using NOT EXIST would be to do the scan of table twice. What I don't understand is why Oracle is picking up Sales_Codes missing in tb_ken_loans_base or tb_ken_cards_base, even if I do an inner join?

    You do not have an inner join, you only access TB_KEN_LG_MSTR in the main query.
    What you do in the SELECT part are scalar subqueries just on each of your tables of the child, who is unable to filter the main table in the first place.

    NOT EXISTS is indeed a solution, or consider doing all of the joins in the FROM clause, as I suggested above, like this:

    ...
    FROM TB_KEN_LG_MSTR c
         LEFT OUTER JOIN tb_ken_cards_base a ON a.sales_code = c.sales_code
         LEFT OUTER JOIN tb_ken_loans_base b ON b.sales_code = c.sales_code
    WHERE a.sales_code IS NOT NULL
    OR b.sales_code IS NOT NULL
    ...
    

    But then the subgroups becomes more difficult with this approach.

    Regarding the third question, how I format in Oracle? If not possible in Oracle then what other ways are?

    10.2, you can use this trick to format the output:

    SELECT xmlelement( ... ).extract('/*').getClobVal() FROM ...
    
  • Recover data from the subject of BAM using SQL Data Table

    Hi all


    If we create BAM SCARE that say XXEmployee _XXEmployee corrosponding BAM architect table would be created in the schema ORABAM.

    If I ask... Select * from XXEmployee, I get error saying this is not a valid identifier (table coz name is from a " " "").

    No idea how to extract data from BAM PERFORM using the Sql query.

    Thank you
    AB

    Hi AB
    I'm not the best oracle dba, so I don't know if the version makes a difference.
    I use this query on 10gr 2 in SQLPLUS (make sure you have quotation marks around table names)
    for example, BAM comes with a sample 'Employees' data object, I can do via sqlplus
    Select * from ORABAM. "" _Employees;

  • Can not see the records of the unit when connecting using microusb suddenly

    Hello

    I think we got a brilliant update because now I can't see my tpt when I connect it to the laptop via microusb port. I am running win 7 64 bit. seriously, what are these developers think. are they just out these apps willy nilly without trying them outthemselves?

    Never mind. the problem has been resolved with just restart the Tablet!

  • Unable to connect to the database using SQL * more

    Hi, I have Oracle 10 g XE installed in my labtop, and I can't connect using SQL * more.
    I can connect using the User Interface of navig however, I could do after the following procedure to change the password for the sys account:
    -Open a command prompt
    -type sqlplus
    -On the line "Enter user name", enter the sysdba virtue
    -On the SQL > prompt, type alter user sys identified by NewPassword;

    But the thing is that even if I am able to connect using sys/NewPassword from my browser UI, I don't get the same result when do this using the SQL prompt.

    What I try to do is the following:
    SQL > connect sys/NewPassword
    Can I get first a warming of the planet by saying I should use sysdba or sysoper to connect to the system account, but none of those who work.

    Can anyone advice me on this subject?

    Thanks in advance

    Does make sense at all?

    You really need to Read The Fine Manual
    http://download.Oracle.com/docs/CD/E11882_01/server.112/e16508/TOC.htm

    When you log in as USER "SYS" DB must be described as 'AS SYSDBA'

    sqlplus
    / as sysdba
    SHOW USER;
    -line above indicates that you are now connected to the DB as "SYS"!

    SQL > CONNECT SYS / AS SYSDBA

  • bad connect to Sql * more via command and cannot log on to the designer (need for connection string)

    I installed Oracle Developer with success, but having bad connect to Sql more than command line, also unable to connect via the developer tools, I get a TNS: Connect timeout occurred. This happens also for the "Plus" Sql for Windows.

    Oracle Forms connect error.png


    However, I can connect via the Sql Plus command window when it is executed from "Start-> all programs", but not when I first run the command window:

    sqlplus error.PNG


    I have a good Oracle 11 g install on Windows 7 and a good developer Sql install so I can connect to databases, but something does not work when you try to connect through these tools. Although Sql Plus works when called from 'Start-> all programs'

    sqlplus scott/tiger - don't use SQL * Net, you can connect like this even with the listener is stopped.

    Developer SQL can ONLY connect using SQL * Net & can be blocked by the firewall

    to connect using sqlplus & SQL * Net, you need to invoke it as below

    sqlplus scott/tiger@orcl

  • Failed to connect to the user when it connects to SQL Server 2008 R2 gateway

    Hi - This is my first post!

    I have problems to connect to a SQL Server 2008 R2 to Oracle database 11 g R2 database, use the product of the gateway.

    Previously, he has worked, but we moved the database SQL 2005 to 2008 (R2).

    We receive this error while trying to query through the link (Select * FROM DUAL@ADSRD)

    ORA-01017: name of user and password invalid. connection refused

    [Oracle] [ODBC SQL Server driver] [SQL Server] Failed to connect to the user 'SQLUSER '. {NativeErr 28000, = 18456} [Oracle] [ODBC SQL Server driver] Invalid connection string attribute {01 S 00}

    ORA-02063: preceding 2 lines of ADSRD

    01017 00000 - "invalid username/password; connection refused '.

    * Cause:

    * Action:

    Error on line: 1 column: 35

    The DG4MSQL configuration is here:

    HS_FDS_CONNECT_INFO = //SSU_PRD_APP/IntegrationStagingDb [BSYS-sql2]

    HS_FDS_TRACE_LEVEL = OFF

    HD_TRANSACTION_MODEL = READ_ONLY

    #HS_FDS_DELAYED_OPEN = FALSE

    HS_FDS_FETCH_ROWS = 100

    HS_OPEN_CURSORS = 50


    The database is hosted in its own instance on the sql2-BSYS Server

    Then... on the SQL Server event logs returns this:

    Failed to connect to the user 'SQLUSER '. Reason: Failed to try to connect using SQL authentication. Server is configured for Windows authentication only. [CLIENT: 192.168.10.179]

    However, the SQL Instance IS configured to enable mixed mode authentication.

    I can't work on what I missed, and I can confirm if I'm actually to a compatibility issue between the gateway and the version of SQL server, that we are now trying to connect.

    Help please!

    Is the user name in your SQL Server database in the capital, mixed mode letters or small letters?

    Currently, you have created a database link that tries to authenticate on the server SQL using SQLUSER in capital letters. If you use mixed or small letters, so be sure to write the user name (and password) as it is in the create database link statement and surround it with double quotes.

    If you have created the link of database correctly, try an ODBC connection for example from your client and add the user name and password. Does it work?

    -Klaus

Maybe you are looking for

  • Need help on a pop up

    Hi all Need urgent help from you guys! Why surfing safari, a pop up that I can't close suddenly appear when I clicked on a link. He ask me to shut down my computer and call a support line. Don't know if I should trust it and what to do now! Currently

  • Satellite M70: Need to dutch version windows recovery CD

    I bought my satellite M70 (PIXMANIA) online store. Although the site was Dutch, the version of windows on my laptop has been French. Can someone make me a recovery with a Dutch version of windows CD? Thanks Geert.

  • Laptop HP Pavilion dv5242ea (RF999EA #ABV)

    MOTHERBOARD: 30A 7 56,47, BIOS: F.23, PROCESSOR: GENUINE INTEL(R) T2050 1.6 GHZ CORE DUO, CLOCKED AT 1.6 GHZ, RAM DDR2: 2 GB, 32-BIT. (1) I NEED TO REPLACE THE FAN (WHERE CAN I BUY A)(2) I WOULD LIKE TO UPGRADE THE PROCESSOR (PLEASE INDICATE)(3) CAN

  • Signal wireless Intel Centrino Advanced N 6300 turns is not on

    Hi, I recently bought a new WiFi adapter for my laptop, which ended up being the Intel Centrino Ultimate N 6300. I uninstalled my current Qualcomm Atheros AR5B125 it is out of my laptop and jumped into the new Intel card. I have attached the antennas

  • are there different versions or updates to XP SP3 Solitaire?

    some of the logic is extraordinary as always three or four combinations of the same numbered map will be presented to the initial expense of cards - likely not; not mathematically possible