Issues: Migration from 3.0.6.6.5 to 3.0.9.8.3A

G'day All,
Over the last week or so I have performed some test migrations using copies
of our production Portal environment and here are some of the issues that I have encountered.
ISSUE 1 - Performance
Using a stopwatch (primitive, I know) I visited a few parts of our Portal and recorded timings
Performance did not improve dramatically. In fact, after the 3.0.9.8.3A patch, some things slowed right down.
I tested using a Sun Ultra 80 (2 x 450MHz CPUs) our Development host.
(I also tested using a spare Ultra 10 (1 x 333MHz) This was MUCH slower than the numbers seen below)
In all the timings below, I did the following:
1.Logged on as PORTAL30 this takes me to the Portal Home page showing the Build tab
2. Clicked on the Navigator icon
3. From the Navigator Pages section, I clicked on our company homepage
4. From the Main tab on the company homepage, I clicked on our Customer Service tab (one of many that we have)
5. Click on the Ops & Security tab (another one of ours)
6. Click on Logout
Timings are in SECONDS
Pre migration - Portal 3.0.6.6.5 iAS 1.0.2.0.1
Log in          4     3
Navigator     3     3
Homepage     3     3
First tab     4     3
Second tab     3     3
Logout          1     1
Post iAS migration - Portal 3.0.6.6.5 iAS 1.0.2.2.0
Log in          4     3
Navigator     3     3
Homepage     3     3
First tab     4     4
Second tab     3     4
Logout          1     1
** No significant difference
Post Portal migration - Portal 3.0.9.8.2 iAS 1.0.2.2.0
Log in          3     3
Navigator     3     3
Homepage     3     4
First tab     4     4
Second tab     3     3
Logout          1     1
** No significant difference
Post iAS Patch 1866039 Required by Portal 3.0.9.8.3A
Log in          3     3
Navigator     3     3
Homepage     4     4
First tab     4     4
Second tab     3     3
Logout          1     1
** No significant difference
Post Portal migration - Portal 3.0.9.8.3A iAS 1.0.2.2.0
Log in          3     3
Navigator     19     19 !!!!!!!!
Homepage     20     21 !!!!!!!!
First tab     3     3
Second tab     3     3
Logout          1     1
** Bringing up Navigator and the first page from Navigator now takes ages.
Analysing PORTAL30 objects using wwsbr_stats.gather_stats made no difference
to the above timings.
Anyone have any ideas about this???
Bear in mind that this slow down probably only affects me as the
developer since end users pretty much stick to the tabs on the homepage
and never need to use Navigator.
And end user login and presentation of the company homepages takes about 4 seconds.
ISSUE 2 - Fonts
During the migration, many of our developed forms/reports now contain headings/labels that
are so small as to be unreadable (eg 1 point in size)
This seems to be due to the fact that originally the fonts were sized as (-3, -2, -1, 0, +1, +2, +3)
relative sizing. This has been screwed up during migration and has ended up as fonts
being sized 1, 2, 3 points in size.
I will have to visit each form and report and set sizes accordingly.
The PEOPLE_APP application supplied by Oracle also suffers from this problem and is a little harder
to fix. (Check Metalink)
ISSUE 3 - Menu permissions
I have a couple of menus that are only viewable by certain groups.
This permission disappeared along the way leaving the menu NOT visible to anyone.
I will have to visited each menu and set permissions once again.
I hope this list may help others embarking on the same migration path.
I would highly recommend copying your production environment and practising on the copy first.
Regards,
Tony Cook
eSign Australia
[email protected]

I'm Sorry, reading a couple of posts down, it says... the upgrade scripts should be available between April 23rd to 28th.
Jon Reed

