Test Data generator for oracle?

Hi again,
I found a long list of "Test data generators" for oracle by google.Is there anybody there to use some specific product and have nice experience? I have limited time to test them.
-Your help will be so appreciated.

The Oracle provided dbms_random package can be used to help generate test data.
I have found that most test data generation programs are not that useful for generation data in an rdbms environment.
HTH -- Mark D Powell --

Similar Messages

  • Test data generator for Oracle database

    Hello.
    I'm a student of Computer Engeneering in Poland. I've recently written simple application that can help people to populate database with some simple test data (appliation works only on relational database).
    this is link to website: http://testdatagenerator.jak.pl/
    Requires: .NET Framework 2.0 and ODP.NET
    Every feedback is welcome!

    Yes, I know about it...
    In Firefox you can easily close the ad (in IE it's a little bit difficult).
    Here is direct link to installer (if someone has a problem to handle with ads ):
    http://metis.weia.po.opole.pl/~d51422/generatorOracle/setup_ml.exe
    (both EN and PL version)

  • Data generator for NVARCHAR2 doesn't work

    HI,
    I try to use data generator to populate the table Employees, it gives good values in the test run, but when I press "Create data as SQL" and run the query it gives an error:
    SQL> insert into SYSTEM.EMPLOYEES (EMPLOYEE_ID, FIRST_NAME, LAST_NAME, EMAIL, PHONE_NUMBER, HIRE_DATE, SALARY, JOB_ID, MANAGER_ID)
    2 values (232, Robbie, Reilly, '[email protected]', 0586862301, to_date('09-08-2009', 'dd-mm-yyyy'), 4262, 421, 135);
    ORA-00984: column not allowed here
    The error is because I have to put quotes round the nvarchar2 values, and the data generator doesn't do it.
    Does anyone knows how to make the data generator put quotes around my nvarchar2 columns?
    BTW, I thought ther would be much information about this error in the net, because everybody who uses data generator for nvarchar values should get it, but I didn't find anything..
    glad if someone can help me,
    thanks!
    Edited by: 998093 on 08:39 04/04/2013

    Strings must be enclosed in single quotes:
    insert into SYSTEM.EMPLOYEES (EMPLOYEE_ID, FIRST_NAME, LAST_NAME, EMAIL, PHONE_NUMBER, HIRE_DATE, SALARY, JOB_ID, MANAGER_ID)
    values (232, <font color=red size=2>'</font>Robbie<font color=red size=2>'</font>, <font color=red size=2>'</font>Reilly<font color=red size=2>'</font>, '[email protected]', 0586862301, to_date('09-08-2009', 'dd-mm-yyyy'), 4262, 421, 135);
    And we have no idea what generator you use. I suggest contacting vendor.
    SY.
    Edited by: Solomon Yakobson on Apr 4, 2013 11:48 AM

  • OIM 9.1.0.2 - Weblogic JDBC Multi Data Sources for Oracle RAC

    Does OIM OIM 9.1.0.2 BP07 support Weblogic JDBC Multi Data Sources (Services>JDBC>Multi Data Sources) for Oracle RAC instead of inserting the "Oracle RAC JDBC URL" on JDBC Data Sources for xlDS and xlXADS (Services>JDBC>Data Sources> xlDS|xlXADS > Connection Poll> URL) ?
    If yes, is there are any other modifications that need to be made on OIM, or just changing the data sources?

    Yes, it's supported. You install against one instance directly of the Rac Server. Then you update the config.xml file and the jdbc resource in your weblogic server with the full rac address. It is documented for installation against RAC. http://docs.oracle.com/cd/E14049_01/doc.9101/e14047/database.htm#insertedID2
    -Kevin

  • Difference between Data Providers for Oracle

    Hello,
    There are 3 .NET Data Providers for access an Oracle Database:
    1) ODP.NET, who uses Oracle API to access an Oracle Database.
    2) Microsoft .NET Data Provider for Oracle, who comes in the Assemblie System.Data.OracleClient
    3) Microsoft .NET Data Provider for OLE DB.
    My questions are:
    1) There is another Data Provider to access an Oracle DB ?
    2) Which is better, for example to handle LOB fields ?
    3) Which is better in performance ?
    4) ODP.NET uses some Oracle API to handle a DB, and the others ?
    5) What is the requirement (Oracle Client, OS) of each of them ?
    Best Regards
    Alfredo DS

    I would recommend using ODP.NET. Overall, I've seen better performance from it than other Oracle providers. It requires the 9.2 client and any OS that the 9.2 client supports.
    With respect to LOBs, the first ODP.NET version was consistently faster retrieving LOBs than other Oracle providers. The latest version of ODP.NET (and the upcoming version) have made some substantial improvements in LOB performance on top of that.

  • SQL Server 2012 Change Data Capture for Oracle by Attunity support for Oracle 12

    I would like to know if there are any plans for SQL Server 2012 Change Data Capture for Oracle by Attunity to support versions of Oracle 12 and if by when.

    I have asked from the author of
    http://blogs.msdn.com/b/mattm/archive/2012/03/26/cdc-for-oracle-in-sql-server-2012.aspx about this.
    I will either ask him to answer here or I would be a messenger.
    Balmukund Lakhani | Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • CWB Employee generation producing "no data generated for transaction"

    Hi,
    When I try to generate employee statement in compensation workbench I get the following error .
    No data generated for Transaction :
    Has anyone encounter this error ?
    Another thing I notice is that in the same screen there is a option to switch responsibility. Does this mean that there is some sort of security profile that is causing this ?
    rgd
    YYTAY

    Currently I am using a customize responsibility. Though it was the cause and used the seeded "Compensation workbench Administrator" switch manager and try generating the employee statement. The same error still appear.
    rgd
    Yy.tay

  • Error creating a new Data Source for Oracle connection

    I'm trying to create a new data source connection to our
    Oracle 10gR2 server using ColdFusion Administrator 6.1 Standard on
    a Windows 2003 server.
    I created a System DSN ODBC connection for Oracle. I can use
    the ODBC connection when connecting an Access db to Oracle but when
    I try to use it w/ ColdFusion Admin it generates the following
    error message:
    Connection verification failed for data source: sitest2
    []java.sql.SQLException: [Macromedia][SequeLink JDBC
    Driver][ODBC Socket]internal error:
    Driver's SQLAllocHandle on SQL_HANDLE_ENV failed
    The root cause was that: java.sql.SQLException:
    [Macromedia][SequeLink JDBC Driver][ODBC Socket]internal error:
    Driver's SQLAllocHandle on SQL_HANDLE_ENV failed
    Any help or recommendations would be greatly appreciated.
    Tina

    The schema/user is system and the password is alpha-numeric, upper/lower case, no special char ...
    As a workaround I was able to add the password to the entry in the datasources.xml file and restarted BI Pub.
    The JDBC is working ... I can test the connection successfully ... just wont save the entry
    Edited by: tread on Oct 17, 2011 11:55 AM

  • Oracle Data Provider for Oracle 10g

    We have an application certified on the ODP 9.2.0.2102, Oracle Client and Oracle ODBC 9.2.0.6. We have a client who is moving to Oracle 10g client within the next few months but will still be hitting an Oracle 9.2 backend.
    My question is: Is the 9.2.0.2102 ODP compatible with the 10g client, or do we need to certify against a newer version of the ODP? And if the latter, what version of ODP is recommended?
    We plan to certify against the latest of both this year, but for now, we need the path of least resistence.
    Thanks for your help.
    Todd

    It is not "hard" to create your own geocoding schema though you will need to know how to create tables (with Oracle Spatial columns) in Oracle and before you do create the tables you should read through the documentation to be certain you have all of the required data and metadata.
    Navteq, a data provider, also has sample geocoding data (http://www.oracle.com/technology/products/spatial/htdocs/spatial_partners_data.html) as well as data for sale. Downloading and importing the Navteq data might give you a good idea about what you will need to do if you were to build your own geocoding schema using your data.
    I hope this helps.
    -Justin

  • Change Data Capture for Oracle 9i

    <p>If your environment must keep large amounts of data current, the Oracle CDC feature is a simple solution to limiting the number of rows that Data Integrator reads on a regular basis. A source that reads only the most recent operations (INSERTS, UPDATES, DELETES), allows you to design smaller, faster delta loads.</p><p>With Oracle 9i, Data Integrator manages the CDC environment by accessing Oracle&#39;s CDC packages. Oracle publishes changed data from the original table to its CDC table. After a CDC table receives published data, you can create subscriptions to access the data. Data Integrator Designer allows you to import CDC tables and create subscriptions for them.</p><p>For more information see "Techniques for Capturing Changed Data" of the Data Integrator Designer Guide.</p>

    <p>Werner did a nice step-by-step instruction on how to set up CDC in Oracle and use this inside Data Integrator. </p><p><a href="http://www.consulting-accounting.com/time/servlet/ShowPage?COMPANYID=43&ELEMENTID=1641" target="_blank">http://www.consulting-accounting.com/time/servlet/ShowPage?COMPANYID=43&ELEMENTID=1641</a></p>

  • Test Data Gerneration for  BAPI   "BAPI_PO_CREATE1"

    Hi All,
    We need to debug the   BAPI  "BAPI_PO_CREATE1"  in ECC(6.0) , since we need to test data we tried to use the Report
    "FBGENDAT"  and we set the parametes FBGENDAT  to 'X' in the  SU01  also. but we are not able to get the test data in ECC for the  BAPI.
    Can any one know what would be the problem
    Regards
    Channappa Sajjanar

    Hi Channappa,
    Please follow the steps described under the chapter FBGENDAT:
    http://wiki.sdn.sap.com/wiki/display/SRM/Shoppingcarttransfer
    and go through the steps of the note 539978 again.
    Important that you:
    - execute the report FBGENDAT with the parameter A or B, and fill the function name BAPI_PO_CREATE1 into the input field
    - check if indeed you have set the FBGENDAT=X for the RFC user.
    Regards,
    Peter

  • Test Data Required for Bapi's

    Hello All,
    I am a newbie to SAP. 
    I have been tasked with finding the test data for a few BAPi's but have been unable to do so on my own.
    I have tried using the respective transactions to find valid test data and have looked at all the imports, tables in the given bapi but have been unable to find the required data.
    I am working on ECC 6.0.
    I ask all the learned folk out here to please lend your expertise.
    The list of BAPI's are :-
    1. BAPI_FUNCLOC_GETLIST
    2. BAPI_CONTROL_RECEPIE_GET_LIST
    3. BAPI_PROCORDCONF_GET_HDR_PROP
    4. BAPI_PROCORD_GET_LIST
    Edited by: aashrith on Nov 13, 2011 5:03 PM

    I suspect that they want you to build some test data rather than find some.  And for what you need, there is a lot of master data required.  It may or may not be there already, but the task you have defined is not that simple as one or two posts would be required.  I would google "SAP PPPI test data" or something similar.  You will probably find simple lists of tasks to build a sample Control Recipe or Process Order.
    Regards,
    Mike

  • Problem setting up Weblogic's data source for oracle

              Hi!
              I am trying to setup XA DataSource Pool for Oracle using Weblogic's driver. App-Server
              throws exception during startup.
              config.xml setting are appended with this posting.
              Can somebody help me identifying the problem?
              Thanks,
              Vinay
              <JDBCConnectionPool
              Name="WL_XA_1_Pool"
              Targets="examplesServer"
              CapacityIncrement="1"
              DriverName="weblogic.jdbc.oci.xa.XADataSource"
              InitialCapacity="1"
              JDBCXADebugLevel="1"
              MaxCapacity="5"
              Properties="user=vinay;password=vinay;dataSourceName=WL_XA_1_Pool;serverName=pqasun1"
              RefreshMinutes="0"
              ShrinkPeriodMinutes="15"
              ShrinkingEnabled="true"
              TestConnectionsOnRelease="false"
              TestConnectionsOnReserve="false"
              URL="jdbc:oracle:oci8:@PlatformTest"
              />
              [error_wl2.txt]
              

              Hi Dinu,
              Silversword is our upcoming maintenance release for WLS 6.0, and
              should be available in June timeframe.
              If you are only using 1 database instance, you can use Oracle's
              driver in non-XA mode in distributed transactions. Please refer
              to "Configuring non-XA JDBC drivers" section for details: http://e-docs.bea.com/wls/docs60/adminguide/managetx.html#1045803.
              -- Priscilla Fung, BEA Systems, Inc.
              "Dinu Ramanthara" <[email protected]> wrote:
              >
              >Hi,
              > What is Silversword?
              >
              > I need to use Oracle's Driver as I have to use Oracle
              >AQ and Oracle
              >AQ doesn't seem to work with jDriver. All my database
              >activity,
              >through AQ as well as through JDBC are restricted to the
              >same Oracle
              >instance. Given that what are my options? Should I use
              >Oracle 8.1.6
              >drivers or should I use 8.1.7 drivers.
              >
              >Is there a document/sample code illustrating what need
              >to be done
              >to bind Oracle's XADataSource to the JNDI tree.
              >
              >Regards,
              >Dinu
              >"Priscilla Fung" <[email protected]> wrote:
              >>
              >>Hi Vinay,
              >>
              >>A couple of things to note. Oracle 8.1.6's driver has
              >>a bug that
              >>does not accept foreign Xid, and thus cannot be used
              >with
              >>any 3rd
              >>party vendor's Tranaction Manager, including WLS. Oracle
              >>8.1.7's
              >>driver has fixed this problem, but they have threading
              >>issues.
              >> We have worked around the threading issues in Silversword,
              >>but
              >>not in WLS 6.0 release. For now, the only Oracle XA
              >driver
              >>we
              >>recommend is Weblogic's jDriver for Oracle.
              >>
              >>-- Priscilla Fung, BEA Systems, Inc.
              >>
              >>
              >>"Vinay" <[email protected]> wrote:
              >>>
              >>>
              >>>
              >>>
              >>>Hi!
              >>>
              >>>I am trying to setup XA DataSource Pool for Oracle using
              >>>Weblogic's driver. App-Server
              >>>throws exception during startup.
              >>>config.xml setting are appended with this posting.
              >>>
              >>>Can somebody help me identifying the problem?
              >>>
              >>>Thanks,
              >>>
              >>>Vinay
              >>>
              >>>
              >>>
              >>>
              >>> <JDBCConnectionPool
              >>> Name="WL_XA_1_Pool"
              >>> Targets="examplesServer"
              >>> CapacityIncrement="1"
              >>> DriverName="weblogic.jdbc.oci.xa.XADataSource"
              >>> InitialCapacity="1"
              >>> JDBCXADebugLevel="1"
              >>> MaxCapacity="5"
              >>> Properties="user=vinay;password=vinay;dataSourceName=WL_XA_1_Pool;serverName=pqasun1"
              >>> RefreshMinutes="0"
              >>> ShrinkPeriodMinutes="15"
              >>> ShrinkingEnabled="true"
              >>> TestConnectionsOnRelease="false"
              >>> TestConnectionsOnReserve="false"
              >>> URL="jdbc:oracle:oci8:@PlatformTest"
              >>> />
              >>>
              >>
              >
              

  • Data Source for Oracle reports

    Hi,
    Can Oracle Reports support anyother data source. I am using
    Reports Server to invoke reports. The requirement is client
    passing the dat that have to come in the report. (The size of
    data can be high).So is there any method other than sending the
    data as parametes(which in this case is not feasible).
    The client is a browser.
    Regards
    Ravi

    hello,
    oracle reports 6i supports SQL, PLSQL and Express as datasource.
    for passing large amounts of data, a temporary table in the
    database would be most reasonable.
    regards,
    the oracle reports team

  • License Type Requirements To Use Data Guard For Oracle EE

    Hi,
    I haven't been able to get a straight answer on this, so hopefully someone can help me.
    We currently have two physical servers, both licensed to run Oracle Database 11gR2 EE, however one is running a cpu-based license (primary server/production) and the other is running a named-user based license (secondary server/soon-to-be-standby server).
    I had no hand in selecting the license model, so this is what I have to work with. So the question is this: With this type of license model differences, can I use Oracle Data Guard?
    Our Oracle software vendor says no because of the differences in the license models.
    Any feedback would be invaluable. Thanks.

    That is so because there is not much to say about it: You create your standby as described in the Data Guard doc (RMAN DUPLICATE)
    Then you ship the Archivelogs to the standby and do recover database there. Technically easy. No higher protection mode possible, though.
    I am no License Specialist, but I think that you will always need some kind of license for the standby database - even if you maintain it this way.
    My recommendation would be to clarify with your company first what your Recovery Point Objective is - can you live with the probably high amount of data loss in case of Disaster on the Primary?
    If not - purchase the correct license and continue with Data Guard Best Practices instead of doing a home grown solution.
    Security is not cheap.
    Kind regards
    Uwe Hesse
    http://uhesse.wordpress.com

Maybe you are looking for

  • Mid-2010 MacBook Pro Resets Itself

    I bought my 13" Macbook Pro in September of last year. Lately it has intermittently started resetting itself, meaning in the middle of whatever I'm working on, my screen will suddenly turn a light blue color, then the desktop will reload afresh, with

  • How can I tell if my iPhone is connected to EDGE or Wi-Fi?

    Hi I recently bought a wireless router for my home and have been using it extensively from my iphone. But just wanted to know, that since I have Edge enabled too, which one gets priority when surfing? How do I know whether the free wi-fi is being use

  • Stale Data error when invoking seeded OAF from a custom OAF page

    Hi All, We have a requirement in OAF where we have to open a Seeded OAF Page (Install Base) from our Custom Page. We are using the javascript function "openWindow()" to open the page in a new window. When we close the seeded page by clicking seeded p

  • Critical error in Participation overview of enrollment benefits.

    Hi All, This query is related to the benefits. Now we have opened for enrollment. After enrolling into some benefits, when the User is clicking on the Participation overview, he is getting the below error. Critical Error A critical error has occurred

  • My wired mouse no longer will right click.

    My wired mouse will no longer respond to a right click. Settings in System Preferences have not changed. Any Idea what might be the problem? Am running 10.6.8 Thank you