Oracle server connection

Hi All,
Please suggest me how to create a oracle connection without using oracle server connection.
I created like this.
Goto new connection->Expand ODBC(RDO)->gave the credentials.
But please suggest what is the use of below process found here
http://scn.sap.com/thread/2002507
Go to your Control Panel and open Administrative Tools -> Click on Data Source(ODBC).  On the User DSN tab, select a driver for which you want to set up a data source by clicking on the Add button.  Once done, the ODBC setup dialog box appears.  Provide your database login details and clik ok..Your ODBC connection is done.
Next open your Crystal Report application(a blank report)not sure which version you are using, in my case it is Crystal Report XI Release 2.  On the Database Expert, expand Create New Connection.  Expand ODBC(RDO) , it will take you to the Data Source Selection.  Select the datasoure name and click Next.  Here, you need to give the login credential for accessing the Database. Once done, you will find the data available on the Crystal Report.

Hi Abhilash,
Can you please explain below step.
Hello,
This is by design and a limit of how CR works due to limitation in your PC resources. CR loads all of that info into memory, if there are too many to list, and typically it's more common when using Oracle due to it's ability have thousands of tables, is in the Database connection right click on the connection and then select Options. You can add filtering to limit what you see.
Only option you have to be able to get to see all tables required for your report. Don't add tables if they are not required or if you can't link them. Work arounds are to create a collection of Stored Procedures or Views so you see just what you need.

