0
votes
0answers
5 views

Exception calling component @Destroy method: eddCaseDBFactory java.lang.IllegalStateException: No event context active

this is already disappointing. Once I loaded the server successfully, there are no errors on the logs. But when going to the login page, it shows me a set of error logs: 2013-05-17 10:01:34,105 WARN ...
1
vote
0answers
21 views

SSMA for Oracle: mapping long raw to image

I need to migrate a database from Oracle to MsSql 2008. My problem is, that I need to map long raw from Oracle to Image in MsSql. Unfortunately when I want to change the mapping, there is no option on ...
0
votes
0answers
32 views

Oracle SQL; split field and insert tokens in other table [duplicate]

I need to make a migration in an existing DB to replace a CSV field with a table. Because there is already existing data in my DB, I need to migrate it to the new table. How can I split this CSV field ...
1
vote
1answer
40 views

What should be considered when migrating Liferay from Oracle to MySQL?

We are currently running Liferay 6.0.6 connected to Oracle 11.2.0.2.0. Due to business requirements around licensing of Oracle I need to investigate moving this over to MySQL 5.5 with InnoDB. ...
0
votes
1answer
28 views

Oracle Designer 9i - Export layout information of ERD

We have a repository of hundreds of Entity Relationship Diagrams with a specific layout and we have to migrate them to Oracle Data Modeler including layout information. Actually we have to redraw ...
0
votes
0answers
622 views

Oracle - Error: 'ORA-01400: cannot insert NULL into

I'm trying to insert a record into a table, but getting the error - 'ORA-01400: cannot insert NULL into (....'. The table structure is: I migrate from Mysql to Oracle. On Mysql this works, but ...
0
votes
1answer
46 views

Migration from Mysql to Oracle ORA-04098 SYSTEM.MD_PROJECTS_TRG error

Pls, could you help me on the following issues: I would like to migrate from mysql to oracle. I used Oracle Sql developer. I import Mysql thirty packet but when i was start migration i get this error ...
2
votes
0answers
125 views

Validating Long RAW column in oracle with SQL Server after migration using SSMA

I have an oracle 11g source which I hae migrated to SQL Server 2008 using SQL Server Migration assistant tool from microsoft. The oracle source had a table that contained a long raw column. The type ...
0
votes
1answer
76 views

SQL - user-management --> export/import users via script

The company I'm working at is migrating their databases from Oracle 10g to 11g. On Monday we want to clean our development database and clone the production database to that storage. Here we go ...
0
votes
0answers
82 views

SQL - full-text search database links in procedures, triggers, etc

The company I'm working at is migrating their databases from Oracle 10g to 11g. On Monday we want to clean our development database and clone the production database to that storage. My first task is ...
1
vote
2answers
180 views

How to import Case-Sensitive data from Oracle to SQL Server using SSIS

I am trying to import data from Oracle into SQL Server using SSIS. The problem is I have a PK of datatype VARCHAR2(200) in one of the tables having case-sensitive data in Oracle DB. Hence, the SSIS, ...
0
votes
0answers
81 views

Oracle to SQL Server Migration : Equivalent of Oracle GROUP_ID() function in SQL Server 2008

im looking for an equivalent way to do : HAVING (GROUP_ID()=0) -- ORACLE in SQL Server 2008. Thanks :)
0
votes
0answers
54 views

Migration of SQL Server database to Oracle [closed]

I searched many converters and migration tools over internet but couldn't find the one I really need. Though there are some but they are on trial, I want free one, mysql provides migration facility ...
1
vote
1answer
80 views

Execute flyway migrations using individual user accounts

As part of our effort to migrate our SQL scripts to flyway migrations, we've come across some scripts that make heavy use of the Oracle sqlplus CONNECT statement. Removing them and using a user that ...
1
vote
1answer
142 views

Using PLSQL in a grails database migation

Im using the Grails database migration plugin by liquibase. Im trying to use aPLSQL statement in the migration to find and remove a constraint on a table, im using this approach as i dont know the ...
0
votes
0answers
148 views

OracleDB export to MySQL. DBCatalog Named None

I'm attempting to export an OracleDB to MySQL and started attempting using workbench. I run into the following error: SystemError: DataError("('22003', '[22003] [Oracle][ODBC]Numeric value out of ...
1
vote
0answers
63 views

Migrating localhost mySQL to AWS Oracle seems to wait for four hours

