Can Hyperion repository be migrated from Oracle to MySQL

Hi Gurus,
I was wondering if Hyperion Repository can be migrated from an existing Oracle database to MySQL database. If yes, then how? Any kind of advice is greatly appreciated.
Regards,
Uday

Hi,
First question is why you want to move from Oracle to MySQL as in newer versions of Hyperion MySQL is not supported anymore.
There is no direct way of migrating the database you would have to look at using a 3rd party conversion tool or writing some custom code.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Migrating Stored procedure from Oracle to Mysql

    Dear All,
    Please suggest, is ther any tool of stored procedure migration from oracle to mysql.
    I tried some tool like
    1. Intelligent Converter.
    2. Sql way
    3. Mysql Migration Toolkit.
    But procedure cannot migrate properly.
    hb venki

    Venki,
    I think you are in the wrong place, try finding a MySQL forum ;0)

  • What are the Issues in Migration from oracle 8i to oracle 10g

    Hi,
    Can you let me know what are the issues that i face when i migrate from oracle 8i to oracle 10g. I will be very thankful if you give me a list of issues that you face while migrating from 8i to 10g

    In addition to Max's reply, you must be aware that you have to test your applications agains 10g database before you actually upgrade the database.
    If you use CBO, it may produce different execution plans for one query when you run it in 8i and 10g. This may affect your application performances, which you don't like to happen.
    Also you have to decide how much downtime you can afford during the migration. Can you afford some downtime and how much? If you can't than this makes the situation more complicated.
    How big is your database? You may end up only with simple export/import solution using export import utility.
    The bottom line is, whatever you decide, you must test your applications running against 10g database before you actually upgrade your database.

  • Performance issue with view selection after migration from oracle to MaxDb

    Hello,
    After the migration from oracle to MaxDb we have serious performance issues with a lot of our tableview selections.
    Does anybody know about this problem and how to solve it ??
    Best regards !!!
    Gert-Jan

    Hello Gert-Jan,
    most probably you need additional indexes to get better performance.
    Using the command monitor you can identify the long running SQL statements and check the optimizer access strategy. Then you can decide which indexes might help.
    If this is about an SAP system, you can find additional information about performance analysis in SAP notes 725489 and 819641.
    SAP Hosting provides the so-called service 'MaxDB Migration Support' to help you in such cases. The service description can be found here:
    http://www.saphosting.de/mediacenter/pdfs/solutionbriefs/MaxDB_de.pdf
    http://www.saphosting.com/mediacenter/pdfs/solutionbriefs/maxDB-migration-support_en.pdf.
    Best regards,
    Melanie Handreck

  • Regarding database migration from Oracle to MS SQL

    Hi All,
    In my application, the existing database is oracle. we need to migrate from Oracle db to MS SQL.
    We need procedure is as below
    1.export data from Oracle and keep it in a file.(.dmp)
    2.Import data to MS SQL from the exported oracle file.
    and vice versa from MS SQL to Oracle.
    my question is- is it possible to import .bmp (oracle export data) into MS SQL.
    Please clarify me.

    There are couple of options to get data from Oracle to MS SQL.
    The simplest is to create a linked server in MS SQL that points to Oracle and copy data with a query like select * into my_mssqlTable from oracle.schema.table; via the linked server.
    Some data types will not be supported.
    That is for one time copy.
    If you need a close to real time replication you can use MS replication (I would not recommend because it creates triggers on Oracle tables), or you can use GoldenGate or DataCurrents or other replication products.

  • Migration from oracle forms to SOA

    Hello everybody,
    I work in a company that develops a product for financial institutes. we have the product developed using oracle forms, and we want to migrate it to an SOA environnement but i have some questions that i'd be happy if someone answered to them.
    1- We want to use oracle soa suite for the migration, in this case should a client, who will buy the application, buy oracle SOA suite. if this is the case, what are the minimum components of oracle soa suite a client should buy.
    2- Can we implement a service oriented architecture without using an ESB??
    3- What steps could we follow to migrate from oracle forms to oracle SOA suite.
    thanks

    From my knowledge acquainted through White papers - This is what I think - Even I am in the process of understanding and learning SOA enablement technologies,
    Migrating from Forms world to SOA - If there is a real need to migrate the solution to latest technologies then we have to capture the forms logic to redesign in ADF of the Fusion Middleware techstack but if the business need currently works well with the forms based application and we have other system which need integration with this forms based system - You can definetly keep all the hetrogenous systems and architect using SOA to talk to each other - For this it would beneficial to use ESB and BPEL (ESB - To primarily serve as a communication medium between the hetrogenous systems and BPEL to overall orchestrate the process from end to end)
    In this way you have all the disparate systems communicating and business running smooth through a SOA based process and in the mean time you start on the reverse engineering process of all the individual systems to migrate to the latest technologies (If there is a business need for the technology shift)
    It would be really beneficial to you if you spend some time reading about the SOA and more than technology what exactly is the underlying goal of SOA and then understand what are all the various components of SOA to govern this architecture such as ESB, BPEL, BAM, Rules etc..,
    Thanks
    Shasikkumar
    Edited by: Shasik on 08-Oct-2009 02:45
    Edited by: Shasik on 08-Oct-2009 02:46

  • Migrate from Oracle Rdb to Oracle 8i

    Has anybody out there done a migration from Oracle Rdb (formerly Digital product) to Oracle 8i on a Alpha/OpenVMS platform?
    If yes, kindly share your experience.
    Thank you very much.

    Hi Joyce,
    Unfortunately you can't.
    Same topic was discussed here:
    Oracle RDB to Oracle 10g
    Good luck,
    Andrei

  • Migrating from Oracle to portal to Oracle Webcenter

    I have been trying to find information on migrating from Oracle portal to Oracle webcenter.
    So far I have been unsuccessful in my search.
    I have raised this question on My Oracle Support to see if they could assist but their response/only suggestion was to use Oracle Consulting.
    Has anybody carried out this migration before?
    If so please could you advise and point me in the right direction to where I will find the relevant documentation, or if appropriate please could you describe the migration process.
    Many thanks in advance.
    Connor

    You have to specifiy "Portlets".
    Are they PL/SQL portlets , PDK portlets or JSR168 portlets?
    PL/SQL portlets are not possible to migrate. You should rewrite them to JSR168 compliant portlets.
    PDK portlets should be able to run in webcenter. You can register PDK producers in webcenter enabled application however... If you are using portlet specific API's than the portlets will not work.

  • Changes in webservices while migrating from Oracle App Server to WebLogic

    Dear All,
    I am developing webservices for a external users.
    I am new to webservices.
    We were using Oracle Application server to deploy the webservices.
    The architecture was as mentioned below
    1) A interface class
    2) A Implementation class for the above interface class
    Now we are planning to migrate from Oracle application server to Weblogic Application server.
    I have few doubts about the migration,
    1) Will there be any difference between Oracle specific WSDL and WSDL created by Weblogic ant build command
    2) As our external parties are referring our SOAP requests ans responses for their implementation, i am concerned about the changes in the SOAP request and response formats. Will there be changes due to application server change?
    Oracle app server - Oracle 10g application server version 9.0.4.0
    Weblogic appl server - Weblogic application server version 10.3.0.0

    Now after creating the WSDL by Weblogic workshop. The previous request XML is not working.
    Can someone help soving the below query.
    We are in process of upgrading the Oracle 10g application server version 9.0.4.0 to Weblogic application server version 10.3.0.0. In the old application server we were using axis specific jars to create the WSDL for the webservices. There are so many third party applications which are accessing our webservices, so we can not change the wsdl, clients accessiong the webservices and the corresponding formats of request and response xml messages. So we need to deploy the same wsdl and for the same we need to deploy axis on to weblogic 10.3. Can you please help us regarding the same.
    Qns
    1 - If we can deploy the axis on to the Weblogic 10.3
    2 - Can we use the same WSDL in the Weblogic server too.
    3 - If we use the same WSDL, will it help us to keep the client accessing the webservices, the request xml format, response XML format the same as it is with Oracle 10g application server case.
    4 - Please share how to deploy axis on to the Weblogic 10.3 application server.
    5 - Please share how we can create EARs that can be deployed on the webserver using axis specific jars.
    Thanks and Regards
    Manoj

  • Migrating from Oracle forms 4.5 to 9i

    Please tell me if i can directly migrate from forms 4.5 to 9i?
    If i migrate first to 6 and then to 9i when do i web enable my form?
    What are the steps should i follow for migration from Oracle forms 4.5 to 9i?

    Strictly speaking we only certify the upgrade from 6i to 9i, however, the technical details of going from 4.5 directly to 9i are the same and in many cases should work as going from 6i to 9i.
    Regards
    Grant ROnald
    Forms Product Management

  • Can I interrupt a migration from Mac Book Pro to Imac and what are the consequences

    can I interrupt a migration from Mac Book Pro to iMac and what are the consequences

    Les:
    Here are some options:
    • You could copy the data file to your laptop, work on it, and update the file on the iMac when you are back.
    • You can use an application like Log Me In to access your home computer from your laptop.
    • You can use DropBox. Install it on both computers, place your data file in a folder on the iMac, access it and work on it on your laptop and it will be automatically updated on your computer at home, even if it is not turned on, as soon as it is connected to the internet.
    Please do post back with further questions or comments.
    cornelius

  • MIgration from Oracle 9.2.4.0 to Oracle 10g Release 2 (10.2.0.1.0)

    Hello
    We are planning to upgrade and migrate from Oracle 9 to Oracle 10. ( both version on windows)
    Would be of great help if I could avail the below information.
    Most of the Instance are more than 50 gig
    1 Should use a EXP / IMP or Should use DBUA ( prefer a safe method )
    2.IF DBUA used any idea how much time it should take .
    3.Any other method for upgrade.
    We are currently in an analysis phase , we do have some instance that are already 10g but were created from scratch.
    Thanks for all your help in advance
    Cheers

    Most of the Instance are more than 50 gig
    1 Should use a EXP / IMP or Should use DBUA ( prefer
    a safe method )Use DBUA , it is safer then exp/imp
    2.IF DBUA used any idea how much time it should take
    It depend on database , machine etc. it should not take more then 2-3 Hr
    3.Any other method for upgrade.
    I always use manual method and feel manual upgrade is safest.
    All details is given in Oracle Documentation
    Oracle Database Upgrade Guide
    # Virag Sharma

  • Migration from Oracle 9i database to 10g in ECC5

    Hi Experts,
    We are planning to move our production system which is currently running ECC5 on AIX OS and Oracle 9i database to AIX OS and Oracle 10g database.
    Some doubts regarding the above procedure:
    1)Is there any possibility of SAP system migration from Oracle 9i to Oracle 10g. If yes, do we need to perform any addinitional steps for that?
    2)If the above condition is OK, then what type of system copy should we need to follow: Homogeneous or Heterogeneous? Heterogeneous system copy is ususally done incase of system copy involving different databases. Does that apply for differnt versions too like Oracle 9i and 10g?
    Any response is highly appreciated.
    Regards,
    Sanjay

    If i'm using the dbua then the above issue will be solved by dbua itself?Well, DBUA will only perform a sanity check on your current release and if it doesn't pass it will fail. In other words DBUA will not upgrade your 9i release to the proper compatible release that you have to do before upgrading to 10R2.
    Personally I never used DBUA, I always prefer manual upgrades, DBUA is good for you bcz it will not allow you to miss any step while upgrading.
    What is the size of the database which you are going to upgrade?
    Daljit Singh

  • Zero Downtime Migration from Oracle to Sybase

    Is there any way/ tool to migrate from oracle to sybase with Zero Downtime??
    Thanks

    Better answered on a Sybase forum I suppose...

  • Unable to connect to database after migration from oracle 8 to 9i

    Hi,
    Our applications database was migrated from oracle 8 to oracle9i, The oracle_home path was updated to the newer version.
    While accessing the databese using the new setup we are facing SQLLIB mismatch problem
    the description of error is as follows
    =======================================================
    SQL-02107 Program too old for runtime library; please re-precompile it
    Cause: Your program was precompiled by an older version of the Oracle Precompilers, which is incompatible with this release of SQLLIB.
    Action: Precompile the program with a newer version of the Oracle Precompilers
    =========================================================
    Please help in this regard
    ~akhil

    Hi Akhil,
    Looks like some Tuxedo services are using Pro*C code. Therefore, you would need to recompile your Pro*C code using the newer compiler and then rebuild the Tuxedo servers.
    HTH,
    Ravi...
    Hi,
    Our applications database was migrated from oracle 8
    to oracle9i, The oracle_home path was updated to the
    newer version.
    While accessing the databese using the new setup we
    are facing SQLLIB mismatch problem
    the description of error is as follows
    ======================================================
    =
    SQL-02107 Program too old for runtime library; please
    re-precompile it
    Cause: Your program was precompiled by an older
    version of the Oracle Precompilers, which is
    incompatible with this release of SQLLIB.
    Action: Precompile the program with a newer version
    of the Oracle Precompilers
    ======================================================
    ===
    Please help in this regard
    ~akhil

Maybe you are looking for

  • Why is my phone number grayed out in Facetime?

    I dont get what happened with iOS6... but apparently I cannot use my phone number for facetime? As it is grayed out and I cannot check it off as the address to receive Facetime... Also... I am now showing up in peoples phones as 2 contacts... one wit

  • How can I get my contacts on my iphone 3g from icloud

    My old iphone was stolen on a recent trip to Cape Town. I'm haveing trouble getting my  contacts back onto my old iphone 3g from icloud. Can anyone please advise? 

  • Central SLD

    I try to import SW Component Version into Repository from Central SLD, System gives me the messagebelow: <b>Unable to read software component versions from System Landscape Directory "brckxiprd.internal.borusan.com:50000"</b> What must I do to fix th

  • Can you have SATA and PATA drives at the same time?

    Right now I have 2 PATA drives hooked up to the board. Is it possible to hook up a SATA drive that will be a non-boot drive for just storage purposes?

  • Ichat & msn messenger problems

    Is there anyway that I can set my status to invisible on iChat? Also- was not sure where to put this next question. On msn messenger for mac- when I try and change the emoticons, either add or remove some from my list, it states that I am only allowe