Similar Messages

  • Crystal Reports - Oracle server connection

    Hi Guys,
    I'm back to struggling with Crystal Reports XI Release 2.
    I'm trying to display a report that retrieves a set of data from an oracle database.
    I've got the following scenarios:
    - If I build a report using a JDBC connection and setting its properties from the crystal reports designer It works perfectly
    - If i build the same report using a connection type called Oracle Server and check the option SAVE DATA WITH REPORT works fine
    - The failure scenario is, creating the same report by using an Oracle server connection and disabling the SAVE DATA WITH REPORT option. I get the error message: Database logon failed. Database Vendor Error Code: 17002
    I've set a JDNI datasource in Tomcat already, and still getting the same error, as well as including this tag in my application web.xml
    <resource-ref>
    <description>Oracle Datasource example</description>
    <res-ref-name>oraclevt</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    Please, let me know if you have any hint regarding this issue as I've run out of ideas to sort it out.
    Thank you.
    Esteban.

    Hey evnafets how r u doing? Thanks very much for your reply.
    I checked the TNSName and looks fine, and it does match the JNDI name I created through the Tomcat Administration Tool.
    I tested the JNDI connection a couple of days ago and it didn't come through, it keeps giving me an error, even though I've verified everything is properly set and configured. The error message is:
    org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'
    This is the snipped code, si quite simple actually.
    System.out.println("Starting initial context");
                   Context initCtx = new InitialContext();
                   Context envCtx = (Context) initCtx.lookup("java:comp/env");
                   DataSource ds = (DataSource)
                   envCtx.lookup("jdbc/OFIC09FL");
                   Connection conn = ds.getConnection();
                   //... use this connection to access the database ...
                   conn.close();
    I've googled this issue and have not found a helpful solution. I guess this all the Crystal connection issue, don't you think? Any hints to make the jsp-jndi test work?
    Regards,
    Esteban.

  • Oracle Server Connectivity through Internet

    Hi
    I have installed Oracle Server in my Office. Office Server SID is "ORACLE". My office website is "xxxxx.NET". I want to access Office Server from my home (here too Oracle Server available) place through internet. Can anyone please help me how to connect to my Office Server from my home place through internet. What are changes required in TNSNAMES.ORA file, SQLNET.ORA.

    Hi, Is it the database server available from outside office??, Does server has a public interface? Do you have access to server through simple TCP connection from your home??
    Luck.
    Have a good day.
    Regards.

  • PlusEqual Oracle syntax with Oracle Server

    Hello,
       I want to know which setting I must change so my SQL statement are PLUSEQUAL syntax instead of the OJSyntax with Crystal Report 2008 when using Oracle Server connection type.
       I have tried to change the value of the HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\Crystal Reports\Database\QueryBuilder\JoinBuilder\OracleJoinBuilder with the value OraOCIEI11 or crdb_oracle but it did not work has it used to be with an ODBC connection.
       What value should I change to have PLUSEQUAL syntax?
    Thank you.
    Charles

    Hello,
    Anybody can help me on that? Crystal Report SAP people?
    If my first post was not clear enough. Here what I want my SQL statement to look like:
    SELECT "OBJ_T"."MODL_CD",
                  "MODL_T"."NAME1",
                  "MODL_T"."NAME2",
    FROM    "OWNER"."OBJ_T"  "OBJ_T",
                  "OWNER"."MODL_T" "MODL_T"
    WHERE  ("OBJ_T"."MODL_CD" = "MODL_T"."MODL_CD")
    Instead of having the Syntax with "INNER JOIN X ON Y" like that:
    SELECT "OBJ_T"."MODL_CD",
                  "MODL_T"."NAME1",
                  "MODL_T"."NAME2",
    FROM    "OWNER"."OBJ_T" "OBJ_T"
    INNER  JOIN "OWNER"."MODL_T" "MODL_T"
    ON               "OBJ_T"."MODL_CD" = "MODL_T"."MODL_CD"
    I was able to achieve this with an ODBC connection by editing the registry key OracleJoinBuilder but I have not been able to find the correct setting for an Oracle Server connection.
    Thank you.
    Charles.

  • How to Create an Oracle BAM Server Connection?

    I m following the steps at the end of this post to create the connection but at the end I m getting this message from JDev:
    {Unable to write to
    /C:/JDeveloper/mywork/Application1/.adf/META-INF/connections.xml
    because it is a read-only. Either make it writable or allow it to be made writable through source control.}
    it creates the directory C:/JDeveloper/mywork/Application1/.adf/META-INF/ with only a adf-config.xml file but NOT the connections.xml any one knows what is wrong?
    Bellow is the stpes I m following. Its exactly what is written at the Oracle Fusion Middleware Developer´s guide for Oracle SOA Suite 11g Release 1(11.1.1) E10224-01
    To create an Oracle BAM connection:
    1. Select New from the File main menu in Oracle JDeveloper.
    The New Gallery dialog opens.
    2. Choose Connections from the General category.
    3. Select BAM Connection in the Items list, and click OK.
    The BAM Connection wizard opens.
    4. Provide a name for the connection. Leave the Create Connection In selection as
    Application Resources.
    5. Click Next.
    6. Enter the following connection information about the Oracle BAM instance.
    7. Click Next.
    8. Test the connection by clicking Test Connection. If the connection was successful,
    the following message appears:
    Passed.
    9. Click Finish.
    Note: You can create connections to Oracle BAM in the Oracle
    JDeveloper Resource Palette as well as the Application Resources
    panel of a specific application. It is recommended that you create these
    connections in the Application Resources pane rather than the
    Resource Palette.
    Field Description
    BAM Web Host Enter the name of the host on which the BAM report server and
    Web server are installed. In most cases, the BAM Web host and
    Oracle BAM Server host are the same.
    BAM Server Host Enter the name of the host on which the Oracle BAM Server is
    installed.
    User Name Enter the Oracle BAM Server user name (typically bamadmin).
    Password Enter the password of the user name.
    HTTP Port Enter the port number or accept the default value of 8888. This is
    the HTTP port for the BAM Web host.
    RMI Port Enter the port number or accept the default value of 9085. The
    RMI port is for the BAM report cache, which is part of the Oracle
    BAM Server.
    Use HTTPS Select this check box if you want to use secure HTTP (HTTPS) to
    connect to the Oracle BAM Server during design time.
    Otherwise, HTTP is used.
    Message was edited by:
    Mario.Mesquita

    Ok that will be nice, but is not the case I dont want to read the tutorial, the problem is I already start to read and execute the tutorial you told me the problem is this tutorial it doesnt show how to do everything from scratch because you already have inside the zip file everything like xmls etc etc, and I want to get my DO and create the process myself, I dont want to get something that it is already done, this tutorial does not show for example how to create this composite.xml, this file it is already inside the zip file, so this way I just follow half of the process and dont learn how to make the whole process.
    tks

  • 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?

  • "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.

  • Oracle raise ORA-03113 when connect to a remote oracle server using toad

    Hi there,
    when i use the tool toad connect to a remote oracle server which located in a different city,
    when i submit a query in toad,
    if the query returns many rows of data, it will raise the error ORA-03113:end-of-file on communication channel,
    however if the query returns only a few rows, i won't raise such error,
    however, when i use sqlplus connect to that remote server, it won't raise such error,
    what's the reason is, can any one tell me how to tackle this problem if using the tool toad. thanks/

    hi my oracle vsersion is:
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    my oracle server is 2 nodes rac server,
    and i've tried two different kind version of toad v9.6 and v10.5, and both have the same problem
    once i query a table, if the result returned more than 30 rows, then it will raise that error, if query returns less than 30 rows, it's ok.
    i assume it is a problem concern with network, but i don't know why no such error raise when using sqlplus ?

  • Application server Oracle 10g connectivity by using real IP

    I have configured the Oracle application server 10g on RHEL update 2 version. It is posible to connet from client pc by using LAN network. But it is not possible to connect from client pc by using real ip over internet.

    This is a network related problem. Quite likely a firewall issue. Nothing to do with the Oracle RDBMS product itself.
    The only Oracle related issue is the Oracle Listener. It listens for network connections to the IP addresses owned by that Oracle server platform. You can make it listen to only a single address (on a specific NIC). Or on a set or all IP addresses (all NICs) on that server.
    It does not care where the originating connection request comes from. If it is to a port and IP address it is listening on, it will accept that connection.
    Talk to your network admins.

  • Loos connection trougth a firewall between oracle server an client after 10 minutes

    hello,
    i do loos the connection between oracle server an client, because the firewall is between. The firewall will close non active connections an ports after 10 minutes. Only port of one site is clost after 10 minutes then, other site let the port open.
    Shares to the the server do in not loos. Only connection to oracle. What can i do !!!!
    Oracleversion ist 8.0.6
    OS: Windows NT 4.0 and SP5
    Thanks Frank

    I had the same problem and I guess you are also hitting the firewall timeout problem... you can enable Oracle DCD (dead connection detection) by setting sqlnet.expire_time in $ORACLE_HOME/network/admin/sqlnet.ora appropriately. This solution I got from http://asktom.oracle.com.
    I tried setting the expire_time to 50 minutes less than firewall time-out (which is 60 minutes) but it didn't worked, right now i am trying to figure out what else can cause the problem (I am using Oracle connection pool).... but I think above solution may solve your problem
    hello,
    i do loos the connection between oracle server an client, because the firewall is between. The firewall will close non active connections an ports after 10 minutes. Only port of one site is clost after 10 minutes then, other site let the port open.
    Shares to the the server do in not loos. Only connection to oracle. What can i do !!!!
    Oracleversion ist 8.0.6
    OS: Windows NT 4.0 and SP5
    Thanks Frank

  • Oracle Provider connectivity issues in 2008 server (for Standard Users)

    Hi
    We're using Windows 2008 R2 server and installed a VB application. The application has the capability to connect to Access, SQL Server or Oracle Datbase using OLEDB providers. When I login as "Administrator", the application connects to all three databases.
    But, When I login as "Standard user" in the server and try to connect to the Oracle Database (using Oracle OLEDB provider), the application errors "Database server doesn't exist or Access denied".
    We are using Oracle 10g (oraops10.dll, version 1.102.2.20) client. We have also provided the full access rights to "Authenticated Users" and "Users" account in the server and still get this error.
    Any suggestions/ideas, why this error occurs?

    I don't think, you're correct.
    As mentioned in my post, the application works fine when I logged as "Administrator". Only for the "Standard users" logins, the application doesn't work.
    The Windows Server restricts the oracle database connectivity for the standard users. My questions, does oracle require "special permission" for certain folders, so the standard users can connect to the oracle database.?
    Regards, Karthik

  • Oracle client picking up wrong port while connecting to oracle server

    Hi,
    I have an oracle client installed in one of the system. As we know oracle client connects to the server on port 1521, but from my client system every time i try to connect it is taking random ports which are blocked on our firewall, hence not connecting to the server.
    Is there any method i can connect with port 1521 only. I have also put the entry in client tnsnames.ora
    Thanks in advance
    Regds
    Kiran

    M Kiran Kumar Reddy wrote:
    True, Tnsping is working but i am not able to connect to server
    my client system TNSNames.ora
    LIB =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.228)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    Client to server tns ping result
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.
    1.228)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl)))
    OK (40 msec)
    Edited by: M Kiran Kumar Reddy on Jul 23, 2009 7:42 PMThat's because tnsping goes no further than the listener. There doesn't even have to be a database to get a successful tnsping. And since tnsping only needs to ping the listener (not the database) it only needs port 1521. It's when the listener tries to set up the actual database connection that he will (by default) pick an random port for that connection.

  • Crystal Developer crash, connecting with "Oracle Server" (Unicode DB): "buffer overrun"

    Post Author: mdde
    CA Forum: Data Connectivity and SQL
    Hello everyone!
    We're experiencing the following error, connecting with "Crystal Developer XI" or "Crystal Developer 2008" to a unicode-configured Oracle 10g Database using "Oracle Server"-driver and choosing a table:
    ERROR MESSAGE: Buffer overrun detected!
    Program: ...essObjects Enterprise 12.0\win32_x86\crw32.exe
    A buffer overrun has been detected which has corrupted the program's internal state.The Program cannot safely continue execution and must now be terminated.
    This error is reproducable by 100%. We're normally using it because of performance, but now we have do work with "Microsoft OLEDB" instead.
    STEP BY STEP: Open CR Developer, File, New Report, New Connection (to unicode instance - this is a must), "Oracle Server", (Login without checking "OS auth."), Double click on table, Error.
    DETAILS: "Oracle Database 10g Release 10.2.0.1.0 - Production", Oracle-client used by CR Developer: "11.1.0". OS: Windows XP, SP2
    We tried CR SP4 and SP for 2008 edition. Didn't help. Nothing on google, nor in this forum, nor in BO knowledge base.
    Does anyone also experience this error / know anything about? Thanks in advance!
    David
    P.S.: Picture:

    Hi Aaron,
    I highly recommend that you only have ONE oracle client installed. Oracle tends to have problems finding the correct dependency versions of their runtime. One way is to change your PATH statement so it only has the one Client listed but I highly suggest you uninstall both and then install just the 11G client.
    Also, when CR connects to Oracle we query the DB and load all tables, SP's Views, etc. and when the local resources are filled up we stop. So when connecting be sure to check off the options not being used and add filtering in that UI also for your schema as well.
    One last change, close the designer down and then go into regedit and this location:
    HKEY_CURRENT_USER\Software\SAP BusinessObjects\Suite XI 4.0\Crystal Reports\DatabaseOptions - DoAutoSmartLinking and set the default value to No if it's not already.
    Thanks
    Don

  • Find how many users are connected in the Oracle Server

    Hi,
    I am using Oracle 10g. My question is, is it possible to find how many users are connected in the Oracle Server. We are having one Server and we are having many client machines which will connect the Oracle.
    And one more question in the meanwhile i want to take Backup of one database which client as connected. Is it get any problem to the client machine which is accessing the server. And How to take the backup from the server machine. Any commands to process.
    Thank u...!

    Hi there.
    If You run
    select count(*) from v$session where username is not null;you'll get the number of users connected to Oracle server,
    and yes , you could do backup while users are connect to db you are backing up.
    cheers

  • Ways to connect MS SQL server to the Oracle server

    Dear Experts,
    Can you let me know the ways to connect MS SQL server to the Oracle server.
    Thanks,
    Suresh.

    Dear Experts,
    Can you let me know the ways to connect MS SQL server to the Oracle server.
    Thanks,
    Suresh.

Maybe you are looking for

  • New to drawing graphs

    I'm trying to plot a graph/chart of 2 lists of numbers, but really have no idea where to start. I imagine what I'm trying to do is read in the data from 2 files (can do this), make some empty chart object (not sure what to use for this), then with ea

  • Screen saver lag in loading photos from new folder

    I use my screen saver to display the family photos in a side show. I have several thousand photos in several folders. I have noticed that whenever I want to change the folder used as the side show source, it takes the Screen Saver Preference pane a v

  • Browsing from "Mappings" gives an IO Error

    We are running CFMX7 on a Windows 2003 server. Everything seems to work well, but when you go to Mappings and try to browse, you get a Server Error: IO error on server communication. Does anyone have anymore information on this? The error doesn't see

  • Motion 4 crashes when opening Motion 3 project

    Updated to new box and software. I have a ton of projects that were built w/ motion 3. I reuse all motions movements and effects with replacement of text & video only. When I open Motion 3 project i get the prompt "This is earlier version..." and ask

  • Strange behavior of Content area

    Hello everybody, I'm working with Portal 3.0.8. I've installed czech language on it. What did I do is: 1) I made new look for my navigation bar (new image and basic items). And it worked fine. I worked in English! 2) Change language to Czech. 3) Show