Using 8i PersEd on machine with Runtime 8.0.5

I've picked up a training copy of 8i Personal Edition and would like to use this on the same machine as an app that uses a runtime version of the 8.0.5 client. This runs on Win 2000.
1. Can this be done at all?
2. Can the 8i 8.1.5 client replace the 8.0.5 client?
3. Can the 8i univeral installer remove the 8.0.5 client?
4. Does VAW exist in 8i?
Thanks

The datatype of X and Y are both VARCHAR2(10) in this case.
Even if they are numbers, they have the same problem. The order get reversed and the data inserted is incorrect.
E.g. I have column M VARCHAR2(10) and column N NUMBER (2) in TABLE2.
String sql = "INSERT INTO TABLE2 (M, N) VALUES (?, ?)";
PreparedStatement ps = conn.prepareStatement(sql);
ps.setString(1, "one");
ps.setInt(2, 1);
ps.executeUpdate();
The insert operation is still successful. But when you select it becomes,
M N
? 0
This is because the order of the variables get reversed again.
Forgot to mention that if we have used Statement instead of PreparedStatement, we will not have such problem.
E.g. Statement stmt = conn.createStatement();
String sql = "INSERT INTO TABLE2 (M, N) VALUES ('one', 1)";
stmt.executeUpdate(stmt);
The above will insert fine and when we do a select, the result is correct.
M N
one 1
Though the above works fine, I still prefer to use PreparedStatement because of performance issue. So anyone has any idea what exactly is happening?
Hmmm, this ones a strange one.
What type are X and Y in the database? If they are of
type NUMBER why not try something like.
ps.setInt(1, 1);
OR
ps.setLong(2, 2);
and see if that makes any difference.

