Trying to migrate DB to 9i

Hi everybody,
I installed 9i and I am trying to manually migrate my previous 8i (Rel 1) db.
C:\Oracle\admin\act\pfile>mig PFILE=initact.ora
starting up database ...
Error code 161
ORA-01061: cannot start up a V8 server using a V7 client application
I am not sure why is it complaining about V7. I have never had version 7 install on this PC.
Any ideas?
Thanks
Nick

Hi,
How Oracle porduce version 9i? just changing the init.ora
kidding dont mind.
do the following
1. Make full backup of your database.
2. Install Oracle 9i software (dont create any database if you dont required) in different home
3. Make sure 8i database up and running
4. Run database migration wizard from the 9i home.
5. follow the steps.
6. YOur database will upgrade.
Regards,
Shariq Ali Khan
[email protected]
4. In oracle 9i

Similar Messages

  • I have a new Macbook Pro - trying to migrate files etc from my Macbook Air using a Thunderbolt Cable between the two.  I follow the directions but the two computers never "discover" each other.  WiFi connect works but 70 hours is a rough deal.

    I have a new Macbook Pro.  Trying to migrate files etc from my Macbook Air using a Thunderbolt Cable between them.
    I follow the directions but the two computers never "discover" each other - using a WiFi connection works but 70 hours is a rough deal.
    (Mac OS 10.8.2 on both computers)

    Are you trying target disk mode?
    http://support.apple.com/kb/PH10725
    Ciao

  • Trying to restore after getting a new hard drive.  I can see the backup on the Time Capsule and on the correct date but it is Greyed out.  That is it wont let me open it and restore the machine.  Have tried also Migration Assistant, no luck.

    Trying to restore after getting a new hard drive.  I can see the backup on the Time Capsule and on the correct date but it is Greyed out.  That is it wont let me open it and restore the machine.  Have tried also Migration Assistant, no luck.

    https://discussions.apple.com/thread/5210788?tstart=0
    At startup hold down the Command+Option/Alt+r keys until you see a globe on the screen. Then use disk utility to partition and format the drive HSF+ and then select Reinstall Mac OS X. whatever version of OS X that originally came on your system will be installed and then you can upgrade back to Mavericks.

  • I'm trying to migrate from mobileMe to iCloud but I have Snow Leopard (the latest version). It looks like Lion is no longer available because Mountain Lion comes out next month (July). The problem is mobileMe ends on June 30th. How can I migrate?

    I'm trying to migrate from mobileMe to iCloud but I have Snow Leopard (the latest version). It looks like Lion is no longer available because Mountain Lion comes out next month (July). The problem is mobileMe ends on June 30th. How can I migrate?
    My iphone and my ipad are compatible but when I try to go to icloud on my phone it says to do it on my computer.
    I would like to have my calendar, contacts, etc.. all sync like they do now. Is there a way to upgrade before June 30th? If not, will the gap be an issue or will I just be able to buy mountain lion and sync everything?
    Any suggestions?
    Thank you!

    You can buy Lion in the App Store now, but move to iCloud now. If you wait to Mountain Lion, you will only have Mail in Snow Leopard, so you will lose syncing unless you use Lion or Mountain Lion. It's up to you

  • Error while trying to migrate Classic HFM app to EPMA

    Hello I currently have a classic HFM application 11.1.2.1.0.83 and I have to migrate it to EPMA
    I already made a copy of the production App in a Virtual Machine and finish the process with positive results.
    However when I try to do the migration on the production environment (same version, same user, same provision) I keep getting this error
    APPNAME: Starting transformation
    APPNAME: Changing product application to EPMA
    APPNAME: Getting Metadata
    APPNAME: Unable to get product metadata
    Total Errors: 1 Total Warnings: 0
    Then it says something about checking the logs, which I already did following this route ...\Oracle\Middleware\user_projects\epmsystem1\diagnostics\logs\epma but nothing reporting an error or anything alike was registered
    Reading the forums I havent found anything similar, except for one person trying to migrate a planning application, but it seems it was a problem with his period dimensions, I'm most certain that cannot be my issue since the application finished succesfully on my VM
    Any help would be extremely appreciated I'm at a loss here

    Hello anyone with the same problem??

  • I am trying to migrate from macbook to a new imac and the looking for source keeps spinning

    I am trying to migrate from macbook to a new imac and the looking for source keeps spinning

    The warranty entitles you to complimentary phone support for the first 90 days of ownership.

  • Java.lang.NullPointerException trying to migrate from MySQL to OracleXE

    (Originally posted in the SQL Developer forum)
    I'm trying to migrate a small MySQL database (four tables) to OracleXE. When I capture an object (table, schema or entire database), I'm receiving a java.lang.NullPointerException message from the Capture source in the Migration Log window. The migrated object doesn't show up in the Captured Objects window until after I shut down SQL Developer and restart it, then the tables in the migration script don't have any columns defined in them.
    Here's the error from the console:
    java.lang.Exception: java.lang.NullPointerException
    at oracle.dbtools.migration.workbench.core.ui.AbstractMigrationProgressRunnable.start(AbstractMigrationProgressRunnable.java:139)
    at oracle.dbtools.migration.workbench.core.CaptureInitiator.launch(CaptureInitiator.java:57)
    at oracle.dbtools.raptor.controls.sqldialog.ObjectActionController.handleEvent(ObjectActionController.java:127)
    at oracle.ide.controller.IdeAction.performAction(IdeAction.java:551)
    at oracle.ide.controller.IdeAction$2.run(IdeAction.java:804)
    at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:823)
    at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:521)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
    at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
    at java.awt.Component.processMouseEvent(Component.java:5501)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
    at java.awt.Component.processEvent(Component.java:5266)
    at java.awt.Container.processEvent(Container.java:1966)
    at java.awt.Component.dispatchEventImpl(Component.java:3968)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
    at java.awt.Container.dispatchEventImpl(Container.java:2010)
    at java.awt.Window.dispatchEventImpl(Window.java:1778)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)Caused by: java.lang.NullPointerException
    at oracle.dbtools.migration.workbench.plugin.MySQLCapturer.captureColumnDetails(MySQLCapturer.java:473)
    at oracle.dbtools.migration.workbench.plugin.MySQLCapturer.captureObjects(MySQLCapturer.java:145)
    at oracle.dbtools.migration.capture.CaptureWorker.capturePerTable(CaptureWorker.java:568)
    at oracle.dbtools.migration.capture.CaptureWorker.captureType(CaptureWorker.java:331)
    at oracle.dbtools.migration.capture.CaptureWorker.runCapture(CaptureWorker.java:282)
    at oracle.dbtools.migration.workbench.core.ui.CaptureRunner.doWork(CaptureRunner.java:63)
    at oracle.dbtools.migration.workbench.core.ui.AbstractMigrationProgressRunnable.run(AbstractMigrationProgressRunnable.java:159)
    at oracle.dbtools.migration.workbench.core.ui.MigrationProgressBar.run(MigrationProgressBar.java:532)
    at java.lang.Thread.run(Thread.java:595)
    My environment is:
    Windows Xp sp2
    SQL Developer (ver. 1.1.2.25.78)
    J2SE Development Kit 5.0 Update 11
    mysql-connector-java-5.0.5
    Oracle Database 10g Express Edition Release 10.2.0.1.0
    The MySQL database is version 4.1.2 running on a remote Mandriva Linux 2006 server.
    Are there any specific version requirements for the components involved?
    Thanks.

    Hi,
    There's a known bug in the code that captures 4.1 MySQL databases (specifically). The fix has been applied, and will be available in our next release.
    for a temporary workaround, you can put your data into a MySQL 4.0 or 5.0 database.
    Regards,
    Dermot.

  • Trying to migrate SQL Server 2000 to Oracle 10g.

    Hi.
    I´m trying to migrate from Sql Server 2000 to Oracle 10g and I got some troubles.
    I have connected both databases with my Oracle Sql Server, after that I went to the Menu--> Migrate--> Fast Migration and then fill all the steps necesary.
    I can see the repository`s table at the oracle schema but after that the Sql Developer hang at the point "capture". I let the tool work for 2 hours and nothing to do. It´s not a hughe db so could be done faster.
    May I miss something?.
    Thanks.

    Hi
    I also have similar issue when trying to migrate from MS SQL 2005 to oracle 10g.
    I use the SQL Developer Version 2.1.0.63.
    First, I tried to use 'Quick Migration' then it created repository then stop there with error message
    "Error ocurred during capture: ORA-01400: cannot insert NULL into ("DDHCOWNER"."MD_PROJECTS"."ID")"
    Then, try manual way to capture SQL server, but some how it doesn't work. It just refresh IDE and stop.
    Before this activity, I tried to migrate MS SQL 2005 using 'Quick Migration' and it works. But this time I have to do it on another DB then this happened.
    So I re-try the previous connection then encountered the same to all.
    Thus, please kindly help to advice how to solve this problem.
    Thank you so much.
    Regards,
    Sai Lin Naung

  • Problems when trying to migrate from 6.0 to 6i

    Hi,
    I'm having problems when trying to migrate a Designer 6.0 application to 6i.
    When I get to start the migration after having selected the source application, the process fails immediately after I've pressed the button.
    I'm getting the error: CDR-21244: This process has been aborted and the advice to check the log file. But no log file is created.
    I've read Note 234984.1 which gives two suggestions in this situation: That the ORACLE_HOME environment variable is unset, and that the LOG_DIRECTORY_RAU directory is writeable. Both is fulfilled in my situation. However it seems that the migration procedure tries to start imp - I've noticed a short flash with the command prompt screen - and when I try to start imp manually from the command prompt I get errors. I was able to fix this error by setting ORACLE_HOME and ORA_NLS33. But the defining ORACLE_HOME is "illegal" ref. Note 234984.1. Of course I tried to leave it anyway, but that didn't help neither: The migration still dies a quick and silent dead.
    So now I'm stucked. How can I carry on?
    The source is on version 6.0.3.5.0 running on 8.1.5, and the taget is version 6.5.92.1.9 running on 8.1.7.4.
    Regards, Michael

    The migration from Designer 6.0 to 6i requires careful planning. Please read the migration guide on OTN (http://www.oracle.com/technology/products/designer/index.html) for advice and to assist you with the migration.
    Regards
    Sue

  • Trying to migrate to a new computer - major problems

    Hi, I'm posting this for my friend Cindy who is trying to migrate from an old laptop to a new PC. Laptop: Vista PC: Windows 7, both 64 bit.
    She called me after moving some files around and being partially successful. The problem is that a few thousand photos are missing and cannot be found. I've searched her internal and external hard drives and cannot locate the files on either computer. I do believe they are gone.
    What we're trying to figure out is this: How can she take everything that is on her laptop and migrate it properly to the PC. The catch here is that the laptop is messed up too because of trying to move things around.
    So, is there any way to get PS Lightroom to scan the catalog and then search the whole computer (c: and g: drives) for the missing files, and then export them into a new catalog that is properly organized? I realize that's a tall order but we are grasping at straws here.
    Thanks for your time, and feel free to point me in the right direction rather than answer the questions explicitly.
    Ryan (via Cindy's account)

    You need to supply more information:
    1) What version of LR is installed on the old laptop, and what version on the new desktop?
    2) Are the "few thousand missing photos" showing up in LR on the new desktop, but with '?' symbol in the thumbnails? If so double-click the '?' to display the laptop file location path where LR thinks the files are.
    3) What is the 'G:' drive letter (external drive?) and has anything been deleted from the G: or C: drives?
    4) Was there more than one (1) Lightroom catalog created on the laptop? If so where were the catalogs saved?
    This link will be helpful in locating LR files and folders:
    http://kb2.adobe.com/cps/843/cpsid_84313.html
    Do NOT open any applications on the laptop other than Windows File Explorer, to prevent overwriting any possibly deleted files.

  • I have a new MacBook Air.  When I first got it, I migrated some of my files from my PC to the MacBook Air with no issues.  Now, I',m trying to migrate more documents, music, etc. and migration assistant won't get past "Looking for Other Computers."  Why?

    I have new MacBook Air. When I first got it, I migrated some of my files from my PC to the MacBook Air without any problems.  Now I'm trying to migrate more files, music, etc. and I keep getting the continuous spining circle with "Looking for Other Computers."  I've tried everything and for some reason it is not finding my PC. What am I doing wrong?

    Use the trackpad to scroll, thats what it was designed for. The scroll bars automatically disappear when not being used and will appear if you scroll up or down using the trackpad.
    This is a user-to-user forum and most people will post on here if they have problems. You very rarely get people posting to say there update went smooth. The fact is the vast majority of Mountain Lion users will not be experiencing any major problems with the OS, or maybe with apps which are not compatible, but thats hardly Apple's fault if developers don't update their apps.

  • HT4796 I´m trying to migrate from my old PC to my mac, but in the migration assistance of my PC, the legend "waiting for your mac to connect" continues ever for ever, never appears the passcode. What can I do?

    I´m trying to migrate from my old PC to my mac, but in the migration assistance of my PC, the legend "waiting for your mac to connect" continues ever for ever, never appears the passcode. What can I do?

    The transfer of content from sources such as songs imported from CD is designed by default to be one way from iTunes to iPod. However there are a number of third party utilities that you can use to retrieve music files and playlists from your iPod. I use Senuti but have a look at the web pages and documentation for the others too, you'll find that they have varying degrees of functionality and some will transfer movies, videos, photos and games as well. This is just a small selection of what's available, you can read reviews and comparisons of some of them here:
    Wired News - Rescue Your Stranded Tunes
    Comparison of iPod managers
    Senuti Mac Only (Currently only the beta version is iPod Touch & iPhone compatible)
    PodView Mac Only
    PodWorks Mac Only
    iPodDisk PPC Mac Only (experimental version available for Intel Macs)
    TuneAid Mac only (iPhone and iPod Touch compatible)
    iPodRip Mac & Windows
    YamiPod Mac & Windows
    Music Rescue Mac & Windows
    iPod Music Liberator Mac & Windows
    iGadget Mac & Windows (iPhone and iPod Touch compatible)
    Floola Mac & Windows
    iRepo Mac & Windows (iPhone and iPod Touch compatible)
    iPod Access Mac & Windows (iPhone and iPod Touch compatible)
    TouchCopy Mac & Windows (iPhone and iPod Touch compatible)
    There's also a manual method of copying songs from your iPod to a Mac or PC. The procedure is a bit involved and won't recover playlists but if you're interested it's available on page 2 at this link: Copying Content from your iPod to your Computer - The Definitive Guide

  • I'm trying to migrate data from an old Powerbook G4 to a Macbook running 10.8 - new laptop can't find the target disk

    Can anyone help me get a new(er) Macbook that's running Mountain Lion migrate data from an old PowerBook G4 running 10.4.x?
    I've restarted the G4 holding down "T" and have the Firewire icon floating around its screen, started Migration Assistant on the Macbook, telling it to get data from a Time Machine back up or other disk, have Firewire cable connected to both laptops, continue and the Macbook is just endlessly "Looking for Other Computers"....
    Any ideas?
    Anyone?

    Additionally, When I have the two laptops connected via Firewire, I do see the disk from which I'm trying to migrate data and can copy files, etc.
    Not sure if this is helpful or not but thought I'd throw it out there.

  • HT204350 hi, I am trying to migrate my apps from my old Macbook Air 2010 to a new Macbook air 2013.  Both have Os X Mavericks. The computers cannot find each other in computer-computer network that I created. Any suggestions?  Thanks!

    Hi, I recently purchased a new Macbook Air with OS X version 10.8.5.  I am trying to migrate my data from my MacBook Air Late 2010.  Anyone knows how I could connect them with wires? The 2010 MacBook Air has only two USA slots. Thanks for any help on this issue!

    You can connect the USB2 to USB3  backwards compatible.
    or USB to Thunderbolt cable
    http://store.apple.com/us/mac/mac-accessories/cables#!
    or Ethernet to thunderbolt
    http://store.apple.com/us/search/thunderbolt#!

  • I tried to migrate my files from my old G4 book to my new Macbook Air. It did not work properly and I want to restore the Air to its original settings. How do I do this?

    I tried to migrate my files from my old G4 book to my new Macbook Air. It did not work properly and I want to restore the Air to its original settings. How do I do this?

    You will need to use an external DVD drive to run the disc installer that came you your machine. You can also do it with another Mac using the Remote Install Max OS X app. Finely, if you have access to another computer, you could burn the install image on a USB thumb drive, boot from that, erase the drive and run the installer.  
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G + 120G OCZ Vertex 3 SSD Boot HD 

  • Trying to migrate a Windows library over to Mac OS X

    Hello all,
    I am trying to migrate my music library (iTunes) that I created on a Windoze machine over to my new Mac. For some reason the Windows external drive will not be seen by the Mac machine and I get an error asking if I want to initialize the Windoze external drive. I know that this will format the drive and erase my music. Is there some software or way to simply copy from the external drive to my new computer? Also when I did try to copy from one to the other, it would start and then somewhere in the process it would say: "unable to copy file" or something like this and the entire process would abort and it would have to be started over. It does not say which file is causing the problem so I have no idea where to begin again.
    Thanks and hope I explained this okay.

    See the following: Geek to Live- How to move an iTunes library from a PC to Mac (and back) and Macworld - How to transfer iTunes libraries between PC and Mac.

Maybe you are looking for

  • Permission refuses to be repaired

    ...This is probably one of those things Apple would say "fuhgeddaboudit" (had to look it up in the Urban Disctionary...), but I'm a bit paranoid (and in love with my new baby iMac), what can I do... So when launching DiskUt -- even when rebooting via

  • File name truncation warning on Save for Web (For Macintosh browsers?) (CS2)

    Image (Line drawing). Save for Web (*gif). Receive following warning: "Some names of the files being saved will be truncated to 31 characters for compatibility with Macintosh browsers. To change your filename compatibility options, click the Optimize

  • Premiere Pro CS6 Error Message Codec Missing or unavailable?

    I know there is already a thread about this... but I couldn't figure out how to add to that thread. I have been googling for like 2 hours and get this figured out! Sorry if this is a silly question, I am very new! A videographer sent my company a har

  • Target/Node unavailable for Service Manager/Authtenticaion

    Hi, when ever we cloned from Production to TEST...Service Manager/Authentication Manager has Target/Node unavailable....showing this... what might be the problem..is it normal..can we ignore it...

  • IPod Won't Start Up at All

    I have a 3rd-Gen 30GB iPod that I recently purchased used, and it worked perfectly for two days. I had the iPod plugged in and charging, and it was on it's normal "OK to Disconnect" screen. Without thinking about it, I did a hard restart (pushed the