OMWB for Oracle 9.2 release

Hi,
We are currently using Oracle 9.2 Enterprise Edition. I wish to download Oracle Migration Work Bench to migrate a Sybase Database to Oracle 9.2. But on OTN the only Migration Worbench available for download is 10.1.0.
Can this downloadable OMWB be used with an Oracle 9.2 HOME. Else could someone tell me where could i find Oracle Migration WorkBench 9.2.0.1 for download.
Thanks
Suvashish

You can use this OMWB release 10 to migrate to Oracle 9i.
Install it into a separte Oracle_Home and then run the migration process.
The connections are done by JDBC/ODBC to the foreign database and with JDBC to the target Pracle db.
Do not install (unzip) OMWB into the same Oracle_Home as your Oracle 9i installation!

Similar Messages

  • How to set JDBC Data Sources in Oracle MapViewer for Oracle database 12c Release 1 (12.1.0.1)

    How to set JDBC Data Sources in Oracle MapViewer for Oracle database 12c Release 1 (12.1.0.1)?
    The following is my configuration in the conf\mapViewerConfig.xml:
    <map_data_source name="mvdemo12"
    jdbc_host="127.0.0.1"
    jdbc_sid="orcl12c1"
    jdbc_port="1522"
    jdbc_user="mvdemo"
    jdbc_password="7OVl2rJ+hOYxG5T3vKJQb+hW4NPgy9EN"
    jdbc_mode="thin"
    number_of_mappers="3"
    allow_jdbc_theme_based_foi="true"
    editable="true"/>
    <!--  ****  -->
    But it does not work.
    After use "sqlplus mvdemo/[email protected]:1522/pdborcl", it connected to the Oracle database 12c.
    Does anyone know it?
    Thanks,

    For 11.1.1.7.1 use the syntax for jdbc_sid, i.e.
    //mypdb1.foo.com as described in the README,
    - MapViewer native (non-container) data sources can now use database service name in place of SID. To supply a db service name, you will use the same jdbc_sid attribute, but specify the service name with double slashes in front, such as follows:
      <map_data_source name="myds"
        jdbc_host="foo.com"
        jdbc_sid="//mypdb1.foo.com"
        jdbc_port="1522"
      />
    For 11.1.1.7.0 use a container_ds instead.
    i.e. instead of using
    <map_data_source name="my_12c_test"
                       jdbc_host="mydbinstance"
                       jdbc_sid="pdborcl12c"
                       jdbc_port="1522"
                       jdbc_user="mytestuser"
                       jdbc_password="m2E7T48U3LfRjKwR0YFETQcjNb4gCMLG8/X0KWjO00Q="
                       jdbc_mode="thin"
                       number_of_mappers="6"
                       allow_jdbc_theme_based_foi="false"
                       editable="false"
       />
    use
      <map_data_source name="my_12c_test"
                       container_ds="jdbc/db12c"
                       number_of_mappers="6"
                       allow_jdbc_theme_based_foi="false"
                       editable="false"
       />
    In my case the Glassfish 3.1.2.2 JDBC connection pool definition was
    Property
    url  jdbc:oracle:thin:@mydbinstance:1522/pdborcl12c.rest_of.service.name
    Uncheck the Wrap JDBC Objects option in Advanced panel, i.e. the Edit JDBC Connection Pool Advanced properties page.
    Add a JDBC resource for that newly created pool
    Use that in mapviewerconfig.xml as above

  • Study Material for Oracle IT Architecture Release 3 Essentials

    Hi Team,
    I am planning to write certification exam for "Oracle IT Architecture Release 3 Essentials" which is IZO-574.
    Can any one please provide any material to clear this exam. I am currently working as a Oracle Developer ( PL/SQL,Forms, Reports) and have good knowledge on Data Modeling.
    Please suggest me any material. As am a New User I am sure which group I have to use. So posting this thread in Oracle Developer/PLSQL related group.
    Thanks,
    Suresh.

    I am planning to write certification exam for "Oracle IT Architecture Release 3 Essentials" which is IZO-574.
    Your question isn't clear.
    If ;you are the one WRITING the exam don't you already know the material? How else can you create the questions and answers?

  • Oracle Critical Patch Update for Oracle Database 10g Release 10.2.0.3.0

    Hi,
    The [ Oracle Critical Patch Update for April 2012 was released on April 17th, 2012|http://www.oracle.com/technetwork/topics/security/cpuapr2012-366314.html] , wherein it was stated that below list versions will get affected.
    Oracle Database 10g Release 2, versions 10.2.0.3, 10.2.0.4, 10.2.0.5
    Currently I am using
    BANNER
    Oracle Database 10g Release 10.2.0.3.0 - 64bit Production
    Can anyone tell me, difference between
    Oracle Database 10g Release 2, versions 10.2.0.3 with Oracle Database 10g Release 10.2.0.3.0
    I am much concerned whether to apply patch for 10.2.0.3.0, wherein the affected version is Oracle Database 10g Release 2, versions 10.2.0.3
    Thanks,
    Sam

    user12983673 wrote:
    Can anyone tell me, difference between
    Oracle Database 10g Release 2, versions 10.2.0.3 with Oracle Database 10g Release 10.2.0.3.0There is no difference -- you use version 10.2.0.3 which is affected by last CPU.

  • Server Hardware for Oracle Database 11g Release 2 with Oracle Spatial

    Hi ,
    We're to set up an Oracle Database 11g Release 2 Enterprise with Oracle Spatial.
    Can you provide me the possible Server Hardware CPU / Memory specs , number of CPUs,type of OS and teh Model, for Spatial which a million users hits the database via a webservice?
    The vendor suggested us SDD instead of HDD, any performance hike on this?
    Budget seems to okay but I think Exadata will be too dear.
    Your insights is much appreciated.Anything relating to setting up a server with spatial is greatly appreciated.
    P/S: Been a programmer and don't knwo much about server hardware specs.

    It depends.
    Seriously - before anyone can offer anything but generalities here you need to really define exactly what you expect the database to deliver.
    In general however, I will throw out these questions and ideas...
    For instance - you say a million users "hit" the database (via a web service). Is that WFS, WMS, KML or ???
    Over - how long? A year? A month? A minute? A million hits over a year spread out evenly is only about 2 per minute.
    And what is a hit? A single random record? Or about 10,000 records in the same spatial area... or? And for each record - are you returning simple point data - or hugely complex polygons with thousands of vertexes each?
    How does this software work? Is it custom - or is it well known? Does it really query the database for every map (I assume it is a map service) feature - or does it read an area once and cache it in the middle tier? Or does it do something really smart and use cached tiles for static data - overlayed with vectors for dynamic data?
    And although you say Oracle Spatial - are you really using Spatial - or just Locator functions (less processing in general)? And if spatial - are you doing raster in the db - or 3D analysis - or other special functionality?
    SSD vs. HDD. - If you can buy a server with more RAM than the data set size (pretty easy these days) - and you do mostly reads (almost always the case for a map app) - buy a small cheap array of RAID'd HDD's - internal to the server is fine. Once the data is read into RAM - the HDD's do basically nothing.
    Server CPU and memory. Amount - see above. CPU Speed (use performance benchmarks - not GHz numbers) AND memory speed (often overlooked) - buy as fast as possible. Why? You pay for licenses by the core (2 cores per license for x64). And HW is MUCH MUCH MUCH cheaper than Oracle licenses. Plan to upgrade HW every year if necessary to avoid buying more licenses (sounds crazy - but it is much cheaper).
    This may seem like a lot - but these questions are just the tip of the iceberg. I have been in charge of spec'ing, building, and programming spatial systems now for about 20 years, so I have a pretty good idea of how to do enterprise scale computing on a Ramon-noodle budget.
    Smart clean software is your friend - don't ask the HW to do anything unless absolutely necessary (cache results and reuse as much as possible), and you can get crazy performance from minimal hardware.
    Bryan

  • Online Training or Tutorials for Oracle 9iAS Portal Release 2

    Is there any available online training or tutorials for Oracle 9iAS Release 2 that we can download? I checked the FAQ for release 2 and it looks like there are a lot of changes in building pages, content areas and portlets.
    Thanks.

    We'll probably start to release this kind of stuff between the launch and Oracle World Copenhagen - June 02
    Currently we have not published any online training materials.
    Thx

  • Oracle Database 10g Release 2 (10.2.0.1.0)  on window vista

    Hi All,
    Pls help me to find out can we run oracle Database 10g Release 2 (10.2.0.1.0) on window vista ,any compatibility issues ?
    If yes....Pls show me the way.
    Thanks,

    Hi,
    Oracle Database is supported on Windows Vista with the 10.2.0.3 release. Use the Oracle Database 10g Release 2 (10.2.0.3) for Microsoft Windows Vista media available in the 10.2.0.3 media pack and the Oracle Technology Network site. Do not install Oracle Database on Windows Vista using the media for Oracle Database 10g Release 2 (10.2) for Microsoft Windows.
    For details chk this:
    http://download.oracle.com/docs/cd/B19306_01/install.102/b14316/whatsnew.htm#BGGBDGHE

  • Switch over for oracle application

    Hi Guru
    By using dataguard we can achieve switch for database but i need how to configure switch over on oracle apps 11i
    Thanks
    user7300437

    Hi,
    Please see section 5 in
    Business Continuity for Oracle Applications Release 11i, Database Releases 9i and 10g [ID 216212.1]
    Section 6.1 in
    Business Continuity for Oracle E-Business Release 11i Using Oracle 11g Physical Standby Database - Single Instance and Oracle RAC [ID 1068913.1]

  • Create raw devices for OCR & Voting Disk for Oracle 10g R2 RACLinux 64 bit)

    Hi Friends,
    Please let me know the Document to cretae RAW Disk for OCR and Voting Disks (like rpm's required,process tio cretae raw disks) in Oracle 10g R2 on Linux (64 bit)
    Regards,
    DB

    http://docs.oracle.com/cd/B19306_01/install.102/b14203/storage.htm#BABFFBBA
    and
    Configuring raw devices (singlepath) for Oracle Clusterware 10g Release 2 (10.2.0) on RHEL5/OEL5 [ID 465001.1]
    Configuring raw devices (multipath) for Oracle Clusterware 10g Release 2 (10.2.0) on RHEL5/OEL5 [ID 564580.1]

  • Can you provide link from supported OS for oracle databse

    Example
    I want to know whether Oracle 11g (11.1.0.7). support RHEL 5 ?
    I need the link where i can find tat
    Thanks

    user13278534 wrote:
    It will not help . Why ?
    You asked "+I want to know whether Oracle 11g (11.1.0.7). support RHEL 5+"
    From the doc I linked earlier, you can read :
    "+The following are the operating system requirements for Oracle Database 11g Release 1:+
    +...+
    +Red Hat Enterprise Linux 5+"
    That is the answer to your question. Now if you changed your question regarding the matrix certification, the best way is to check the follwoing, help yourself :
    1. the Oracle Support Certification tool (http://support.oracle.com) - not free
    2. check the corresponding documentation (http://docs.oracle.com and look for the installation docs for the db version you want and OS) - free
    Nicolas.

  • Current Patch Set for Oracle Database Release 11.2

    Hi
    I am upgrading oracle 10G to 11GR2 in AIX 5.3 Environment with SAP ECC6 , I have just just installled Oracle 11.2.0.1.0 according to the "Database Upgrade Guide -Upgrade to Oracle Database 11g Release 2 (11.2): UNIX". After database software installation , in upgrade manual in section 3.4.4 it says, you need to install current patch set for oracle database 11g R2 and referencing a SAP note 1431799.
    I have just read note 1431799 which says Current Patch Set for Oracle Database Release 11.2 is not generally available for SAP customers until December 2010, also I donu2019t find the note 1522330 as mentioned in 1431799.
    Please let me know how I can get current patch set to apply with Oracle 11.2.0.1.0 (Is it in SAP service market place?)
    I also want to upgrade my installation to oracle 11.2.0.2, please let me know where I get the patch set to upgrade from 11.2.0.1.0 to 11.2.0.2,
    or
    I have to live with 11.2.0.1.0 and apply SAP Bundle Patch ( SBP)

    Abu Al MAmun,
    I understand from your posts that you recently upgraded to 11.2.0.2.
    I am having the same difficulty, of finding the current patch set for 11.2. Could you please let me know how you worked around it?
    Thanks,
    Siri
    Hello Everyone,
    I did read the post on to how you have to install the current patch set for 11.2.
    But honestly, it pretty much flew over my head.
    I am trying to upgrade our SAP AIX 64 bit test system from Oracle 10.2.0.4 to 11.2.0.2.
    And so far I have downloaded all the required sw for the upgrade, except for the current patch set 11.2.
    This is what I have right now:
    1) Oracle 11.2 AIX 64 bit upgrade sw - 51038805_part 1 to 51038805_part 7 and 51039800.
    2) Database Patches -->Oracle 11.2.0.2 -->
    All they have here is
    a. Database RDMBS - SAP_112020_201012_AIX.zip and b. SAP_112020_201101_AIX.zip
    b. OPatch - OPatch_11201_Generic_v3.zip and mopatch-2_1_6.zip
    c. Database Vault - DV - >Generic - p9656644_112020_Generic.zip
    If I am not wrong, the Database RDBMS files are nothing but the SAP Bundle Patches that have to be installed after installing the currrent patch set 11.2.0.2 using MOPatch.
    But I did not find the currrent patch set 11.2.0.2.
    Could someone please explain the process to me in detail? This being my first time , I am finding it a bit hard to catch up with some of the stuff.
    Thank You!
    Siri

  • New: TimesTen Plug-in release 12.1.0.3.0 for Oracle Enterprise Manager 12c

    Last Friday, Oracle released version 12.1.0.3.0 of the TimesTen Plug-in for Oracle Enterprise Manager 12c Cloud Control. This is a landmark release with many new features for database administrators. Besides database performance and availability monitoring; the new plug-in offers administrators the ability to manage and administer their TimesTen instances and databases, such as starting and stopping TimesTen services, loading and unloading databases to and from memory, and scheduling backups and restoring databases. Additionally, users can monitor database and replication activities, memory and disk usages, workload performance statistics, and identify longest running and most executed SQL statements. International users will be pleased to know that the new plug-in was globalized with its user interface translated to nine different languages, the same languages as available in Oracle Enterprise Manager. The Enterprise Manager for TimesTen 12.1.0.3.0 plug-in is downloadable through Enterprise Manager Self-Update.
    For more information, visit the TimesTen product center on OTN.

    The issue seems to be from DB side and an SR would help you in resolving the issue.
    However, added below few points you can look as well from your side.
    + DB may be core dumping in which case it would be required to resolve the core dump issue.
    + Running ASH report from sqlplus may not be working in which we need to resolve the DB side issue.
    + If feasible you can choose to upgrade DB to higher version.
    Regards,
    Bip

  • I have been trying to download Oracle 11 G Release 2 for Windows XP Profess

    I have tried downloading Oracle Database 11 G Release 2 both the zip files 1 and 2 but while I have unzip the files, File 2 easily has been unzipped and File 1 gives an error *"_Cannot open file: it does not appear to be a valid archive. If you downloaded this file, try downloading the file again"*_
    I had spent approximately 15 hrs for downloading the same but evertime it gives the above error. Tell me how should I go about the same and succeeding to install Oracle Database 11 G Release 2. Also this is the same with the Documentation zip file.
    Please inform me in steps as to how I should do the installation.
    Thanks in Advance!!!!!
    Regards,
    Srinivas Ganesan
    From Bangalore, India
    Edited by: user586523 on Aug 30, 2010 8:58 PM

    Hi;
    I heard just now that Windows vista has been stopped by microsoft according to my dealers and Windows 7 is only available.
    According to microsoft site, I had learnt that there are various editions:
    1.1 Windows 7 Starter
    1.2 Windows 7 Home Basic
    1.3 Windows 7 Home Premium
    1.4 Windows 7 Professional
    1.5 Windows 7 Enterprise
    1.6 Windows 7 Ultimate For supported platform and OS version please check Srini's post, also you can use certificatin matrix(http://www.oracle.com/technology/support/metalink/index.html)
    I would like to whether Oracle 11 G Release 2 will work on which of the above windows versions, so that I would like to buy the correct OS for the same.
    Previously, I have done the Oracle 9i OCP Certification course from SQL STAR International and worked as Oracle 9i DBA in the back end and VB and VC ++ in the front end before Year 2008
    Now, I have seen that companies have upgraded to latest OS, Databases etc and I will have start learning the Oracle 11 G Release 2 and I will also need the correct book with CD. You can check
    Oracle 11g Release 2 (11.2) Documentation Library
    http://www.oracle.com/pls/db112/portal.portal_db?selected=11&frame=
    Also you can use
    tahiti.oracle.com/
    Regard
    Helios

  • Oracle SQL Developer Release 1.5.5 "compile for debug"

    Using Oracle SQL Developer Release 1.5.5 on Windows XP pro machine connecting to 9.2.0.4 database on AIX machine.
    Trying to debug a procedure, in the navigator window, I rt-clk the procedure and select "Compile for Debug", then nothing happens. This happens for every procedure I've tried. I've been granted both DEBUG ANY PROCEDURE and DEBUG CONNECT SESSION. Any ideas?

    This is the first I've used SQL Developer, so I'll take the blame. I had not noticed that the Messages Log does in fact tell me that the proc compiled. However, the debug icon (little red bug) was nowhere to be found.
    I see now that I need to Edit, not Open, the proc in order to debug. If I had read the Help screens a little more closely, I would have seen that I needed to be in Edit mode. My bad. Thanx to all for your responses.

  • JSP demo PTS included with Oracle 9i Developer Release for Mac not working

    Hello all, please pardon my ignorance, but I am an Oracle DBA not a JSP programmer.
    I have installed Oracle 9i developer release for Mac OSX and it included a demo application in JSP called pts.
    I followed all the instruction and it still doesn't seem to work.
    When I try to login to the application I get the following exception:
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: 3 in the jsp file: /oradev/pts/solmktinit.inc
    Generated servlet error:
    [javac] Since fork is true, ignoring compiler setting.
    [javac] Compiling 1 source file
    [javac] Since fork is true, ignoring compiler setting.
    [javac] /usr/local/jakarta-tomcat-4.1.24/work/Standalone/localhost/_/oradev/pts/login_jsp.java:7: cannot resolve symbol
    [javac] symbol : class DBAccess
    [javac] location: package pts
    [javac] import oradev.pts.DBAccess;
    I'm not sure what this means or how to fix it. I'm sure it's something simple like modifying my classpath or something, but, as I said, I don't know where to begin.
    Any assistance or suggestions would be greatly appreciated.

    Can't you just use the 10g client ?
    I have not tested the 9i dev. with oci calls but I would not be surprised if you try this on tiger. That won't work AFAIK.
    regards,
    Ronald.
    http://homepage.mac.com/ik_zelf/oracle

Maybe you are looking for

  • Creating process to get current row id

    Hello, I need to create a process while submitting in the process I need to have a pl/sql to update the row in the database. When I put hard coded value it is working fine, however when I refer the current column (being selected), it doesn't fire the

  • How can I click to hande OVS and Search help for Web Dynpro

    Once the F4 help is clicked,  the event OVS of IF_WD_VALUE_HELP_FORWARD is triggered. Here  I would like to change the value list of F4 help list, I implemented a class and a method that handle that event. Since event only has importing parameter, ho

  • Mavericks and Beachballs

    I'd like to advise Apple of an issue. Is the Apple Support Communities the best method? I have a 2011 circa MacBookPro 2.2 GHz intel i7, Radeon HD 6750M, 4GB RAM. It originally came with Mac)S 10.7 (I believe), after upgrading to MacOS 10.8 I saw a l

  • Skype dropping calls as soon as the other person a...

    I have montly subscription to calls to China. Skype dropping calls as soon as the other person answers the phone. This is very frustrating to me. Please help!

  • USB dropout problems! Help!

    Hi, my USB devices work fine when working in OSX and in the virtual pc environment. however the problem starts when i shut down the virtual pc and return to OSX. The USB devices completely drop out and stop working! Its so annoying! Does anyone know