Similar Messages

  • Currently i am using a windows7 installed machine with following configurations intel core i5 2.60Ghz with Ram 8gb.(64 byte).I would like to install Mountain lion osx in my windows machine.Pls tell how to  install  mountain lion osx in my windows machine?

    Currently i am using a windows7 installed machine with following configurations intel core i5 2.60Ghz with Ram 8gb.(64 byte).I would like to install Mountain lion osx in my windows machine.Pls tell how to  install  mountain lion osx in my windows machine?

    Please stop asking about that on this forum.
    There are plenty of informations on the Internet if you want to do it but nobody here will help, because is against the forum's rules.
    And, you can't buy Mountain Lion if you do not have a Macintosh with at least Snow Leopard installed.
    There is no physical media. Mountain Lion is provided by Apple through the Mac App Store.

  • Can I use an external Drum Machine with the drum sounds in Express?

    New to Logic Express and Midi. Can I create drum track patterns and whole songs using an external drum machine and the drum sounds in Logic Express? I'm sure I can, but I have no clue as to how. Can anyone point me in the right direction?

    shanec805, wttdaWelcome to the discussion area!
    Remember that Time Capsule is a hardware device.
    Time Machine is a software feature of OS X 10.5.5.

  • How do i use an old time machine with a freshly installed Mountain Lion

    I recently formatted my HD, that was on OS Lion, and installed a fresh copy of OS Mountain Lion. Is  it possible to still use my time machine machine backup (from before i formatted my hard drive) with the newly formatted HD running Mountain Lion? or do i just start from scratch again.
    Thanks for the responses
    MacBook Pro 2010
    OS 10.8 (mountain Lion)

    This is the closest thing to my query that I have been able to find. I recently installed ML on my late 2011 MBP. I have tons of backups from Lion and I want to continue backing up ML. I have hesitated to do so as I fear that I will not be able to recover my data and settings in the event that I decide to downgrade to Lion. If I was to downgrade back doe Lion; could I use a ML TM backup to recover my files and settings?

  • RMI uses incorrect InetAddress on machine with two nics

    Hello All,
    RMI registry and server run on the same host. Host has two nics, one assigned for private network (192.168.x.x) and another for global.
    For the sake of creating RMI registry I use the global one and specify it as four dot-delimited numbers instead of machine name:
    Registry registry = LocateRegistry.getRegistry("xxx.xxx.xxx.xxx", rmiPort); // "xxx.xxx.xxx.xxx" is global IP addressInvoking a method with just a port as a single parameter causes RMI to bind to the private address, so I avoided that trouble by using numeric IP.
    Remote client is able to locate the registry and extract the stub from it now, but ironically retrieved stub contains private address inside.
    Debugger shows that the proxy stub contains TCPEndpoint which resolves to 192.168.xxx.xxx:yyyy
    I am exporting the object on the server side by using UnicastRemoteObject.exportObject(myObj, 0) method.
    Unfortunately, there is no method which would allow to specify the InetAddress to bind the object on.
    I've seen the battle on page [Remote Method Invocation (RMI) - Why does RMI server sets its connection address?|http://forums.sun.com/thread.jspa?threadID=5366985].
    Close questions are discussed, but I haven't found answer on my question.
    Is there an ability to specify the address when exporting the object?
    Or any workaround to let the client retrieve the proper stub which can be used to send requests to the server?
    Thank,
    Alex.

    For the sake of creating RMI registry I use the global one and specify it as four dot-delimited numbers instead of machine name:
    Registry registry = LocateRegistry.getRegistry("xxx.xxx.xxx.xxx", rmiPort); // "xxx.xxx.xxx.xxx" is global IP address
    That doesn't create a registry. It just returns a stub to an existing registry.
    Invoking a method with just a port as a single parameter causes RMI to bind to the private address.No it doesn't. It causes RMI to construct a stub using "localhost" as the hostname. If this maps to the private address via your /etc/hosts file or DNS, so be it.
    Remote client is able to locate the registry and extract the stub from it now, but ironically retrieved stub contains private address inside.Nothing ironic about it. The stub doesn't know where you got it from. The address inside the stub is controlled by what "localhost" resolves to in the server JVM. If it resolves to something inconvenient, either change that or set the system property java.rmi.server.hostname to the desired IP address or hostname in the server JVM.
    Unfortunately, there is no method which would allow to specify the InetAddress to bind the object on.You don't normally need one, see above, although in pathological cases you could use an RMIServerSocketFactory, which does give you that ability.
    I haven't found answer on my question.See also the RMI FAQ, item A.1.
    Is there an ability to specify the address when exporting the object? See above.

  • Using AlertSec on a machine with IBM Rescue and Recovery

    As an idenpendent contractor I'm required to secure my laptop with AES256 encryption. I've done this by subscribing to a web based service known as AlertSec. AlertSec uses Checkpoint (Pointsec) encryption which allows you to encrypt the dirve on your machine without all of the other related administrative overhead.
    Recently I noticed that the Pointsec system tray icon was not displayed. I reported the condition to AlertSec and was advised as follows:
    "I can see you have IBM Lenovo and looking at the list of installed applications Rescue and Recovery is among them, this is the IBM recovery software that is currently not  compatible with Alertsec and will cause problems if you have not fully removed the Recovery partitions".
    I'm not sure as to what AlertSec is referring to when they mention "the recovery partitions"
    I don't want to remove the Rescue and Recovery app and find that I can no longer access my work or worse. If anyone has insight or previous experience with this kinda scenario please let me know.
    Thanks in advance.

    you did not mention what release of Rescue and Recovery you have installed. In RnR 3.0 there was an update to make compatible with Pointsec ("Bootmanager updates have been incorporated to make the Rescue and Recovery application compatible with Pointsec software. "). See here: http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-62558
    Also, Utimaco also provides an AES encryption SW package that is compatible with RnR.....
      ThinkPad user since 1994

  • Windows 7 64 bit machine with printer installed locally takes 2-3 minutes for printing most of the time and fails to print some time.

    Our customer  have 3-4 windows machines in local area network (No Domain Login) with different OS versions and platform architecture (32 / 64 bit)
    I have no idea about the configuration of  machine to which printer is hooked up but it is running Windows for sure.
    This machine is accessible from any other machine in LAN. They have another machine running Windows 7 64 bit OS  on which they have installed the printer connected to earlier machine  using local printer driver installation
    with local TCP/IP port being selected during installation. Installation goes well,  printer gets installed successfully and  shows ready state. but when we try to print anything on it takes 2-3 minutes to complete print job. They have tried
    this on printers with couple of different model and make but the result is same delayed printing. They have also tried to install different printer drivers like HP printer model specific driver and HP universal driver too , but the result is
    the same in all cases. earlier when they were using  32 bit XP machine with printer installed same way that they installed now for win 7 64 , there was no issue seen with regards delayed printing. is this a issue with windows  7 64
    bit printing system ? or it has to do something with mixed and matched (32/64 bit )printer drivers running on different machines on LAN ?
    I will try to get more information with regards to the machine to which printer is connected.In the mean please revert back to me if any one had face similar issue and able to resolve it successfully.    
    Thanks in Advance.

    Hi,
    Have you tried ping ip address of printer? and check if there exists any data lost in network connection. If your network connection is crowded, it can cause delay for printer.
    Also, please attempt to disable all security software temporarily, such as antivirus, firewalls,etc and
    clear all printer cache.
    Locate to task manager, check the state of spoolsv.exe, including cpu and memory. If it has high cpu or memory usage, it may be caused by malware. Thus, you'd better to make a full scan with the latest anti-virus.
    Karen Hu
    TechNet Community Support

  • I have 2 macbooks each with an account for me and one for my wife. I use one Macbook logged in with my account and my wife uses the other Macbook only loged in on her account. We both make regular time-machine back-ups each on a separate external disk

    I have 2 Macbooks each with an account for me and one for my wife. I use one Macbook logged in with my account and my wife uses the other Macbook only logged in on her account. We both make regular time-machine back-ups each on a separate external disk. Is it possible to update her account on my macbook using her external disk without overwriting my stuff on the same Macbook and vice versa?

    Time Machine does not do individual accounts. It records the complete drive. So if you were to use her TM backup on your Mac it would make your Mac just like hers. Both yours and her account on your MAC.
    Just copy the missing files over from her Mac to yours. If there are differennt programs on each then they would need to be installed on both.

  • How can I restore my data from iCal? I didn't make any backup, but I use  time machine with an external HD. I deleted iCal when I deleted my gmail account. I have tried to restore, but I can only restore the iCal software and not the data.

    How can I restore my data from iCal? I didn't make any backup, but I use  time machine with an external HD. I deleted iCal when I deleted my gmail account. I have tried to restore, but I can only restore the iCal software and not the data.

    So what is your question?
    If you forgot your encryption password:
    Warning: Make sure it's a password you will remember or write it down for safekeeping. If you encrypt an iPhone backup in iTunes and forget your password, you can't restore from backup and your data will be unrecoverable.
    If you can't remember the password and want to start again, you must perform a full software restore and chooseset up as a new device when iTunes prompts you to select the backup from which to restore.
    The above comes from here:
    http://support.apple.com/kb/HT4946

  • Using the same external drive with Time Machine on new mac?

    I recently got a new mac because my old one broke. Thankfully, I had a fresh backup on Time Machine ready to restore onto my new computer. But when I try to use Time Machine with my new computer, it keeps wanting to do a whole new backup. It won't recognize the latest backup to only add new or changed files.
    Here's a breakdown of my events:
    new computer
    restore Time Machine on new computer at install
    want to continue using the external drive with Time Machine from where I left off (only adding new files since the last backup) on my new computer
    Time Machine wants to do a whole new backup
    Question: How can I continue to use my existing external hard drive with Time Machine on my new computer, picking up where I left off (not a new, complete backup)?
    My old computer was Snow Lepoard, my new one is Lion.

    Bergers wrote:
    new computer
    restore Time Machine on new computer at install
    That should have left a "trail" in your SystemMigration log, so Time Machine can figure out what happened and automatically "inherit" the old backups.  But sometimes, obviously, that doesn't work.
    Since it didn't, there's a chance you can do it manually.  See #B6 in Time Machine - Troubleshooting.

  • Using Time MACHINE with a USB drive connected to an Airport Extreme

    Disclaimer: Apple does not necessarily endorse any suggestions, solutions, or third-party software products that may be mentioned in the topic below. Apple encourages you to first seek a solution at Apple Support. The following links are provided as is, with no guarantee of the effectiveness or reliability of the information. Apple does not guarantee that these links will be maintained or functional at any given time. Use the information below at your own discretion.
    Please click here:
    |
    Using Time Machine with an Airport Extreme AirDisk
    |
    Note: If you got here by clicking a link that looks like this:
    _. . . discussions.apple.com/thread.jspa?threadID=2299608#Q1_
    Note the number at the end, after the +*pound sign,+* (#) and click the corresponding item below:
    Please pardon the inconvenience.
    |
    QUESTIONS
    *Q1. Can I use the USB drive(s) for Time Machine backups AND other data?*
    *Q2. How do I set up Time Machine to back up to a USB drive connected to my Airport Extreme?*
    *Q3. How do I delete backups?*
    *Q4. How do I back-up my backups?*
    If you don't see your question here, try Time Machine - Frequently Asked Questions.
    |
    PROBLEMS
    *P1. The Backup disk image could not be created.*
    *P2. Time Machine could not complete the backup . . sparsebundle could not be accessed. (Error 109).*
    If you don't see your problem here, try Time Machine - Troubleshooting
    This is the 3rd version of this tip. It was submitted on May 16, 2010 by Pondini.
    Do you want to provide feedback on this User Contributed Tip or contribute your own? If you have achieved Level 2 status, visit the User Tips Library Contributions forum for more information.

    Hi, Nubz!
    Yes, I just saw that, and am still chuckling.
    Maybe that will mollify the Jive gods?
    Thanks again,
    Jim

  • Can I use a 2tb external drive with Time Machine to backup my Mac Mini (256gbSSD + 2tbHDD)?

    Can I use a 2tb external drive with Time Machine to backup what I have on my Mac Mini?
    My Mac Mini has one 256 SSD and one 2tb HDD. I want to use Time Machine to do a backup of everything.
    Would an external 2tb My Passport Drive by Western Digital work for the backup?
    It seems like it would not work because the total storage on the Mac Mini is 2304 gigabytes (SSD + HDD).
    And the external Western Digital drive is only 2048 in gigabytes versus 2304 gigabytes the Mac Mini has.

    No. A Time Machine backup drive should have at least twice the capacity of the drive it backs up. You would need at least a 4 TB backup drive for Time Machine.
    Might I suggest as an alternative that you not use Time Machine but a third-party backup utility that simply overwrites older files with new ones such that the backup drive can be the same capacity as the drive backed up.
    Suggested Backup Software
      1. Carbon Copy Cloner
      2. Get Backup
      3. Deja Vu
      4. SuperDuper!
      5. Synk Pro
      6. Tri-Backup
    Others may be found at MacUpdate.
    Visit The XLab FAQs and read the FAQ on backup and restore.  Also read How to Back Up and Restore Your Files.

  • Using Time Machine with a network Drive

    I recently bought a WD My Book Live network drive to use as my Time Machine backup. I was previously using a USB external HD for Time Machine with no problems. I have set up the new network drive but when I go in to Time Machine to select it as the drive to back up to, it is not showing up. The only drive I see is my old USB external HD. I have the latest firmware for the network drive and I am running Mac OSX10.5.8. Any suggestions?

    If you bought the WD in a USB enclosure it probably came formatted with NTFS (Windows). Time Machine can't use NTFS drives or SMB (Windows) network shares as a backup destination because that format does not allow the proper permissions to be set. If this is the case with your drive, open Disk Utility and reformat your new drive (NOT you system drive!!) with HFS+ aka 'Mac OS Extended (Journaled)' and then the drive should show up as a target selection in Time Machine.

  • Operating system not found when deploying to machines with two hard drives using MDT 2013.

    Computers with two hard drives will not boot after the install OS step in the task sequence.  I get the "An operating system wasn't found.  Try removing drives that don't contain an operating system" error.  I am able to get the
    machine to boot by swapping the hard drives' boot order, but the  task sequence won't complete after this.  The deployment works fine on machines with one hard drive, and I'm not getting any errors from the task sequence.  I'm deploying windows7
    enterprise x64 using MDT2013.  This is a new custom image and task sequence generated using MDT2013.  I can't remove the second hard drive because there are scripts that run on the second hard drive during deployment and also because I don't desire
    to remove and re-install 250 hard drives.  I've not experienced this problem with earlier versions of MDT.

    The bdd.log file you sent does not show two internal drives, it shows only one.
    Console > Please wait while DiskPart scans your configuration... ZTIDiskpart 12/16/2013 9:57:04 AM 0 (0x0000)
    Console > DiskPart has finished scanning your configuration. ZTIDiskpart 12/16/2013 9:57:05 AM 0 (0x0000)
    Console > DISKPART> ZTIDiskpart 12/16/2013 9:57:05 AM 0 (0x0000)
    Console > Disk ### Status Size Free Dyn Gpt ZTIDiskpart 12/16/2013 9:57:05 AM 0 (0x0000)
    Console > -------- ------------- ------- ------- --- --- ZTIDiskpart 12/16/2013 9:57:05 AM 0 (0x0000)
    Console > Disk 0 Online 60 GB 60 GB ZTIDiskpart 12/16/2013 9:57:05 AM 0 (0x0000)
    Console > DISKPART> ZTIDiskpart 12/16/2013 9:57:05 AM 0 (0x0000)
    Console > Volume ### Ltr Label Fs Type Size Status Info ZTIDiskpart 12/16/2013 9:57:05 AM 0 (0x0000)
    Console > ---------- --- ----------- ----- ---------- ------- --------- -------- ZTIDiskpart 12/16/2013 9:57:05 AM 0 (0x0000)
    Console > Volume 0 D DVD-ROM 0 B No Media ZTIDiskpart 12/16/2013 9:57:05 AM 0 (0x0000)
    Is this the problem?
    Keith Garner - keithga.wordpress.com

  • I would like to be able to optimize my cc installation.  I am using a ssd card as my primary hard drive on a windows 8.1 machine with 32 gigs of memory.  I have additional spinner hard drives in this machine.  Everything is SATA 2 or 3.  How should I inst

    I would like to be able to optimize my cc installation.  I am using a 500 GB ssd card as my primary hard drive on a windows 8.1 machine with 32 gigs of memory.  I have additional spinner hard drives in this machine.  Everything is SATA 2 or 3.  How should I install the product to best utilize my hardware assets (Program Installation Drive; Scratch Drive; Temporary storage drive etc.).

    Barcode1 I would recommend you install the Adobe Creative applications included with your membership to your Primary hard drive which contains your operating system.  For questions on how to optimize specific settings such as scratch disks I would recommend posting in the relevant point product forum.  You can find a list of available forums at https://forums.adobe.com/welcome.

Maybe you are looking for

  • Problem linked wrong Facebook account to student discount, how do I change it

    I have two facebook accounts - one for business and one personnel, and by accident I have linked the wrong one to my student NUS extra account - how can I change it? Sounds simple enough and on the sale of goods act UK I should be able to do it, but

  • Load plan data online

    hi..     we are on BW 3.1 and load the plan data using flat files ..users like to enter plan data on the portal and get reflected next day..can we do this without SEM..any ideas... thanks

  • Cannot enter withholdings info for Pennsylvania using IT0210

    Hi- If I try to create a state withholdings record for Pennsylvania (subtype PA on IT0210) for an employee, the "Filing status" and "Allowances" fields are greyed out and have zeros in them.  Not sure why this is...is there something special about Pe

  • Videos on ipod don't appear in itunes

    i put a couple video podcasts on my ipod and, while i can see them on my ipod, they don't show up when i connect it to my computer. i want to delete these files, but itunes doesn't recognize that there are any podcasts on my ipod. i've tried changing

  • Las plantillas mas faciles de personalizar????

    Hola De todas las webs de plantillas web ¿Cuales resultan mas faciles de personalizar? probe con un par de template monster y me he dado cuenta que son muy complicadas de personalizar si no eres especialista en flash o diseño graifico. el caso es que