473,669 Members | 2,414 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Migrating from Access to Oracle

60 New Member
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 1732
Dave44
153 New Member
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
rectoverso
16 New Member
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
palani12kumar
60 New Member
its not a matter of rows.........
its the matter of a number of tables the data base....
Mar 4 '07 #4
palani12kumar
60 New Member
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 MVP
Changed thread title.
Mar 6 '07 #6
rectoverso
16 New Member
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
cwendell
2 New Member
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_exp ress/migrations/mig_index.html
Mar 7 '07 #8
venkataramana22
5 New Member
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@<ho stname> <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,H older,Departmen tNo,PositionNam e,PIN,
UserDefinable1, UserDefinable2, Site,Area,Start Date,ExpiredDat e,Photo,Descrip tion)
Mar 14 '07 #9
palani12kumar
60 New Member
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
2539
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 this kind of migration? The SQL Code already written has to be maintained, are there SQL incompatibilities between these two editions? Thanks in advance Fulvio Picecchi
3
2448
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 to Oracle databse? 3.Do I need Sybase database to migrate data to Oracle Database? 4.When i use import utility , will oracle create all the tables? If the above questions are not clear, pl give as much info as you can... because that's how the...
0
2042
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 bytes). There are tousands of tables, so also thousands of tablespace. When i'm migrating to Oracle: Is it right to define oracle tablespace for each DB2 tablespace (so i'll have thousands of tablespaces)?
1
3450
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 got converted to ASCII characters. -ODBC export directly to the Oracle tables doesn't work either. -However, when the table is exported to excel, Unicode encoding is retained.
0
2069
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 systems details : UniVerse Command Language 10.0 (c) Copyright IBM Corporation 2001. All rights reserved. DEVACT logged on: Mon May 14 05:59:43 2007
3
2098
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 process for carrying this out. Thanks,
3
1919
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
3091
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 to make it easier? Thanking you.
1
3396
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 recommendations on where to start. I have understood that I cannot simply copy the db-files and start up the db on the windows machine. I guess that would have been too easy, huh :-)
0
8383
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8587
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7407
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6210
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5682
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4206
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2792
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2029
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1787
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.