Oracle 9i + Access 2000 problems

Are there any problems when using Oracle 9i as backend and Access 2000 as frontend?

First, I created a new empty database. That is where I chose the encoding to be 1253 (and thanks for the correction :)). Then I used the Oracle Migration Workbench to copy all tables and data into that database. The only thing is that all greek characters have been replaced with question marks... :(
Any ideas?

Similar Messages

  • Handling a .dmp file in Oracle or Access

    Hello!
    I need to open a .dmp file in either Oracle or Access 2000.
    Please let me know how this is possible?

    try importing it to oracle using imp utility
    i do not know whether it is possible in access ... if any one can clarify, the help is greatly appreciated..
    null

  • Unable to Create  Oracle Model  When  Migrating from access 2000 to Oracle

    Hi ,
    I am migrating an access 2000 Database to Oracle 9i using Oracle Migration Workbench .
    I was sucessful in creation of Source Model ,but when I try to create the Oracle Data Model - Oracle Workbench
    HAngs . In short the Oracle Model creation log screen hangs .
    If any body has faced any similar please help me out .
    Please suggest a work around for this problem .
    Thanks in Advance
    Arun

    Arun,
    Can you provide a reproducible test case so that we can confirm the behavior here and log a bug? More detail can be found in the log/Error.log in case there is a java exception that is being thrown.
    Regards,
    Turloch
    Oracle Migration Workbench Team

  • MS Access 2000 and Oracle 8

    Hello,
    I need to provide access to a Oracle (v 8) table via MS Access 2000. I am doing so via Link Tables in MS Access.
    But I am not able to see the new tables that I created, in the list of tables available for linking from the Oracle schema, in Access.
    How can I rectify this?
    Thank you.
    Raj
    Message was edited by:
    user492218

    I think you'd need to contact Oracle support to get access to older versions of the driver.
    Since 8.0.5 isn't supported any longer, however, is it possible for you to update your Oracle client to one of the supported releases-- 8.1.7 or 9i?
    Justin

  • ORACLE ODBC 8.1.7.6 and Access 2000 (RAMDAC 2.7)

    I wanted to use a Pass-through query in microsoft access 2000 and got some inexplicable results.
    I Use
    - Oracle ODBC 8.1.7.6
    - Microsoft Access 2000
    - RAMDAC 2.7
    Server Oracle-Version = 7.3.4
    Server NLS_LANG = AMERICAN_AMERICA.WE8HP
    Server Language = ENGLISH
    Local Client oracle-Version= 8.1.7
    Local NLS_LANG = GERMAN_GERMANY.WE8HP
    Local Language = GERMANY
    I use a field called 'STOK' and the value is 10.5
    ORACLE-Driver | MICROSOFT ODBC for ORACLE
    If I only want to display the value, I get 105 <- not OK | 10.5
    If I use NVL(STOK,0), I get 10.5 | 10 <- not OK
    If I use SUM(STOK), I get 10.5 | 10 <- not OK
    If I use STOK*STOK, I get 110.25 | 110 <- not OK
    If I use STOK*5, I get 52.5 | 52 <- not OK
    Direct link (not pass through 105 <- not OK | 10.5
    Is there a possibility, that I can use direct link and pass through with the same driver. I couldn't manage it

    Most of our applications use Oracle server versions 7.3, 8.0 and 8.1.
    The clients are written in Microsoft Access, Versions 97 and 2000.
    Our experience using ODBC is that it only runs correct when on the client the parameter NLS_LANG is set to AMERICAN_AMERICA.WE8... (we use WE8ISO8859P1)!
    Be sure to set the right NLS_LANG parameter, there are more than one. If in doubt set them all to the same value.
    Kind regards,
    Ralf L|thke

  • How to migrate an ACCESS 2000 Database to Oracle ?

    Hi,
    I need to migrate an ACCESS 2000 Database to Oracle. Is there any tool to help me in this work ?
    Regards.
    Pascal

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Pascal:
    Hi,
    I need to migrate an ACCESS 2000 Database to Oracle. Is there any tool to help me in this work ?
    Regards.
    Pascal<HR></BLOCKQUOTE>
    The Oracle Migration Workbench version 1.4.1.0.0(available from OTN at http://otn.oracle.com/tech/migration/workbench/content.html) will migrate an ACCESS 2000 database.
    null

  • DOC SUR LA MIGRATION D'UNE BASE DE DONNEE ACCESS 2000 VERS ORACLE 9i

    TRES TRES URGENT
    JE PREPARE MON MEMOIRE ET C'EST LA PREMIERE FOIS QUE J UTILISE LE WORK BENCH MIGRATION D ORACLE
    J AIMERAI BIEN RECEVOIRE UNE DOCUMENTATION SUR LA CONFIGURATION D ORACLE MIGRATION WORKBENCH ET LES DIFFERENT ETAPES A RESPECTER POUR FAIRE LA MIGRATION DUNE BASE DE DONNEE ACCESS 2000 VERS ORACLE 9i SI POSSIBLE AVEC LES ECRANS DE QUI MONTRE LES DIFFERENTS ETAPES DE LA CONFIGURATION ET DE LA MIGRATION.
    MERCI
    SVP SVP

    Regardez http://download-west.oracle.com/docs/html/B10255_01/toc.htm. il montre les différences.
    merci
    Barry

  • Problem of security using ADO from Labview to connect to Access 2000 Data Base

    I have a problem using ADO from Labview to connect to Access 2000 Data Base.
    First I open a ADO_DB_Engine and create a Workspace as an ODBCDirect. After I execute the open_data_base using the workspace. Here you can specify the parameter connect with /type of connection / user / password.
    The problem is the following:
    Although you configure a password for the Administrator user in Access, you can read/writte to data base from Labview using ADO without any security and without putting the user and password in the parameter connect. I need to access with security to data base using users and permissions but it seems that the parameter connect does not operate.
    I attach
    you a example of the vis and database. Remember create a ODBC connect with BD3.mdb
    Thanks a lot
    Peter Mst
    Attachments:
    SECURITY.zip ‏70 KB
    BD3.mdb ‏112 KB

    Hi Kahn,
    If you use ADODB_connection -> Connection.Open and set in connection string :
    "Provider=Microsoft.Jet.OLEDB.4.0; Jet OLEDBystem Database=c:\.....\Protegida5.mdw; Password=pepe;user ID=jose; Data Source:c:\......\BD5.mdb";
    and after connection.execute ->
    INSERT INTO tabla1 VALUES (5,'XXX'
    you will be able to access to the database with security using the provider=Microsoft.Jet.OLEDB.4.0. With this provider you have to use the path and the name of the database file c:\.....\mdb file. From this way the problem is solved. (SEE SAMPLE_ADO_W2_JET.VI).
    BD5.mdb have the following administrator user: user:jose / passwordepe (Protegida5.mdw)
    The problem is when you want to
    use ODBC and DSN. The name of this ODBC Provider is MSDASQL;. If you use this type of connection you can not enter to the database I attach you.
    This database has a new administrator owner. I deleted the default administrator. If you support the default administrator you can connect to database by ODBC / DSN but the security disappear because you can always enter to database with any password, user o PC.
    FINALLY I HAVE 3 QUESTIONS FOR Application Engineers of National Instruments or someone who knows these subjects before deciding the best way to connect locally o remotely with security to Access from Labview:
    1.- Is it possible to enter to Database BD5.mdb from ODBC and DSN with this owner?
    2.- I want to connect remotely to Access database too. Is it possible to use Microsoft.Jet.OLEDB.4.0 using the path (.mdb file) without DSN?
    3. Which is the optimal Provider for Microsoft Access?
    I thank you beforehand for your technical support.
    Peter Mst.
    Attachments:
    BD5.mdb ‏116 KB
    Protegida5.mdw ‏112 KB
    sample_ADO_W2_JET.vi ‏45 KB

  • Migrating access 2000 to oracle 9i

    Please I have two questions
    i) I am trying to migrate an access 2000 database to Oracle 9i and I am at the point where it asks me for the ODBC data source please where do I get this information.
    ii) ALso please can anyone tell me what are the 5 layers involved in migrating an access database to oracle

    Arun,
    Can you provide a reproducible test case so that we can confirm the behavior here and log a bug? More detail can be found in the log/Error.log in case there is a java exception that is being thrown.
    Regards,
    Turloch
    Oracle Migration Workbench Team

  • Problem with Oracle Adaptive Access Manager 10g

    Hello, I'm trying to install the OAAM following the Installation and Configuration Guide (http://download.oracle.com/docs/cd/E12057_01/doc.1014/e12050/toc.htm).
    In The Package Contents section speaks of a zip file named oaam_bin.zip but never says where could I download it. Anybody know where do I get it?
    I have already downloaded the Oracle Adaptive Access Manager 10g (10.1.4.2.0) CD1 named V11415-01.zip from http://www.oracle.com/technology/software/products/ias/htdocs/101401.html but it is not the zip file that the documentation talks about.
    I'm looking for in many sites but i have no luck.
    Thanks a lot!
    Guido.

    The documentation you are referring to is for 10.1.4.5.0 and not 10.1.4.2.0. After installing version 10.1.4.2.0, install patch 10.1.4.3.0. You will see oaam_bin.zip and the necessary files in it. The patch number is 6987695.
    You might be interested in patch 10.1.4.3.1 (#7324863) also. Check the readme file for details.
    -shetty2k

  • Urgent Help needed : Connecting Access 2000 with forms 6i

    Dear friends,
    I am really struggling to solve this connection issue. I am working with forms 6i, oracle 8i, in Windows XP pro environment. Developing programs using oracle 8i tables is ok, but there are tables in Access 2000, which I have to add the program that I am developing. The things I have done are
    - I have already tables in MS Access databse.
    - I Installed ODBC for microsoft and for Oracle as well(which . I added the MS Access Database there and I can perfom SQL from Oracle ODBC.
    - I also installed OCA for developer from the CD.
    From this point I followed the instructions in Developer Help menu and I was not able to connect and still trying, I will appreciate if anyone provide me sometips. Thanks in advance
    Best Regards

    Hi,
    I know the bad solution. But anyway, I'll tell you in any kind of help. I also had an AccessControlException when I started a RMI client program using JFileChooser. I rewrote policy files again and agin, but in vain. The last and ultimate method I did was remove the RMISecurityManager. This is obviously dangerous in the Internet, but if you use your application in the intranet or in some kind of safe environment. There would be no problem.
    Hope this could be any kind of your help.

  • Permissions error when migrating from Access 2000

    Hi
    I have an Access 2000 database that is pretty small - only has 8 tables, total DB size is < 24MB. I've gone through all the steps of creating the Oracle model etc and all went without a hitch. However, when I come to migrate table data I get the following error:
    Unable to migrate data from source table "tbl Case" to destination table CDSS.tbl_Case : CDSS.tbl_Case; [Microsoft][ODBC Microsoft Access Driver] You do not have the necessary permissions to use the "C:\Customers\Vancouver\CDSS\Database\CDSS.mdb" object. Have your system administrator or the person who created this object establish the appropriate permissions for you.
    There is no security on the Access database so I'm a little unsure as to what is causing this error to occur; does anyone have any ideas?
    Thanks very much

    There is an option in the users guide for switching off any security in Access. This should solve the problem with permissions

  • Altering database during migration from MS Access 2000

    Hi to all Oracle forum members.
    I want to migrate a MS Access 2000 database to Oracle 9i release 2. I want to know how can I alter the database design during the migration progress. My plan is to split an existing table to more and re-arrange the data and maybe introduce some new tables as well. These changes cane be made using the Migration Workbench or after migrating to Oracle? What is the most efficient way to do that and how can I accomplish these changes?
    Thanks in advance...
    A desperate new Oracle user... :)

    Hello patriotaki! I used Oracle Migration Workbench and everything seems to be fine..just take care on code page migration isssues ...have fun!!!

  • How to access remote tables on Oracle from Access fron end?

    Note: Access application and access tables are in separate .mdb files.
    I've successfully migrated my Access 2000 tables to Oracle. And there were no errors during the migration. The two original Access tables were renames to tblBOMdetail_L and tblPartInfo_L and two new linked tables were created with the _R name. Mapping queries were created for tblBOMdetail and tblPartInfo.
    However, when I launch my Access application, I get the following error: "The Microsoft Jet database engine cannot find the input table or query 'tblPartInfo'. Make sure that it exists and that its name is spelled correctly."
    Is there something more that I have to do to enable this connection. I already have the necessary ODBC connection set up.
    Thanks.

    Hi ,
    The first thing you need to verify is that you can view the data in the tables with _R appended to their name. This will verify whether the ODBC link is set up correctly and pointing at the correct Oracle table in the Oracle database.
    Another point. Are you still using 2 .mdb files? If so since your data is now in Oracle it may be prudent to use only one .mdb.
    If you need more help then please contact [email protected]
    John

  • Unsupported Data Type (migration from Access 2000)

    Hi,
    I'm trying to convert an MS Access 2000 database, which contains a table with 2 'Binary' data type columns.
    The OMWB does not seem to know this Data Type, and the GUI does not allow me to add it. Is there any other way to add this Data Type ??
    I should somehow get it to convert to Oracle RAW.
    Generating the Oracle Model with the 'Binary' type in the xml file generates errors.
    thanx in advance,
    esther

    Log a ticket with support at otn.oracle.com/migration and give details of this. Include a test case to ascertain whether it is a bug or not.
    B

Maybe you are looking for

  • Hyper-V cluster: Unable to fail VM over to secondary host

    I am working on a Server 2012 Hyper-V Cluster. I am unable to fail my VMs from one node to the other using either LIVE or Quick migration. A force shutdown of VMHost01 will force a migration to VMHost02. And once we are on VMHost02 we can migrate bac

  • What 22" external display will work with the new, late 2008, macbook

    I, like many others, have problems with my external display. My problem is the one second screen blackout that happens intermittently, more so when I am scrolling around a web site. The other problem being that the pictures are elongated sideways, i.

  • Playback/viewing mxf files

    Hi Ive just been experimenting with creation of DNxHD .mxf files and find that using the VLC player, some display video, other don't (all playback audio)  For example, a clip created with the 365x_1080p_50 settings plays back fine (ie max rate and 10

  • Final Cut Express 4.0.1 needed for Mavericks

    Hi - I haven't done any video editing for a while or, more importantly, since I installed Mavericks after a crash late last year. Of course, today I need to redo my reel for a job application, and when I tried opening some of my old project files in

  • Do I need to save in my music iTunes library the previous library, iTunes 3 or 4 libraries?

    Do I need to save the "previous library", or iTunes 3 or 4 Music Libraries, or the iTunes 4 Music Library (old) in my music/iTunes folder? Trying to declutter my library. Currently using iTunes 10.5.3; therefore, is the old stuff necessary?