Installing 8.1.6 OCI drivers with 8.1.5 RDBMS

Hi,
I developpe an application in java 1.2.2 which have to connect to an
Oracle 8.1.5 Database.
Or 8.1.5 OCI or thin Driver don't support java 1.2.x so I try to use
8.1.6 OCI with 8.1.5 Database as it is said in JDBC FAQ :
"JDBC 8.1.6 drivers can talk to RDBMS 8.1.6, 8.1.6sdk, 8.1.5, 8.0.6,
8.0.5, 8.0.4 and 7.3.4."
"8.1.6 OCI and THIN Driver - JDK 1.1.x and JDK 1.2.x"
I would prefer to use OCI Driver due to performance so I would like to
know how can I install 8.1.6 OCI Driver? Should I install a 8.1.6 Client
to connect to an 8.1.5 Database?
Thanks,

all jdbc oci drivers require the matching client install on the same platform.
(i.e. The 817 JDBC oci driver requires the RDBMS 817 client install, etc.)

Similar Messages

  • Account Password Changed When Using OCI Drivers With WebLogic 6.0

    Hello all,
    Could be I am losing my mind but I saw some strange bahavior and I was wondering if anyone could offer an explination. We're running BEA WL6.0sp2 on an HPUX box with both an 8.1.7 client and server installation for development. We noticed that when we try to use the OCI driver to connect to our database, the password for our account is being changed on connection. This is definitely repeatable as we demonstrated it for the DBAs while they yelled at us. I highly doubt there is anything in WL that would cause the problem and everything works fine with the Thin drivers, with the JDrivers provided by BEA and with the credentials from SQL+.
    Our problem is we need the Layer 2 OCI support. Is there something in the OCI client installation that would cause this behavior?

    Hello all,
    Could be I am losing my mind but I saw some strange bahavior and I was wondering if anyone could offer an explination. We're running BEA WL6.0sp2 on an HPUX box with both an 8.1.7 client and server installation for development. We noticed that when we try to use the OCI driver to connect to our database, the password for our account is being changed on connection. This is definitely repeatable as we demonstrated it for the DBAs while they yelled at us. I highly doubt there is anything in WL that would cause the problem and everything works fine with the Thin drivers, with the JDrivers provided by BEA and with the credentials from SQL+.
    Our problem is we need the Layer 2 OCI support. Is there something in the OCI client installation that would cause this behavior?

  • Install only the 9i ODBC drivers

    Is there a way to have only the 9i ODBC drivers installed? I don't want this user to even have a hint of a chance to explore with the tools like SQL*Plus to the Oracle server. I understand the need to have the Net Configuration Manager installed so that a help desk person can configure the connection but can a custom install for only the ODBC drivers with the Net Configuration Manager work properly?

    First, try doing a custom client install where you select only the ODBC drivers. That should, hopefully, install just the ODBC drivers and whatever supporting bits the ODBC drivers need. If that installs a tool like SQL*Plus, you can always delete the executables from the %ORACLE_HOME%\bin directory (or deny the user permission to them).
    A friendly warning that if you're looking to do something like this you probably haven't implemented security properly in the database. Users should be given only the permissions they actually need to do their jobs, and shouldn't have permissions you wouldn't want them using when connected with any tool.
    Justin

  • I have a mid 2009 macbook pro and my issue is that I installed windows 7 and when I wan to install the drivers it says " bootcamp x64 is unsupported on this computer model" I tried installing the drivers with the bootcamp 4 but it did not work either

    I have a mid 2009 macbook pro and my issue is that I installed windows 7 and when I wan to install the drivers it says " bootcamp x64 is unsupported on this computer model" I tried installing the drivers with the bootcamp 4 but it did not work either it says that i have a newer bootcamp version. I tried a few tricks but they didnot work. I hope to be helped

    Welcome to Apple Support Communities
    You can install a 64-bit Windows 7 or Vista version in your Mac. Make sure you downloaded these drivers > http://support.apple.com/kb/DL1630 Also, if you have the Snow Leopard DVD you used to upgrade your Mac or the OS X DVD that came with your Mac, you can use it to install the Boot Camp drivers

  • Cursor Parse Exception With OCI Drivers

    I am getting the following Error if I call an Oracle Function with two
    Params. Based on the values of parameters the where clause is changed but
    returns the same Resultset. If I already have called the fucntion once and
    then pass different values to the parameters I get the following erros.
    I am closing the Connection, Resultset, and Callable statement at the end of
    my call to the Function.
    I am using OCI Drivers
    I am using Bind Variables in Oracle Function.
    Here is the Error
    Label Code is SMOCONTESTS
    java.sql.SQLException: ORA-01475: must reparse cursor to change bind
    variable da
    tatype
    at weblogic.db.oci.OciCursor.getCDAException(OciCursor.java:238)
    at weblogic.jdbcbase.oci.Statement.executeUpdate(Statement.java:869)
    at weblogic.jdbcbase.oci.Statement.execute(Statement.java:1364)
    at
    weblogic.jdbc.pool.PreparedStatement.execute(PreparedStatement.java:4
    5)
    at
    weblogic.jdbc.rmi.internal.PreparedStatementImpl.execute(PreparedStat
    ementImpl.java:289)
    at
    weblogic.jdbc.rmi.SerialPreparedStatement.execute(SerialPreparedState
    ment.java:398)

    Make sure ORACLE_HOME is properly set in your environment.
    Also WLS is not able to find the library in PATH env variable.
    Otherwise do this
    java -Djava.library.path=$WL_HOME/bin/oci815_8 etc. etc.. weblogic.Server
    where WL_HOME is your weblogic installation directory and i assume you want to
    use oci815 or load the
    appropriate dll.
    Hope this helps
    Let us know if you still see problems.
    Kumar
    Lee Mei Wah wrote:
    Hi
    I've the problem of creating the oracle connection pool wtih error
    message:
    java.sql.SQLException: System.loadLibrary threw
    java.lang.UnsatisfiedLinkError with the
    message 'no weblogicoci36 in java.library.path'.
    I'm running Weblogic 5.1 and oracle8.0.5 on NT.
    Has anyone got a solution for that?
    Lee
    "Jennifer Yang" <[email protected]> wrote in message
    news:3998a1d1$[email protected]..
    I was running batch update example, and I ran into the same problem, buton
    NT.
    What do I need to do?
    We are using WebLogic 5.1
    Jennifer
    "Kelvin Yip" <[email protected]> wrote in message
    news:3994602b$[email protected]..
    I think you may have followed their documentation and it is wrong. You
    may
    have set your LD_LIBRARY_PATH to
    oci80x_x but you should look for ...weblogic/lib/soloris/oci80x_xinstead.
    You are picking up the NT dll not the soloris so.
    "Sudharsan Srinivasan" <[email protected]> wrote in message
    news:39919e36$[email protected]..
    Hi I'm using the WebLogic's driver. It is giving the following error
    when
    I try to start the connection pool.
    "<JDBC Pool> Failed to create connection pool "oraclePool"
    <JDBC Pool> weblogic.common.ResourceException:
    weblogic.common.ResourceException:
    Could not create pool connection. The DBMS driver exception was:
    java.sql.SQLException: System.loadLibrary threwjava.lang.UnsatisfiedLinkError
    with the message 'no weblogicoci34 in java.library.path'."
    I'm running WebLogic 4.5.2 and I have setup the LD_LIBRARY_PATH.
    Thanks in advance.
    -Sudharsan.

  • How to install Windows 8 on Macbook pro with retina display ?

    Hi - How to install Windows 8 on Macbook pro with retina display ?
    I am pretty new to the apple world. Tried doing it through bootcamp but did not success.
    I am not interested to install it through Parallels or Fusion. Plz guide.
    Thanks !

    OK, use Windows 8 in Bootcamp. Be aware that there are no Bootcamp drivers for Windows 8 yet. So you may experiance not only delays but display problems, freezing, crashes and other problems.
    Here is the Bootcamp forum. Make sure you read all the posts from people experiencing Windows 8 problems with Bootcamp. https://discussions.apple.com/community/windows_software/boot_camp

  • How to completely remove mac os and install windows 7 on macbook pro with retina display 15 inch

    how to completely remove mac os and install windows 7 on macbook pro with retina display 15 inch

    There's not much sense in purchasing a Mac to run only Windows on it.  Keep in mind that drivers for Windows are a secondary concern for Apple.  While Windows will typicall run fine, things like power managment are not optimized under Windows (you'll get less time on battery while running Windows).  You will also not be able to install firmware updates.  Firmware updates might be necessary whether you run Windows or OS X as they are updates to the code in your hardware and are not OS-specific.  You must be running OS X in order to install a firmware update.  You can do this even if you boot off of an external drive with OS X installed on it.  At the very least, you should keep just a small partition for OS X on your internal drive. 

  • I can't install, repair, or remove BootCamp drivers from my Windows installation

    I have Windows XP SP3 installed on my Macbook Pro. When I installed Windows originally it failed to completely install BootCamp drivers, so I don't have advanced trackpad and keyboard features. I've downloaded the latest BootCamp drivers v3.2 that still run XP, but I always get a message saying that "the installer has encountered an unexpected error installin this package. This may indicate a problem with this package. The error code is 2753." I don't have anything in C:/Program Files/Bootcamp (It doesn't exist), and the Bootcamp icon in Control Panel doesn't work.
    I can't install, remove, or repair the drivers, not even using the software that came with my Mac OS X install DVD. On the Mac side, I'm running Snow Leopard. I've searched Google for help and couldn't find anything. Does anyone have any ideas? I've already gone through the registry and removed a bunch of Apple-related stuff, but it didn't help.
    Thanks! Shayne

    At last I got it all to work. I had to go into the registry and delete all references to Apple software and drivers. Some of the entries were locked, and I had to change permissions to allow me to delete them, which was probably the reason the installer kept failing. I finally got Boot Camp 3.0 installed off the Snow Leopard DVD and then upgraded to 3.2. I had a hickup with the trackpad drivers which didn't work, but I found a fix online -- the drivers labeled "TouchPad" were banged out, and I had to switch them to Generic USB Human Interface and then back to Apple TrackPad drivers, which fixed the problem. Now everything is working beautifully with multi-gesture touch pad and keyboard extensions. Yay!!!!!

  • Can I re-install OS 9 on a drive with OS X?

    This question appeared earlier under an incorrect subject line. My apologies.
    I am unable to boot from OS 9.2.2 on a G4 that I use almost exclusively with OS X. I am wondering if there is a way to re-install OS 9 without disturbing the rest of the hard drive. I have the OS 9.0.4 disk that came with the computer, which will boot the machine.
    My motivation to use OS 9 now is that I have to re-install an OS 9 program in order to use an OS X upgrade disk that has to see the OS 9 version to upgrade. What a pain!
    Thanks.
    BC

    Hi, BC -
    Yes, you can do that.
    Use the Software Install CD that came with the machine (not the Software Restore CD - the Restore CD installs too much, and careless use of it can cause the drive to be wiped clean).
    Do a Clean Install of OS 9.0.4 (a Clean Install of OS 9 will not erase anythig on the drive), followed by installing version updates to take the OS 9.0.4 to the final version you need. You will not be able to skip any of the intermediate versions to get to the final one.
    Article #58176 - Mac OS 8, Mac OS 9: Performing a Clean Installation
    Article #75103 - Mac OS 9.1 - Download and Info
    Article #120030 - Mac OS 9.2.1 - Download and Info
    Article #75186 - Mac OS 9.2.2 - Download and Info
    You can also start with a retail OS 9.1 or OS 9.2.1 Install CD (all retail OS 9 Install CDs have a white label with a large gold 9) to reduce the number of download updates needed; do a Clean Install from that CD, followed by whatever download update(s) you need.
    The version of the Startup Disk control panel that comes with OS 9.0.4 and OS 9.1 is not capable of 'seeing' OSX as a viable OS, hence will make switching back from OS 9 to OSX difficult. If you want to stay at either of those versions, you can update just that control panel to one which can see OSX -
    Startup Disk 9.2.1 Document and Software
    If the hard drive is not visible on the desktop when you boot the machine to the OS 9 install CD, that indicates that the hard drive was last formatted using OSX's Disk Utility and that the option to install OS 9 drivers was not selected. In the absence of those drivers the drive can not be mounted by any OS 9.
    If the hard drive is the original, it may be possible to recover from that with erasing it. This Apple KBase article discusses that possibility -
    Article #106849 - Disk Is Available in Mac OS X But Not in Mac OS 9
    Unfortunately re-installing OS 9 drivers rarely works. If the drive does not have OS 9 drivers, and re-installing them does not work, then the only remaining solution is to reformat (re-initialize) the drive using either OS 9's Drive Setup or OSX's Disk Utility. If the latter, make sure to select the option to install OS 9 drivers. Caution - doing this will completely erase the drive, so be sure you have backed up anything you do not want to lose.
    <hr>
    A perhaps easier solution would be to get a new hard drive and install it as a second drive in your G4. Your G4 is pre-equipped to accept a second drive - cable connections, both data and power, are already present. This drive could then be used solely for OS 9 purposes, and perhaps also as supplemental file backup for the original (OSX) drive.
    Having the two OS's on separate volumes will also asllow the use of Startup Manager during boot to select which you wish to use for startup at that time.
    Article #HT1310 - Startup Manager: How to Select a Startup Volume
    If you opt to do this, be sure the drive does not exceed 128GB in size. The built-in controller for the hard drives has a hardware limit of being able to 'see' a drive no laarger than that; drives larger than 128GB can be used, but will appear as being only 128GB in size after formatting. Because this is a drive size limit, and not a volume size limit, partitioning will not get around the limit.

  • I can access a function in a package using OCI drivers but not PDO drivers

    Hello all, i am a newbie to Oracle and its drivers for PHP. I would like to use PDO, and I have my database activity in packages, which have procedures and functions. My package has overloaded functions and that has been giving me a tough time with these drivers. So one signature of my function get_data contains a four arguments and all four are numbers, while another signature of get_data has the first two as numbers and the next two as varchar2. So when I try to access this function which is part of a package, I am able to retrieve data, and the driver I am using is OCI8, but when I try to do the same with PDO, it does not work. It gives me this error,
    *General error: 6553 OCIStmtExecute: ORA-06553: PLS-307: too many declarations of 'GET_DATA' match this call  (/var/www/php-5.3.3/ext/pdo_oci/oci_statement.c:146)' in /var/www/pdo_check.php:251 Stack trace: #0 /var/www/pdo_check.php(251): PDOStatement->execute() #1 /var/www/pdo_check.php(345): dbPDO->execPackage2() #2 {main} thrown in /var/www/pdo_check.php on line 251 *
    I got this error earlier with OCI drivers, then I added the datatype while binding the values.
    Has anybody had this headache earlier??
    ##Works
    *$qu = oci_parse($connect, 'select pack.get_data(:p1,:p2,:p3,:p4)as rc from dual');
    $p1 = (int)121;
    $p2 = (int)222;
    $p3 = (int)324;
    $p4 = (int)001;
    oci_bind_by_name($qu,":p1",$p1,10,OCI_B_INT);
    oci_bind_by_name($qu,":p2",$p2,10,OCI_B_INT);
    oci_bind_by_name($qu,":p3",$p3,10,OCI_B_INT);
    oci_bind_by_name($qu,":p4",$p4,10,OCI_B_INT);
    oci_execute($qu) or die("did not execute");
    $r = oci_fetch_array($qu);*
    ##Does not work
    *$sql = 'select pack.get_data(:p1,:p2,:p3,:p4) from dual';
    $result = $this->dbConnect->prepare($sql);
    $p1 = (int)2;
    $p2 = (int)2;
    $p3 = (int)2;
    $p4 = (int)6;
    $result->bindParam(':p1', $p1, PDO::PARAM_INT);
    $result->bindParam(':p2', $p2, PDO::PARAM_INT);
    $result->bindParam(':p3', $p3, PDO::PARAM_INT);
    $result->bindParam(':p4', $p4, PDO::PARAM_INT);
    $result->execute();*
    I am still perplexed why is PDO giving me an error, when I have virtually mentioned everything is asks for?

    I think the only person who can really answer this question is Chris Jones. For my money I tend to steer clear of PDO as it is a bit quirky ( at least in my experience ) and it does not support reference cursors.

  • Vista 32-Bit SP2 install broke my network adapter drivers

    I have a T61 model 765912G. I installed Vista SP2 from a fully up to date SP1 installation with everything working. It now has yellow warning triangles in Device Manager against: Intel (R) 82566MM Gigabit Network Connection and Intel(R) Wireless WiFi Link 4965AG adapters. They now both show the following on the 'general' tab on their device properties:
    This device cannot start. (Code 10)
    Click 'Check for solutions' to send data about this device to Microsoft and to see if there is a solution available.
    I have uninstalled the device from device manager and rebooted, I have uninstalled the device from device manager and ticked 'remove drivers' and rebooted, I have downloaded and installed the latest drivers from the Lenovo website and I have also followed the link to the Vista solutions where I was directed to the Intel website from where I downloaded and installed the most current driver.
    None of the above actions repaired this issue. I do have Cisco VPN client v5.0.00.0340 and VMWare Workstation v6 installed on my laptop both of which install virtual network devices, but both worked perfectly before the SP2 upgrade.
    If anyone has seen this and knows what the, or if there is a, fix is (short of uninstaling SP2) please let me know....
    I have a similar post on a Microsoft support forum and the best so far is that I go to IBM - really helpful.
    My line manager has the same model laptop with the same OS and had exactly the same problem, he uninstalled SP2 and everything worked properly afterwards. I'd like to persevere for a little while and try to fix this error.
    I am online now by virtue of the fact that I have inserted a 3COM PCMCIA card into the PC Card slot on my laptop. This suggests that the network subsytem is OK, and it is just the drivers that SP2 has broken.

    Well, the Mac OS install disk includes all the drivers you need for all the hardware you have. You don't need to download anything separately.
    You don't need to download Direct X. Direct X 10 comes with Vista.

  • Trying to install Windows 7 - no device drivers were found

    On top, i sorry for my bad english.
    I have a trouble. Actually i have on my HP notebook ( H0W28EA ) SUSE Linux Enterprise Desktop. But i want install Windows 7. I put pendrive to my notebook, boot, and... error : No device driver were found. I don't have DVD/CD with drivers with my notebook.. I don't understand which drivers i must download. Help me. TIA
    This question was solved.
    View Solution.

    Chance in bios the setting to Legacy,(becose standert he only see,s the drivers for install windows 8.
    then set first to boot,Flash or cd/dvd
    I have changed it and it works
    becose you are using an previus windows os,also you can install then xp or Vista,what you want.
     probably your pc/laptop is standard sold with windows 8, and microsoft don,t want that you go back to downgrade,
    becose the have  with windows 8 and later 10  more checking controll over your pc  when you install illegal software.
    sorry fore my English,i am Dutch.
    Greets gerardw

  • I want to install xp on my MacBook Pro with i5 processor, but that creates the partition and restart the computer just stays in the following message: The Setup is inspecting your hardware configuration of your computer, someone can help me with this ?

    I want to install xp on my MacBook Pro with i5 processor, but that creates the partition and restart the computer just stays in the following message: The Setup is inspecting your hardware configuration of your computer, someone can help me with this ?

    The answer has not changed since your last post here https://discussions.apple.com/thread/3230576?tstart=0
    There are no XP or Vista drivers for the new Apple computer hardware. Apple stopped XP and Vista support. http://support.apple.com/kb/HT4410.

  • 8.1.6 JDBC OCI drivers ??

    where can I find this OCI Drivers for NT?
    I found them only for Solaris...
    Thank's

    Yes. I have been using the 8.1.6 OCI driver with JDK 1.2 for about a month now...

  • Equium P200-1ED Installing Windows XP Problem - SATA Drivers

    I have just bought a Toshiba Equium P200-1ED laptop with Vista installed and want to install my copy of Windows XP Pro. This is the latest disc with SP2 included.
    When I boot up it does not recognise the hard drive. I assume I need to download these drivers and load them onto a floppy and hit F6 when the windows setup screen prompts me to do so.
    Questions are;
    1) Where can I get these drivers from?
    2) Will the machine recognise a USB floppy Drive?
    3) Am I right about what I need to do?
    Thanks in advance for your help. :8}

    How to install XP Home on the following Vista laptop. 05/01/08
    Toshiba Equium A200-1V0 PSAF5E
    Introduction
    These are the steps taken by us to remove Vista from our Toshiba laptop and replace it with XP Home. There may be inconsistencies in our methods and we may not have all of the exact drivers installed, but everything appears to work OK for us.
    Our laptop now runs much faster, opens and closes faster and is more stable.
    This is not a 5 minute operation. It should not be attempted by anyone with only a passing knowledge of computers as it is very easy to screw things up. The shop you bought your PC from will charge a lot to fix things and they will probably insist on re-installing Vista!!.
    Be prepared that this will also probably invalidate your warranty.
    Luckily, I have a 2nd PC running XP that allows me to access the web. This is very useful as it means that while your Vista machine is 'broken' you can still search for help and download driver files. I also used my 2nd PC to create the modified XP installation CD mentioned further on.
    You must have access to the web via some PC or other to get the required drivers.
    Method
    Firstly, while you still have Vista on your laptop machine, download and run an interrogation program such as 'Belarc advisor' which will list all the drivers and software that are installed on your laptop. Print it out for future reference.This may be useful later when searching on the web for any drivers that may need updating.
    Now, make sure you have noted down all the required settings for your Internet connection.
    Also, backup any files that you may have placed on the hard drive as you will lose the lot including any emails and address books and web favourites etc.
    Unfortunately, the Toshiba disc that comes with this laptop does not appear to have any of the required drivers with it. Instead, I think that it relies on Vista keeping copies on your hard drive. This is not very bright as when the hard drive fails you have lost everything!
    This therefore means that you have to go on the web and search for all the required drivers to run XP successfully.
    Some we could not find, for example the Wireless network adapter, however this was no problem as once we had installed XP and connected to the web via the Ethernet cable to our Router we were able to run 'Update Driver' for each item missing.
    Go to 'Device Manager' via 'Control Panel' then 'System' then 'Hardware'. Then look for any yellow question marks for any problems. Right click and run 'Update Driver' for the hardware update wizard and allow the PC to look on the web 'this time only'.
    The ones we did this way were: Wireless adapter, Audio adapter.
    Unfortunately an original XP SP2 CD does not contain the required drivers for this laptop. Therefore when you boot the CD it will, after a few minutes of installing files, say that you have a hardware problem as there are no drives present.
    To rectify this, you will need to download the correct Intel ICH8M SATA AHCI Controller drivers. I couldn't find this on the Intel website, but instead searched on Google for it. and got it from: http://downloadcenter.intel.com/Product_Filter.aspx?ProductID=2101
    The other required drivers that we found on the web were:
    Intel chipset device software installer
    Web page
    http://downloadcenter.intel.com/Detail_Desc.aspx?agr=N&ProductID=816&DwnldID=14528 &strOSs=45&OSFullName=Windows* XP Home Edition&lang=eng
    Or if this link doesn't work try this:
    http://support.intel.com/support/chipsets/inf/sb/CS-021273.htm
    Select 'Download Intel chipset software installation utility' on the left hand side and select your operating system 'XP Home'
    Select 'INF Update Utility - primarily for Intel 3, 900 series chipsets'
    and download it.
    Intel graphics driver: Mobile Intel(R) 965 Express Chipset
    Web page
    http://downloadcenter.intel.com/Detail_Desc.aspx?agr=N&ProductID=2800&DwnldID=1438 8&strOSs=45&OSFullName=Windows*%20XP%20Home%20Edit ion&lang=eng
    Or if this link doesn't work try this:
    http://support.intel.com/support/graphics/intelgm965/
    Now select 'software and drivers' on the left hand side and select your operating system 'XP Home'
    You will be presented with a list of files.
    Select Intel® Graphics Media Accelerator Driver for Windows* XP (exe)
    and download it.
    Marvell Yukon Ethernet Driver
    Web page
    http://www.marvell.com/drivers/driverDisplay.do?dId=175
    Or if this link doesn't work try this:
    http://www.marvell.com/drivers/search.do?reload=false
    On the right hand side, select 'W2000/ XP/2003/Vista x86 & x64 Multi-Language Installer (32-bit and 64-bit) for Yukon Devices'
    Creating the XP Drivers disc
    Add the SATA drivers to a copy of your XP install CD using a program such as NLite.
    You will need enough spare hard drive memory to take a copy of your XP install CD (approx 700MB).
    Run the program 'sp37005.exe' and it will install to your hard drive. Don't install to a floppy.
    Download 'NLite' from: http://www.nliteos.com/download.html
    When you run NLite it will probably say that you need to install '.net Framework', if so, quit NLite and go and find the program. This is a Microsoft program that you can find by searching on Google for the relevant page on the Microsoft website.
    Now place your XP install disc in your CD drive, if it autoruns, exit it.
    Then run Nlite and follow on screen instructions.
    The program will ask where your XP disc is then it will ask where you want to save the copy.
    On the 'Task selection' screen select 'Drivers' and 'Bootable ISO'. then press 'Next'.
    Now select 'Insert' then 'Multiple Driver folder' and go and find your downloaded SATA driver files. Now select 'All' and 'OK. The program will list the available SATA drivers. Only select the two that mention 'ICH8M'. Now press 'Next'. The screen will show the selected drivers. Press 'Next' again and then 'Yes' to the prompt, and then 'Next' when done
    You are now presented with the 'Bootable ISO' screen.
    Put a new burnable CD in your CD writer, wait for it to be recognised and exit any window that might pop up to allow you to install files
    Now, in Nlite, under 'Mode' select 'Direct Burn'
    Under 'Label' enter something like ' XP for Toshiba Equium A200' to identify the disc.
    Leave Advanced settings alone and now add in the other required drivers by clicking explore and copying them to the root directory of the temporary XP directory on your hard disc. It might be best to create a 'Drivers' folder in the root directory to make them easy to find later.
    Now click the 'Burn' button. Now follow the rest of the instructions to complete.
    You have now created an XP install disc which contains your required SATA drivers.
    -As you can tell, this is quite convuluted but avoids you having to buy a USB floppy drive and it provides a neat solution.
    Hasta La Vista!!
    Now you are ready to begin the cleansing process, if you are brave enough to continue....
    Firstly, re-boot your laptop and while booting press F12 to change the boot order so that the DVD/CD ROM is first. Alternatively use F2 and then change the Boot order from there.
    Now insert your new XP install disc in the DVD/CD drive and re-boot the PC, selecting boot from CD when prompted.
    The XP CD will now start copying files and eventually will display an options screen
    Select to install Windows.
    Then delete the C: hard drive partition (with Vista on)
    Delete the F drive partition used by Vista also.
    You will have to follow lots of warning prompts to delete the partitions.
    Now follow the instructions to create an NTFS partition on the C drive.
    Now install XP as instructed.
    Don't worry that the graphics are a bit chunky as once Windows has finished installing you can run the graphics driver you copied to the the XP CD to correct this.
    Run the three driver files:
    win2k_xp14311.exe Intel graphics driver
    infinst_autol.exe Intel chipset software installation utility'
    setup.exe Marvell Yukon Ethernet Driver
    Your graphics should now improve and you should now be able to connect to the web (after running the web setup wizard). But don't do this until you have installed your Antivirus and Firewall software.
    Now go to 'Device Manager' via 'Control Panel' then 'System' then 'Hardware'. Then look for any yellow question marks for any problems. Right click and run 'Update Driver' for the hardware update wizard and allow the PC to look on the web 'this time only'.
    Hopefully, everything should now run OK.
    Now go and have a drink to celebrate!

Maybe you are looking for

  • Movies purchased on iPad do not show up in iTunes

    I purchased some movies and TV shows on my iPad 2 while I was out of town, and they downloaded fine. However, I get home and they won't show up in my iTunes library (running Mountain Lion, everything up to date). They show up in my purchase history i

  • Why is my imac running so slow after upgrading to osx 10.9.1?

    Ever since i upgraded to OSX 10.9.1 a couple of weeks ago, my mac runs slow, hangs up with the beach ball and generally has become a pain in the neck to work with.  I can't identify any one program specifically, it's pretty much everything.  I want M

  • Button for next recording in the database

    Hello, I currently testing Adobe LiveCycle to create a PDF form with data link to a database (Access). The goal of my form is for the manager of each of our site to write variable about the paycheck of each employe. So first I create my AccessDatabas

  • Connection navigator does not appear in new install on Win XP

    I am trying to install SQL Developer as part of a class project on a Win XP machine. My problem When I launch sqldeveloper.exe, the start page appears but not the connection navigator pane. I do not have Oracle installed. I am trying to connect with

  • Why does my leading zero disappear

    I have created a 4 number field.  Why does my leading zero disappear when moving onto the next field.  How can I correct this? Thanks.