Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Bimalaggarwal

    Name of currently executiong procedure/Function?

    Is there a possibility to find out the name of the cuurrently executing packaged function/procedure ? I wish to make the exception handler in my sources generic, and not hard-code the names of the procedures/functions in it. Perhaps, there exists some Oracle utilities to do so. Please help.
  2. Bimalaggarwal

    Problems reinstalling Windows XP

    I tried to reinstall windows XP on my compaq presario pc. I have the following problem: During the reinstallation, after installing devices to some extent ( with 34 minutes remaining, as per the message on the screen), my pc restarts and the XP installation process begins again. It restarts...
  3. Bimalaggarwal

    Upgrading Harddisk for Compaq Presario 7464

    My Compaq Presario has 8 GB hardisk. I wish to remove this and install a 40/80/120 Gb harddisk. How do I know what is the maximum capacity hardisk supported by my pc? Which make (Seagate/MAxtor etc. ) will be more compatible? Will all be the ame? Originally I had a Seagate harddisk.
  4. Bimalaggarwal

    Subcursors

    Do we have something called Subcursors (or called by another name, I have an example below for your reference) in any new Oracle version? One of my colleagues has come up with the following source, but we cannot simply compile it on oracle database (perhaps it is supported by some other...
  5. Bimalaggarwal

    Has my harddisk crashed?

    I have Compaq Presario 7464 (bought in 2000). When I boot this pc, I get the error message 'Operating system not found on any of the disks' after the memory count. I enter the bios to check and change(if required) the boot order, but I cannot see the chard disk drive (c:) in the bios setup...
  6. Bimalaggarwal

    Mouse hangs

    Hello All, When my pc is left idle for a long time, or when I lock my pc for sometime, my mouse hangs. I have to reboot the pc to get the mouse to work again. Any help will be appreciated. (By the was, I am connected to two cpu's on the same pc with a switchbox). The mouse hangs on both these cpu.
  7. Bimalaggarwal

    Windows 98 problems / BIOS issues

    I am encountering the following two problems on my pc: 1. I cannot set the systrm date permanently. Every time I restart the pc, the old date (01/01/2000) is taken. I have changed the battery on my pc recently. 2. I have the death screen (blue screen) messsage very often about error in writing...
  8. Bimalaggarwal

    Performance on Pl/SQL table

    I have a pl/sql table defined on a global level (in a package definition) as : type table1 is table of pls_integer index by binary_integer; g_table table1; where many users go over this table, through the following code in a procedure: <package_name>.g_table.delete...
  9. Bimalaggarwal

    Cannot change Bois settings

    I cannot set the boot sequence in my PC anymore (Compaq Presario 7464). recently, I changed my battery, and it seemed to work fine for a week. But I had to change the boot sequence every time at startup (by entering Bios settings.) The boot sequence is set to CDROM drive 'first'. I cannot...
  10. Bimalaggarwal

    Hi All, I have the following 3 p

    Hi All, I have the following 3 problems: 1. My PC will run Scandisk and disk analysis every time I boot it. 2. I get the following message at startup: 162-System Option not set. 3. I try to run a KODAK film application (to view my photographs). I get the message 'Cannot run application with...
  11. Bimalaggarwal

    The boot sequence of my pc is autom

    The boot sequence of my pc is automatically set to E: ( cdrom drive),followed by C: I have to enter Bios setup each time I boot to correct the order. How can I fix this problem ? Also, how can I set the montitor depths ? ( My monitor does not use the same resolution any more). It cannot...
  12. Bimalaggarwal

    Windows in german...Language Barrier

    When I purchased my pc, Windows 98 delivered to me was in German (one nasty thing about purchasing your pc in a german Speaking land !) I wish to set thie language of the OS to English. How can I do it ? Do I have to buy some upgrade / change kit ? Can I download some driver files from the...
  13. Bimalaggarwal

    I have compaq presario 7464 with Wi

    I have compaq presario 7464 with Windows 98. I cannot boot my pc . I hear the modem (internal) dial periodically. What could be wrong?
  14. Bimalaggarwal

    SQL*PLUS: Cannot scroll to the right

    I cannot move the horizontal scrollbar to the right on my sql*plus tool. How can I do this?
  15. Bimalaggarwal

    Need Tablename for given Rowid

    I have a rowid. I want to know the table name which has its record belonging to this rowid. I do not wish to go over ALL_TABLES and run full table scans for each table to find a matching rowid. Is there a fast and simple way to do this ?

Part and Inventory Search

Back
Top