Establih a connection to Oracle Server through Discoverer 11g

Hi
I am new to Oracle Discoverer reporting, I have installed Oracle Discoverer 11g on my Windows 7 32bit mechine and when I open discoverer it is asking for connection details.
I would like to know more on this connection details :
--Do I need to install Oracle client on my mechine ?
--Or is there any settings to be modified (ora.ini file or etc...)
--Do I have to install any other components to establish a connection to my oracle server ?
Your help is highly appriciated.
Thanks,
Sastry

Hi,
Do I need to install Oracle client on my mechine ?No, all the client software is installed with the Discoverer Admin and User install
Or is there any settings to be modified (ora.ini file or etc...) You need to setup the tnsnames.ora file found in the <OH>/network directory within the Discoverer Admin/User Oracle home directory. The setup is the same for other Oracle clients e.g. SQLPlus.
Do I have to install any other components to establish a connection to my oracle server ?
No, not unless you are connecting to an e-Business Suite using an apps mode EUL.Rod West

Similar Messages

  • Not able to connect with Oracle server through VBScript without DSN

    Hi
    I have both Oracle9i and Oracle10g clients installed with local system.
    I am able to connect to Oracle Database 11g Enterprise edition server though sqlplus through command prompt and also through AQT without any error.
    As the server has lots of database ,whenever I connect to a particular database through sqlplus from command prompt,I connect as below
    C:>sqlplus username/password@service_name
    and it gets connected without any error.
    When I am trying to connect the same database through VB Script,I am getting ORA-12560 TNS:Protocol Adaptor Error.
    Below is the connection string I am using:
    Database_String = "SERVER=xxxx.vvvn.Com;Driver={Oracle in OraHome92};DATABASE=service_name;user id=userid; password=passowrd"
    I have installed a Oracle10g server in my local system and tried to connect the same way and I was successfully ,but its not working when the server is running remotely.
    Does it make any difference with the version of driver being used ?Should I need to modify my connection string anyway.
    Please help me as to identify the issue.Thank you very much in advance.
    Regards
    Sahina

    check the listener status in server end,
    lsnrctl status
    lsnrctl servicesif not start
    lsnrctl startThanks

  • Ftp connection in oracle server

    dear all,
    i need some ideas...
    Fact: We have an application made by programmers. This app enter a lot of external users through internet browsers. Now the application will have to upload PDF files and save into a directory. This files will be read with UTL_FILE in order to identify the file name.
    We were thinking that we have to open an ftp connection (in oracle server) through this application in order to save the pdf files into directory (another server) but this directory will have to connect through NFS to my oracle server.
    I think that this could be a potential risk in my oracle server if i open ftp...
    can you give me some ideas o antoher ways in order to do that i want ???
    Thanks a lot

    No version number.
    No operating system.
    No hardware platform.
    No DDL.
    Uploading PDF files from the client to the database server?
    Uploading PDF files from the database server to another server in the data center?
    Uploading to the file system?
    Uploading to a BLOB?
    What you are doing is totally unclear. But what is most unclear is why you chose to post this in a group named "Database Upgrade." What does this have to do with upgrading?

  • Steps to Connect remote Oracle Server using OCi C in Linux

    Hi !
    I am trying to connect oracle server through my application using OCI C in linux, it works fine in my oracle server machine.
    I want to connect oracle server through my C application from Oracle Client Machine
    can anyone help me in this issue ?
    regards
    Balaji.C

    Sounds like you did not specify your database name. Or you database name is hard-coded.
    Can you show us the code?
    Is your TNSNAMES.ORA set up correctly?
    Also, you did not specify any error messages or anything. Are you checking the result codes after any functions?

  • How to track IP's of clients connecting to DB server through Apps Server

    My Application server address is like http://192.220.0.75:7779/forms90/f90servlet form=TEST.fmx&userid=@abc
    I can connect to Apps server from any computer using explorer with this address .
    for auditing when I connect to db server through Apps server then my audit table detect only server IP- 192.220.0.75 each time but when I connect by oracle DS or toad then my audit table detect each computers defferent IP address.
    how can I detect different users and IP addresses connecting to database server using apps server instead of apps server IP?

    You can try to use WebCache event_log, this one will show your clients IP or you can uncomment UseWebCacheIP ON in httpd.conf file, so you ensure that the access_log show the ip of the user and not of the server.
    Greetings.

  • Windows 7 64-bit connection to Oracle server 8.1.5.0.0

    Hello everybody,
    Using Windows XP everything was working fine. I recently switched to windows 7-64 bits / professional. Could you help me to select the necessary client for this case?
    Thanks in advance!

    926672 wrote:
    Hello everybody,
    Using Windows XP everything was working fine. I recently switched to windows 7-64 bits / professional. Could you help me to select the necessary client for this case?
    Thanks in advance!
    Windows 7 64-bit connection to Oracle server 8.1.5.0.0
    V8.1.5 is ancient, obsoleted & unsupported.
    Combine that with Windows 7 & you have an Improvised Explosive Device waiting to explode in your face.
    Edited by: sb92075 on Apr 10, 2012 9:07 AM

  • Connect to oracle server

    I am getting message when I will try to connect with Oracle server
    "Unable to connect to the management server. The management server 9.2.0.1.0 production is incompatible with this client". How can I resolve this problem ?

    It sounds like the version of your OEM client is not the same as the version of your OMS. The versions must be the same.

  • To update my remote oracle server through e mail

    hai,
    i want to update my remote oracle server through e mail which should run automatically for every 3 hours(for example)
    both(remote and local) are oracle 8.1.7 running in windows 2000 server
    Please let me know how to go about....
    help me in this context...
    urs
    srini

    Sri
    you can do with some SMTP programming like that one available in VisuaBasic. you can read the mail from an inbox
    from a mail account of an SMTP SERVER. Then you may try to update the remote database.
    Well i have mentioned VB as i heard it long back from my GURUJI that it is possible thru SMTP programming in VB
    using the socket controls etc,.
    Please check it out in some visuabasic forum sites and ask some VB Gurus.
    Thanks
    Prakash
    [email protected]

  • ERROR#: 2002 can't connect to MySQL server through socket '/var/mysql/mysql.sock'

    I was following this adobe article (
    http://www.adobe.com/devnet/dreamweaver/articles/php_macintosh.html)
    to set up PHP and MySQL and connect a MySQL database to dreamweaver
    in Mac OS 10.4.8 and I kept getting:
    "Can't connect to MySQL server through socket
    '/var/mysql/mysql.sock' ERROR#: 2002".
    After a lot of searching I came across
    this
    article which said that there was an error in the PHP and MySQL
    connection or something.
    Anyway all I had to do was type (in a TERMINAL window):
    $ sudo mkdir /var/mysql
    $ sudo ln -s /tmp/mysql.sock /var/mysql/mysql.sock
    and that fixed the problem, otherwise the adobe article
    worked very well.
    Check out the "this article" link to get the fix straight
    from the horse's mouth.

    I was following this adobe article (
    http://www.adobe.com/devnet/dreamweaver/articles/php_macintosh.html)
    to set up PHP and MySQL and connect a MySQL database to dreamweaver
    in Mac OS 10.4.8 and I kept getting:
    "Can't connect to MySQL server through socket
    '/var/mysql/mysql.sock' ERROR#: 2002".
    After a lot of searching I came across
    this
    article which said that there was an error in the PHP and MySQL
    connection or something.
    Anyway all I had to do was type (in a TERMINAL window):
    $ sudo mkdir /var/mysql
    $ sudo ln -s /tmp/mysql.sock /var/mysql/mysql.sock
    and that fixed the problem, otherwise the adobe article
    worked very well.
    Check out the "this article" link to get the fix straight
    from the horse's mouth.

  • Howmany oracle user connect with oracle server.

    hi all
    howmany oracle user connect with oracle server.
    i want query for above sentance.

    Robert,
    This query will show us the username who are connect to a particular database. If OP wants that how many overall users are connected to his/her oracle server (which is having more than one db) then please tell us. Suppose 10 users are connected with db1 and 20 users are connected with db2.. like that.
    Regards
    Girish Sharma

  • IPhone connection with B1i Server through internet

    Dear All,
    iPhone is successfully connected with my B1i server through intranet (wifi connection).
    But When i am trying to connect my B1i server through internet, I am getting the following issue.
    I am getting an error as follows when i try to browse the tomcat homepage in IE
    XCL198 HTTP-access currently not allowed from remote clients, as B1iP runs in local-mode or safe-mode.
    I followed the solution given in B1iC troubleshooting Guide.
    I am using SAP 8.81 patch level 6.
    Maintenance->CFG Runtime parameters as
    B1i Http port :8080
    B1i Https port : 8443
    B1i Server : My server ip
    Please help me to resolve this problem.

    Ken, George, Dear all,
    in given context of problems running the mobile solution, please do NOT change B1i server Xcellerator properties at all.
    Quite frequently there are ideas to change the default settings of WebDAV and remote settings of B1i server. This is simply a waste of time and definitely not required for troubleshooting or making the mobile
    solution working.
    Simply check the documentation 'Administrator's Guide for the Integration Component' for the purpose, the default settings, and further info about these properties you instruct to change:
    a) About xcl.http.localOnly
    Administrative Web access is limited to the local machine only. After installation, it is possible to manually allow access by remote machines by changing the particular setting in the operating system configuration file
    (Xcellerator.cfg).
    For additional documentation, choose Start → All Programs → Integration solution for SAP Business One → Integration framework, and then choose Help → Ref 04 – Operations, chapter 6.2.
    b) About WebDAV-based access
    WebDAV-based access to BizStore content is disabled. SAP does not recommend enabling this kind of access for productive systems, as this is typically needed for development systems only.
    For additional documentation, choose Start → All Programs → Integration solution for SAP Business One → Integration framework, then go to Help → Ref 01 – Dev Environment, chapter 3.
    For checking the connectivity from mobile to server / excluding network issues, B1iP can definitely run in local mode. When calling the server from mobile, B1iP would give you a fully sufficient, proper
    response:
    SAP B1iP detected an error: Emitted HTTP-Code 403 - Forbidden
    Internal Reason XCL198 HTTP-access currently not allowed from remote clients, as B1iP runs in local-mode or safe-mode.
    - This is exactely the alleged 'error', Tamizharasi mentioned at the beginning. Behind the internet connection issue from iPhone to his B1i server (which was unfortunately not described at all) must have been a quite different root cause - changing xcellerator properties is unfortunately a wrong recommendation here in order to clear such general iPhone issue.
    I am concerned here from security side, such settings may not be amended lightly, and lead the problem-solving in the wrong direction - beside your additional efforts.
    We do recommend to keep the default values and undo such configuration changes again, if not needed.
    For troubleshooting the mobile solution please check SAP note 1602674.
    Best regards, peter

  • Problem in connecting to oracle DB through NWDS

    Hi All,
    I cannot establish a connection to the oracle DB through the below mentioned code written in webdynpro java. I am new to this area.
    Please check what is wrong with this code and suggest me how to resolve this......I have pasted the classes12.jar in the lib folder.
    import oracle.jdbc.driver.OracleDriver;
    ResultSet resSet = null;
    Statement Stat = null;
    Connection conn = null;
    PreparedStatement pstmt= null;
    String url = "jdbc:oracle:thin:@local server:1521:SID";
    String user = "ABC";
    String password = "123";
    try
             conn = DriverManager.getConnection(url,user,password);
             Stat = conn.createStatement();          
             pstmt  = conn.prepareStatement("Select * from tablename");
             resSet = pstmt.executeQuery();
              wdComponentAPI.getMessageManager().reportSuccess("Result"+resSet);
    if (resSet != null)
    resSet.close(); // close ResultSet
    Stat.close(); // close Statement
    conn.close();
    catch (Exception e)
    e.printStackTrace();
    Regards,
    Athulya.

    Hi ,
    import oracle.jdbc.driver.OracleDriver;
    import java.sql.DriverManager;
    import java.sql.PreparedStatement;
    import java.sql.ResultSet;
    import java.sql.Statement;
    ResultSet resSet = null;
    Statement Stat = null;
    Connection conn = null;
    PreparedStatement pstmt= null;
    String url = "jdbc:oracle:thin:@local server:1521:SID";
    String user = "ABC";
    String password = "123";
    try
    conn = DriverManager.getConnection(url,user,password);
    Stat = conn.createStatement();
    pstmt = conn.prepareStatement("Select * from tablename");
    resSet = pstmt.executeQuery();
    wdComponentAPI.getMessageManager().reportSuccess("Result"+resSet);
    if (resSet != null)
    resSet.close(); // close ResultSet
    Stat.close(); // close Statement
    conn.close();
    catch (Exception e)
    e.printStackTrace();
    Regards,
    Athulya

  • Can't connect to Exchange2003 Server through WRT54GS (via wireless)

    I'm having problems conencting to my MS Exchange 2003 server, from an Outlook 2003 Client, when using wireless on a WRT54GS.
    Hard wired - works fine.
    Wireless - connection times out ("unable to connect to exchange server")
    I can browse the internet through the wireless conenction, download (legal) music, etc. Cannot use Outlook/Exchange.
    I disabled the "firewall" features on the router. (block external requests, etc)
    WEP is enabled.
    The Router was bought about 6 months ago (original firmware)
    any suggestions? anyone successfully using Exchange across a wireless conenction?

    first i'd suggest that you upgrade to the latest firmware....also open ports 443-447 under the port forwarding section of the router.

  • Error while connecting to external server through SOAP/HTTP adapter

    Hi,
    we are trying to connect to the external server through SOAP adapter. The scenario is proxy to SOAP asynchronous scenario.
    We are getting following error in Communication channel monitoring:
    *Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error Application/UNKNOWN/APPLICATION_ERROR - application fault*
    We also tried HTTP adapter in the receiver side. But it is giving red flag in SXMB_MONI with following error:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>
      <SAP:P1>500</SAP:P1>
      <SAP:P2>Internal Server Error</SAP:P2>
      <SAP:P3>Internal Server Error</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>HTTP server code 500 reason Internal Server Error explanation Internal Server Error</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Please help.
    Thanks in advance.
    Regards,
    sriparna

    Make sure that the receiver webservice is up and running and in a state to receive the external calls. Confirm if the data you send is as per the requirement of the webservice and they haven't changed anything at their end.
    Regards,
    Prateek

  • "Xandros" (linux flavor), shows "TNS 12203" connect with oracle server(win

    I am using oracle developer 6i and from 2000 on operating system "Xandros" (linux flavor),and working properly after instalation.
    Problem when i am connecting to this Machine with oracle server(windos) it shows "TNS 12203"
    i want to use xendros at client side to connect with Database Server on windows nt.
    Thanks

    Hi,
    here is the descroption of TNS 12203
    oerr TNS 12203
    12203, 00000, "TNS:unable to connect to destination"
    // *Cause: Invalid address specified or destination is not listening.
    // This error can also occur because of underlying network or network
    // transport problems.
    // *Action: Verify that the net service name you entered was correct.
    // Verify that the ADDRESS portion of the connect descriptor which
    // corresponds to the net service name is correct. Ensure that the
    // destination process (for example the listener) is running at the
    // remote node.
    Check if you see the database server from the client machine, and if listener is running and on which port, check tnsnames.ora on client.

Maybe you are looking for

  • Battery said it's charging but laptop is not holding any charge. At 0%

    Having a battery issue and laptop not holding charge. My laptop was working fine yesterday and this is the first time I am having this problem. When I plug in the charger the light turns orange as to indicate it's charging but this is not the case. A

  • Filling out PDF paperwork to send to boss

    Hello I am trying to fill out a background check form sent from my work in a PDF format and to just fill in the boxes. I just downloaded the $20 annual package so that I could fill out this form and it allows me to fill it out but the "done signing"

  • No Response from Server at end of day:  4.03

    We're using Weblogic 4.03 on Solaris. At the end of a busy day, users start submitting their transactions and some users start calling the help desk saying that performance is very slow and I believe they are getting "No Response from Server" from th

  • WE16 Problem

    Hello, I am maually bringing in IDocs to SAP via WE16. SAP successfully picks up the file and it goes into SAP as an IDoc however, I get this error at the end of the process: "Error at DELETE. An error occurred when an inbound file was deleted with '

  • Gets and Reads

    In the awr reports under the section sql statistics,there is a sub section called, "SQL ordered by gets" and "SQL ordered by reads". Can some one explain what those 'gets' and 'reads' are, or point me to a link that explains them. Thank You