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.

Similar Messages

  • SQL Developer Quick Migration wizard does not list the connections

    Hi,
    I have downloaded SQL Developer 2.1 and installed it in a different folder with the option to import connection definitions from the previous version (1.5). However, when using [Quick Migration], the connections do not appear in the dropdown. Even if a new one is created...
    Does anyone know if there is a workaround ?....
    Thank you.

    Hi Boris,
    I see the confusion.
    SQL Developer "Migration" features relate to non Oracle databases, like Sybase, Microsoft SQL Server, DB2, ...
    So Quick Migrate allows you to choose a non Oracle database (connection) to migrate to Oracle.
    Moving from Oracle 10g to Oracle 11g is really a Upgrade, although sometimes the word migration is used to confuse everyone :)
    If you a upgrading an Oracle Application to Oracle 11g then there would be a specific process, check otn for this.
    If you are upgrading your own Oracle database to Oracle 11g, then there are a number of ways.
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28300/toc.htm
    http://kubilaykara.blogspot.com/2008/02/upgrade-oracle-10g-database-to-oracle.html
    SQL Developer itself has a Database Copy and Database Export.
    Have a read of the doc to see which one suits.
    Regards,
    Dermot.
    SQL Developer Team

  • Sql Developer MSSql Migration, Online data move, image to long raw mapping

    Hello,
    my task is to migrate a MSSql Server Database to Oracle 10.2.0.4 with SQL Developer Version 2.1.1.64
    and JTDS JDBC Driver oracle.sqldeveloper.thirdparty.drivers.sqlserver 11.1.1.58.17.
    Capture, convert and online data move works except data mapping from MSSql image to Oracle long raw dataype.
    I need to map MsSql image to oracle blob, to achieve online data move!
    is Sql Developer online migration MsSql image to oracle long raw possible?
    I know that long raw is outdated, but i'm dba and not responsible for the software part.
    What options should i try? offline data move? can MS Bulk Copy Program export image data and SQL*Loader import into long raw?
    Any experience or tipp?
    Thanks
    Michael

    Hi user12132314 ,
    I do not see any 'long raw' options on our current SQLServer 2005 data type mapping. (Raw is a separate 2000 byte data type).
    The usual route for SQLDeveloper is to go to Blob.
    Online - this is simple & automated.
    Offline - this actually goes via hex output in bcp to sqlldr, read in as CLOB which is then encoded to blob. (This is automated)
    (Online 'Copy to Oracle' option, right click on table, may be of use if advanced features not included in the select such as defaults are not required, it copies over a select * from table, including blobs)
    To move you from blob to long raw after migration can be done (easily enough if Oracle database >=10g so the stream does not have to be in smaller 'chunks')
    http://asktom.oracle.com/pls/asktom/f?p=100:11:3938270166267830::::P11_QUESTION_ID:702825000306
    I can look into this if you want to go down this route.
    Note however that long raw has drawbacks and blob is preferred, see
    Oracle® Database SQL Language Reference
    11g Release 2 (11.2)
    Part Number E17118-04
    Data Types
    LONG Data Type
    for example one restriction is:
    A table can contain only one LONG column.
    -Turloch
    SQLDeveloper Team

  • SQL Developer Tool Throws error on "/"

    I am executing a script which is creating a view using sql developer. The script at the end has a "/" but before the / there is a blank line on top. and another view does not have a blank line but has a few spaces before "/" both the cases the sql developer throws compilation error.
    there are other parts of the code which does have lot of balnk lines above eg in procedure & trgger (not views) and they compile perfect.
    When i run the same script in sql plus or command line sql plus both have no issues. Its only the tool which is behaving like this.
    Is this a known issue?

    Example 1:
    CREATE OR REPLACE VIEW x AS
    SELECT abc from A where (abc=3) AND (xyz,6)
    plz note two blank likes above /
    Example 2:
    CREATE OR REPLACE VIEW x AS
    SELECT abc from A where (abc=3) AND (xyz,6)
    plz note few spaces before the /
    error says command not ended properly.
    this works in sql plus

  • SQL Developer 3.0 error: The parameter is incorrect

    I am running a virtualized the SQL Developer 3.0 on windows XP. Today I noticed that there was an error when I created a connection profile.
    Source: oracle.dbtools.raptor.navigator.folders.DatabasesFilter
    Message: The parameter is incorrect
    Despite of the error, I was able to connect to the target database and had no problem with any database operations. The newly added connections were not saved upon exit. Any idea?

    In another post on a different subject, Gravenstein posted the following:
    <quote>There aren't very many files that RoboSource Control excludes. Let's see, a quick tally of my RH6 webhelp project shows the following to be excluded:
    * projectname.cpd
    * projectname.pss
    * projectname.hhp
    * projectname.trl
    * ehlpdhtm.js
    That's not very many, but the consequences of adding them to RSC are severe--things get very messed up, very fast. That's why I always let RH control the upload into RSC. Not an option if you're not using RSC, I realize.
    </quote>
    I don't work with source control but I would imagine that list applies to other source control programs and to RH8.
    See www.grainge.org for RoboHelp and Authoring tips

  • Calling procedure works in SQL Developer, but returns error elsewhere?!

    Hi there!
    I try to call a procedure with this code snippet:
    begin
    p_snap_op.add_change_log(vi_cart_no => 'Cart 2341',
    vi_operation => 'Change',
    vi_info_source => 'Testsource',
    vi_comment => 'Testcomment',
    vi_refg_id => '1112',
    vi_snap_id => null,
    vi_snix_id => null,
    vi_snsy_id => null);
    end;
    this works just fine in Oracle SQL Developer and sqlplus. In PLSQL Developer, I get an ORA-ERROR 001036 returned, saying there's an invalid variable name or number. How comes?

    Hi,
    yup, that was the problem. PL/SQL Developer has this great feature with bind variables in an extra panel. Unfortunatelly, nobody told me :-(
    This code (and every other one that I wrote so far) now works fine.
    Thanks for your help.

  • Weird SQL Developer 1.5 Error

    Hello all
    I just downloaded SQL Developer since TOAD was giving me a lot of trouble with Oracle 10g Client. However, when creating the new connection to the database and after pressing the Test button I receive the following error:
    Status: Failure - Test failed: Missing class: oracle.dms.instrument.ExecutionContextForJDBCDependent class:oracle.jdbc.driver.PhysicalConnection
    And eventhough I can save the connection, when double-clicking it in the Connections tree the application won't connect to the database and doesn't throw any error.
    Am I missing something here or what?
    I appreciate your help in this matter.

    Take a look at the thread below for a similar problem (and potential solutions):
    Error Missing class:  oracle.dms.instrument.ExecutionContextForJDBCDependen
    Cheers,
    Chris Hughes

  • SQL Developer 3.0 error message on Data mining feature

    Hello,
    I have installed the 3.0 Oracle SQL Developer and am now getting the following error when I attempt to connect to an existing database connection:
    Connection Error - Oracle XMLDB and Text Features are not installed.
    Please install the Oracle XMLDB adn Text features, or see your database administrator for assistance.
    We are on Oracle 11.2.0.1 with windows env.
    I have installed this new released SQL dev 3.0 for data mining purpose, but I am not sure whether we need a licence for this or it is free.
    Does anyone have any idea please share with me.
    Thanks for your assistance.
    Regards.

    This post can help you:
    Connection Error - Oracle XMLDB and Text Features are not installed.
    sql developer is free, not licence needed.

  • Sql Developer 1.5 error message

    Hi %,
    I've just installed sql developer 1.5; but every time I start it and everytime I open a directory in the file browser a window pops up with the title "Windows - no disk" and the error message "Exception Processing Message c0000013 Parameters <some hex>".
    What can I do?
    best regards
    Andreas

    Hello,
    I have the same problem since I virtualized my desktop machine and no longer have a floppy drive in the VMware. I started digging around for the use of any "a:" references in the SQL developer config files and I found some in the file
    "Files.jpr"
    found in
    "%appdata%\SQL Developer\system1.5.4.59.40\o.sqldeveloper.11.1.1.59.40" (open a console and type "echo %appdata%" to get the location on your machine)
    it will looke like this:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <jpr:project xmlns:jpr="http://xmlns.oracle.com/ide/project">
    <hash n="oracle.jdeveloper.runner.RunConfigurations">
    <hash n="runConfigurationDefinitions">
    <hash n="Standard">
    <value n="custom" v="false"/>
    <value n="name" v="Standard"/>
    </hash>
    </hash>
    <list n="runConfigurationList">
    <string v="Standard"/>
    </list>
    </hash>
    <hash n="RaptorFiles">
    <list n="pattern-filters">
    <string v="+**"/>
    </list>
    <list n="url-path">
    <url path="../../../../../../"/>
    <url protocol="file" path="/D:/"/>
    <url protocol="file" path="/I:/"/>
    <url protocol="file" path="/M:/"/>
    <url protocol="file" path="/S:/"/>
    <url protocol="file" path="/T:/"/>
    <url protocol="file" path="/U:/"/>
    <url protocol="file" path="/X:/"/>
    <url protocol="file" path="/Y:/"/>
    <url protocol="file" path="/Z:/"/>
    </list>
    </hash>
    </jpr:project>
    Just delete the "<url protocol="file" path=..." lines with drive letters no longer present on your system, save and the error message should be gone.
    Regards,
    Stefan

  • SQL Developer not migrating Sybase data

    Hi,
    I am trying to migrate data using the SQL developer tool from a Sybase database to Oracle 11g. When using the Migration Repository, I am able to recreate the schema but am not able to export the database content. (i.e. Not able to do the Data Move). I tried doing a Offline migration but the generated datamove files does not have any content. Anyone aware of any issue with the data migration tool with SQL developer ?
    I have tied exporting data from the table directly to generate SQL inserts but even this is not helping. Any suggestions ?
    Regards,
    Nelson

    Hi Nelson,
        Could you detail the exact steps you followed and what options you chose at each of the panels in the migration steps ? this will help to see where you may be having problems.
    Regards,
    Mike

  • SQL Developer load Java error

    Hello, I'm trying to load Java code to my Oracle SQL developer. On Load java, I choose Java source from my hdd (from NetBeans destination folder) and I get the below error. Any help?
    error code:
        Error in Source Code 
        &Exception in Stack Trace 1 of 1 
        java.sql.SQLSyntaxErrorException: ORA-24344: success with compilation error 
        ORA-06512: at line 1 
            at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:447) 
            at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396) 
            at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:879) 
              ......  here is the code. It works well in NetBeans and I'm trying to load it in SQL Developer in .java file
    package c2_01_signhelloworld;
    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.security.GeneralSecurityException;
    import java.security.KeyStore;
    import java.security.PrivateKey;
    import java.security.Security;
    import java.security.cert.Certificate;
    import org.bouncycastle.jce.provider.BouncyCastleProvider;
    import com.itextpdf.text.DocumentException;
    import com.itextpdf.text.Rectangle;
    import com.itextpdf.text.pdf.PdfReader;
    import com.itextpdf.text.pdf.PdfSignatureAppearance;
    import com.itextpdf.text.pdf.PdfStamper;
    import com.itextpdf.text.pdf.security.BouncyCastleDigest;
    import com.itextpdf.text.pdf.security.DigestAlgorithms;
    import com.itextpdf.text.pdf.security.ExternalDigest;
    import com.itextpdf.text.pdf.security.ExternalSignature;
    import com.itextpdf.text.pdf.security.MakeSignature;
    import com.itextpdf.text.pdf.security.MakeSignature.CryptoStandard;
    import com.itextpdf.text.pdf.security.PrivateKeySignature;
    public class C2_01_SignHelloWorld {
        public static final String KEYSTORE = "C:/Users/myFile/Documents/itext/2/ks";
        public static final char[] PASSWORD = "password".toCharArray();
        public static final String SRC = "C:/Users/myfile/Documents/itext/2/unsigned1.pdf";
        public static final String DEST = "C:/Users/myfile/Documents/itext/2/unsigned1_signed.pdf";
        public void sign(String src, String dest,
                Certificate[] chain,
                PrivateKey pk, String digestAlgorithm, String provider,
                CryptoStandard subfilter,
                String reason, String location)
                        throws GeneralSecurityException, IOException, DocumentException {
            // Creating the reader and the stamper
            PdfReader reader = new PdfReader(src);
            FileOutputStream os = new FileOutputStream(dest);
            PdfStamper stamper = PdfStamper.createSignature(reader, os, '\0');
            // Creating the appearance
            PdfSignatureAppearance appearance = stamper.getSignatureAppearance();
            appearance.setReason(reason);
            appearance.setLocation(location);
            appearance.setVisibleSignature(new Rectangle(36, 748, 144, 780), 1, "sig");
            // Creating the signature
            ExternalDigest digest = new BouncyCastleDigest();
            ExternalSignature signature = new PrivateKeySignature(pk, digestAlgorithm, provider);
            MakeSignature.signDetached(appearance, digest, signature, chain, null, null, null, 0, subfilter);
        public static void main(String[] args) throws GeneralSecurityException, IOException, DocumentException {
            BouncyCastleProvider provider = new BouncyCastleProvider();
            Security.addProvider(provider);
            KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType());
            ks.load(new FileInputStream(KEYSTORE), PASSWORD);
            String alias = (String)ks.aliases().nextElement();
            PrivateKey pk = (PrivateKey) ks.getKey(alias, PASSWORD);
            Certificate[] chain = ks.getCertificateChain(alias);
            C2_01_SignHelloWorld app = new C2_01_SignHelloWorld();
            app.sign(SRC, String.format(DEST, 1), chain, pk, DigestAlgorithms.SHA256, provider.getName(), CryptoStandard.CMS, "Test 1", "Ghent");
            app.sign(SRC, String.format(DEST, 2), chain, pk, DigestAlgorithms.SHA512, provider.getName(), CryptoStandard.CMS, "Test 2", "Ghent");
            app.sign(SRC, String.format(DEST, 3), chain, pk, DigestAlgorithms.SHA256, provider.getName(), CryptoStandard.CADES, "Test 3", "Ghent");
            app.sign(SRC, String.format(DEST, 4), chain, pk, DigestAlgorithms.RIPEMD160, provider.getName(), CryptoStandard.CADES, "Test 4", "Ghent");

    Hi,
    This could be one of those cases where using Java 7 versus Java 6 makes a difference, or perhaps there is some conflict with the JDBC driver version. So, a few things to try...
    1. Make sure your installation's SetJavaHome line in ...\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf points to a Java 6 JDK.
    2. If (1) does not work, also uncheck the Use OCI/Thick driver box in Tools -> Preferences -> Database -> Advanced.
    3. If (1) and (2) do not work, also copy the ojdbc6.jar from any Oracle client you might have installed to your installation's ...\sqldeveloper\jdbc\lib directory
    I would think doing just (1) should be sufficient. If on Mac OS, use sqldeveloper-Darwin.conf instead.
    Hope this helps and please post back here and let us know, one way or the other,
    Gary
    SQL Developer Team

  • SQL Developer to migrate SybaseIQ to Oracle

    Hello all,
    Is SQL Developer compatible for database migration from SybaseIQ 15.4 to Oracle 11gR2?

    Hi,
       SQL*Developer only supports Sybase Adaptive Server for migrations but not Sybase IQ.
    The following URl shows the supported versions -
    Supported Migration Platforms
    Regards,
    Mike

  • SQL Developer Hostname - Network Error

    This is a pretty simple question that I am stumped at the moment
    I installed Oracle on my local desktop with SQL developer
    When first setting up a connection it asks for "host name"
    Thus far, "localhost" works and 127.0.0.1 works when I "test connection"
    But when I try to use my real host name it gives me a network protcol error.
    My hostname should be "oracle_test" by going into Start->Control Panel->System->Computer name thats what I see listed
    What am I missing in order to get SQL developer to recognize my "host name" as "oracle_test"?
    Do I need to pre qualify it with the domain or workgroup ID?
    This computer is part of a work group...
    Thanks in advance

    chillychin wrote:
    What am I missing in order to get SQL developer to recognize my "host name" as "oracle_test"?Hostnames may NOT include underscore characters.
    RFC 952. DoD Internet host table specification and RFC 1123 Requirements for Internet Hosts -- Application and Support are very clear as to what is legal and illegal regarding host naming.
    RFC 952:
    1. A "name" (Net, Host, Gateway, or Domain name) is a text string up
       to 24 characters drawn from the alphabet (A-Z), digits (0-9), minus
       sign (-), and period (.).  Note that periods are only allowed when
       they serve to delimit components of "domain style names". (See
       RFC-921, "Domain Name System Implementation Schedule", for
       background).  No blank or space characters are permitted as part of a
       name. No distinction is made between upper and lower case.  The first
       character must be an alpha character.  The last character must not be
       a minus sign or period.  A host which serves as a GATEWAY should have
       "-GATEWAY" or "-GW" as part of its name.  Hosts which do not serve as
       Internet gateways should not use "-GATEWAY" and "-GW" as part of
       their names. A host which is a TAC should have "-TAC" as the last
       part of its host name, if it is a DoD host.  Single character names
       or nicknames are not allowed.RFC 1123:
    >
    The syntax of a legal Internet host name was specified in RFC-952
    [DNS:4]. One aspect of host name syntax is hereby changed: the
    restriction on the first character is relaxed to allow either a
    letter or a digit.
    >
    RFC governs the specifications of the Internet. Ensures that we have compatibility and interoperability between all kinds of h/w, running all kinds of s/w, via all kinds of networking infrastructure. Standards are critically important on the Internet.
    Do not violate Internet Networking Standards And Specifications!
    And running an o/s from a company that infamously explicitly violates and warps and twists standards to lock one into their o/s, is not an excuse.

  • Access quick migration error - missing privilege

    I'm trying to migrate an access 2000 db using the quick migrate, but when I do the pre-migration check I get a "FAILED" for "Checking target rights" - the information says "Missing privilege CREATE VIEW". The user has create view, so I'm not sure what's going on.
    Is there a way to get more details as to what causes this failure?

    just created a user:
    create user abc identified by abc;
    and granted only:
    grant connect,resource to abc;
    Now SQlDevMWB claims about missing create view privilege.
    So I granted also:
    grant create view to abc;
    and now it works well.
    So I would suggest you check the privileges manually using SQL*Plus.
    Here it would be best to define a view that collects all privileges:
    CREATE OR REPLACE VIEW DBA_USER_PRIVS (USERNAME, ROLENAME, PRIVILEGE) AS
    SELECT DECODE(SA1.GRANTEE#, 1, 'PUBLIC', U1.NAME), SUBSTR(U2.NAME,1,20),
    SUBSTR(SPM.NAME,1,27)
    FROM SYS.SYSAUTH$ SA1, SYS.SYSAUTH$ SA2, SYS.USER$ U1,
    SYS.USER$ U2, SYS.SYSTEM_PRIVILEGE_MAP SPM
    WHERE SA1.GRANTEE# = U1.USER#
    AND SA1.PRIVILEGE# = U2.USER#
    AND U2.USER# = SA2.GRANTEE#
    AND SA2.PRIVILEGE# = SPM.PRIVILEGE
    UNION
    SELECT U.NAME, NULL, SUBSTR(SPM.NAME,1,27)
    FROM SYS.SYSTEM_PRIVILEGE_MAP SPM, SYS.SYSAUTH$ SA, SYS.USER$ U
    WHERE SA.GRANTEE#=U.USER#
    AND SA.PRIVILEGE#=SPM.PRIVILEGE
    and now you can simply check:
    select * from dba_user_privs where username='ABC';
    What are the permissions for your user?

  • SQL Developer tool giving error Network Adapter could not establish

    Hello,
    I installed oracle 11.2 client on my windows 7 machine.
    When i connect sql developer, i get the below error.
    status : Failure - Test failed : The network Adapter could not establish the connection
    I am using network Alias to select SID name.
    I am able to connect the same database through sqlplus. I am able to ping the tnsname. I am able to telent the server for 1521 port.
    What else could be the issue?
    Any help is appreciated.

    You'll probably want to post this in the SQL Developer forum.. SQL Developer
    Greg

Maybe you are looking for

  • The sound on my macbook air isn't working how can i fix this

    i was on line and i went to watch a video and the sound wasnt working and it still wont work everything is on but its not working out

  • Dim  Browser Service Button is not properly configured

    I have created a report in Web Analysis Studio with a Dimension Browser service button, but when I open the report in Workspace the service button does not work. I am getting the following error message. "Dim Browser Service Button is not properly co

  • How to sync a simulate card with a real card

    Hi all: I have only one  6124 on hand and installed in a 1073 chassis. But my project finally need two 6124 for data acquisition. I am developing software for it, so I just want to test the performance of sync two cards, but the problem occurs every

  • Error in Infocube Data

    Hi Gurus, I am trying to see data in a cube in one field. It should show date but it is showing some figure. Any idea why its happening and how can I fix that? Regards

  • "RAW" and "movie" keywords no longer automatically added

    After a recent iPhoto update -- I'm using version 9.3 (650.39) now -- I've noticed that both the RAW images and the movies that I import from my camera are no longer automattically tagged with the keywords "RAW" and "movie".  In previous versions, af