473,385 Members | 1,356 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Migrating from Access to Oracle

hi..
i need ur help in switching from MSAccess to Oracle.

And this is my problem:
Currently im having a lot of records in access(which is currently our back-end).
Now i want to switch from Access to Oracle. I've to move all the records(a huge data base) in the Access database to Oracle.
Being new to this i dont know how to get with it!!!!!
Please help me in my problem. Is there any tool availale to over come this?
Waiting for your replies..........
Mar 1 '07 #1
9 1719
Dave44
153 100+
hi..
i need ur help in switching from MSAccess to Oracle.

And this is my problem:
Currently im having a lot of records in access(which is currently our back-end).
Now i want to switch from Access to Oracle. I've to move all the records(a huge data base) in the Access database to Oracle.
Being new to this i dont know how to get with it!!!!!
Please help me in my problem. Is there any tool availale to over come this?
Waiting for your replies..........

How many rows are we talking about?
Are the table structures going to be identicle?
Are you able to take the database offline while making the move?
Mar 1 '07 #2
there is an oracle tool that do this.

if you don't find that.

you can do an odbc connection from access to oracle and then insert your data
from access to oracle

but first check for the oracle tool it's a good tool and it works fine




How many rows are we talking about?
Are the table structures going to be identicle?
Are you able to take the database offline while making the move?
Mar 4 '07 #3
its not a matter of rows.........
its the matter of a number of tables the data base....
Mar 4 '07 #4
Since im new to this concepts....... can you please tell me something about that tool....? what tool is it and how to use it?
Mar 4 '07 #5
r035198x
13,262 8TB
Changed thread title.
Mar 6 '07 #6
Since im new to this concepts....... can you please tell me something about that tool....? what tool is it and how to use it?
check taht

http://download-east.oracle.com/docs/html/B10255_01/ch1.htm#1023960
Mar 7 '07 #7
Please take a look at this link. APEX is a very nice product from Oracle that will allow you to build a web based application.

http://www.oracle.com/technology/products/database/application_express/migrations/mig_index.html
Mar 7 '07 #8
hi..
i need ur help in switching from MSAccess to Oracle.

And this is my problem:
Currently im having a lot of records in access(which is currently our back-end).
Now i want to switch from Access to Oracle. I've to move all the records(a huge data base) in the Access database to Oracle.
Being new to this i dont know how to get with it!!!!!
Please help me in my problem. Is there any tool availale to over come this?
Waiting for your replies..........

hi palani,
to transfer tables fom access try dis

convert the access tables into text files
and create a ctl file for that,in that ctl file u have to menssion in oracle in which table u want to dump.
for that u have to create a strucure in in oracle.
after that in cmd promt
type......

sqlldr scott\tiger@<hostname> <path of ctl file with extension>
dis will solve ur problem
example of ctl file.......type in notepad and save it as .ctl

load data
infile 'f:\rc.txt'
insert into table alarmtype
fields terminated by ','
(CardNo,Enabled,CardID,Staff,Holder,DepartmentNo,P ositionName,PIN,
UserDefinable1,UserDefinable2,Site,Area,StartDate, ExpiredDate,Photo,Description)
Mar 14 '07 #9
Thank you for your help.
I'll try those things and see whats happennig
Mar 14 '07 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: fpic | last post by:
Dear all, i'm migrating an Oracle database on the windows platform from Oracle 7.3.2 to 9.0.1. Where can I find useful documentation about this subject? Anyone knows about known problems about...
3
by: vv | last post by:
Hi All, I'm a newbie in databases..and I'm looking for answers for a few questions... Any help is appreciated! 1.What do you mean by importing a databse? 2.Is it possible to import Sybase databse...
0
by: Zvika Glickman | last post by:
I'm migrating DB2 to ORACLE 9I. In the DB2 schema each table defined in diferrent tablespace. Few tablespaces are define on the same STOGROUP (there are few STOGROUP). It's a big db (few terra...
1
by: shaguna.dhall | last post by:
I need to migrate Unicode data from MS Access to Oracle. Have tried the following: -Exported the Access tables to csv/txt, but these files were generated in ANSI encoding, and the Unicode data...
0
by: mishrabi | last post by:
Hi Experts, Could you Please provide hoew to Migrating IBM Universe Database to Oracle. Whats are the steps to be taken care and how to extract data into a delimier data file. I am Using Below...
3
by: goooooglegroups | last post by:
Hi, I am looking into migrating a database from DB2 on z/OS to Oracle on Windows. I am quite new to databases and would appeciate any information on free programs that do this or a good...
3
by: greenMark | last post by:
Can anybody let me know how to migrate data from MS Acess to Oracle. I tried with a PL/SQL procedure. But it didn't work. Are there any in-built functions within Access? Thank you
1
by: Teboo | last post by:
Hi, I'm migrating a database into postgres what steps do I need to take? I have installed postgres database. Some Oracle data type is not the same as in postgres, What migration tools can I use...
1
by: Søren Alexandersen | last post by:
Hi all. I have some specific questions on migrating a Oracle 8.1.7 database from AIX to Windows. I know something very similar has been asked before, but I can't seem to get some unique...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.