Transferring Database

Dear Friends
I want to export database from
Oracle 5.0 to oracle 8.0/8i,plz guide me how can i do so,database structure is not known to me so while importing in 8/8i also how can logon to oracle from unix $prompt,
plz write me the general solution of exporting and importing database
Thanks in Advance!

Using Oracle 9i and windows XP; one day i copied complete db from one machine to another. I am just mentioning the steps for your information please:
1.Create pfile from spfile;
2.Shutdown
3.Copy all the datafiles,redo logs, control file and init file to another machine’s folder. (I.E. J:\NEWORCL\)
4.Create required folders on another machine (as mentioned in init.ora)
5. oradim -new -sid orcl -startmode a -pfile 'J:\Neworcl\initneworcl.ora'
6.set oracle_sid=neworcl
7.orapwd file=c:\oracle\ora92\database\pwdneworcl.ora password=sys entries=5. Password file creation on the same location where existing oracle db’s password file exists.
8.sqlplus
9.connect as sys/sys as sysdba. Pw sys, because new pwfile contains pw as sys.
10.startup pfile=j:\neworcl\initneworcl.ora mount
11.alter database backup controlfile to trace as 'c:\try\ctl.txt';
12.shutdown immediate
13.startup nomount
14.open c:\try\ctl.txt and do required changes.
15.Alter database open;
You Done.
Jusr for your Information Please:
ALTER DATABASE BACKUP CONTROLFILE TO TRACE command is a script to create the control file, this file is generated at the path defined by the user_dump_dest, and the filename has the oracle process id related to the one who processed the command. We have to re-create control file because control file stores the path and name of datafile; in the above scenario.
Regards