I am currently migrating a localhost mySQL database of quite some size to an AWS server with Oracle. I am using the SQL Developer tool with an installed add-on feature for mySQL support. The migration ...
3
votes
0answers
178 views

EF migration to Oracle

Is it possible to migrate EF/NHibernate entities to Oracle database with free provider(No Devart)? I've got this message: No MigrationSqlGenerator found for provider 'Oracle.DataAccess.Client'. ...
0
votes
1answer
932 views

Pentaho ETL vs Jasper ETL [closed]

Well, thinking to use ETL tool for data migration as there are many available but currently looking at Pentaho and Jasper but confused that which ETL tool to choose between two and why? Does anyone ...
0
votes
1answer
76 views

Migrate Database to oracle using c#

I want to automate the Migration of an ms sql server DB to oracle in an C# Console Program. Are there any libraries i can use to make this easier? I already have the connections. I have to: create ...
1
vote
1answer
161 views

Read userPassword field from ldap server in clear text

I am building a utility that will copy users and groups from an Oracle Internet Directory server and transfer them into an OpenDJ LDAP server. After a lot of work i have come to the point where i ...
0
votes
1answer
101 views

After performing Oracle to SQL Server Migration I lost my SysDB database. How can I recreate it?

I recently did a Oracle to SQL Server 2008 R2 Migration. The PL/SQL stored procedures were converted to T/SQL by SSMA. The converted T/SQL has many references to the sysdb database, for instance ...
1
vote
1answer
432 views

How to migrate Oracle View to Teradata

I am working on migration project of Oracle to Teradata. The tables have been migrated using datastage jobs. How do I migrate Oracle Views to Teradata? Direct script copying is not working due to ...
0
votes
3answers
229 views

flyway: forcing migrations even if a SQL statement failed

I've created a flyway project for an application at work. As it turns out, one of the developers already executed some of the SQL statements on TEST before I had the flyway setup ready for testing. ...
4
votes
1answer
1k views

Entity Framework Oracle and Sql Server - how to build a database independent application

We are trying to build a data access layer for using both Oracle and SQL Server (not at the same time). We use EF Model-first for creating the model and the create the SQL scripts for building the ...
0
votes
2answers
334 views

Oracle To Postgres, MySQL or MS Access Migration

I have an Oracle 8i database running on 2000 NT server. I have been assigned a task to copy data along with schema into any of these (postgresql, mysql, ms access) I have tried a lot in the ...
1
vote
0answers
589 views

WebUtil's CLIENT_TEXT_IO.PUT_LINE when writting CSV files

We're migrating our Oracle forms and Oracle reports from 6i to 10g over Windows 7. But when we changed the new PC's with Windows 7, users reported several reports and some forms that generates CSV ...
1
vote
1answer
387 views

Migrating Oracle BPEL 10g Process to Apache ODE BPM

I am considering replacing Oracle 10g BPEL Process Manager and migrating all processes to Apache ODE. Are there documented steps in migrating the processes across the two platforms?
1
vote
0answers
231 views

Errors in Toplink Map and Offline database files when migrating from jDev 10.1.3.4 to jDev 11.2.1

i'm migrating an application from jDev 10.3.1.4 (Using Equivalent version of OC4J and Toplink 3.0) to the latest to jDev 11.2.1. I'm encountering a lot of problems. First of all a general question, ...
-3
votes
1answer
67 views

I want to know what are the major production issues one will face while migrating a database(oracle)? [closed]

I just learned Oracle and now I am working in a small company. I would like to know what production issues one will face in migrating a MySQL database to Oracle? Please give me relevant examples so ...
3
votes
2answers
1k views

Migrating from sql server to Oracle varchar length issues

Im facing a strange issue trying to move from sql server to oracle. in one of my tables i have column defined by NVARCHAR(255) after reading a bit i understod that SQL server is counting characters ...
1
vote
3answers
368 views

PostgreSQL to Oracle DDL

we are using PostgreSQL (and we are happy with it!), but due to customer policies we need to run our app on Oracle. Unfortunately our ERD is full of identifier (column names and relationship names) ...
0
votes
2answers
143 views

Will Oracle DB Upgrade assistant work to upgrade database on 10g server to 11g server

I have a Oracle server running 10g with various databases. I have a Oracle server running 11g with no databases. Can I use the Database Upgrade Assistant to upgrade one of the 10g databases onto the ...
5
votes
2answers
128 views

