Visual foxpro data to oracle 10g migration.

Hi all
How can I migrate visual foxpro/tables of data to oracle 10g with the help of SQL Developer?
Tanx a lot
Alam

I've never done this before, but I guess it should work.

Import the foxpro database in Ms Access and then use wizard migration oracle to MS access import into oracle.

Tags: Database

Similar Questions

  • Visual Studio 2008 and Oracle 10g with WESTERN customer

    The CROPS will work with VS 2008 and Client Oracle 10 g? It seems I need VS 2008 and Client Oracle 11 g or VS 2005 and customer Oracle 10 g, but I can't mix and match.

    You are right. You must use OCCI 11 g to work with VS2008. Download compatible libraries here: http://www.oracle.com/technology/tech/oci/occi/occidownloads.html

  • Hello Sir: I use a generator of form of oracle 10g and I want to search on two dates using between.how it is possible.

    Hello Sir: I use a generator of form of oracle 10g and I want to search on two dates using between.how it is possible.

    I guess its text fields are the date data type.

  • How to migrate data from Oracle 11.2 Standard Edition to Oracle 11 g XE Beta

    Hello

    Can someone help me by giving steps to migrate from Oracle 11.2 Standard Edition data to Oracle 11 g XE Beta. The database size is 6 GB.

    Thank you
    Ashraf

    Hello Ashraf.

    use datapump (expdp/impdp).

    -Udo

  • Guyz I need to convert the database from ms access to oracle 10g

    Hello everyone... I wanan convert my access database to oracle 10g. As I create a form like OVERVIEW MONTHLY after the transfer to oracle 10 g... I wud really cud happy if a few b help me in this matter...
    I'm ready to send database... access to u people can check it out and get back to me with a useful solution!

    Hello

    Oracle SQL Developer migration

    Oracle SQL Developer integrates migration support, offering users the opportunity to migrate objects from database and data from MySQL, Microsoft Access and Microsoft SQL Server, Sybase to Oracle. This document details the installation steps to help prepare your environment for migration of database and provides a brief description of each of the 5 main steps of a migration.

    http://www.Oracle.com/technology/tech/Migration/Workbench/files/omwb_getstarted.html

    Concerning

  • MySql to Oracle DB Migration, creating schema problem

    Hello
    Im a beginner, try to migrate a mysql database in oracle. The mysql db contains a few tables, if im trying to migrate everything manually.
    When filling out the tables a problem im. It's as follows:

    Table 1 has a Key (t1_col1, t1_col2, t1_col3) primary Composite.
    Table2 contains a column (t2_col1), which is a reference to Table1 t1_col1 (to make t1_col1 a repository key in the other table must be UNIQUE or PRIMARY, but as we know table can have a unique primary key and the t1_col1 contains redundant data, so cant make UNIQUE either).
    So I tried indexing of the t1_col1 column but it dint seem to work as well, creating table2 it gives "no unique match or primary key for this list of columns.
    ".

    I think that MySql is not so strict a lot compared to Oracle, please guide me through this, any workaround (s)?
    This is the MySql schema:

    CREATE TABLE "temp". "table1")
    't1_col1' varchar (50) NOT NULL,
    't1_col2' varchar (50) NOT NULL,
    't1_col3' varchar (50) NOT NULL,
    "t1_col4" integer NOT NULL,
    PRIMARY KEY ('t1_col1', 't1_col2', 't1_col3')
    )
    ENGINE type = InnoDB
    CHARACTER SET utf8 COLLATE utf8_general_ci;



    CREATE TABLE "temp". "table2")
    't2_col1' varchar (50) NOT NULL,
    't2_col2' varchar (50) NOT NULL,
    FOREIGN KEY CONSTRAINT 'table2_fk1' 'table2_fk1' ('t2_col1')
    REFERENCES, 'table1' ('t1_col1')
    ON DELETE CASCADE
    ON UPDATE CASCADE
    )
    ENGINE type = InnoDB
    CHARACTER SET utf8 COLLATE utf8_general_ci;


    Looking forward to the answer.

    Kind regards
    Peter

    _______________
    The system configuration:
    CentOS 5 (linux kernel 2.6.18 - 8).
    MySQl 5.0.
    Oracle 10g Enterprise edition

    Published by: user10707566 on December 12, 2008 04:28

    If I didn't know that MySQL allows you to declare FK constraints that are non-profit information only and does not apply, I would find this surprisiing really, since the essence of a FK relationship is that the child is identified by the parent.

    In Oracle, you must create a primary key for the substitution on the table1 based on the unique combination of col1, col2 and col3. I would certainly use a sequence for it. Next, you create a unique constraint on col1, col2 and col3 to apply your natural primary key. FK in table2 would be the key to substitution from table1. Something like:

    CREATE TABLE table1 (
       t1_surr_key NUMBER NOT NULL,
       t1_col1 Varchar2(50) NOT NULL,
       t1_col2 Varchar2(50) NOT NULL,
       t1_col3 Varchar2(50) NOT NULL,
       t1_col4 integer NOT NULL)
    
    ALTER TABLE table1 ADD CONSTRAINT table1_pk
       PRIMARY KEY (t1_surr_key);
    
    ALTER TABLE table1 ADD CONSTRAINT table1_uk
       UNIQUE (t1_col1, t1_col2, t1_col3);
    
    CREATE TABLE table2 (
       t2_col1 varchar2(50) NOT NULL,
       t2_col2 varchar2(50) NOT NULL,
       t1_surr_key NUMBER NOT NULL,
    CONSTRAINT table2_fk1 FOREIGN KEY (t1_surr_key)
       REFERENCES table1 (t1_surr_key)
       ON DELETE CASCADE
       ON UPDATE CASCADE)
    

    John

  • Oracle 10g with 10.2.0.5 patch app thin?

    Hello

    I'm working on creating a fine app for oracle 10g. I am able to create the thin application without patch and everything seems to work normally, but in our situation, we must apply the 10.2.0.5 patch. When I patch the program, everything still seems to work ok, so I'm going through with the postscan, which also seems to work fine until there finishes.

    I don't know if this is related, but I get the following warnings after the postscan:

    Could not copy the file--> C:\Program Files (x 86) C:\ProgramData\Microsoft\RAC\StateData\RacMetaData.dat \VMware\VMware ThinApp\Captures\Oracle 10 g + patch\%Common AppData%\Microsoft\RAC\StateData\RacMetaData.dat
    Could not copy the file--> C:\Program Files (x 86) C:\ProgramData\Microsoft\RAC\StateData\RacWmiEventData.dat \VMware\VMware ThinApp\Captures\Oracle 10 g + patch\%Common AppData%\Microsoft\RAC\StateData\RacWmiEventData.dat
    Could not copy the file--> C:\Program Files (x 86) C:\ProgramData\Microsoft\Search\Data\Applications\Windows\MSStmp.log \VMware\VMware ThinApp\Captures\Oracle 10 g + patch\%Common AppData%\Microsoft\Search\Data\Applications\Windows\MSStmp.log
    Could not copy the file C:\Users\All Users\Microsoft\RAC\StateData\RacMetaData.dat--> C:\Program Files (x 86) \VMware\VMware ThinApp\Captures\Oracle 10 g + patch\%drive_C%\Users\All Users\Microsoft\RAC\StateData\RacMetaData.dat
    Could not copy the file C:\Users\All Users\Microsoft\RAC\StateData\RacWmiEventData.dat--> C:\Program Files (x 86) \VMware\VMware ThinApp\Captures\Oracle 10 g + patch\%drive_C%\Users\All Users\Microsoft\RAC\StateData\RacWmiEventData.dat
    Could not copy the file C:\Users\All Users\Microsoft\Search\Data\Applications\Windows\MSStmp.log--> C:\Program Files (x 86) \VMware\VMware ThinApp\Captures\Oracle 10 g + patch\%drive_C%\Users\All Users\Microsoft\Search\Data\Applications\Windows\MSStmp.log
    Could not copy the file C:\Users\All Users\Microsoft\Windows Defender\IMpService925A3ACA-C353 - 458 A-AC8D - A7E5EB378092.lock--> C:\Program Files (x 86) \VMware\VMware ThinApp\Captures\Oracle 10 g + patch\%drive_C%\Users\All Users\Microsoft\Windows Defender\IMpService925A3ACA-C353 - 458 A-AC8D - A7E5EB378092.lock
    Could not copy the file C:\Users\All Defender\Scans\History\CacheManager\MpSfc.bin--> C:\Program Files (x 86) Users\Microsoft\Windows \VMware\VMware ThinApp\Captures\Oracle 10 g + patch\%drive_C%\Users\All Users\Microsoft\Windows Defender\Scans\History\CacheManager\MpSfc.bin

    And then finally I get this at the end of the 'Build Project' message:

    C:\Windows\hh.exe: an executable not valid
    Build failed *.

    I can't determine why the build fails.

    Any help would be appreciated.

    Hi Mark

    1. the warnings that you are seeing after Postscan aren't a problem, in my view, they are for most of the newspapers that were not copied to the ThinApp of your application project (probably because access is denied because some application process is running and use).

    2. the error you see regarding hh.exe during the generation probably occurs because it is a 64-bit binary (and ThinApp 4.7.3 can't stand not the 64-bit binaries), in all cases, please open the file package.ini in the project folder (the folder that contains the project ThinApp registered Oracle 10 g, generated by the capture process) and find the section [hh.exe] and add 'Disabled = 1' under it , and then try again to build again by running build.bat.

    Thank you.

  • Urgent: db link from oracle 10g to sql server 2000

    Hello

    I have an oracle 10g db connection to sql server 2000. It was created a couple of years. This works.

    I have now created another link db of the same oracle on the same sql server server but it does not work.

    But I'm getting ORA-28500 and error IM002

    . Please notify.

    I can't understand what is wrong as I followed the hs odbc set up on this link db in the same way as I did 2 years ago.

    Thank you

    Shailaja

    Just sort the problem.

    Basically, I use HSODBC to connect to SQL Server from Oracle (on windows 2003 64-bit).

    To do this, I need to create a connection ODBC from Oracle to SQL Server.

    HSODBC is a 32-bit application and is why we use the ODBC 32-bit driver when we create the ODBC connection.

    When I created the connection ODBC from Oracle to SQL Server, I used the ODBC 64-bit driver and that's why the system could not find the name of the data source.

    I have now created connection ODBC from Oracle to SQL Server via the ODBC 32-bit driver and everything works fine now.

    No offense to anyone, but as you all works using Oracle software, I was hoping a better answer than some of the answers above. You can say that you did not understand the question or you do not know the reason why it happened.

    I have just listed how the problem was fixed so that in the future one having the same problem can benefit.

  • Extract data from Oracle into excel file

    Hello

    I have a requirement where in I need to extract data from Oracle into excel file and the worksheet excel name should be 'given '.
    for example. Excel 'AR Data_DDMMYY' file name and the name of the "Data" sheet excel

    I used the UTL_FILE API to extract the data delimited by tabs that you can open in excel, but it's not exactly an excel file as the name of the worksheet is the same as the name of the file.

    I tried to use utl_file.fcopy and frename.

    Is it possible to do it using PLSQL?

    Select * from version of v$.
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    "CORE     10.2.0.5.0     Production"
    TNS for HPUX: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    Example Code:
    declare
    cursor c is
    select * from scott.emp;
    v varchar2(100);
    f utl_file.file_type;
    
    file_name varchar2(100) := 'AR Data.xls';
    dir varchar2(50) := 'CESDIR191710';
    
    --select * from dba_directories
    
    begin
    
    
    f := utl_file.fopen(dir, file_name, 'W');
    
    v := 'EMPNO'||chr(9)||'ENAME'||chr(9)||'JOB'||chr(9)||'SAL'||chr(9)||'HIREDATE'||chr(9)||'DEPTNO';
    utl_file.put_line(f, v);
    
    for i in c
    loop
    
    v := i.empno||chr(9)||i.ename||chr(9)||i.job||chr(9)||i.sal||chr(9)||i.hiredate||chr(9)||i.deptno;
    utl_file.put_line(f, v);
    
    end loop;
    utl_file.fclose(f);
    
    --utl_file.frename(dir, file_name, dir, replace(file_name, '.xls', '_')||to_char(sysdate, 'MMDDYY')||'.xls', false);
    utl_file.fcopy(dir, file_name, dir, replace(file_name, '.xls', '_')||to_char(sysdate, 'MMDDYY')||'.xls');
    
    end;
    Thank you
    Imran

    Hello

    I tried to change the .xlsx to .xls and it gives a note at the opening of the file "the file you are trying to open, abc.xls, is in a different format that it is specified by the file extension. Check that the file is not corrupted and precedes from a trusted source before you open the file. Do you want to open it now? »

    When you rename the file does not solve your problem.
    Anton Scheffer package generates a file in format xlsx Office 2010. When rename you it with the .xls extension, then Office 2010 will give you the warning that the file format does not match the extension.

    but the requirement has to generate excel 2003 file.

    The xml_spreadsheet package writes a format that was introduced with Office 2003, but you must use .xml as extension in other Office 2010 will give you the same caveat.
    To write the real xls version (binary), you can use Apache POI. You will need to import Java classes in your db and write a PL/SQL wrapper. Or you can use one of the options above, writing the output to a windows server and then use Excel to open and save in the required format.

    You must decide whether it is easier to write the binary xls format or to convince the customer to accept other formats that can be opened with Excel.

    Concerning
    Marcus

  • Oracle 10g homepage not opening not... Oracle DB not listening to port 8080.

    I installed oracle 11g xe and home page did not come to the top. same thing happens when I installed oracle 10g xe. The homepage can be connected and run sql command line is also not not opening. I checked in services.msc that OracleServiceXE and OracleXETNSListener is running.

    Firewall is disabled. Using XP SP3. Already had Oracle 8i and uninstalled and deleted all remaining sound files manually.

    I opened cmd and typed-

    C:\ > SQLPLUS / as sysdba startup

    I got this result-

    SQL > startup ORA-01078: failure in the treatment of the system ORA-01565 settings: error in the identification of the files 'C:\oraclexe\app\oracle\product\10.2.0\serv er\dbs/spfileXE.ora' ORA-27041: could not open the OSD-04002 file: could not open the file S/O-error: (OS 2) the system cannot find the file specified. SQL > disconnected

    I typed-

    C:\ > telnet localhost 8080

    I got this result-

    Connecting to localhost... Could not open connection to the host, on port 8080: connection failed

    I did not the configuration changes to all files .ora and nothing is listening on port 8080. I deleted IE (off the frustration of slow speed), and only have Chrome, Firefox n Safari on my system. Does it matter?

    I also disabled WLAN n DB restarted but of no use... Check the LSNRCTL status given.

    LSNRCTL > status
    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - production
    ction
    Start date December 2, 2011 10:00:30
    Uptime 0 days 0 h 21 min 31 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Default Service XE
    Listener parameter File C:\oraclexe\app\oracle\product\10.2.0\server\network\a
    dmin\listener.ora
    Listener log file C:\oraclexe\app\oracle\product\10.2.0\server\network\l
    og\listener.log
    Summary of endpoints listening...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp) (HOST = guddus-comp)(PORT=1521)))
    Summary of services...
    Service 'CLRExtProc' has 1 instance (s).
    Instance of 'CLRExtProc', status UNKNOWN, has 1 operation for this service...
    Service 'PLSExtProc' has 1 instance (s).
    Instance of 'PLSExtProc', status UNKNOWN, has 1 operation for this service...
    The command completed successfully

    For the removal of Win services, find out about 'sc' (sc delete).

    Path indicators system of additional Oracle installs (ora92...). Who installs is 'in progress' and who is uninstalled?

    What happens if you just to open a command prompt and run oradim?

    What is the oracle.key file exists in dir\bin House xe? What is its content?

  • Partitioning table in oracle 10g - how to add

    Hello friends,

    I hope you are all fine and great.

    In fact - I have a small question on oracle 10g partitioning of tables...


    I have a table with the partition below...

    CREATE TABLE X_ACC_ASSETS_GPC_AGG
    (
    X_ACC_ASSETS_GPC_AGG_RK NUMBER (10) NOT NULL,
    X_AS_OF_DT DATE NOT NULL,
    ACCOUNT_RK NUMBER (10) NOT NULL,
    X_UNIV_ACCOUNT_ID NUMBER (10),
    ACCOUNT_ID VARCHAR2 (10 BYTE),
    X_ASSET_TYPE_CD VARCHAR2 (6 BYTE),
    X_AUC_AMT NUMBER (18.5).
    X_FIRM_AMT NUMBER (18.5).
    X_ADJ_SRCE_AMT NUMBER (18.5).
    DATE OF PROCESSED_DTTM
    ) PARTITION BY RANGE (X_AS_OF_DT)
    (
    P200712 PARTITION VALUES LESS THAN (TO_DATE (' 2008-01-01 00:00:00 ',' SYYYY-MM-DD HH24:MI:SS ',' NLS_CALENDAR = GREGORIAN '))
    NOLOGGING
    NOCOMPRESS
    TABLESPACE KAW_DATA
    PCTFREE 10
    INITRANS 1
    MAXTRANS 255
    STORAGE)
    64K INITIALS
    MINEXTENTS 1
    MAXEXTENTS 2147483645
    DEFAULT USER_TABLES
    ),
    .
    .
    .
    .


    P201112 PARTITION
    NOLOGGING
    NOCOMPRESS
    TABLESPACE KAW_DATA
    PCTFREE 10
    INITRANS 2
    MAXTRANS 255
    STORAGE)
    64K INITIALS
    MINEXTENTS 1
    MAXEXTENTS 2147483645
    DEFAULT USER_TABLES
    ),
    PARTITION PMAX
    NOLOGGING
    NOCOMPRESS
    TABLESPACE KAW_DATA
    PCTFREE 10
    INITRANS 2
    MAXTRANS 255
    STORAGE)
    64K INITIALS
    MINEXTENTS 1
    MAXEXTENTS 2147483645
    DEFAULT USER_TABLES
    )
    ) NOPARALLEL;







    My question is:
    (1) how to add a partition to say P201201...
    Since I already said PARTITION PMAX can I still add partition?
    (2) can I add a partition even if the table contains data?


    ==========================
    I tried to add the partition... say

    ALTER TABLE X_ACC ADD PARTITION P201201 THE VALUES BELOW TO
    (TO_DATE (' 2012-01-01 00:00:00 ',' SYYYY-MM-DD HH24:MI:SS ',' NLS_CALENDAR = GREGORIAN '))
    NOLOGGING
    NOCOMPRESS
    TABLESPACE KAW_DATA
    PCTFREE 10
    INITRANS 1
    MAXTRANS 255
    STORAGE)
    64K INITIALS
    MINEXTENTS 1
    MAXEXTENTS 2147483645
    DEFAULT USER_TABLES
    )



    but the error...
    "linked partition must gather greater than that of the last partition.



    Thank you/kumar

    Yes. With the help of DBMS_REDEFENITION, you can partition an existing table. Visit this link on how to do it.

    http://www.Oracle-base.com/articles/Misc/PartitioningAnExistingTable.php

  • problem of date in oracle

    Hi all
    I wrote a query in Notepad (Oracle 10g client) and the database is 11 GR 1 material where the entry_date data type is date in table
    Select * from une_table where entry_date between to_date('20-jan-2011') and to_date('20-jan-2011').

    Sometimes it's return of lines and sometimes not

    When I write
    Select * from une_table where
    TO_DATE (entry_date) between to_date('20-jan-2011') and to_date('20-jan-2011');

    I've seen this type of problem oracle forms also

    I want to know where is the problem and why is - this problem persists.
    is there any solution here...

    Please answer...

    assumming this entry_date is of type date

    Try this:
    Select * from une_table where
    trunc (entry_date) between to_date('20-jan-2011','dd-mon-yyyy') and to_date('20-jan-2011','dd-mon-yyyy');

  • Importing data into Oracle Apex

    Hello

    I have an obligation to provide a screen to the user where they can import excel data to an existing table and I saw a feature in the workshop of data in Oracle Apex, but I can't use that since I have extra things added into that must. The requirment is mentioned below,

    (1) need a screen where the user can select the excel file and start the import of a temporary table without validation
    (2) the data from the temporary table must be visible to the format of form Multi line in the screen and the user must be able to modify the data
    (3) the need for a feature or a screen mapping where the user can map the temporary table to the original table column before you pass data to the original (as data) table
    (4) the data should be transferred in the original table and the respective data should be deleted from the temporary table (in case if an error occurs, error record must appear in a temporary table up to less than the user of the corrected data into the original table)
    (5) need to add different types of validation, update the record in the original record if same id is available or insert a record value, non-zero, etc...

    Please suggest me how can I do this in the Apex.

    Is it possible to use the existing data and design workshop robot code in my new screen?

    You will probably have to code this yourself... There are packages that have been written to import Excel and CSV style...

    Here's a blog entry to make the upload of Excel file: http://avdeo.com/2008/05/21/uploading-excel-sheet-using-oracle-application-express-apex/

    Once you call who you might have a tabular layout displays the data to the user...

    Other processes must be written by you (migration of data from the temporary table to the table of live data...

    Thank you

    Tony Miller
    Webster, TX

    On the road of life... He has "windshield", and there are "bugs".
    (splat!)
    "Squeegees wanted."

  • Table space not reduce after deletion in oracle 10g

    Hello..

    Based on my system, I found that my oracle table space has not reduced after the deletion request. Why?... Could someone help me. As your info, I use oracle 10g.

    Thank you
    Balleur

    After you delete the table space will not be scheduled free. high tide are not reset. to find the space you want to recognize objects that you have deleted the data. This can be done in many ways.

    (1) move the objects.
    ALTER table move temp--> possibly the tablespace clause may be used. After that, you must rebuild the indexes of the tables.

    (2) with 10 g table can be shrunken or reorganize to free up space.

    change the movement line of table mytable enable;
    change the table mytable retractable;

    (3) import/export

    export the objects and delete and recreate with import.

  • Oracle 11g and then the database export import in oracle 10g

    Hello! There everyone...

    Please tell me the way to export the data and my data structures i.e. the comprehensive database of Oracle 11 g to the old version (oracle 10g) and how he import it...

    I move the database from one computer to another without lan, preferably via the storage device...

    http://download.Oracle.com/docs/CD/B28359_01/server.111/b28319/dp_overview.htm#CEGFCFFI

    http://download.Oracle.com/docs/CD/B28359_01/server.111/b28319/dp_export.htm#i1009711

Maybe you are looking for