Similar Messages

  • Frequently transfering databases between MS SQL and Oracle

    Hello all,
    I am looking for a solution to easily, efficiently and be able to migrate/transfer databases between MS SQL and Oracle frequently.
    I need to be able to replicate a databases on Ms SQL and Oracle for testing purposes. I will need to do this on frequent basis - almost once a week.
    Please suggest what would be the best way.
    Thanks in advance.

    Hi Justin,
    You have guessed it right to a great extend. Yes dont actually need to develop, rather need to test an application that supports SQL and Oracle databases. Now when testing the application its obviously vital to create proper systematic test data. This usually takes a lot of time and effort from the testing team/team-member. So, yes what I need to do is create the test data on one database(may it be SQL or Oracle) and migrate/transfer the data into the database on another server( ie. SQL to Oracle or Oracle to SQL).
    So,
    Are you developing a product that works against both SQL Server and Oracle and trying to synchonize development efforts?Yes, thats correct to extend, I need to test an application against both the servers, as it supports both types of databases, and try to reduce the test setup efforts (literally double the amount) that go in after manual creating same data on each type of database.
    Are you trying to replicate structural changes between systems?I am not 100% sure, what you mean by this. But whats important and enough for me is to replicate the data. It would not be a lot of work to run the scripts and create empty schema objects.
    Are you trying to replicate data changes between systems? The fact that you're only doing this weekly suggests that you're not working in a traditional replication environment.Yes, again as I mentioned above. It would be sufficient for me to just get a copy of the initial dataset. And then replicating changes to it would not be that important. However, if I can achieve a solution to this, I can by all means create a new database on the one server (SQL or Oracle) and take the data-set of the most recent/correct changes and replicate it on the other type of server as and when needed.
    No - this is not a traditional replicating environment. I say weekly, because it is usually once in a week or forthnight that someone from the team will need to spent time to manually copy the test-data onto the another type of server in order to run the same testcases on two types of servers.
    How do you handle conflicts (i.e. if I modify a row in both systems, which modification wins)? This is not really a problem in my scenario, as I only need to be able to transfer the data across to the different server and forget about the two databases actually being in-sync.
    I have also, looked at DTS for a possible solution on SQL, however it seems highly un-realistic, having to map somewhere like 250 tables from the a drop-down list, only because the two database servers use different cases to represent tables internals. So, table 'Table' in my application's SQL database is called 'TABLE' is my applications Oracle database. DTS is highly inefficient in dealing with this. Also, having 250 tables move makes this a bit of a pain.
    Thank you Justin for your response; I highly appreciate your inputs.
    Regards, Nisarg

  • Transfering Databases between machines

    I have 2 Oracle 10g servers. One is a live server(named livedb) and the other is a test server(named testdb), both having an instance of a database by the name GATEF.
    My problem is that i have to make GATEF@testdb an exact copy of GATEF@livedb.
    I have a db dump of GATEF@livedb taken using the exp command, the command being
    exp gatef/passwd@livedb FULL=y file=gatefbackup.dmp GRANTS=Y ROWS=y
    tablespaces on livedb:
    GATEF, SYSAUX, SYSTEM, TEMP, UNDOTBS1, USERS
    tablespaces on testdb:
    GATEF, SYSAUX, SYSTEM, TEMP, UNDOTBS1, USERS, EXAMPLE
    How do i do to import the data into GATEF@testdb.
    Thanks in advance
    (PS. I am a total newbie to Oracle DBs, so please use baby steps 8-)

    Authorization is for computers not iPods. You can only authorize up to 5 computers to play and purchase iTunes store music etc.
    It has nothing to do with the iPods. You can have any number of iPods using the same computer.
    If you want to de-authorize your computer for any reason, see: About Authorization and Deauthorization.

  • " The job failed" in copying database SQL SERVER 2012

    I'm trying to copy a database. When going through the Copy Database Wizard, I'm getting a Execute SQL Server Agent Job error. The error states " The job failed. Check the event log on the destination server for details". See below:
    Performing operation
    Add log for package (Success)
    Add task for transferring database objects (Success)
    Create package (Success)
    Start SQL Server Agent Job (Success)
    Execute SQL Server Agent Job (Error) Messages
    The job failed. Check the event log on the destination server for details. (Copy Database Wizard)
    I can't seem to find what causing this problem. Am I using the correct approach? I just need to copy this database. Thank in advance.

    Hi mohammad2050,
    When using Copy Database Wizard, please make sure that the SQL Server Agent account or Integration Services Proxy account is a member of sysadmin fixed server role, and has access permission on both of source and target file system.
    There is a blog about using SQL Server Copy Database Wizard for your reference .
    http://reddy25.blogspot.com/2013/12/copy-database-from-one-server-to.html
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • Oracle location move

    Hello,
    this might come out really thick, but I just want to make sure. Bare with me.
    I have a Windows 7 machine with 3 logical volumes - these, of course, are recognized by the system as 3 individual drives. On one of the volumes there is an Oracle 11g installation - oradata and $ORACLE_HOME (although ORACLE_HOME might be in a different location, not sure atm).
    What I need to do is split the logical volume, but doing that will corrupt any data. So, is it possible for me to simply copy out all the data on this drive and copy it back to one of the new logical volumes after the split if I keep the same drive letter? Will Oracle be "intact" as far as the application is concerned? Can I just use total commander to do this? It's no production database or anything of that sort, just a small test machine, but I would still like to be able to preserve the installation.
    Thank you,
    Honza

    Honza wrote:
    Hello,
    this might come out really thick, but I just want to make sure. Bare with me.
    I have a Windows 7 machine with 3 logical volumes - these, of course, are recognized by the system as 3 individual drives. On one of the volumes there is an Oracle 11g installation - oradata and $ORACLE_HOME (although ORACLE_HOME might be in a different location, not sure atm).
    What I need to do is split the logical volume, but doing that will corrupt any data. So, is it possible for me to >simply copy out all the data on this drive and copy it back to one of the new logical volumes after the split if I >keep the same drive letter? Yes,you can do this.But first you have to shutdown immediate your database.Then you can transfer controlfiles/datafiles/redo log files to other hard drive.
    Will Oracle be "intact" as far as the application is concerned? Can I just use total commander to do this? It's no >production database or anything of that sort, just a small test machine, but I would still like to be able to >preserve the installation.In this case your application will not work,due to database actually not running.In this case you can use OS commands to transferring database files to other place.But if your database running in archivelog mode then you can take hot backup(while database is open) using rman or user managed(prefer rman).But in your case you can simple shutdown database and perform transferring.

  • I need to reduce the size of several pdf files before transferring them onto a research database. Each file is made up of 100 images (pages of diaries)

    I need to reduce the size of several pdf files before transferring them onto a research database. Each file is made up of 100 images (pages of diaries) & is up to 1.36 GB in size. I have tried reducing file size in preview but the images are unreadable. Any ideas? 

    WHen I want to reduce the file size, I either use "Optimize Scanned PDF", or more often use "Reduce File Size". Both are on the Document menu. The Reduce File Size selection has some limited customization that is used, when selected.

  • Archive logs are not transferred to STDBY database

    Hi,
    I have create a STDBY database (I am running the release 9.2.0.7.0).
    I see that the archivelogs are not correctly transferred into STDBY server.
    From Primary alert log, I see the following error:
    ARC1: Evaluating archive log 1 thread 1 sequence 16734
    ARC1: LGWR is actively archiving destination LOG_ARCHIVE_DEST_2
    ARC1: Destination LOG_ARCHIVE_DEST_2 archival not expedited
    ARC1: Beginning to archive log 1 thread 1 sequence 16734
    Creating archive destination LOG_ARCHIVE_DEST_1: '/backup/archivelogs/log1_16734.arc'
    ARC1: LGWR is actively archiving destination LOG_ARCHIVE_DEST_2
    Invoking non-expedited destination LOG_ARCHIVE_DEST_2 thread 1 sequence 16734 host STDBY_PROD
    ARC1: Completed archiving log 1 thread 1 sequence 16734
    Thu Nov 17 14:54:42 2011
    Errors in file /mnt/orclEBS/oracle/proddb/9.2.0/admin/PROD_ebslive/bdump/prod_arc0_5277.trc:
    ORA-03114: not connected to ORACLE
    Thu Nov 17 14:54:42 2011
    ARC0: FAL archive failed, see trace file.
    ARCH: FAL archive failed. Archiver continuing
    Thu Nov 17 14:54:42 2011
    ORACLE Instance PROD - Archival Error. Archiver continuing.
    ARCH: Connecting to console port...
    Thu Nov 17 14:54:42 2011
    ORA-16055: FAL request rejected
    ARCH: Connecting to console port...
    Thu Nov 17 14:54:42 2011
    Errors in file /mnt/orclEBS/oracle/proddb/9.2.0/admin/PROD_ebslive/bdump/prod_arc0_5277.trc:
    ORA-16055: FAL request rejected
    ARC0: Begin FAL archive (thread 1 sequence 16483 destination STDBY_PROD)
    Creating archive destination LOG_ARCHIVE_DEST_2: 'STDBY_PROD'
    Thu Nov 17 15:05:44 2011
    LGWR: I/O error 3114 archiving log 2 to 'STDBY_PROD'
    Thu Nov 17 15:05:44 2011
    Errors in file /mnt/orclEBS/oracle/proddb/9.2.0/admin/PROD_ebslive/bdump/prod_lgwr_5265.trc:
    ORA-03114: not connected to ORACLE
    Thu Nov 17 15:10:08 2011
    Errors in file /mnt/orclEBS/oracle/proddb/9.2.0/admin/PROD_ebslive/bdump/prod_arc0_5277.trc:
    ORA-03114: not connected to ORACLE
    Thu Nov 17 15:10:08 2011
    ARC0: FAL archive failed, see trace file.
    ARCH: FAL archive failed. Archiver continuing
    Thu Nov 17 15:10:08 2011
    ORACLE Instance PROD - Archival Error. Archiver continuing.
    ARCH: Connecting to console port...
    Thu Nov 17 15:10:08 2011
    ORA-16055: FAL request rejected
    ARCH: Connecting to console port...
    Thu Nov 17 15:10:08 2011
    Errors in file /mnt/orclEBS/oracle/proddb/9.2.0/admin/PROD_ebslive/bdump/prod_arc0_5277.trc:
    ORA-16055: FAL request rejected
    I see that both archiving destinations are VALID:
    SQL> select dest_id, dest_name, status from v$archive_dest_status where status != 'INACTIVE';
    DEST_ID ---------- DEST_NAME -------------------------------------------------------------------------------- STATUS
    1 LOG_ARCHIVE_DEST_1 VALID
    2 LOG_ARCHIVE_DEST_2 VALID
    SQL>
    TNSPING works properly in both directions, e.g. from PROD -> STDBY:
    $tnsping STDBY_PROD
    TNS Ping Utility for Linux: Version 9.2.0.7.0 - Production on 17-NOV-2011 16:56:40
    Copyright (c) 1997 Oracle Corporation. All rights reserved.
    Used parameter files:
    /mnt/orclEBS/oracle/proddb/9.2.0/network/admin/PROD_ebslive/sqlnet_ifile.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp) (HOST=EBSSTDBY) (PORT=1521)) (CONNECT_DATA=(SID=PROD)))
    OK (10 msec)
    Please help me to solve this issue.
    Thank you.

    A few notes :
    Troubleshooting Tips For Dataguard Switchover (9i and 10gR1) [ID 298986.1]
    Although it is about Switchover, it does mandate a password file exclusive. If the switchover requires the password file, shouldn't ARCH shipping require it ?
    Step By Step Guide To Create Physical Standby Database Using RMAN [ID 469493.1]
    also covers 9i with specific mentions of 9i differences from 10g. Passwordfile is not mentioned as different in 9i from 10g.
    Data Guard 9i - Net8 Configuration for a 2-node database environment. [ID 175122.1
    has log_archive_dest_2='SERVICE=NODE2STDBY.ACME.COM'    so it connects to the service
    *However* the document "Introduction to Oracle 9i Data Guard Manager" from
    Data Guard 9i Introduction to Data Guard Manager GUI [ID 150217.1]
    page 59 has this : "The creation process will attempt to create a remote login password file for the standby database to
    enable remote connections to the database. (Note: A remote login password file is not necessary for
    Data Guard operation; it is only needed to allow remote connections to the database from clients,
    such as other Enterprise Manager tools.)"
    Similarly the section "3.2.6 Set Initialization Parameters on a Physical Standby Database"
    in the 9i DataGuard manual at http://download.oracle.com/docs/cd/B10501_01/server.920/a96653/create_ps.htm#62941
    only has
    remote_archive_enable=TRUE
    (this is an instance parameter)
    Similarly the section "5.8.2.1 Primary Database Initialization Parameters"
    at http://download.oracle.com/docs/cd/B10501_01/server.920/a96653/log_transport.htm#1067609
    explains
    The last parameter, REMOTE_ARCHIVE_ENABLE=SEND, allows the primary database to send redo data to the standby database, but prevents the primary database from receiving redo data from another system.
    with REMOTE_ARCHIVE_ENABLE=RECEIVE on the Standby
    to Receive and archive the incoming redo data from the primary database, but only while the database is running in the standby role
    So, I guess that REMOTE_ARCHIVE_ENABLE is the important one. Not REMOTE_LOGIN_PASSWORDFILE.
    In 9i : http://download.oracle.com/docs/cd/B10501_01/server.920/a96536/ch1174.htm#1023087
    In 10g it is deprecated : http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams176.htm#sthref541 so that LOG_ARCHIVE_CONFIG is used.
    (and no longer appears in the 11.2 Reference)
    Hemant K Chitale

  • Transferring Data between Databases with Character Sets UTF08 and US7ASCII

    Hi,
    I am trying to transfer data from Oracle 10g (character set :UTF08) to Oracle 8i ( character set: US7ASCII). I have tried the transfer using the DBLinks and found that there is no way the data could be transferred from 10g to Oracle 8i.
    The last option available is to use staging database for transfer. The staging database would be Oracle 10g only but the character set would be US7ASCII. I am expecting that since the character set is US7ASCII, this would be able to get compatible with Oracle 8i (US7ASCII). Secondly, Transfer from 10g to staging 10g should also work, since staging 10g would support UTF08 character set.
    Kindly tell me if this option would work or if there is any other way around.
    Thanks
    Nitin
    Message was edited by:
    Nits
    Message was edited by:
    Nits
    Message was edited by:
    Nits

    You possibly have a fundamental problem,which is more important than any technical issues. If your UTF8 (Unicode) database stores non-english characters you will lose these characters when transferring.
    Werner

  • Transfering archive logs in standby database

    hi,
    i am trying to create a standby database for a a test scenario using oracle 10g R2 and windows xp
    Primary DB = primary
    standby DB=stby
    iam able to ping databases from each other using tnsping , but iam not able to transfer archive logs from primary to standby
    pfile for primary is
    primary.__db_cache_size=67108864
    primary.__java_pool_size=4194304
    primary.__large_pool_size=4194304
    primary.__shared_pool_size=88080384
    primary.__streams_pool_size=0
    *.audit_file_dest='C:\oracle\product\10.2.0/admin/primary/adump'
    *.background_dump_dest='C:\oracle\product\10.2.0/admin/primary/bdump'
    *.compatible='10.2.0.1.0'
    *.control_files='C:\oracle\product\10.2.0\oradata\primary\control01.ctl','C:\oracle\product\10.2.0\oradata\primary\control02.ctl','C:\oracle\product\10.2.0\oradata\primary\control03.ctl'
    *.core_dump_dest='C:\oracle\product\10.2.0/admin/primary/cdump'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_name='primary'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=primaryXDB)'
    *.job_queue_processes=10
    *.log_archive_dest_2='SERVICE=stby'
    *.log_archive_dest_state_2=ENABLE
    *.open_cursors=300
    *.pga_aggregate_target=16777216
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=167772160
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='C:\oracle\product\10.2.0/admin/primary/udump'
    log_archive_dest_1='LOCATION=C:\oracle\product\10.2.0\db_1\database\archive'
    log_archive_dest_state_1=ENABLE
    LOG_ARCHIVE_CONFIG='DG_CONFIG=(primary,stby)'
    pfile from standby
    primary.__db_cache_size=75497472
    primary.__java_pool_size=4194304
    primary.__large_pool_size=4194304
    primary.__shared_pool_size=79691776
    primary.__streams_pool_size=0
    *.audit_file_dest='C:\oracle\product\10.2.0\admin\adump'
    *.background_dump_dest='C:\oracle\product\10.2.0\admin\bdump'
    *.compatible='10.2.0.1.0'
    *.control_files='C:\oracle\product\10.2.0\oradata\stby.ctl'
    *.core_dump_dest='C:\oracle\product\10.2.0\admin\cdump'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_name='primary'
    db_unique_name='stby'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=primaryXDB)'
    *.job_queue_processes=10
    *.open_cursors=300
    *.pga_aggregate_target=16777216
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=167772160
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='C:\oracle\product\10.2.0\admin\udump'
    standby_archive_dest='C:\oracle\product\10.2.0\stbyarch'
    db_file_name_convert='C:\oracle\product\10.2.0\oradata\primary','C:\oracle\product\10.2.0\oradata'
    log_file_name_convert='C:\oracle\product\10.2.0\oradata\primary','C:\oracle\product\10.2.0\oradata'
    standby_file_management=AUTO

    You do not point to the standby database from your primary, in order to get the archivelogs transfered. You need to set at least the parameter LOG_ARCHIVE_DEST_2 like this:
    SQL>alter system set LOG_ARCHIVE_DEST_2='SERVICE=stdby VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=stdby';stdby has to be resolved by the tnsnames.ora on the primary server. Have a look here:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14239/create_ps.htm#i67520
    That explains all you need to do to create a physical standby briefly.
    Kind regards
    Uwe
    http://uhesse.wordpress.com

  • Transfering Oracle Database Data

    Dear Experts,
    I do hope someone can help. I have a single PC that has two versions of Windows XP installed. Each version of XP respectively has a version of Oracle 9i installed. I want to transfer the database from one Operating System to the other. What is the best way of doing this, effectively and easily???
    Can the schema be saved to CD and then transfered???? I would be greatful if someone could kindly explain to me how I could undergo this transfer??
    I look forward to all replys
    Thank you
    Kindest Regards
    M.Ahmad

    This question might be better to ask on the Database-General forum rather than the Oracle Lite forum.
    This is usually done with the EXPORT/IMPORT utility from the server-side database.

  • Transferring 3 SQL databases from both SQL Express 2005 and Standard to a new physical server

    I am trying to figure out the best method for transferring SQL 2005 databases from 2 different physical servers to a new server running windows server 2008 64bit.
    I own a fully registered copy of Microsoft SQL 2005 32bit Standard Edition. However all of my SQL databases together are only 4GB in size thereby making 2008 SQL Express an option.
    Here is the breakdown of the servers:
    1) (Old Server1) Windows 2003 Server 32bit - SQL Express 2005 32bit
    2) (Old Server2) Windows 2003 Server 32bit - SQL Server 2005 32bit Standard
    3) (New Server) Windows 2008 Server 64bit - (Not sure which version to install)
    **The objective is to migrate 2 SQL databases from Old Server1 and 1 SQL database from Old Server 2 to the New Server. What version should I install on the new server??? Do I go with 2008 express or install the 2005 Standard Edition?
    Pending your response to which version to install, what are the correct steps to migrate (which I have never done before) the databases from both of these servers to the new server?
    I have researched this online and I think this particular situation is unique in that I am transferring from both SQL Express and Standard from 2 different physical servers to a 2008 server that is 64bit. I cannot find anything online that I feel confident
    in trying. Please help me, as I have this migration deadline of this weekend. Any help is appreciated. Thanks.

    Hello,
    You may choose between using backup/restore or using detach/attach methods to migrate the databases.
    https://msdn.microsoft.com/en-us/library/ms187858(v=sql.90).aspx
    You can transfer logins using the following article.
    http://support.microsoft.com/en-us/kb/918992
    To decide if you migrate to Express Edition or to another edition, please review the features supported by each edition. For instance, Express Edition does not support jobs (SQL Server Agent is not available).
    https://msdn.microsoft.com/en-us/library/cc645993(v=sql.100).aspx
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Transfering Data from an Asp file to a Database

    I am trying to find a way for information that is entered in
    a form using Dreamweaver CS3 to transferred to a Microsoft Access
    Database in respective fields. example below:
    First:John
    Last:Smith
    ID # 09873
    --> Access Database --> First | Last | ID#
    John | Smith | 09873
    Does any one know of a tutorial or have information on how to
    facilitate this process.

    Use the built in DW insert record behavior for this. Press F1
    and read about it.

  • I'm in the process of transferring stuff from appleworks on os10.4.11 to my new minimac.  I've two database files -how can I transfer these?

    I'm in the process of transferring stuff from appleworks on os10.4.11 to my new mini mac.  How can I transfer two database (DB) files?

    I do not know of any application that can open them, sorry.
    Or then again (sorry it's early here)
    Filemaker claim that Bento can open them, I there is a free trial available, and Bento is cheap.

  • Error in CLOB datatype for transfering data from Excel to Oracle database

    Am using excel sheet as source and Oracle as target Database.
    For all tables the operations works smoothly except for tables containing CLOB datatype.
    Initially i have used SQL Developer to transfer some data into excell sheets, now i want to transfer those file's data into another Oracle Database.
    What other options do i have?
    Is excel not the right tool to transfer CLOB datatypes?

    well,
    I couldn't suggest an excel to do it...
    You can go from Oracle to Oracle with the PL/SQL IKM. It works fine.
    Does it help you?

  • Transferring a lot of data from Access Database to Labview

    I need to transfer 500000 -> 1000000 values in a Access database table to Labview. The values are selected using a query which is very fast if run in Access itself, but from Labview it's very slow. Obviously the connection between Labview and Access is the slow point.
    Im using the NI Database connectivity toolset and a UDL file defines the connection. Microsoft Jet 4.0 OLE DB Provider is used.
    To be honest i dont know what that really means, just that it normally works but now its stupidly slow for so much data.
    Thanks for any help.
    Rob

    One of my continual gripes with the DBCT is it's poor behavior on large data sets. See NI's response here:
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/862567530005f0a186256a33006b917a?OpenDocument
    Actually, I wouldn't find it nearly so annoying but for the part that says "In most database books you are told not to return large recordsets...". I prefer the freedom to make a mess of things myself, thanks.
    On the plus side, the VI referenced in the article is fairly efficient, you just have to deal with type conversion once things have been moved into LabVIEW.

Maybe you are looking for

  • How to set up an email account on iPad3 -

    a question on how to set up an email account on iPad3 - In Settings - Mail - it allows me to choose a name and submit but then it says "can't open mail, try later". I use my apple iD  to open iCloud.com on my computer, but can't access mail from ther

  • After error message has been displayed , unable to check multiple selction.

    Hi experts , I have developed an interface tosend data to thrid party tool. But there is a single issues with it. Whileproviding inputs at selection screen the selection-screen fields are not validated properly. Could somebody please correct me on th

  • Error at run time When Access Web Service in web dynpro java

    Hi I am used web service created on other machine.I am used wsdl file created in web service. is there any setting on J2EE Engine server for accessing web service? after run web dynpro application it gives following error. The initial exception that

  • Missing Plugins

    When I upgraded my Mac (10.6.8) at home to ID CS5.5 I kept ID CS3 on because all files I have at work are in CS3 (Mac, 10.6.8). Since then, any file I open in ID CS3 on the machine with CS5.5 installed, but not open requires plugins I do not have whe

  • Two books of accounts

    HI all 1)Do we have provision in SAP for maintaining two books ofaccounts for the folllowing scenarios a) direct billing to customer in India b) shipped to banglore location and billed to mumbai location How the consolidation takes place in the above