T-SQL: is there a way to force conformance to ANSI SQL?

We are planning on writing a load process that uses SSIS and loads a SQL 2008 database. Transformations may be done in the packages or in stored procedures that are called from a package or directly ...
1
vote
1answer
228 views

switch from sybase to oracle - considerations?

I am in charge of a large J2EE application that utilizes Hibernate extensively at the DAO layer. I've recently been tasked to consider the repercussions and feasibility of switching from Sybase ASE 15 ...
0
votes
1answer
344 views

Migrate Vignette CM (Content Manager) content to Oracle UCM

We're at the start of a project where we need to migrate Vignette CM (version 7.6) content to Oracle UCM (11g). Some pointers on which tools and approaches to use would be extremely helpful. It ...
2
votes
3answers
365 views

What are the best practices for migrating an Oracle 10g database to Microsoft SQL 2008 R2? Application is using Hibernate

Basically what the title says. Going forward, we need to start supporting both database platforms (and will start writing migrations accordingly), but we need to do the first initial "port". Our DBAs ...
1
vote
1answer
294 views

Rails 3 migrating from MySQL to Oracle

What kind of potential problems can be raised during migration from MySQL database to Orcale database? Thank you!
0
votes
1answer
637 views

migrating data of Image type from SQL Server 2005 to a BLOB column in Oracle 10g

We need help in migrating data of Image type from SQL Server 2005 to a BLOB column in Oracle 10g. SQL Server 2005 column of image data type contains data for files attached to the system from front ...
0
votes
2answers
415 views

Upload DB2 data into an Oracle database - fixing junk data

I've been given a DB2 export of data (around 7 GB) with associated DB2 control files. My goal is to upload all of the data into an Oracle database. I've almost succeeded in this - I took the route ...
0
votes
1answer
401 views

SSMA (SQL Server Migration Assistant) for Oracle cannot find datatypes

I am trying to migrate my Oracle db to SqlServer 2008 using SSMA. I defined some type mappings for columns. When I synchronize after converting schema it gives errors like: "Cannot find datatype ...
2
votes
1answer
1k views

migration from oracle to sql server 2008

Are there any tools that I can use to migrate my Oracle database to SQL Server 2008? If not what are other choices for this type of migration? With migration I need to move only tables (with all ...
2
votes
5answers
356 views

What's the best way to convert one Oracle table (data) to fill a slightly different Oracle table?

I have two Oracle tables, an old one and a new one. The old one was poorly designed (more so than mine, mind you) but there is a lot of current data that needs to be migrated into the new table that I ...
1
vote
4answers
224 views

Migrating and Backing up Schemas (complex database structures)

Hey guys, I need to figure out a way to back up and also migrate our Oracle database from our production schema to the dev schema and the other way around. We have bunch of config tables that drive ...
0
votes
2answers
489 views

Migrating and upgrading Oracle form Solaris to Linux, including stored procedures

We are planning a migration of an Oracle installation from Solaris to Linux. At the same time we will upgrade to latest version of Oracle. There are a few hundred stored procedures that should be ...
0
votes
2answers
401 views

Creating migration scripts from the legacy model to the current one (being under development)

Originally, the model (including tables, views, packages, etc.) was built from the DML scripts (generated by TOAD). The scripts look like: DROP TABLE TABLESPACE.TABLENAME CASCADE CONSTRAINTS; CREATE ...
1
vote
2answers
254 views

Populate an SQL Server 2k8 with Oracle Loader files

Here's the problem: I have a project that needs to be migrated to Microsoft SQL Server 2008. We have data in text files for the Oracle SQL Loader and now we need to get that data into the SQL Server ...
0
votes
1answer
102 views

Using active record migrations on a .NET project

I want to use the rails like database migrations on a .net project which uses an oracle database. Looking around at some of the frameworks like migratior.net (which apparently isn't well tested with ...
0
votes
2answers
363 views

the MVCC effect on migration from oracle to db2

I have a simple (actually simplified :) ) scenario that is possibly the cause for the headache I've been having for the last few days... My current application (that serves 100's of users) currently ...
6
votes
3answers
2k views

Which command would replace IDENTITY INSERT ON/OFF from SQLServer in Oracle?

I have to migrate this query (simplified here) from T-SQL to ORACLE SET IDENTITY_INSERT table ON INSERT INTO table (id, value) VALUES (1, 2) SET IDENTITY_INSERT table OFF id being an Identity ...

1 2