Similar Messages

  • Creation of domain issues - migration from weblogic 10.3.0 to 10.3.5 versio

    Hello,
    i would like to kindly ask for a help with following issue:
    Basically we are migrating from the 10.3.0 to the 10.3.5 version. We are building the domain using the template in "silent mode". And when i try to create the domain with new weblogic 10.3.5 im getting some errors.
    The command to run the creation of the domain is following:
    ${WL_HOME}/common/bin/config.sh -mode=silent -silent_script=${SILENT_SCRIPT} -log=${WLLOGFILE} >> ${LOGFILE} 2>&1
    returnCode=$?
    SILENT_SCRIPT contains following commands:
    read template from "/local/wg372/BM/appl/config/NEW_DOMAIN_CONFIGURED.jar";
    write domain to "/local/wg372/BM/appl/BmDomain";
    set OverwriteDomain "true";
    close template;
    When i setup new env(solaris) with weblogic 10.3.5 im getting following error when the silent_script command (*write domain to "/local/wg372/BM/appl/BmDomain";*) is executed:
    2011-07-18 16:53:00,427 INFO [runScript] com.oracle.cie.domain.script.ScriptExecutor - succeed: read template from "/local/wg372/BM/appl/config/NEW_DOMAIN_CONFIGURED.jar"
    2011-07-18 16:53:00,427 INFO [runScript] com.oracle.cie.domain.script.ScriptExecutor - write Domain to "/local/wg372/BM/appl/BmDomain"
    2011-07-18 16:53:00,505 ERROR [runScript] com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask - There was an error executing the script: /local/wg372/BM/appl/installer/silent_script
    java.lang.NullPointerException
         at com.oracle.cie.domain.security.SecurityGenerateLDIFT.buildSecurityInfo(SecurityGenerateLDIFT.java:460)
         at com.oracle.cie.domain.security.SecurityGenerateLDIFT.<init>(SecurityGenerateLDIFT.java:119)
         at com.oracle.cie.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:718)
         at com.oracle.cie.domain.script.ScriptParserClassic$StateMachine.processWrite(ScriptParserClassic.java:573)
         at com.oracle.cie.domain.script.ScriptParserClassic$StateMachine.execute(ScriptParserClassic.java:429)
         at com.oracle.cie.domain.script.ScriptParserClassic.parseAndRun(ScriptParserClassic.java:148)
         at com.oracle.cie.domain.script.ScriptParserClassic.doExecute(ScriptParserClassic.java:110)
         at com.oracle.cie.domain.script.ScriptParser.execute(ScriptParser.java:72)
         at com.oracle.cie.domain.script.ScriptParser.execute(ScriptParser.java:35)
         at com.oracle.cie.wizard.domain.helpers.Executor.runSilentScript(Executor.java:68)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask.runScriptWithExecutor(RunScriptTask.java:551)
         at com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask.execute(RunScriptTask.java:335)
         at com.oracle.cie.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
         at java.lang.Thread.run(Thread.java:662)
    In Windows env im getting following error:
    create.domain:
    [exec] -mode="silent" -silent_script=J:/_dev/build/installer/silent_script
    [exec] << read template from "J:/_dev/build/config/NEW_DOMAIN_CONFIGURED.jar"
    [exec] >> succeed: read template from "J:/_dev/build/config/NEW_DOMAIN_CONFIGURED.jar"
    [exec] << write Domain to "J:/_dev/build/BmDomain"
    [exec] CFGFWK-60550: Script execution aborted. The script may contain an error.
    [exec] null
    CFGFWK-60550: - doc says
    CFGFWK-60550: Script execution aborted. The script may contain an error.
    Cause:
    Action:
    Level: 1
    Type: ERROR
    Impact: Configuration
    I tried to google for this issue, look into the weblogic documentation but with no luck.
    So i would like to kindly ask, if anyone of you perhaps could give me a hint/advise with this problem.
    Thanks in advance.

    Hi,
    thanks for the reply but im not sure if we are talking about the same thing. What i need is to upgrade the weblogic "DOMAIN" not the weblogic installation itself.
    Anyway,
    after some googling and testing im again stucked with another issue:
    1. First i have created the old doman (10.3.0)
    2. Then i have tested the domain with the new weblogic version 10.3.5 - as it should be (and is) compatible within those 2 versions
    ---> worked fine
    3. Then via offline WLST(of weblogic 10.3.5) i have managed to create new template with command writeTemplate(nameOfTemplate.jar)
    4. But when i try to create the new domain with the new template via WLST(of weblogic 10.3.5) im again stucked (im able to read the template in wlst but not able to writeDomain ) - error:
    wls:/offline> readTemplate('/home/wg372/tmp/new_template.jar')
    wls:/offline/BmDomain>writeDomain('/home/wg372/tmp/new_domain')
    Error: writeDomain() failed. Do dumpStack() to see details.
    wls:/offline/BmDomain>dumpStack()
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.ScriptException: The application location must have write permission.
    at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1538)
    at com.oracle.cie.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:803)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyInstance.invoke(Unknown Source)
    at org.python.pycode._pyx3.writeDomain$15(/var/tmp/WLSTOfflineIni6651397525640719781.py:71)
    at org.python.pycode._pyx3.call_function(/var/tmp/WLSTOfflineIni6651397525640719781.py)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.pycode._pyx24.f$0(<console>:1)
    at org.python.pycode._pyx24.call_function(<console>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.core.Py.exec(Unknown Source)
    at org.python.util.PythonInterpreter.exec(Unknown Source)
    at org.python.util.InteractiveInterpreter.runcode(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at weblogic.management.scripting.WLST.main(WLST.java:173)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.WLST.main(WLST.java:29)
    Caused by: com.oracle.cie.domain.script.ScriptException: The application location must have write permission.
    at com.oracle.cie.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:757)
    at com.oracle.cie.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:795)
    ... 29 more
    I tried to have a look around for the "The application location must have write permission." problem but again with no luck.
    Furthemore when i try to do the same with old domain template, with old version of WLST (of weblogic 10.3.0), i have no problems with creating of the domain.
    Any ideas?
    Ill keep you updated :-)

  • Issues migrating from Flex Builder 3 to Flash Builder 4.5

    Migrating from Flex Builder 3 (SDK 3.5) to Flash Builder 4.5 (SDK 4.5). Using Flex 3 compatibility mode. Flash Player 10.2. MX only components set.
    Issue 1. A DataGridColumn error per:  Description Resource Path Location Type
    Declaration of style 'direction' conflicts with previous declaration in C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.5.0\frameworks\libs\mx\mx.swc(mx.controls.dataGridClasses:DataGridColumn). SPT_GUI  Unknown Flex Problem
    Issue 2. Using Cairngorm 2. Have a class 'Bindable] public class GuiModel implements ModelLocator'. Now getInstance() is not defined per: private var model : GuiModel = GuiModel .getInstance(). Does Cairngorm 3 have to be used with Flash Builder 4.5?
    What has to be done to resolve these issues?

    Issue 2: Have you defined the static variable to hold the instance of the model locator? Also, have you defined a static method to return the model locator's instance?

  • R12 Feature & Issue migration from R11i

    Hi,
    I've 3 applications running, GL,HRMS,PAYROLL.
    What are challenges during migration from R11i to R12?
    Please advice.
    thanks,

    Check Note: 404152.1 - E-Business Suite Release 12: Release Content Documents
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=404152.1

  • Issue migrating from Jdev eloper 11.1.1.0.2 to 11.1.1.2.0

    Hi,
    I ha migrated my application and I did the following:
    1. Open app in 11.1.1.2.0, I accepted all wizard default options
    2. Build->clean all
    3. Right clic rebuild model and view contoller projects
    4. I got errors as "class not found" in my view controller, but the class are in the path. I think that is because the dependences not were correctly mapped.
    5. I solved compiling each class that is not referenced and I make rebuild and 0 errores, but if I make clean again and rebuild, the errors appears again about references to class.
    thanks for yours suggestions.

    I have already checked the path of both projects in my applictaion, and is fine. However, checking dependencies, i found that in the Model project, was a call to a class in the ViewController project, which get some parameter needed for the EO to work. I removed that call to the ViewController class from the EO, and removed the associated import. After that, my entire application compiled.
    Now I need to know hot to get a session variable from an EO class, to supply that parameter that was getting from my ViewController class before.
    Thanks

  • Issues migrating from oc4j 9.0.4 to  oc4j 10.1.3

    Is there an alterntive to env.put("dedicated.connection", "true") in the new version of oc4j, as this environment property is no longer used in 10.1.3
    I am getting an error trying to get the principal from the sessionContext.
    Though I am able to deploy my application correctly, I can login only once as the second time the principal is cached and i can no longer login to my application.
    Is there a way to obtain a new connection each time.
    Any kind of help is welcome as I have spent a lot of time trying to resolve this issue.

    Take a look at this:
    http://download.oracle.com/docs/cd/B14099_19/sol.1012/quickupgrade.1012/quickupgrade/toc.htm#CJAEFHHG
    Thanks
    Shail

  • Airport Issues migrating from a Powerbook w/10.3 to MacBook Pro w/10.4

    I purchased a MacBook Pro about a month ago. It's my first experience with Tiger, so I don't now if my issues are related to Tiger or the Intel Platform.
    Issues:
    - Powerbook would ALWAYS automatically connect to my "hidden" Airport Extreme network. MacBook NEVER does - frustrating!!
    - The Airport Icon in my Powerbook was ALWAYS instantly responsive. Once it acquired all broadcasted Wireless Networks, it listed them. I FREQUENTLY get the spinning Beachball when clicking on the Airport Icon on my MacBook, and it seems to take a long time to aquire Wireless networks.
    Is everyone seeing these issues with Tiger? MacBook Pros? Or do I have bad H/W?

    Sure, you might be able to find out what channel my AE is transmitting on, but this does not help you connect to it! If it's not broadcasting it's SID, how can you possibly get on my network without it?
    Disabling the SSID tells the base station not to periodically broadcast "I'm here and my name is Fred's network".
    However, when your computer starts communicating with the base station, the name of the network is included in those packets. Therefore I only need to listen for your computer to start communicating and then I can discover the network name.
    You have to something (h/w or s/w) in order to anaylze 802.11 packets, and that's not trivial.
    Sure it is. There are applications that will tell you what networks are in the area and if they are encrypted or not and if they have SSID disabled or not.

  • Migrating  from TIBCO to SAP XI

    Hi All,
    One of the company are migrating from Tibco. Please suggest me,if there are any tools which would support a migration to XI and if there are any notes on the web stating where most people had issues migrating from Tibco.Please note One of the interfaces will use JMS, Please send me ur suggetions and some related documents too.Please respond <Read Rules of Engagement>
    Thanks in Advance
    Thanks,
    Aravind.Pujari
    Message was edited by: Prateek Raj Srivastava

    HI,
    Aslo see the below links
    XI Vs Tibco Vs Webmethods
    Re: Why XI ??
    Differences between Tibco BW and how to do canonical mapping in XI
    http://www.sap.com/solutions/netweaver/pdf/BWP_SB_ExchangeInfrastructure.pdf
    XI integration with PSFT/Seibel ?
    Performance statistics of SAP XI
    /thread/154189 [original link is broken]
    publish subscribe with XI
    XI in SRM, CRM, MDM
    XI implementation - xi implementation
    Regards
    Chilla

  • Potential Problem in migration from 8.1.5 to 9i - Help!!

    Hi,
    We are in the process of migrating our Oracle 8.1.5 Server to Oracle 9i. Till now we have not faced any issue. Came to know that the logic for sort is opposite as in the case of 8.5x and above releases. This should not have any issues in our case, i guess.
    Any help as to on which cases (examples) does it have an impact?
    Other than this, is there any potential problem, which you feel should bother us?
    Please advice.

    Chetan,
    This forum is for migration issues migrating from 3rd party databases to Oracle. You would be better posting this question to the database/general forum
    Donal

  • Migrating from 1.5.6 Academic to full version 2.0

    Is there any issue migrating from Aperture 1.5 academic full version of 2.0? In other words, if I buy a 2.0 full version can I easily migrate my existing library?

    You have to buy the full 2.0 version (well, or you can buy the academic 2.0 version for $20 less) but then you can just open your library and Aperture 2.0 will offer to upgrade it.
    Once that's done you can decide whether you want to migrate the masters to the 2.0 RAW conversion, as well (this is optional and changes the RAW conversion but gives you more options for recovery, etc.). Only do this if you want to re-fiddle with images you've already worked on.

  • 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.

  • JMS issues when migration from weblogic 9.2 to 10.3.5

    We are facing some issues when migration from weblogic 9.2 to 10.3.5
    In  weblogic 9.2 :_
    BMP Entity EJBs used in our project are read-only in nature using entity cache, below is the configuration details
    <!DOCTYPE weblogic-ejb-jar PUBLIC "-//BEA Systems, Inc.//DTD WebLogic 6.0.0 EJB//EN" "http://www.bea.com/servers/wls600/dtd/weblogic-ejb-jar.dtd">
    <weblogic-ejb-jar>
    <weblogic-enterprise-bean>
    <ejb-name>
    Company
    </ejb-name>
    <entity-descriptor>
    <pool>
    <max-beans-in-free-pool>300</max-beans-in-free-pool>
    <initial-beans-in-free-pool>150</initial-beans-in-free-pool>
    </pool>
    <entity-cache>
    <max-beans-in-cache>3500</max-beans-in-cache>
    <idle-timeout-seconds>100000</idle-timeout-seconds>
    <read-timeout-seconds>0</read-timeout-seconds>
    <concurrency-strategy>ReadOnly</concurrency-strategy>
    </entity-cache>
    Entity beans will get refreshed using the JMS messges. with in the MDB descriptor files(weblogic-ejb-jar.xml) we are using the provider URL directly and XA enabled connection factory is set to false.
    migration to Weblogic 10.3.5_
    With the same configurations MDB are not not getting deployed in weblogic 10 with some exception, so we removed the provider URL from weblogic-ejb-jar.xml and changed the JMS configuration to use foreign JMS and XA enable connection factory is set to true. Now when ever the JMS message is triggered Entity bean is not getting refreshed with the updated values. i.e values are stale.
    Can some one look into this and provide your inputs to resolve this issue.

    I think the Entity bean refresh problem appears to be unrelated to MDBs. The MDB is only responsible for getting the message to your application (which in turn interacts with Entity beans). You might want to try posting your question to an EJB newsgroup.
    Tom

  • Migrating from 3.1 to 3.7 - write through for a custom cache store issues

    We're migrating from 3.1 to 3.7. So far the migration and testing has been fairly uneventful, but there is one issue that came up yesterday that seems like it is going to be tricky to debug.
    We have a set of storage-enabled nodes that use a custom CacheStore to read from and write behind to a mongo database. On another node connected to that caching service, read throughs work just fine. (I can set breakpoints on the CacheStore load method and see the load calls coming through just fine) - but what's not working is when the other node does a Cache.put - the Store method on the CacheStore is never called and so far I don't see anything in the logs indicating there is a problem on either side (I'm going to make sure that the coherence logging is up to the highest level on both the nodes today when I'm doing more testing)
    I can see the cache put start to dive into the coherence jar, but I don't have source jars for coherence so it's fairly opague what might be going wrong after the Cache.put(object, object) call. I can see that it dives into various coherence methods, but
    Any ideas on where to start debugging this?
    This setup worked fine on 3.1, and as best we can tell all the API calls were converted over to their proper coherence 3.7 versions, and the coherence.xml files were migrated to use the new xsd etc.

    it seems that the issue might be related to this:
    2012-08-15 14:19:34.086 Tangosol Coherence 3.7.1.5 <Error> (thread=WriteBehindThread:CacheStoreWrapper(com.foo.cache.MongoCacheStore):Foo.com-CMS, member=13): Failed to store key="assetId=DEFAULT;assetStyle=DEFAULT;initial=c;siteId=foosite;"
    2012-08-15 14:19:34.087 Tangosol Coherence 3.7.1.5 <Error> (thread=WriteBehindThread:CacheStoreWrapper(com.foo.configrepo.cache.MongoCacheStore):Foo.com-CMS, member=13): (Wrapped) java.io.StreamCorruptedException: invalid type: 13
         at com.tangosol.util.ExternalizableHelper.fromBinary(ExternalizableHelper.java:266)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ConverterFromBinary.convert(PartitionedCache.CDB:4)
         at com.tangosol.net.cache.BackingMapBinaryEntry.getValue(BackingMapBinaryEntry.java:124)
         at com.tangosol.net.cache.ReadWriteBackingMap$CacheStoreWrapper.storeInternal(ReadWriteBackingMap.java:5731)
         at com.tangosol.net.cache.ReadWriteBackingMap$StoreWrapper.store(ReadWriteBackingMap.java:4814)
         at com.tangosol.net.cache.ReadWriteBackingMap$WriteThread.run(ReadWriteBackingMap.java:4217)
         at com.tangosol.util.Daemon$DaemonWorker.run(Daemon.java:803)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: java.io.StreamCorruptedException: invalid type: 13
         at com.tangosol.util.ExternalizableHelper.readObjectInternal(ExternalizableHelper.java:2303)
         at com.tangosol.util.ExternalizableHelper.deserializeInternal(ExternalizableHelper.java:2746)
         at com.tangosol.util.ExternalizableHelper.fromBinary(ExternalizableHelper.java:262)
         ... 7 moreLooks like it is an issue with the serialization? We're primarily using XmlBean, not POF for serialization.
    Any tips on troubleshooting this?
    Edited by: RyanGardner on Aug 15, 2012 7:37 AM
    Edited by: RyanGardner on Aug 15, 2012 7:38 AM

  • 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

  • Migration from SQL SERVER 2008 to Oracle 10g issues.

    Hi ,
    I'm trying to migrate from SQL Server 2008 to Oracle 10g and I end up with some issues that I wanted to ask some info about it.
    First, I was following a tutorial
    http://st-curriculum.oracle.com/obe/db/hol08/sqldev_migration/mssqlserver/migrate_microsoft_sqlserver_otn.htm
    and and in the last version of Oracle SQL developer I downloaded, I didn't find the Load Database Capture Script Output option.
    My first question is how can I either add this option or is there a new way to load the capture script ?
    Then I use the migration wizard and after following everything, I had the migration complete message from the application.
    When I tried to open my connectionss, it tells me version 11.2 is required. Does that mean that Oracle SQL developper 3 only
    do the migration for oracle 11g? And if I tried the previous versions, it doesn't support SQL server 2008.
    What do I do in this case ?
    Thanks !

    Thank you for your reply.
    After using the wizard and made the offline migration script, in the Migration projects window I made a move data to the oracle connection I previously made and after when I tried to reopen the connection, I couldn't.
    Well I didn't retry it yet to see if I'll have the same behavior but basically this is what I think I did. When I tried to open the connection I made, it says, Oracle 11.2 is required.
    Now, I just generate target from the convert model and it says migration complete but how do I test it and I do I go to oracle and see change ?
    Do I had to create a special user in SQL Server to log to it first ? How do I logon to it ?
    Edited by: 873671 on Jul 20, 2011 7:03 AM
    Edited by: 873671 on Jul 20, 2011 7:19 AM

