SQL Developer 1.5.4 failed to migrate MS Access 2002 database

Hello,
I tried to migrate a MS Access 2002 Database to Oracle.
Migration of tables failed in both ways:
Exporter for MS Access Rel. 3.2.0.00.13 displayed the following error:
Error #5 - XMLExporter - Ungültiger Prozeduraufruf oder ungültiges Argument c:\Access\Stammdaten_Beton_test.mdb Database Schema Export did not complete successfully.
(translated German parts: "Invalid procedure call or invalid argument")
When using quick migration wizard also an error "Ungültiger Prozeduraufruf oder ungültiges Argument" is raised after Access starts.
AutoExec, "ShowSplashScreen("_OracleSplashScreen",3)".
Any ideas?
Access version is MS Access 2002 SP3 (German) on a German Windows XP SP3 system.
Thank you and best regards
Volker Ricke

There was a similar issue logged here
Migrating MS Access database error
They downgraded the mdb file to 2000 and they where able to capture it then.
We will be looking at this issue for a future release.
Regards,
Dermot.

Similar Messages

  • 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

  • Migration from Access with SQL Developer 1.2.2998 Does not migrate Relation

    Hi,
    I've almost successfully migrated an Access database to Oracle with SQL Developer with Quick Migration Option. Everything went all right, except for the tables relationships... they were not migrated. Have I forgot to do something?
    Thanks in advance.
    PS: Using SQL Developer 1.2.0.29.98, Oracle 10g XE, MS Access 2000 file.

    Hi All,
    This is a bug which crept in just prior to release. It has been found, and a fix has been commited to our source tree. The fix will be available in our next patch release. (1.2.1).
    Regards,
    Dermot.

  • SQL Developer 1.5.1 failed to start after applying patchset 11.1.0.7

    After applying patchset 11.1.0.7 to Oracle 11g (11.1.0.6) running on Windows 2003, when starting SQL Developer 1.5.1 I got an error:
    "Unable to find main class. Class specified is: oracle/ide/boot/Launcher".
    Any idea? Thanks.

    It is possible that the patch has replaced you shortcut with one pointing to the version within the 11g home. Try running sqldeveloper directly from the executable in the 151 directory.

  • Sql developer 1.2.1  failed sys user login

    Setting up a connection with the sys user in sql developer connections return invalid username/pw.
    I have the role set to sysdba.
    I can connect as non sys users with sql developer.
    I can connect via sqlplus with the sys user and pw.
    What would cause me not to be able to connect with the sys user with sql developer?
    Thanks

    This is the Oracle Designer forum. Not the SQL Developer forum.
    Please repost in the proper forum.

  • SQL Developer 1.1 : cannot connect to 9.2.0.7 database

    Hi,
    Windes XP SP1.
    Donloaded sqldeveloper 1.1 with JDK.
    Afer unzipping, when I open connection and setup new connection with userid/password and using connection type TNS and specifying 9.2.0.7 database service name as connect identifier,
    pressing test button returns success (We use OID for name resolution),
    when I press connect, it displays the box "Testing connection" then
    displays "Connecting to system" and then
    the application closes abruptly... (I did this n times today).
    I have been using SQL Developer 1.0 successfully from my laptop.
    Please help.

    I could redirect the screenout to a log file and it contained this :
    Using oracle.home=C:\sqldeveloper11\sqldeveloper
    Using ide.user.dir=null
    Addin: Translator PlSql is trying to register a input type (.plsql) which conflicts with translator PlSql who already using this input type
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x61d3efe8, pid=436, tid=2624
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_05-b05 mixed mode)
    # Problematic frame:
    # C [OraClient10.Dll+0x11efe8]
    # An error report file with more information is saved as hs_err_pid436.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Any suggestions?

  • DB2 on zOS support in SQL Developer?

    I managed to connect to DB2 on zOS by adding third party JDBC drivers from IBM (db2jcc4.jar and db2jcc_license_cisuz.jar) in SQL Developer preferences. During connecting I get an error:
    DB2 SQL Error: SQLCODE=-204, SQLSTATE=42704, SQLERRMC=SYSCAT.SCHEMATA, DRIVER=4.18.60
    The connection actually works and I can successfully execute SQL statements afterwards, however autocompletion and browsing the list of tables doesn't, which renders the tool pretty useless.
    So is this a faulty setup on my part, or does SQL Developer not support DB2 on zOS yet?
    If that is the case, are there any plans/roadmap for at least minimal support of DB2?

    The 3rd party database support in Oracle SQL Developer is provided for helping  you migrate said 3rd party databases to Oracle Database
    Our list of supported platforms

  • How to configure PL/SQL Developer with instant client

    Hi buddies!
    I want to install PL/SQL Developer. I should be installing instant client? I need to install PL/SQL Developer in my pc which is going to access the database from the server.
    Please enlighten me.
    Thank You.
    Cheers!
    Nith
    Edited by: user645399 on May 12, 2010 4:26 PM

    user645399 wrote:
    These are the steps I followed.
    <snipped>I do not see a problem with these steps at all. It is correct. Step 7 is redundant (due to where you placed the tnsnames.ora file) - it's only really needed when you place the file in some other directory where +%ORACLE_HOME%\network\admin+ no longer applies.
    Note that the client itself, needs to load the InstantClient OCI DLL - and this DLL uses the environment settings and the rest to "do its thing".
    If the client loads some other Oracle client DLL, then the bets are off that InstantClient will be used, never mind will work.
    Only a single copy of a DLL can exist in memory. Thus if some other s/w is using some other OCI DLL, then that DLL is already loaded and will be re-used by all other client s/w. None will be able to use the InstantClient DLL itself.
    So make sure that no Oracle client driver is loaded at all. Then ensure that when client s/w requests to load the OCI DLL, it is loaded from the InstantClient directory.
    As far as I recall, the Win32 LoadLibrary() kernel call is made by the application - if the DLL is not yet in memory, the current directory (in the virtual machine for that Windows process) is used. If the DLL does not exist there, the %PATH% variable is used to find and load the DLL. The DLL usage counter is then set to 1. As more processes request the DLL, it is incremented. When a process terminates, the usage count is decremented. When it reaches 0, its unloaded from memory.
    Bottom line to all this is that only a single DLL module (irrespective of the number and versions of physical DLL files on disk) can reside in kernel space, and you need to make sure that the correct physical DLL file is loaded by the kernel.

  • Missing migration options in SQL Developer 3.1.07.42

    I am using Oracle for the first time and so I downloaded Oracle Developer Days VM running in Virtual box. I need to migrate an SQL Server d/b into Oracle and so I started to use the SQL Developer application.
    The VM contains the following:
    Oracle Linux 5
    Oracle Database 11g Release 2 Enterprise Edition
    Oracle TimesTen In-Memory Database Cache
    Oracle XML DB
    Oracle SQL Developer
    Oracle SQL Developer Data Modeler
    Oracle Application Express 4.1
    Oracle JDeveloper
    I have downloaded and installed the SQL server java connector and I can connect to my SQL Server database, I can also create connections to the Oracle d/b.
    But, I cannot find the database migration menu options when using Oracle SQL Developer 3.1.07.42, the migration menu options do no appear on the Tools menu or when right clicking a database connction.
    Can anyone explain why the migration menu option is missing or how I could test the migration some other way ?
    Thanks

    I have discovered that the migration facility is not included with the VM.
    By opening the RPM for SQL Developer and copying the migration extensions into the SQL Developer folder, the migration menu options are now available.

  • SQL Developer Migration Workbench - Data Type Mappings

    Hi,
    Using SQL Developer 1.1.3.2766 to migrate a MySQL 4.1.22 database.
    How do I change a system defined data type mapping? I would like to map "text" data type to "varchar2". This is something I could do in OMWB.
    I can create a new rule but cannot delete the system defined "text" rule.
    thanks,
    Greg

    Greg,
    You cannot delete the system default rules, but if you create your own, these will take preference during the convert phase. Is this not the case?
    Donal

  • SQL Developer Quick Migrate error

    I am attempting to migrate my databases from SQL Server 2000 to Oracle 11g. I am attempting to use the quick migrate feature of Oracle SQL Developer and receiving an error, the same error for every database during the build stage. The error is as follows. Any ideas as to resolve this error?
    Error starting at line 2 in command:
    CREATE TABLE EMPLOYEE (
    Error at Command Line:2 Column:23
    Error report:
    SQL Error: ORA-00904: : invalid identifier
    00904. 00000 - "%s: invalid identifier"
    *Cause:
    *Action:
    Commit
    Oracle 11g on Windows XP and version 1.2.1.32.13 of sql developer
    Brian

    Hi Brian,
    There are 2 ways to migrate your database to Oracle using SQL Developer.
    1)Normal Migration
    *This is the standard way of migrating a database
    2)Quick Migrate
    *Quick Migrate is basically the "Normal Migration" with all the defaults chosen and each phase capture/convert/generate  and data move performed for you.
    *Requires very little intervention and tries to complete the entire migration in 1 go.
    *Suitable for only small databases and trying out the tool
    *Does not allow you to modify anything during the migration
    "What do you mean perform the capture of the SQL Server DB then convert and generate? "
    I would suggest having a look at this viewlet. A SQL Server Migration ("Northwind") is performed.
    http://www.oracle.com/technology/tech/migration/workbench/viewlets/sqlserver.html
    The steps are outlined in the doc here
    http://download.oracle.com/docs/cd/E10405_01/doc/appdev.120/e10406/migration.htm
    You can find more viewlets here
    http://www.oracle.com/technology/tech/migration/workbench/files/sdmwb_viewlets.html
    And the main SQL Developer Migration Workbench OTN page (which links to everything) here
    http://www.oracle.com/technology/tech/migration//workbench/index_sqldev_omwb.html
    So once, you capture/convert and generate your script to create your Oracle database. You should be able to identify the exact problem with the DDL.
    Regards,
    Dermot.

  • Sql srver datetime to oracle by sql developer

    Using the tool Sql Developer 3.1.07, try to migration an sql server 2008 database to oracle 11gR2. The tool failed at a few places. One point:
    sql server table:
    create table Table1 (
    [modificationDatetime] [datetime] NOT NULL,
    The tool generated Oracle script for the same table:
    create table Table1 (
    modificationDatetime DATE DEFAULT SYS_EXTRACT_UTC NOT NULL,
    The script actually does not work in oracle with the error:
    SQL Error: ORA-00984: column not allowed here
    00984. 00000 - "column not allowed here"
    Simplely replacing 'SYS_EXTRACT_UTC' with 'sysdate' works.
    Wondering if this is a bug of the tool.
    Thanks,
    Fan
    Edited by: FanZeng on Feb 23, 2012 11:42 AM

    The SQL Server table I used to reprot the issue at our SQl Dev team is:
    drop table DateTimeMig;
    create table DateTimeMig ([modificationDatetime] [datetime] NOT NULL default getutcdate());
    And I reproduced with 3.1 the migration code issue:
    -- DROP TABLE DateTimeMig CASCADE CONSTRAINTS;
    PROMPT Creating Table DateTimeMig ...
    CREATE TABLE DateTimeMig (
    modificationDatetime DATE DEFAULT SYS_EXTRACT_UTC NOT NULL
    Issue is investigated by migration developer team.
    Edited by: kgronau on Feb 29, 2012 11:40 AM

  • Database Creation Developer Days SQL Developer 3.1

    Hey, I am fairly new to the SQL Developer world, but I am working on building a mock database in the vm prior to building it on a physical server.
    The problem I am facing is creating a connection, If I go through new connection, make a name, username, pass, and sid, then click test it sends the error.
    Status : Failure -Test failed: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    when I do an sid of orcl it responds:
    Status : Failure -Test failed: ORA-01017: invalid username/password; logon denied
    then once I change the Use OCI/Think Driver setting it sends out:
    Status : Failure -Test failed: oracle.jdbc.driver.T2CConnection.getLibraryVersionNumber()I
    Last test I try is creating a local connection, then when I try to click into one of those DB's it request a password, then errors out:
    An error was encountered performing the requested operation:
    oracle.jdbc.driver.T2CConnection.getLibraryVersionNumber()I
    Vendor code 0
    I know I'm new, but any help would be greatly appreciated! Thank you so much for your time

    Hi Roman,
    I don't have an Oracle 9.2 database readily available, but it works fine on 10g XE. Please note 3.1 is not certified with 9i:
    http://www.oracle.com/technetwork/developer-tools/sql-developer/certification-096745.html
    Regards,
    Gary
    SQL Developer Team

  • How to create a sql server database in SQL DEVELOPER.

    I installed the SQL DEVELOPER 1.5.5, but i can't found where to create the sql server database in it. please kindly tell me if you feel free.
    Thanks so much in advance.

    Hi,
    Take a look at the main [ SQL Developer page on OTN|http://www.oracle.com/technology/products/database/sql_developer/index.html]. There is a link you should find useful, it's the Getting Started link under the Migration section. This explains how to download and setup the drivers you need to correct to non-Oracle databases. There are also links to online demonstrations on how to create connections to these databases. See how you go with that material.
    It should help.
    Sue

  • Having trouble connecting SQL Developer to database on LINUX machine

    Having trouble connecting SQL Developer to database on LINUX machine
    Hello,
    I am trying to connect my windows 7 home premium machine to an oracle database 11g on a RedHat 5 machine using SQL Developer. i got this error message on SQL Developer
    Status : Failure - Test failed :The Network Adapter could not establish the connection
    on Linux
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                03-APR-2013 16:13:13
    Uptime                    7 days 22 hr. 16 min. 41 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/11.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.X.X.X)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orc11g" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11gXDB" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11g_XPT" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL> and TNSPING
    tnsping 172.x.x.x
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 11-APR-2013 14:32:17
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    /u01/app/oracle/product/11.2.0/db_1/network/admin/sqlnet.ora
    Used EZCONNECT adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=172.x.x.x))(ADDRESS=(PROTOCOL=TCP)(HOST=172.x.x.x)(PORT=1521)))
    OK (0 msec)
    [oracle@ltebilling ~]$Tnsnames.ora On Linux ,
    ORC11G =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orc11g)
    )Listner on Linux ,
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    )/ect/hosts Linux ,
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1               localhost.localdomain localhost
    172.x.x.x             LTEBillingand there is no problem of ping linux from windows
    Edited by: user11309581 on Apr 11, 2013 3:16 PM

    yes really i'm already enaple the port 1521 and SELINUX=disabled
    [root@ltebilling ~]# /etc/init.d/iptables status
    Table: filter
    Chain INPUT (policy ACCEPT)
    num  target     prot opt source               destination
    1    RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0
    Chain FORWARD (policy ACCEPT)
    num  target     prot opt source               destination
    1    RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0
    Chain OUTPUT (policy ACCEPT)
    num  target     prot opt source               destination
    Chain RH-Firewall-1-INPUT (2 references)
    num  target     prot opt source               destination
    1    ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0
    2    ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0           icmp type 255
    3    ACCEPT     esp  --  0.0.0.0/0            0.0.0.0/0
    4    ACCEPT     ah   --  0.0.0.0/0            0.0.0.0/0
    5    ACCEPT     udp  --  0.0.0.0/0            224.0.0.251         udp dpt:5353
    6    ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           udp dpt:631
    7    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           tcp dpt:631
    8    ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED
    9    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:1521
    10   ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:22
    11   REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibitedbut from windows system when i'm try tnsping i got this error
    C:\Windows\system32>tnsping orc11g
    TNS Ping Utility for 64-bit Windows: Version 11.2.0.1.0 - Production on 11-APR-2
    013 14:44:09
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    D:\app\ubai\product\11.2.0\dbhome_2\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x
    .x)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orc11g))
    TNS-12535: TNS:operation timed out
    C:\Windows\system32>

Maybe you are looking for