Accessing Oracle Applications View through Dblink

Hi Gurus,
Here is my problem:
I have apex installed in my local machine and i have created dblink to my remote oracle applications DB. Now if i try accessing any views in the oracle apps db, iam not getting data since the org context is not set.
I tried to set the org context using below:
exec dbms_application_info.set_client_info@appsdblink('100');
but still iam not receiving any data. I hope there should be some way to do it.
Thanks,
Sathish

Wont work everytime. SQL Workshop uses the connections from a connection pool. So if the context setting statement and then your subsequent select from the view go to diff connections (sessions) , the view will return no data.
Try this to verify that you can return data from the view.
declare
l_cnt pls_integer;
begin
dbms_application_info.set_client_info@appsdblink('100');
select count(*)  into l_cnt from <your_view>;
htp.p('Count=' || l_cnt);
end;Varad

Similar Messages

  • In Which type of mobile phones i can access Oracle application?

    Hi All,
    I was wondering like , in which type of mobile phones (like Windows, Blackberry etc) i can access Oracle application ? Due to some reasons sometimes i can't use/carry my laptop, so in that case i want to open/access Oracle application in my Mobile Phone.
    please advice...
    Thanks
    Skudikyal

    Hi!
    Generally it should be possible with nearly every mobile accessing to the database via command line mode.
    If you want to access to Apex you need a mobile with a browser or Apple's iPhone with an 'app'.
    Gerhard

  • How to access Oracle Application Manager

    Dear All,
    I have installed EBS R12.0 in Oracle Enterprise Linux Release 4 environment. Through browser I am able to login using sysadmin username and password however I am unable to find Oracle Application Manager or AutoConfig option any where. Can any of you please tell me how I can enable or access OAM.
    Kindly mention the step by step procedure.
    Regards,
    Asif

    Hi Asif;
    I have installed EBS R12.0 in Oracle Enterprise Linux Release 4 environment. Through browser I am able to login using sysadmin username and password however I am unable to find Oracle Application Manager or AutoConfig option any where. Can any of you please tell me how I can enable or access OAM.For OAM:
    Login as sysadmin >> System Administrator>> Oracle Applications Manager (There are link under this)>> click dashboard then u will see Site map top of page click it
    you will see System Configuration>>AutoConfig there
    Regard
    Helios

  • Accessing Oracle 11i  apps through Pocket PC

    Normally for any windows client to connect to the Oracle Server we add a entry into the client host file i.e. windows\system32\drivers\etc\host . Once we add the entry we are able to access the Oracle Application.
    From a Pocket PC 2002 how do I access the oracle 11i apps ?

    Is this possible by enabling wireless server and accessing directly through jsp pages?

  • How to Access oracle DB table through SAP..problem in code

    Hello Guys
             I have to Access oracle table through SAP and need to create a report.
    From Some source I got the following code .  But it's not working , I am not able to update the table as well not able to access the data from table.
    Can some one provide me the necessary help.
    REPORT  ZORACLE.
    INCLUDE ole2incl.
    DATA: con TYPE ole2_object,
    rec TYPE ole2_object.
    DATA SQL(1023).
    DATA: BEGIN OF SPL OCCURS 0,
    VAL(1023),
    END OF SPL.
    DATA: BEGIN OF I1 OCCURS 0,
    F1(10) ,
    F2 TYPE I,
    END OF I1.
    IF con-header IS INITIAL OR con-handle = -1.
    CREATE OBJECT con 'ADODB.Connection'.
    IF NOT sy-subrc = 0.
    EXIT.
    ENDIF.
    CREATE OBJECT REC 'ADODB.Recordset'.
    IF NOT sy-subrc = 0.
    EXIT.
    ENDIF.
    ENDIF.
    MDB connetion infomations ....
    break-point.
    CONCATENATE 'Provider=' '''OraOLEDB.Oracle''' ';'
    INTO SQL.
    CONCATENATE SQL 'Password=' '''prodx''' ';'
    INTO SQL.
    CONCATENATE SQL 'User ID=' '''prod''' ';'
    INTO SQL.
    CONCATENATE SQL 'Data Source=' '''sterlite''' ';'
    INTO SQL.
    CONCATENATE SQL 'Mode=' '''Share Deny None'''
    INTO SQL.
    MDB connection ...
    CALL METHOD OF CON 'Open'
    EXPORTING #1 = SQL.
    Query (insert) statement ...
    SQL = 'insert into ofusers values('.
    CONCATENATE SQL '''Atul''' ',' '''121''' ')' INTO SQL.
    Query run ...
    CALL METHOD OF REC 'Open'
    EXPORTING #1 = SQL
    #2 = CON
    #3 = '1'.
    Query (select) statement ...
    SQL = 'select * from ofusers'.
    Query run ...
    CALL METHOD OF REC 'Open'
    EXPORTING #1 = SQL
    #2 = CON
    #3 = '1'.
    Selecting MDB record into SAP internal table ...
    DO.
        CALL METHOD OF REC 'getstring' = SQL
        EXPORTING #1 = '2' "Do not modify!
        #2 = 1 "Do not modify!
        #3 = '|' "Do not modify!
        #4 = '|'. "Do not modify!
        IF sy-SUBRC EQ 0.
            REFRESH SPL. CLEAR SPL.
            SPLIT SQL AT '|' INTO TABLE SPL.
            LOOP AT SPL.
              CASE SY-TABIX.
                WHEN 1.
                  I1-F1 = SPL-VAL.
                WHEN OTHERS.
                  I1-F2 = SPL-VAL.
              ENDCASE.
            ENDLOOP.
              APPEND I1. CLEAR I1.
            ELSE.
              EXIT.
        ENDIF.
    ENDDO.
    Result writing ...
    LOOP AT I1.
      WRITE: AT /1(10) I1-F1,
      AT (10) I1-F2.
    ENDLOOP.
    connetion close & destroy
    FREE OBJECT con.
    FREE OBJECT rec.
    Thanks in Advance
    Swati Namdeo

    Hi swati,
    1. for this u will also require help of basis team.
    2. these are the steps.
    a) make an entry in DBCON
    b) make connection string
    (on the physical application server,
    so that it can connect to secondary database)
    (this will be done by basis team,
    in which, they will specify the
    IP address of the secondary database server,
    the DATABASE ID, and the port number)
    c) then using open sql / native sql,
    we can use the secondary database connection,
    just like normal.
    d) if we use open sql,
    then there must be Y/Z table on
    sap as well as secondary database,
    and the field names , their type all should be identical.
    regards,
    amit m.

  • Access oracle apps dba through Linux

    hi,
    I am using mozilla firefox on linux for oracle applications 11.5.9 but i cant open them because of plugin.
    i've installed j2re1.4.2_04 and make soft link with mozilla/plugin/ through this command:
    #ln -s /user/java/j2re1.4.2_04/plugin/i386/ns610-gcc32/libjavaplugin_oji.so ./usr/lib/firefox/plugin/
    but i'm not access form from the 11.5.9.
    when l click any form then show the java plugin finder but not find after 1-2 houre.
    still didn't work. any idea to resolve this issue.
    Please help me with my problem.

    997044 wrote:
    hi,
    I am using mozilla firefox on linux for oracle applications 11.5.9 but i cant open them because of plugin.
    i've installed j2re1.4.2_04 and make soft link with mozilla/plugin/ through this command:
    #ln -s /user/java/j2re1.4.2_04/plugin/i386/ns610-gcc32/libjavaplugin_oji.so ./usr/lib/firefox/plugin/
    but i'm not access form from the 11.5.9.
    when l click any form then show the java plugin finder but not find after 1-2 houre.
    still didn't work. any idea to resolve this issue.
    Please help me with my problem.Linux is not certified as a client tier node. Please see old threads for similar topic and discussion -- https://forums.oracle.com/forums/search.jspa?threadID=&q=Linux+AND+Client&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • How to restrict/allow users to access oracle forms/reports through SSO

    Dear All,
    I am new to oracle application server and need to know how can we manage the access rights for oracle forms using OID/SSO.

    Anyone can answer.

  • How to control accessing Oracle Application Server URLs

    Hey all;
    I wish you are all doing okay.
    I am facing a problem with OAS Oracle Application Server; Since we switched form using forms 6i to OAS 10g running on the web browser of course using a URL for each application
    The question is if I give a user a single URL for the application he is using and he just change his application name for example hr by payroll he will be able to open the payroll and run reports or even editing values!
    How to restrict accessing the apps to only the authorized users on Oracle Application Server 10g?!
    Thank you all in advance

    Hi Mohamed,
    Please follow the below note:Preventing Access to URI's Via IP Address Using Mod_Rewrite (Doc ID 1306292.1)
    Regards,
    Prakash.

  • Displays blank page when tried to access ORACLE Application Server Control

    Hi,
    I have successfully installed the Oracle SOA Suite using advance installation.
    But when tried to open ORACLE APPLICATION SERVER CONTROL by following the below path.
    start-> programs-> oracle-soa->ORACLE APPLICATION SERVER CONTROL, It displays a blank IE page.
    But when tried to open BPEL control or WSM control or ESB control, it takes me to the login page.
    Note: Started the SOA suite and the status of ASG component in the Start SOA page says Down.Does this affect in anyways?
    Would appreciate if anyone could throw some light on this.

    Hi All,
    I started reinstalling SOA suite and while installation, I encounter below warning.
    "A DHCP configuration was detected on this host" The installer also detected that the localhost name and network hostname differ. please resolve the networking issues by reffering the "Installing on DHCP computers" section in the installation guide."
    Note: Doing installation in the server.
    Wondering this could be the cause for displaying blank Application Server Control page.
    And here is, what it says in the installation guide.
    Note this limitation when running Oracle Application Server on DHCP computers: Oracle Application Server instances on DHCP computers cannot communicate with other instances running on other computers. For example, you cannot have OracleAS Infrastructure on one computer and a middle tier on another computer if any one of those computers uses DHCP. All the instances that need to communicate with each other need to run on the same computer. There are no limitations on clients: clients from other computers can access the instances running on the DHCP computer, as long as the client computer can resolve the DHCP computer on the network.
    The solution for this is installing loopback adapter. But the catch is, I have few webmethods running on the server. Wondering about the effects of Loop back adadpter on webmethods. Please someone throw some light.
    Regards
    jude.

  • Problems clicking on responsibility to access Oracle application

    Hello,
    I have some users that are able to initially log into Oracle and get to their list of responsibilities. However, they have to click on the responsibility a number of times before they can get the Oracle application to appear. After they get into the application everything is fine and they are able to swith responsiblities without any problem.
    Each user has IE8. This problem can be replicated on their machines, however, we have a number of users that do not experience this problem. So, it seems to be isolated to their desktop PC's. Does anyone have any experience with this type of issue? At this point I'm not sure if this a desktop issue or an Oracle issue.
    Thanks for your assistance.
    Jason

    Welcome to the forums !
    Pl post details of OS, database and EBS versions, along with the client desktop version. Are you using JInitiator or JRE ? Pl see if these MOS Docs can help
    How To View The Java Console And Enable Tracing For Sun JRE (Native Plug-in)          (Doc ID 452853.1)
    How To Enable The Java Console Jinitiator 1.1.8 and 1.3          (Doc ID 310961.1)
    Recommended Browsers for Oracle E-Business Suite 11i          (Doc ID 285218.1)
    Recommended Browsers for Oracle E-Business Suite Release 12          (Doc ID 389422.1)
    Pl check the Apache log files for any errors.
    HTH
    Srini

  • Accessing  oracle 10g form through LAN

    hiii,,
    i have just started working on oracle form 10g,here i have created a shortcut for accessing this form & named this form as "Oracle".so that everytime when i click on the shortcut the particular form get opened......
    Now i want this form to be accessed through LAN,i mean whenever any particular user write http:\\oracle in the internet explorer bar ,the form("ORACLE") which is stored in my PC,shud get opened......
    so what i need to do here....is there any need like IIS server or wat............
    plzz help

    hi
    something like this.
    # tnsnames.ora Network Configuration File: c:\DevSuiteHome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST =192.168.1.20)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = Orcl)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = PLSExtProc)
    # tnsnames.ora Network Configuration File: c:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.20)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = Orcl)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
      )Note: u will have to Modify both tnsnames.ora in form as well as in database tnsnames.ora.
    sarah

  • Oracle Application 11i Portlets

    When I install Portal 3.0.9 from 9iAS R1 from Application 11.5.8 some Portlets that access Oracle Applications data are also installed, right?
    How can I have any information about this Portlets before installing them? What is the Oracle Application information that they interact with?? What I mean is, what data I can change or view from Oracle Applications with this pre-build portlets on Oracle Portal?
    Regards,
    Sandro Godoy.

    Hi
    Could you let me know your requirement in place could be done..
    Hope it helps..
    Thanks and Regards
    Riyas
    Oracle Consultant
    [email protected]

  • BPEL and Oracle Applications Adapter

    I am using the Oracle Applications Adapter of the JDeveloper BPEL Designer 10.1.2.1.0 to insert a customer into the Oracle eBusiness Suite.
    To achieve this I select the tab
    Financials/Trading Community/Customer Account Contact/Open Interfaces/Trading Community Customer Open Interface/Tables (3)
    RA_CUSTOMERS_INTERFACE_ALL
    then I click OK.
    But when I press next on the step 5 of 5: Operation I get the following error message:
    The following error occurred:
    HZ
    Please consult the Database Adapter documentation for detailed instructions on how to fix this problem
    I am following instructions of the Tutorial 1: Invoking Oracle Applications API through the Oracle AS Adapter
    Can anybody help-me??

    I'm facing the same problem. Any Update on this?

  • Oracle Application Server 10g Version?

    --> Please tell me which Version I Install of Oracle Application Server 10g.
    --> Its Installation and Configuration video.
    --> How to Deployment/ Run Application on it and how its URL would be accessed from the client Computer
    --> Did we need to install any software at client to for running Application throug accessing Oracle Application URL.
    Please send the Complete Information Including Installation/Configuration and Apllication Deployment.
    I try 3 time to Install and configure it from Oracle Documnetaion but yet not successfuly.
    I am very,very thankfull to you

    Ghulam Yassen wrote:
    --> Please tell me which Version I Install of Oracle Application Server 10g.It depends. What do you want to run ? Maybe you could go straight to 11g or 12c ?
    --> Its Installation and Configuration video.A video ? Really ? I can make one for you, but it will cost.
    --> How to Deployment/ Run Application on it and how its URL would be accessed from the client ComputerThe administration interface is accessed via browser, on port 18101. Login as "ias_admin" plus the password you used at install time.
    --> Did we need to install any software at client to for running Application throug accessing Oracle Application URL.Most of the time, no. If you run Forms you are going to need Java Plug-in at the client side.

  • API interface to Oracle Applications

    Is there any APIs present to access Oracle Applications liks BAPIs to access SAP?

    Yes, There Many API's Available in Oracle Application.
    You can Find the API Def. in API manuals.
    -Rajesh

Maybe you are looking for

  • File sizes have grown in Snow Leopard

    I switch between Leopard and Snow Leopard on my Mac. I have set up folders to backup to DVDs and was amazed to find that the files change size (get bigger) in SL. eg. Leopard 6 files are: +700.1, 700.4, 701.9, 841.2 & 828.4 Mb for a total of 4.37 Gb+

  • Clearing Bank Accounts

    Hi experts, I have to configure the following: In the end of each day, there are some bank accounts that have to be cleared to a "parent" bank account. Any idea how to do this? Regards, Javier

  • SAP Best Practice Scoping

    Hi, We have installed SAP Best Practice . If any body has done installation please share this problem.After importing solution when I click on scoping I am getting dojo script error.Could not getting through the scoping page. I have activated all BSP

  • Oracle 10g client on Domain

    We have some problems with a Oracle 10g client instalation: We installed in a Windows 7 Pro OS on Domain, using an Admin User, Oracle 10g Client. If I use that user, I can connect to DB. If I change the user for a restricted one, I can't. Sample: Usi

  • Mac...An error occurred when attempting to change modules.  How do I fix this?

    Any help would be GREATLY appreciated!