Maybe you are looking for

  • IPod Touch - 2 problems

    This is my first post on the forum, and I'm reasonably new to using an iPod-iTouch. I have an iTouch 4th Gen 64G Running on an old PC (3.4Ghz P4, 768M ram) using iTunes 10.6.x (version before exisiting 10.7). 1 I had a problem when my iTouch was runn

  • How to start from middle of a hierarchy

    I am looking to put a hierarchy dimension on my rows but want to start, not at the top node, but some two or three levels down. How can I specify this in OBIEE 11 G? For example, my hierarchy looks like this: GL Accounts All Accounts Profit Expenses

  • MDP HDMI on a Samsung 7000 series

    I just can not get this to work using a MDP > HDMI cable. I have tried everything I know. Just wondering if anyone has had any success? The computer recognizes the TV, but the TV does not display anything. Thoughts........

  • Subject: Verbose mode boot - unintended consequence(s)?

    Greetings: One of the advantages of only being able to restart in Verbose Mode http://discussions.apple.com/thread.jspa?threadID=2621177&tstart=0 is reading the affect of leaving on certain peripherals during the restart process. I backup time machin

  • Data grid error on S9 FM

    when I adjust the width of the columns of data grid i got below web page error: Line:80 Char:1 Error:Invalid arguments Code:0 And the webpage went to turmoil.