Connecting to 11.5.10 application through sqlplus from a client

al salam 3al man etaba3 al hoda
I have intalled appl 11.5.10 and i need to connect to the database through sqlplus from another pc but i cann't connect
also i cann't see the database from the eterprise manager
i heard that there are some new security issues at that version that must be set before i can be ble to do that but i don't know details about that.
thanks

Your httpd.conf should have:
include "<your Apache home>/Apache/conf/oracle_apache.conf"
and your oracle_apache.conf should have:
include "<your Apache home>/Apache/conf/apps.conf"
and your apps.conf should have:
<Location ~ /(oa_servlets|servlets|servlet|jsp|configurator|mobile|forms|discoverer4i|emailcenter|soap/servlet|webservices|dmsOACore|dmsDisco|dmsForms|pricing)/framework>
Order deny,allow
Deny from all
Allow from <your hostname without domain name>
Allow from <your hostname without domain name>.sandia.gov
</Location>

Similar Messages

  • Connect to 11.2 db via SCAN fqdn from Windows client

    I am unable to connect to a 11gr2 database (running on RHEL 5.3) from a Windows client via the SCAN name. I can connect through either of the VIP's but not through the SCAN Load Balancer.
    $ ./srvctl status scan
    SCAN VIP scan1 is enabled
    SCAN VIP scan1 is running on node r02hinnod08pp
    SCAN VIP scan2 is enabled
    SCAN VIP scan2 is running on node r02hinnod09pp
    SCAN VIP scan3 is enabled
    SCAN VIP scan3 is running on node r02hinnod09pp
    $ ./srvctl status scan_listener
    SCAN Listener LISTENER_SCAN1 is enabled
    SCAN listener LISTENER_SCAN1 is running on node r02hinnod08pp
    SCAN Listener LISTENER_SCAN2 is enabled
    SCAN listener LISTENER_SCAN2 is running on node r02hinnod09pp
    SCAN Listener LISTENER_SCAN3 is enabled
    SCAN listener LISTENER_SCAN3 is running on node r02hinnod09pp
    listener.ora
    LISTENER=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))) # line added by Agent
    LISTENER_SCAN3=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN3)))) # line added by Agent
    LISTENER_SCAN2=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2)))) # line added by Agent
    LISTENER_SCAN1=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1)))) # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN1=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN2=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN3=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER=ON # line added by Agent
    tnsnames.ora
    # tnsnames.ora Network Configuration File: /app/oracle/product/11.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    HEALTH =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = r02hindbs01pp.r02.med.va.gov)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = health.va)
    SCAN is configured as r02hindbs01pp and is a 3 IP round robin. From the Linux server nslookup resolves both from IP and fqdn (or just the prefix)
    VIP's are r02hinclu04 and r02hinclu05 (1 IP each)
    I can connect via either of the VIP's fqdn from the client, but cannot connect via the SCAN fqdn
    Thanks

    Hi,
    I dont know if this solve your problem.
    The SCAN IP and VIP IP work together.
    The connection of clients to the database is not established by SCAN IP but by VIP IP.
    When a SCAN Listener (SCAN VIP) receives a connection request, the SCAN Listener will check for the least loaded instance providing the requested service.
    It will then re-direct the connection request to the local listener on the node where the least loaded instance is running. Subsequently, the client will be given the address of the local listener.
    The local listener In this context, the LOCAL_LISTENER parameter must be considered. The LOCAL_LISTENER parameter should be set to the node-VIP. If you need fully qualified domain names, ensure that LOCAL_LISTENER is set to the fully qualified domain name (e.g. node-VIP.example.com).will finally create the connection to the database instance.
    Read this Oracle Technical Paper.
    http://www.oracle.com/technetwork/database/clustering/overview/scan-129069.pdf
    Regards,
    Levi Pereira
    http://levipereira.wordpress.com

  • How to connect to an Oracle database on one machine from another client machine?

    I installed oracle database 11g (server and client) on one machine. It works perfectly. Then I installed oracle client (ODTwithODAC1120320) in another machine. Now I want to connect to the database of the previous machine. I tried to connect but It failed. I think .ORA files should be configured. What should I do to fulfill this.
    thanks...

    thank you for the quick response..
    this link Installing Oracle Database Client for oracle client installation. But the content refers all oracle database installation. could you please get know me that oracle client means only the OdtWithODAC or some thing else? This link Installing Oracle Database Client explain but not the OdtWithODAC. Please let me know clearly.
    Please let me know the exact name of the software that I should download from the oracle website that refers the oracle database client.
    thanks
    Priyashantha hp

  • Connection to daabase through sqlplus

    Hi
    I am trying to connect oracle daatbase of another system through sqlplus but I am not able to connect it through it.while giving connect command
    connect hr/[email protected]:1521:orcl
    I am getting following error.
    ORA-12545: Connect failed because target host or object does not exist

    hi,
    to connect the other DB using SQLPLUS
    go to cmd prompmt
    c:\ sqlplus hr/sys (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=hostname)(PORT=1521)))(CONNECT_DATA=(SID=ORCL)))
    this will allow you to connect to the other database
    Cheers
    Ankit

  • Connecting to the Third Party Applicatin through Portal

    Hi,
    Does anyone know how do we connect to the Third Party Application through Portal? WHat technology EP uses to connect to the third party application and retrieve data from the system to display?
    ALso if i have 2 application connected to the portal and if I retrieve one record from one application, then i want Portal to bring information related to that record from another application. In that case, do we have to maintain referential information about the records in both the applications, so that Portal will know which record id to pull from another application? How does it work?
    Thank you very much in advance.
    Shakil

    Hi ,
    Have a searched sdn before posting this? have a look and post your message if your requirement dont match with below solution.
    Want to access non SAP system from EP
    Regards,
    Koti Reddy

  • Error while Invoking SQLPLUS from Command Prompt

    Hi All,
    I am trying to Connect to Oracle through sqlplus from command prompt of windows and getting this Error:
    C:\Documents and Settings>sqlplus
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Dec 28 10:08:43 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter user-name: scott
    Enter password:
    ERROR:
    ORA-12560: TNS:protocol adapter error
    set ORACLE_SID=database_name was set
    Anyone ever got this error or has any idea could you please help.
    Thanks.

    Try
    set LOCAL=<tns_name>
    Regards
    Kurt

  • Can't connect through sqlplus

    I can connect to a remote database through sqlplus only if i specify the sid:
    bash$ sqlplus system@dbsid
    Connected to ...
    if i don't, i get this error:
    ERROR:
    ORA-12545: Connect failed because target host or object does not exist
    local machine has just the client installed on Redhat.
    remote server machine has oracle 9iR2 on Redat AS 2.4.1
    local tnsnames.ora entry:
    DBSID.LOCALDOMAIN =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = neutron.emrtc.nmt.edu)(PORT = 1521))
    (CONNECT_DATA =
    (SID = dbsid)
    server tnsnames.ora entry:
    DBSID.LOCALDOMAIN =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = neutron.emrtc.nmt.edu)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = dbsid.neutron.emrtc.nmt.edu)

    also, tnsping works from both machines.
    tnsping <hostname> works the same as tnsping <ip address>
    i.e.:
    [oracle]# tnsping <ip address>
    Used parameter files:
    /opt/oracle/product/9.2.0.1.0/network/admin/sqlnet.ora
    Used HOSTNAME adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SID=*)(SERVICE_NAME=<ip address>))(ADDRESS=(PROTOCOL=TCP)(HOST=<ip address>)(PORT=1521)))
    OK (0 msec)
    "tnsping dbsid" seems to take the DESCRIPTION= block from the tnsnames.ora file

  • Oracle Fatal error when trying to connect through sqlplus

    Hi,
    I am getting the below error when trying to connect to instance through sqlplus
    Database version is :10.2.0.3
    Operating system= Solaris Operating System (SPARC 64-bit)
    OS version=5.10
    [lscbd07p2*BMC]-\ORACLE>sqlplus
    SQL*Plus: Release 10.1.0.4.0 - Production on Fri Nov 9 07:48:24 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter user-name: /as sysdba
    ld.so.1: oracle: fatal: relocation error: file /u01/app/oracle/product/db/10.1.0.4/lib/libjox10.so: symbol kststop_: referenced symbol not found
    ERROR:
    ORA-12547: TNS:lost contact
    Enter user-name:
    Could you all please give me suggestions in order to solve this problem.
    Thanks
    Mannu

    Have you recently patched/upgraded? This sounds like there might have been a problem relinking the executables / libraries, and/or a permissions problem. For example you may be referencing a 32 bit library with your 64 bit client.
    I believe I recently read a similar case - check Metalink for this symptom.
    HTH
    Regards Nigel

  • Run GPGPU applications through FreeNX connection

    Hi, I am trying to remotely run GPGPU applications that use OpenCL through a remote FreeNX connection.  I have a computer with AMD GPUs and I am connecting to it with a laptop through FreeNX.  If I am locally on the computer, I can run an OpenCL application and it works fine.  However, when I execute it through the NX connection from a different computer, the program cannot find any GPU devices.  I think this may have to do with the program not being able to connect to the local (non-NX) X server to get access to the GPUs.  Does anyone have any experience with this? Thank you.
    Also, following this guide, I can run the GPGPU programs over the SSH connection.  However, it does not work with NX.
    Last edited by budabob07 (2013-03-31 14:22:32)

    Hi, I am trying to remotely run GPGPU applications that use OpenCL through a remote FreeNX connection.  I have a computer with AMD GPUs and I am connecting to it with a laptop through FreeNX.  If I am locally on the computer, I can run an OpenCL application and it works fine.  However, when I execute it through the NX connection from a different computer, the program cannot find any GPU devices.  I think this may have to do with the program not being able to connect to the local (non-NX) X server to get access to the GPUs.  Does anyone have any experience with this? Thank you.
    Also, following this guide, I can run the GPGPU programs over the SSH connection.  However, it does not work with NX.
    Last edited by budabob07 (2013-03-31 14:22:32)

  • Issue in creating Database Connection to HFM Application through workspace

    Hi,
    This is a fresh installation. We are trying to create a new database connection in workspace for HFM Application.
    When i click on the Application selection icon, it gives me the below error message,
    *"Error connecting to database connection nasbyphyp03: Error: Error getting CSS support information for driver* HsvAdmDriver*".*
    I tried re-installing the HsvAdmDriver, but still the problem persists. (nasbyphyp03 is the server name)
    But, i am able to access HFM Application from workspace and smartview.
    Please advice.
    Thanks,
    Siva

    Can anyone suggest me the solution ???
    We are struck with this and unable to process any Reports
    Thanks,
    Siva

  • Unable to connect backend applications through EP in DMZ1 firewall?

    Dear all,
    To brief our landscape, its look like below.
    Internet -> DMZ1(Webservers)->Portal(DMZ2)->Internal(Backend Systems).
    We tried to access the backend systems through portal in DMZ2..its working fine. When we tried to access the portal in DMZ1...its coming perfectly, when we access the backend applications through portal in DMZ1...its not coming...it says...operation timed out...
    Kindly suggest me what would be the problem...all the ports are open in DMZ1 and DMZ2... But we hav not done reverse proxy in DMZ1(Webservers), Can we try after doing Apache reverse proxy in DMZ1. Pl suggest me
    Rgds
    PRadeep

    Hi Netanel,
    Thanks for ur reply...
    See, we hv writen a rewrite rule for all three systems like R/3, BW and SCM
    RewriteRule ^/sap(.)/public(.) http://myr3sever.company.domain.com:r3port/R3$1 [P]
    RewriteRule ^/sap(.)/bc/bsp/sap(.) http://myscmsever.company.domain.com:scmport/SCM$1 [P]
    etc..
    We are differentiating the systems with their names...but when it rewrites..its taking R3 string as well in the path...
    Like
    http://webserver.company.domain.com/R3/sap/bc/gui/sap/its/webgui.
    I think if we remove R3 string at the time of rewrite, then we should be able to get i belive.
    kindly suggest me
    Rgds
    PRadeep

  • Error while creating planning application through workspace

    Hi,
    I am getting the following error when i am trying to create the classic planning application through workspace.
    Invalid or could not find module configuration.
    Required application module HyperionPlanning.AppWizard is not configured. Please contact your administrator.
    Communication Error.
    http://localhost:45000/HyperionPlanning/conf/HspJSConfig.xml?LOCALE_LANGUAGE=en
    Please suggest me how to resolve this error. Also please share the order in which services to start.
    Thanks in Advance,
    Naveen Suram

    Hi John,
    I am facing the same issue. Reconfiguring Web server did not help. It is still not coming up and the link to planning that you have shared here is also not working. I am doing it on RHEL and facing issue with the same. Any help will be greatly appreciated. I checked the mod_jk log which has the following:
    *[Tue Jan 31 20:17:01 2012] [info] ajp_send_request::jk_ajp_common.c (1186): Error connecting to the Tomcat process.*
    *[Tue Jan 31 20:17:01 2012] [info] ajp_service::jk_ajp_common.c (1665): Sending request to tomcat failed, recoverable operation attempt=2*
    *[Tue Jan 31 20:17:01 2012] [error] ajp_service::jk_ajp_common.c (1673): Error connecting to tomcat. Tomcat is probably not started or is listening on the wrong port. worker=Workspace failed errno = 111*
    *[Tue Jan 31 20:17:01 2012] [info] jk_handler::mod_jk.c (1875): Service error=0 for worker=Workspace*
    I don't know what to do now.
    Thanks in advance.
    Saurabh

  • Dear Communities, please kindly assist me. I use iphone 3GS with Software Version 4.1. Each time I connect my iphone to my Laptop through itune. itune automatically tells me that itunes connect to itune store. An unknown error occured(306)

    Dear Community,
    Please, kindly assist me with following challenges. I use iphone 3GS. I have used the phone for almost a year now. My iphone 3GS cannot connect to the itunes store. Each time I connect my phone to my Laptop through itunes. A message will automatically come up which states that "iTunes could not connect to the iTunes Store. An unknoown error occured (306)". It also make a footnote which states "make sure that your network connection ia active and try again". When I click the button labeled OK just below the messages, another message will come up which reads, "A new iphone software version (5.1) is available for the iphone software. Would you like to download it and update your iphone now?". It gives me the option buttons such as CANCEL or DOWNLOAD AND UPDATE or DOWNLOAD ONLY. If I click on DOWNLOAD AND UPDATE or DOWNLOAD ONLY. Another message will appear which states that "The iphone software update Server could not be conted" With a Footnote that states "Make sure your network settings are correct and your network connections is active, or try again later.
    The above challenge has continued for more that 3 months now. This challenge has hindered me from installing some applications like Facebook Application for iphone, LinkedIn application for iphone and a lot of other applications. Each time I try to get these applications my iphone 3GS while inform that my current ios version 4.1 cannot work with the application, that they requires at least ios version 5.1 or above.
    Please, I really need your kind assistance. I am ernestly waiting for responses.

    Dear Tim,
    I saw your message. Below are the problems:
    Whenever I connect my iphone 3GS to my PC through a USB. My itunes software comes up automatically.
    1. After that a message appears from the itunes that states that 'itunes could not connect to the itunes store, an unknown error cccured (306).
    2. After the above, an alert message comes up which states that A new iphone software version 5.1 is availlable for my iphone. It then states would you like to download it and update your iphone now? With the options buttons as Cancel or Download and Update or Download Only. Whenever I clicked on Download and Update or Download Only, the next message that comes up is that The iphone Software Update Server Could not be Contacted and suggest make sure your network setting are correct and active or try again later.
    The above is the challenges I am facing now.

  • Standalone application through BOE SDK

    Hi,
      I am new to SDK development so trying out different things with the SDK. The first experiement that I did was trying to build a standlone application through BOE SDK. The main purpsoe of this application is to connect the enterprise and get some details about an info object. But while building out this application I have noticed few issues:
       1. The getInstalledAuthIDs method of the ISessionMgr class is not returing any available authentication types.
       2. While trying to login using the logon method of the ISessionMgr using the secEnterprise as Enterprise, it's throwing the following exception:
        com.crystaldecisions.sdk.exception.SDKException$PluginNotFound: The plugin secEnterprise does not exist
         at com.crystaldecisions.sdk.occa.pluginmgr.internal.PluginMgr.getPluginInterface(Unknown Source)
         at com.crystaldecisions.sdk.occa.security.internal.o.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.security.internal.t.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.security.internal.t.userLogon(Unknown Source)
         at com.crystaldecisions.sdk.occa.security.internal.l.userLogon(Unknown Source)
         at com.crystaldecisions.sdk.framework.internal.d.logon(Unknown Source)
         at com.bo.boesdk.tutorials.Login.createEnterpriseSession(Login.java:41)
         at com.bo.boesdk.tutorials.Login.main(Login.java:55)
      I have noticed that all tutorials associated with SDK are all using eithe JSP/ASP to demonstrate features of SDK. There is none exists on using the standalone application. Is it we can't build any standalone application using the BOE SDK?

    The BusinessObjects Enterprise SDK is only tested and fully supported in web applications - that's the reason why the documentation only describes its use in JSP/Servlet code.
    As for the specific exception you're getting - it may be caused since you're missing jar files.
    If using XI Release 2, then I'd reference the jars found by default in <install>\common\3.5\java\lib and <install>\common\3.5\java\lib\external.
    If using XI 3.0, then I'd use the documentation found [here|https://boc.sdn.sap.com/node/7298].
    Sincerely,
    Ted Ueda

  • I used the article "How to connect Sony Tablet with adb protocol through USB?" Article ID:474705. E

    I used the article "How to connect Sony Tablet with adb protocol through USB?" Article ID:474705.
    Everytime I restart the computer now I get a open with window.
    When I select Notepad and open it I get
    0x54c  Noswal\.android\adb_usb.******
    How do i undo that.
    If it helps the Article ID:474705 this says at one point
    3. Open a shell prompt and enter the following command: echo "0x54c" >> $HOME/.android/adb_usb.******.
    I gues that's what's creating the problem.
    Please help.

    Hi elishacuthbert.
    Try disabling the start-up items in your computer to troubleshoot the issue. Follow the steps mentioned below:
    Right click on the Taskbar > Task Manager > Start-up > Select the applications > Disable.
    Note: If my post answers your question, please mark it as an "Accepted Solution."

Maybe you are looking for