Need Help!!! Oracle8i Lite

Hi there,
I defined a connection against an oracle8i lite (4.0.1.x). This connection works fine - I can see the tables within the table-browser.
Try to create a new bc4j-package against this oracle8i lite with just 1 very small entity (table test with the column test_id). The business components package wizard "hangs" up when trying to load the keys at creating the entity object. This is the last action this wizard ever does:-(
I need help!!!
My environment is Win2k, Oracle8i Lite, Jdev 9.0.2.
Any ideas???

Hi guys,
I downloaded 8iLite on my laptop just last week and had similar problems trying to log in to SQL Plus 8.0
This is what worked:
Upon install, Oracle provides us with a starter database called polite.odb - but to use this, you must do the following.
1. Open the ODBC Data Source Adminstrator, click on Drivers tab to make sure that Oracle Lite 40 ODBC Driver is present.
2. Click on the User DSN tab, click on Add, select Oracle Lite 40 ODBC Driver, and type the following:
Data Source Name: POLITE
Description: (whatever)
Database Directory: (this should be your Oracle Home directory) for example: D:\orant\oldb40
Database: polite.odb
now you can log into SQL PLUS like so:
Username: SYSTEM
Password: (type anything here) for example: abc
Host String: ODBC:POLITE
for further info, look at: http://technet.oracle.com/products/8i_lite/
documentation -- user's guide -- before you begin -- Installing Oracle Lite -- using the starter database
Good Luck!
null

Similar Messages

  • NT workstation and Oracle8i Lite

    Hi,
    I hope someone can help me with the following questions.
    I've recently downloaded Oracle8i Lite and installed it on my NT workstation. It's no problem connection to the default db (odbc:polite). How do I do to start a TNS listener? I don't want to connect via the odbc-driver, I want to use the Net8 config to configure a data source, is it possible ? I gues the whole point is about starting a TNS listener but I can't find any command for doing the job.
    I hope someone can help me!
    //Fredrik

    OK, I see.
    Is the full product name Personal Edition ?
    I wanted to install a "light" variant of Oracle8i and thought Oracle8i lite was the one for the job. If I install Personal Edition am I able to connect to my db with SQL*PLus using Net8, in short have a TNS listener ?
    //Fredrik
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by ikon:
    Fredrik
    The whole idea of Oracle Lite is ODBC. You need to install Personal Edition on NT.
    Regards<HR></BLOCKQUOTE>
    null

  • JDeveloper 2 and Oracle8i Lite

    Hello,
    I'm trying to connect to an 8i Lite using the 8i Lite JDBC
    driver in JDeveloper 2.0, but it keeps telling me that it can't
    find the driver anywhere. The documentation says to add the JAR
    files to the library. The location of the 8i Lite JAR files is
    set in the CLASSPATH. Even if I add location of the JAR files
    to the project library it doesn't seem to find it. Is there
    anyone out there who can help me out?
    Thanks in advance.
    Kind regards,
    Eric Sirois
    null

    Hi
    Oracle JDeveloper can use the driver which comes with Oracle8i
    Lite to connect to the Oracle8i Lite database. To configure
    Oracle JDeveloper to work with the Oracle8i Lite database:
    1. Install JDeveloper.
    2. Install Oracle8i Lite 4.0 or higher.
    3. Launch JDeveloper.
    4. Add a library for Oracle Lite by following these steps:
    Choose the menu option Tools | Default Project Properties.
    Click the Libraries button at the bottom of the dialog.
    Click the New button on the lower right to add a new library.
    Name the library Oracle8i Lite by typing in the Name field.
    Add the path to the Oracle8i Lite driver by typing in the Class
    Path field.
    This should be a jar file called
    <oracle_home>\lite\classes\olite40.jar, but
    check the documentation for your version of Oracle Lite.
    If you are using JDK1.1, you also need to add
    <oracle_home>\lite\classes\oljdk11.jar to the Class path
    Click OK to add the Library. JDeveloper analyses the dependencies
    for the > driver and returns to the Default Project Properties
    dialog.
    Click Add to add Oracle Lite to the default project properties
    for all future generated projects. Alternatively, you may add
    the Oracle Lite driver on a project by project basis by
    selecting Project | Project Properties
    and adding the newly created library to the current project.
    5. Quit JDeveloper.
    6. Add the Oracle Lite jar file to the IDE Classpath by following
    these steps:
    Open the file <jdev_home>\bin\jdeveloper.ini.
    Under the section [Java_Global], add the path of the Oracle Lite
    drivers to the IDEClassPath. This should be jar files called
    <oracle_home>\lite\classes\olite36.jar and
    <oracle_home>\lite\classes\oljdk11.jar, but check the
    documentation for your version of Oracle Lite.
    7. Restart JDeveloper.
    regards
    Eric Sirois (guest) wrote:
    : Hello,
    : I'm trying to connect to an 8i Lite using the 8i Lite JDBC
    : driver in JDeveloper 2.0, but it keeps telling me that it can't
    : find the driver anywhere. The documentation says to add the
    JAR
    : files to the library. The location of the 8i Lite JAR files is
    : set in the CLASSPATH. Even if I add location of the JAR files
    : to the project library it doesn't seem to find it. Is there
    : anyone out there who can help me out?
    : Thanks in advance.
    : Kind regards,
    : Eric Sirois
    null

  • Error while creating a simple trigger in Oracle8i Lite

    Hi,
    I have Oracle8i Lite release 4.0.
    I want to create a simple trigger on 8i Lite.
    first I created .java file and got the .class file after successful compilation.
    The .class file is sitting in my local C:\ drive.
    I have a table having only two columns in 8i Lite and the structure is
    TABLE : SP
    ACC_NO NUMBER,
    ACC_DESC VARCHAR2(20)
    Then I issued the command :
    SQL> ALTER TABLE SP ATTACH JAVA SOURCE "JournalInst" in '.';
    After that getting the following error :
    alter table sp attach java source "JournalInst" in '.'
    ERROR at line 1:
    OCA-30021: error preparing/executing SQL statement
    [POL-8028] error in calling a java method
    Following is the cause/action for the error code :
    POL-8028 Error in calling a Java method
    Cause: Most commonly refers to a problem when converting between Java and Oracle Lite datatypes.
    Action: Check the calling parameters.
    I can't understand where I am wrong ?
    Could anybody help me out ?
    Here is my source code of .java file
    import java.lang.*;
    import java.sql.*;
    class JournalInst {
    public void INSERT_JOURNAL(Connection conn, double AccNo, String AccDesc)
    System.out.println("Record Inserted for :"+AccNo +" "+AccDesc);
    Thanks in advance for solutions.
    Sarada
    null

    I just started with 8i Lite, but as far as I know 8i Lite does not support PL/SQL code.
    So you have to write your triggers and stored procedures in Java.
    Ciao

  • Need help with Math related operations...

    I'm learning JAVA for more than 3 weeks and I really need help...
    I'm using SDK1.4 with Elixir IDE Lite (+patch installed).
    In the following screenshot <http://www.geocities.com/jonny_fyy/pics/java1.png>, I've got this error (when I right-click -> Compile) . Do you know what it means & how can I solve it?
    Here's how it should look if correct (pic scan from lab worksheet)... <http://www.geocities.com/jonny_fyy/pics/lab.jpg>
    Here's my java file... <http://www.geocities.com/jonny_fyy/FahToCeltxt.java>
    Thanks for helping :>

    Hi jonny
    One step ahead:
    import java.awt.*;
    import java.applet.*;
    import java.awt.event.*;
    public class FahToCeltxt extends Applet implements ActionListener {
         TextField msgField ;
         String msg = null;
         int msgValue;
         Label title;
         Button b;
         public void init() {
              title = new Label("Enter degrees in Fahrenheit: ");
              add(title);
              msgField = new TextField (10);
              add(msgField);
    //          msgField.addTextListener(this);
              b = new Button("Convert");
              b.addActionListener(this);
              add(b);
    //     public void textValueChanged(TextEvent event) {
    //          msgValue = Integer.parseInt(msgField.getText());
    //          repaint();
         public void paint (Graphics g) {
              int result = (msgValue - 32) * 5/9 ;
              g.drawString("Degree Centigrade is " + result , 50, 50);
      public void actionPerformed(ActionEvent e) {
              msgValue = Integer.parseInt(msgField.getText());
              repaint();
    }Regards.

  • Need help in creating a java program

    Hi everyone.
    I'd like to say before i start about my problem, that i've only begun learning java and my teacher hasn't explained anything at all. He only showed us by doing it himself and then showing us the final version. I've searched a little on how to program but i get little success in finding a good tutorial.
    I need help creating a program which has been assigned to me due in a few days in which i can't contact my teacher for help.
    I need to write a java program which inputs 3 items. The number of kilometres you drove, the number of litres of gas you used and the price you paid for the gas. Then, the program must calculate the number of litres used per 100km driven, which is litres divided by kilometres times 100, how much it costs to drive 100km, which is the result (a) times the price per litre and the number of miles per American gallon of gas ( one American gallon = 3.785 litres, and one mile = 1.609 km.
    The program has to output my name, the inputs given, the results computed and a message saying "Program Complete".
    To give you what i've done to begin with, from what i understood, is:
    import javax.swing.JOptionPane;
    public class prog1
         public static void main(String args[])
              final double americanGallon = 3.785;
              final double mile = 1.609;
              kilometresDriven,
              gasUsed;
              priceOfLiterGas;
              System.out.println("My Name");
              System.out.println("Number of kilometres driven:");
              kilometresDriven = JOptionPane.showInputDialog ("Kilometres Driven");
              System.out.println("Number of Litres of gas used:");
              gasUsed = JOptionPane.showInputDialog ("Litres of gas used");
              System.out.println("Price of a liter of gas:");
              priceOfLiterGas = JoptionPane.showInputDialog("Price per liter");
    Up to now, that's all i've got. i know i'm wrong, but i'm not sure how to do this. Could someone give me an outline of what this program is suppose to look like?
    Thanks in advance.

    Here's an update on my program. I've worked on certain details and would need your comments whether it contains errors. I'd also want to know if it would work or not because i don't know how to check it on my computer.
    Here's the update:
    import javax.swing.JOptionPane;
    public class Prog1
    public static void main(String args[])
    String name;
    double kmDriven;
    double litresUsed;
    double pricePaidForGas;
    double priceOfALiter;
    name = JOptionPane.showInputDialog("Name");
    input = JOptionPane.showInputDialog("Number of km driven");
    kmDriven = Double.parseDouble (input);
    input = JOptionPane.showInputDialog("Number of litres of gas used");
    litresUsed = Double.parseDouble (input);
    input = JOptionPane.showInputDialog("Price paid for gas");
    pricePaidForGas = Double.parseDouble (input);
    input = JOptionPane.showInputDialog("Price of a litre of gas");
    priceOfALiter = Double.parseDouble (input);
    a = (litresUsed/kmDriven)*100;
    b = ((litresUsed/kmDriven)*100)*priceOfALiter);
    c = (kmDriven/1.609)
    System.out.println("Name:" + name);
    System.out.println("Number of litres used per 100km:" + a);
    System.out.println("Cost of driving 100km" + b);
    System.out.println("Number of miles per American Gallon of Gas:" + c);
    System.out.println("Program Complete");
    System.exit(0);
    Comments please.
    Thanks in advance

  • Help, new to Linux and need help installing 8i

    I am new to Linux and some of this stuff..
    Yet,I have gotten the JDK116_v5 installed and working on my box.
    I have cut a cd for Oracle8i and need help..
    I have also recopiled my kernal as well...
    Does any one know where I can get help...
    null

    Al Pivonka (guest) wrote:
    : I am new to Linux and some of this stuff..
    : Yet,I have gotten the JDK116_v5 installed and working on
    : my box.
    : I have cut a cd for Oracle8i and need help..
    : I have also recopiled my kernal as well...
    : Does any one know where I can get help...
    Try http://www.akadia.com/html/dod-frame.html for Redhat.
    http://www.suse.de/~mha/oracle/ for SuSE
    Also peruse these
    http://www.akadia.com/html/dod-frame.html
    http://jordan.fortwayne.com/oracle/
    Colin.
    null

  • Zen Vision:M problem, NEED HELP!

    My zen vision:m is starting to run slowly. It started right after my player froze and i reset it.Now its really slow and barely even switches screens sometimes.Right now its just a black screen with the keypad lit up.Whats wrong with it'sI NEED HELP!

    johnnnyp wrote:
    hi, i have a problem with my creative vision m. i wanted to watch a movie and it froze. i tried to shut it down but it wouldnt respond, and now is frozen. please help me if you can!
    You know its kinda rude to derail XBenzinoFla thread with your own problems, make your own thread next time.
    But to the both of you especially XBenzinoFla, try putting your ZVM in rescue mode and run scan disk to see if it hel
    ps.

  • MSI K8T Neo2 FIR, need help installing drivers

    Hi there,
    I need help with installing drivers. Here’s my setup:
    CPU: AMD Athlon 64 3500+
    Mainbord: MSI K8T Neo2 FIR (VIA K8T800Pro)
    OS:  Windows XP Professional, SP2 installed
    ATI Radeon 9600 Pro
    I updated per MSI Live Monitor, but when I run ‘dxdiag’, I says I have to update the ‘VIA standard host bridge’. I don’t know what this is or where it can be found. It could be I saved the updated drivers in the wrong file (F:\ Program Files\...) where F is my primary harddisk and the drivers should be saved in F:\Windows\ System 32.
    Also, my hardware setup tells me there are two videocards 'installed': a Radeon 9600  Pro and a radeon 9600 Pro (secundary). Do I need to de-install the secundary one?
    Here’s a piece of my most recent dxdiag:
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    System Information
    Time of this report: 5/22/2005, 10:22:20
           Machine name: UIWDC2ARUPUS49X
       Operating System: Windows XP Professional (5.1, Build 2600) Service Pack 2 (2600.xpsp_sp2_gdr.050301-1519)
               Language: Dutch (Regional Setting: Dutch)
    System Manufacturer: MSI
           System Model: MS-6702E
                   BIOS: Version 07.00T
              Processor: AMD Athlon(tm) 64 Processor 3500+,  MMX,  3DNow, ~2.2GHz
                 Memory: 1024MB RAM
              Page File: 285MB used, 2687MB available
            Windows Dir: F:\WINDOWS
        DirectX Version: DirectX 9.0c (4.09.0000.0904)
    DX Setup Parameters: Not found
         DxDiag Version: 5.03.2600.2180 32bit Unicode
    DxDiag Notes
      DirectX Files Tab: No problems found.
          Display Tab 1: No problems found. DirectDraw test results: All tests were successful. Direct3D 7 test results: All tests were successful. Direct3D 8 test results: All tests were successful. Direct3D 9 test results: All tests were successful.
            Sound Tab 1: No problems found.
              Music Tab: DirectMusic test results: All tests were successful.
              Input Tab: No problems found.
            Network Tab: No problems found. DirectPlay test results: The tests were cancelled before completing.
    DirectX Debug Levels
    Direct3D:    0/4 (n/a)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (n/a)
    DirectMusic: 0/5 (n/a)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
            Card name: RADEON 9600 SERIES   
         Manufacturer: ATI Technologies Inc.
            Chip type: ATI RADEON 9600 Series AGP (0x4150)
             DAC type: Internal DAC(400MHz)
           Device Key: Enum\PCI\VEN_1002&DEV_4150&SUBSYS_000217EE&REV_00
       Display Memory: 128.0 MB
         Current Mode: 1280 x 1024 (16 bit) (60Hz)
              Monitor: Plug en Play-monitor
      Monitor Max Res: 1600,1200
          Driver Name: ati2dvag.dll
       Driver Version: 6.14.0010.6546 (English)
          DDI Version: 9 (or higher)
    Driver Attributes: Final Retail
     Driver Date/Size: 5/4/2005 04:28:54, 226816 bytes
          WHQL Logo'd: Yes
      WHQL Date Stamp: n/a
                  VDD: n.v.t.
             Mini VDD: ati2mtag.sys
        Mini VDD Date: 5/4/2005 04:28:34, 1133056 bytes
    Device Identifier: {D7B71EE2-0210-11CF-CC6D-0820A1C2CB35}
            Vendor ID: 0x1002
            Device ID: 0x4150
            SubSys ID: 0x000217EE
          Revision ID: 0x0000
          Revision ID: 0x0000
          Video Accel: ModeMPEG2_C ModeMPEG2_D
     Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                       {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
             Registry: OK
         DDraw Status: Enabled
           D3D Status: Enabled
           AGP Status: Enabled
    DDraw Test Result: All tests were successful.
     D3D7 Test Result: All tests were successful.
     D3D8 Test Result: All tests were successful.
     D3D9 Test Result: All tests were successful.
    Sound Devices
                Description: Sound Blaster Live! 24-bit
     Default Sound Playback: Yes
     Default Voice Playback: Yes
                Hardware ID: PCI\VEN_1102&DEV_0007&SUBSYS_10061102&REV_00
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: P17.sys
             Driver Version: 5.12.0001.0314 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 6/4/2004 10:27:46, 840960 bytes
                Other Files:
            Driver Provider: Creative Technology Ltd.
             HW Accel Level: Full
                  Cap Flags: 0xF5F
        Min/Max Sample Rate: 4000, 96000
    Static/Strm HW Mix Bufs: 64, 63
     Static/Strm HW 3D Bufs: 64, 63
                  HW Memory: 0
           Voice Management: Yes
     EAX(tm) 2.0 Listen/Src: Yes, Yes
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                   Registry: OK
          Sound Test Result: Not run
    Sound Capture Devices
                Description: Sound Blaster Live! 24-bit
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: P17.sys
             Driver Version: 5.12.0001.0314 (English)
          Driver Attributes: Final Retail
              Date and Size: 6/4/2004 10:27:46, 840960 bytes
                  Cap Flags: 0x41
               Format Flags: 0xFFF
    DirectMusic
            DLS Path: F:\WINDOWS\SYSTEM32\drivers\GM.DLS
         DLS Version: 1.00.0016.0002
        Acceleration: n/a
               Ports: Microsoft Synthesizer, Software (Not Kernel Mode), Output, DLS, Internal, Default Port
                      Sound Blaster Live! 24-bit, Software (Kernel Mode), Output, DLS, Internal
                      Microsoft MIDI-mapper (emulatie), Hardware (Not Kernel Mode), Output, No DLS, Internal
                      Creative SoundFont Synth (emulatie), Hardware (Not Kernel Mode), Output, No DLS, Internal
                      Microsoft GS Wavetable SW Synth (emulatie), Hardware (Not Kernel Mode), Output, No DLS, Internal
            Registry: OK
         Test Result: All tests were successful.
    DirectInput Devices
          Device Name: Muis
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Toetsenbord
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
    Poll w/ Interrupt: No
             Registry: OK
    USB Devices
    + USB-hoofdhub
    | Vendor/Product ID: 0x1106, 0x3038
    | Matching Device ID: usb\root_hub
    | Lower Filters: vulfntrs
    | Service: usbhub
    | Driver: usbhub.sys, 8/3/2004 23:08:44, 57600 bytes
    | Driver: usbd.sys, 9/7/2001 14:00:00, 4736 bytes
    Gameport Devices
    PS/2 Devices
    + Standaardtoetsenbord (101/102 toetsen) of Microsoft Natural PS/2-toetsenbord
    | Matching Device ID: *pnp0303
    | Service: i8042prt
    | Driver: i8042prt.sys, 8/4/2004 00:55:30, 53760 bytes
    | Driver: kbdclass.sys, 8/4/2004 00:57:18, 25216 bytes
    |
    + Toestenbordstuurprogramma voor Terminal Server
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    | Driver: termdd.sys, 8/4/2004 01:03:48, 40840 bytes
    | Driver: kbdclass.sys, 8/4/2004 00:57:18, 25216 bytes
    |
    + HID-compliant Wheel Mouse
    | Vendor/Product ID: 0x046D, 0xC03D
    | Matching Device ID: hid\vid_046d&pid_c03d
    | Upper Filters: LMouFlt2
    | Lower Filters: LHidFlt2
    | Service: mouhid
    | Driver: mouhid.sys, 9/6/2001 19:04:40, 12288 bytes
    | Driver: mouclass.sys, 8/4/2004 00:53:38, 23552 bytes
    | Driver: LHidFlt2.Sys, 12/17/2003 09:50:00, 25505 bytes
    | Driver: LMouFlt2.Sys, 12/17/2003 09:50:00, 70801 bytes
    | Driver: Logi_MwX.Exe, 12/17/2003 09:50:00, 19968 bytes
    |
    + Stuurprogramma voor muis van Terminal Server
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    | Driver: termdd.sys, 8/4/2004 01:03:48, 40840 bytes
    | Driver: mouclass.sys, 8/4/2004 00:53:38, 23552 bytes
    DirectPlay Service Providers
    DirectPlay8 Modem Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.2180)
    DirectPlay8 Serial Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.2180)
    DirectPlay8 IPX Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.2180)
    DirectPlay8 TCP/IP Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.2180)
    Internet TCP/IP Connection For DirectPlay - Registry: OK, File: dpwsockx.dll (5.03.2600.2180)
    IPX Connection For DirectPlay - Registry: OK, File: dpwsockx.dll (5.03.2600.2180)
    Modem Connection For DirectPlay - Registry: OK, File: dpmodemx.dll (5.03.2600.2180)
    Serial Connection For DirectPlay - Registry: OK, File: dpmodemx.dll (5.03.2600.2180)
    DirectPlay Voice Wizard Tests: Full Duplex: Not run, Half Duplex: Not run, Mic: Not run
    DirectPlay Test Result: The tests were cancelled before completing.
    Registry: OK
    DirectPlay Adapters
    DirectPlay8 Serial Service Provider: COM1
    DirectPlay8 TCP/IP Service Provider: LAN-verbinding 2 - IPv4 -
    DirectPlay Voice Codecs
    Voxware VR12 1.4kbit/s
    Voxware SC06 6.4kbit/s
    Voxware SC03 3.2kbit/s
    MS-PCM 64 kbit/s
    MS-ADPCM 32.8 kbit/s
    Microsoft GSM 6.10 13 kbit/s
    TrueSpeech(TM) 8.6 kbit/s
    DirectPlay Lobbyable Apps
    Disk & DVD/CD-ROM Drives
          Drive: C:
     Free Space: 65.4 GB
    Total Space: 76.3 GB
    File System: NTFS
          Model: ST380011A
          Drive: F:
     Free Space: 56.7 GB
    Total Space: 78.2 GB
    File System: NTFS
          Model: Maxtor 6Y080L0
          Drive: D:
          Model: LITE-ON COMBO SOHC-5232K
         Driver: f:\windows\system32\drivers\cdrom.sys, 5.01.2600.2180 (Dutch), 8/3/2004 22:59:54, 49536 bytes
          Drive: E:
          Model: LG CD-ROM CRD-8521B
         Driver: f:\windows\system32\drivers\cdrom.sys, 5.01.2600.2180 (Dutch), 8/3/2004 22:59:54, 49536 bytes
    System Devices
         Name: VIA CPU to AGP2.0/AGP3.0 Controller
    Device ID: PCI\VEN_1106&DEV_B188&SUBSYS_00000000&REV_00\3&61AAA01&0&08
       Driver: F:\WINDOWS\system32\DRIVERS\VIAAGP1.SYS, 5.01.0000.3442 (English), 7/2/2003 04:42:00, 27904 bytes
         Name: VIA Standard Host Bridge
    Device ID: PCI\VEN_1106&DEV_7282&SUBSYS_00000000&REV_00\3&61AAA01&0&07
       Driver: n/a
         Name: VIA Standard Host Bridge
    Device ID: PCI\VEN_1106&DEV_4282&SUBSYS_00000000&REV_00\3&61AAA01&0&04
       Driver: n/a
         Name: VIA Standard Host Bridge
    Device ID: PCI\VEN_1106&DEV_3282&SUBSYS_00000000&REV_00\3&61AAA01&0&03
       Driver: n/a
         Name: VIA Standard PCI to ISA Bridge
    Device ID: PCI\VEN_1106&DEV_3227&SUBSYS_00000000&REV_00\3&61AAA01&0&88
       Driver: F:\WINDOWS\system32\DRIVERS\isapnp.sys, 5.01.2600.0000 (Dutch), 9/6/2001 18:20:18, 36352 bytes
         Name: VIA USB 2.0 Enhanced Host Controller
    Device ID: PCI\VEN_1106&DEV_3104&SUBSYS_70201462&REV_86\3&61AAA01&0&84
       Driver: F:\WINDOWS\system32\drivers\usbehci.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:38, 26624 bytes
       Driver: F:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 142976 bytes
       Driver: F:\WINDOWS\system32\usbui.dll, 5.01.2600.2180 (Dutch), 8/4/2004 01:03:24, 76288 bytes
       Driver: F:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 57600 bytes
       Driver: F:\WINDOWS\system32\hccoin.dll, 5.01.2600.2180 (English), 8/4/2004 01:03:12, 7168 bytes
         Name: VIA OHCI Compliant IEEE 1394 Host Controller
    Device ID: PCI\VEN_1106&DEV_3044&SUBSYS_702D1462&REV_46\3&61AAA01&0&70
       Driver: F:\WINDOWS\system32\DRIVERS\ohci1394.sys, 5.01.2600.2180 (English), 8/3/2004 23:10:10, 61056 bytes
       Driver: F:\WINDOWS\system32\DRIVERS\1394bus.sys, 5.01.2600.2180 (English), 8/3/2004 23:10:08, 53248 bytes
       Driver: F:\WINDOWS\system32\DRIVERS\nic1394.sys, 5.01.2600.2180 (English), 8/3/2004 22:58:30, 61824 bytes
       Driver: F:\WINDOWS\system32\DRIVERS\arp1394.sys, 5.01.2600.2180 (English), 8/3/2004 22:58:30, 60800 bytes
       Driver: F:\WINDOWS\system32\DRIVERS\enum1394.sys, 5.01.2600.0000 (English), 8/17/2001 23:46:40, 6400 bytes
         Name: VIA Rev 5 of later USB universele host-controller
    Device ID: PCI\VEN_1106&DEV_3038&SUBSYS_70201462&REV_81\3&61AAA01&0&83
       Driver: F:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:38, 20480 bytes
       Driver: F:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 142976 bytes
       Driver: F:\WINDOWS\system32\usbui.dll, 5.01.2600.2180 (Dutch), 8/4/2004 01:03:24, 76288 bytes
       Driver: F:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 57600 bytes
         Name: VIA Rev 5 of later USB universele host-controller
    Device ID: PCI\VEN_1106&DEV_3038&SUBSYS_70201462&REV_81\3&61AAA01&0&82
       Driver: F:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:38, 20480 bytes
       Driver: F:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 142976 bytes
       Driver: F:\WINDOWS\system32\usbui.dll, 5.01.2600.2180 (Dutch), 8/4/2004 01:03:24, 76288 bytes
       Driver: F:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 57600 bytes
         Name: VIA Rev 5 of later USB universele host-controller
    Device ID: PCI\VEN_1106&DEV_3038&SUBSYS_70201462&REV_81\3&61AAA01&0&81
       Driver: F:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:38, 20480 bytes
       Driver: F:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 142976 bytes
       Driver: F:\WINDOWS\system32\usbui.dll, 5.01.2600.2180 (Dutch), 8/4/2004 01:03:24, 76288 bytes
       Driver: F:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 57600 bytes
         Name: VIA Rev 5 of later USB universele host-controller
    Device ID: PCI\VEN_1106&DEV_3038&SUBSYS_70201462&REV_81\3&61AAA01&0&80
       Driver: F:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:38, 20480 bytes
       Driver: F:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 142976 bytes
       Driver: F:\WINDOWS\system32\usbui.dll, 5.01.2600.2180 (Dutch), 8/4/2004 01:03:24, 76288 bytes
       Driver: F:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 57600 bytes
         Name: VIA Standard Host Bridge
    Device ID: PCI\VEN_1106&DEV_2282&SUBSYS_00000000&REV_00\3&61AAA01&0&02
       Driver: n/a
         Name: VIA Standard Host Bridge
    Device ID: PCI\VEN_1106&DEV_1282&SUBSYS_00000000&REV_00\3&61AAA01&0&01
       Driver: n/a
         Name: VIA Bus Master IDE Controller
    Device ID: PCI\VEN_1106&DEV_0571&SUBSYS_70201462&REV_06\3&61AAA01&0&78
       Driver: F:\WINDOWS\system32\DRIVERS\viaide.sys, 1.00.0001.0001 (English), 8/3/2004 22:59:44, 5376 bytes
       Driver: F:\WINDOWS\system32\DRIVERS\pciidex.sys, 5.01.2600.2180 (Dutch), 8/3/2004 22:59:42, 25088 bytes
       Driver: F:\WINDOWS\system32\DRIVERS\atapi.sys, 5.01.2600.2180 (English), 8/3/2004 22:59:44, 95360 bytes
         Name: VIA Standard Host Bridge
    Device ID: PCI\VEN_1106&DEV_0282&SUBSYS_00000000&REV_00\3&61AAA01&0&00
       Driver: n/a
         Name: Sound Blaster Live! 24-bit
    Device ID: PCI\VEN_1102&DEV_0007&SUBSYS_10061102&REV_00\3&61AAA01&0&30
       Driver: F:\WINDOWS\system32\ksuser.dll, 5.03.2600.2180 (Dutch), 8/4/2004 01:03:14, 4096 bytes
       Driver: F:\WINDOWS\system32\ksproxy.ax, 5.03.2600.2180 (Dutch), 8/4/2004 01:03:38, 130048 bytes
       Driver: F:\WINDOWS\system32\drivers\ks.sys, 5.03.2600.2180 (Dutch), 8/3/2004 23:15:22, 140928 bytes
       Driver: F:\WINDOWS\system32\drivers\drmk.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:00, 60288 bytes
       Driver: F:\WINDOWS\system32\drivers\portcls.sys, 5.01.2600.2180 (English), 8/3/2004 23:15:50, 145792 bytes
       Driver: F:\WINDOWS\system32\drivers\stream.sys, 5.03.2600.2180 (Dutch), 8/3/2004 23:08:04, 48640 bytes
       Driver: F:\WINDOWS\system32\wdmaud.drv, 5.01.2600.2180 (English), 8/4/2004 01:03:40, 23552 bytes
       Driver: F:\WINDOWS\system32\CtDvInst.dll, 0.00.0000.0008 (English), 7/25/2003 11:35:48, 131072 bytes
       Driver: F:\WINDOWS\system32\drivers\ctoss2k.sys, 5.12.0001.0172 (English), 9/22/2003 02:47:38, 178672 bytes
       Driver: F:\WINDOWS\system32\drivers\ctsfm2k.sys, 5.12.0001.0172 (English), 9/22/2003 02:48:06, 130192 bytes
       Driver: F:\WINDOWS\system32\sfman32.dll, 5.12.0001.0130 (English), 8/17/2001 08:35:46, 36864 bytes
       Driver: F:\WINDOWS\system32\sfms32.dll, 5.12.0001.0172 (English), 9/22/2003 02:51:52, 172032 bytes
       Driver: F:\WINDOWS\system32\ct2mgm.sf2, 9/22/1999 09:18:00, 2167684 bytes
       Driver: F:\WINDOWS\system32\P17res.dll, 5.12.0001.0308 (English), 3/29/2004 04:02:48, 136704 bytes
       Driver: F:\WINDOWS\system32\P17.dll, 1.00.0001.0029 (English), 4/8/2004 04:37:40, 60928 bytes
       Driver: F:\WINDOWS\system32\drivers\P17.sys, 5.12.0001.0314 (English), 6/4/2004 10:27:46, 840960 bytes
       Driver: F:\WINDOWS\system32\drivers\Pfmodnt.sys, 3.00.0000.0003 (English), 3/5/2003 12:19:28, 15840 bytes
       Driver: F:\WINDOWS\system32\A3d.dll, 80.00.0000.0003 (English), 4/11/2002 03:41:06, 65536 bytes
       Driver: F:\WINDOWS\system32\P17CPI.dll, 1.00.0000.0002 (English), 10/2/2003 12:48:18, 53248 bytes
         Name: Ethernet-controller
    Device ID: PCI\VEN_10EC&DEV_8169&SUBSYS_702C1462&REV_10\3&61AAA01&0&58
       Driver: n/a
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1103&SUBSYS_00000000&REV_00\3&61AAA01&0&C3
       Driver: n/a
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1102&SUBSYS_00000000&REV_00\3&61AAA01&0&C2
       Driver: n/a
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1101&SUBSYS_00000000&REV_00\3&61AAA01&0&C1
       Driver: n/a
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1100&SUBSYS_00000000&REV_00\3&61AAA01&0&C0
       Driver: n/a
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Help would be very much appriciated, thnx!

    The two vis.cards issue is normal, it sees the primary output (VGA) as a device and the TV-out a separate device.
    Go to device manager to see if there's any device on ur rig that doesn't have drivers.
    Did u install the 4-in1 drivers, get the latest version from the MSI support site.
    good luck.

  • Need help msi 945pl neo crashed within 3 months use

    need help. my mobo doesnot start, no post, no beep. 
    1.main board 945pl neo(MS-7236)
    2.video card: msi RX300HM TD128E
    3.CPU Type: pentium 4 3Ghz (531)
    4.Memory Type:512mb ddr2 533 kingston
    5.Power Supply Type:generic 500W
    6.Operating System:windows xp
    Just a bit of history, when i first bought and assembled the unit(brand new) it was working fine for about 5 times used, then the next time i used a message window appear informing "a problem has been detected and window has been shut down
    to prevent damage" and before i can restart my unit i have to reset first the bios.. i encounter the same problem about 3 times..
    Then just about a week ago (about 3 months after i bought it)while working on a MSWORD only the same message appear with additional info which state that :
    1... be sure to if uhave adequate space... try changing video adapters
    2. check your hardware vendor for any bios updates.....
    3. tech/info
    stop 0X0000008E(0XC0000005, 0XBF87C5C8, 0XF8834C80, 0X00000000
    win32k-sys- add BF87C5C8 base at BF8000001,
    date stamp 41107F79
    then a blue screen appear
    which has an info of:
    Beginning dump of physical memory
    Physiscal memory dump complete
    Contact your system admin. or tech support group
     since then i cannot open my computer, there is NO Beep sound, no post, but the power Led is on and the HDD led goes On for the moment then goes out... same with the cdrom drive its spin for a moment, i can feel also the harddisk is spinning.
    i check the power supply, memory. video cards and harddisk with another computer(mobo) and its working just fine which led me to the conclusion that it is my MOBO that has the problem. Can this problem associated with the Bios (by the way i never update my bios and my computer is not connected to the net). What should i do?? What is the possible cause of this problem??

    Quote from: Hans on 24-January-07, 17:45:18
    Hi!
    This stop error can have more then one cause.
    Please view the microsoft knowledge base for more info, like this article:
    - http://support.microsoft.com/kb/834450
    Your specific error code is not in the base, but you can try searching for "stop 0X0000008E in win32k.sys".
    Start by clearing CMOS using the jumper or reset button on your board. Please disconnect your pc from AC power first.
    Please make sure that Service Pack 2 for Windows XP is installed on your system. If not, install it (if possible of course).
    Please check your memory using Memtest86 .
    Please try booting from CD or from diskette (the memtest diskette is bootable by itself).
    If the system will not boot after you tried this, please try starting barebone:
    - Take out all your hardware, including the mainboard and lay it on a piece of cardboard;
    - Leave the CPU where it is;
    - Install only one dimm, your videocard and one hard disk (and your power supply) and try to start the system. You can use a flat screwdriver to connect the two power pins that normally go to your power switch.
    If the system still will not boot, try another video card.
    hello!
    i'll already tried the list you suggested, and still nothing happened, again there are no beep, no post. only the power  led that lit and the fan that is spinning. reinstalling the OS seem impossible coz its not even booting... i'll test all my other hardware with another computer and they are working well...

  • I need help for deploy an EJB to Oracle 8i

    I want to deploy an EJB on Oracle8i, but my JDeveloper 3.2
    doesn't have the option "Enterprise Java Bean to Oracle8i", it
    has only the option "CORBA to Oracle8i" in the deploy wizard. Is
    this correct?
    JDeveloper 3.1 has the option "Enterprise Java Bean to Oracle8i"
    in the deploy wizard. why doesn't Jdeveloper appear this option?
    I need help or information about this.
    thank you.

    To copy the data of one account to another one, you can use the Shared folder, stored in /Users. You have to log in this user in order to copy the files to the folder, and then, log in the new user and copy the files to the folders where you want to store your files. Another option is to use an external drive.
    To start by default with one account, open System Preferences > Login Options, and choose your old account next to "Automatic login"

  • Need Help on StorageTeK SL500

    Hi everyone
    i need help on Storage TeK SL500 tape Library
    we have it on our Data Center and since 3 year no body who managed this machine.the guy s who know something are resign since
    i dont know how to connect by CLI,or if there is ALom or ILOM,
    we have try to use straight and Cross cable on CLI port ... but nothing
    this machine have 2 Ip's labeled in Front
    28.6.142 and 28.10.56
    we need to connect for see what is problem Alarm on SL500
    there is Orange led on ''services Required'' Keypad touch.
    we dont have also docs
    please help
    F.A

    Hi.
    Try connect to Public Ethernet Port via ssh. ( Try both IP ).
    Possible username: oem, service, admin
    type help all for list available commands.
    Also you can use SL-Console ( SLC). It's available on edelivery.oracle.com As "Oracle StorageTek Product" "Generic Platform".
    Check that on all PS lit green LED ( back of the library).
    Regards.

  • Has Oracle8i Lite JAccelerator?

    Hi,
    I saw performance test received using JAccelerator running Oracle
    8.1.5, but I can't find any information where to get it.
    How about Orale 8i Lite? Has Oracle8i Lite JAccelerator?
    Whithout it performance of Java stored procedures is very bad.
    Regards,
    Vladimir.
    null

    I have the Oracle8i Lite trial CD but it asks for authorization key which I could not find on the oracle web. Someone has the key?
    How can I get the key? I have the same problem. Can anyone help out? I have also the same problem. Can anyone help out? Ce site d'oracle est de la merde. Ils disent les choses et ils ne tiennent pas leurs paroles. Tous ces liens ne marchent pas ....

  • I need help removing a malicious program form my mac!

    Hello, I am 99% sure I accidentally acquired/downloaded a malicious program on my mac and I am new to macs and need help removing it!
    I have growl and the other day it notified me that screen sharing, file sharing and web sharing were all turned on at once. As soon as I saw this I quickly got off of the internet and found out how to disable them.
    Also, three programs kept requesting to access the internet and I denied them of course. Their names were: nmbd, netsessionmac1225fd0, and krb5kdc.
    Like I said I am new to macs and need some help fixing this problem. So, if anyone has any ideas that would help a lot.
    I already have screen sharing, file sharing, and web sharing turned off and now it requires a password to access (which i changed after i disabled them) but I want to ask some mac people if I need to do anything else, thanks!

    By the way, a big thank you to everyone who has helped so far..
    Here is the list of my running programs and keep in mind that I do have my firewall turned on as well as file sharing, screen sharing, and web sharing turned off so the suspect program may not be running?
    1905 Activity Monitor MattBurke 2.5 2 28.8 MB Intel (64 bit)
    1915 activitymonitord root 0.7 1 1.2 MB Intel (64 bit)
    1890 AirPort Base Station Agent MattBurke 0.0 4 3.8 MB Intel (64 bit)
    2038 AppleSpell.service MattBurke 0.0 2 6.1 MB Intel (64 bit)
    59 autofsd root 0.0 2 664 KB Intel (64 bit)
    64 avgconfigd root 0.0 4 2.7 MB Intel (64 bit)
    65 avgd root 0.0 8 4.5 MB Intel (64 bit)
    136 avglnsd root 0.0 7 14.6 MB Intel (64 bit)
    63 avgnotifyd root 0.0 7 4.3 MB Intel (64 bit)
    181 avgsched root 0.0 6 4.0 MB Intel (64 bit)
    16 blued root 0.0 2 2.7 MB Intel (64 bit)
    15 configd root 0.0 7 3.1 MB Intel (64 bit)
    137 coreaudiod _coreaudiod 0.0 3 5.2 MB Intel (64 bit)
    21 coreservicesd root 0.0 4 50.7 MB Intel (64 bit)
    3787 cupsd root 0.0 3 2.8 MB Intel (64 bit)
    148 cvmsServ root 0.0 1 692 KB Intel (64 bit)
    11 DirectoryService root 0.0 5 7.0 MB Intel (64 bit)
    14 diskarbitrationd root 0.0 2 1.6 MB Intel (64 bit)
    3726 diskimages-helper MattBurke 0.0 3 12.3 MB Intel (64 bit)
    17 distnoted daemon 0.0 2 1.4 MB Intel (64 bit)
    1872 Dock MattBurke 0.1 3 32.4 MB Intel (64 bit)
    53 dynamic_pager root 0.0 1 444 KB Intel (64 bit)
    3705 FanControlDaemon root 0.0 2 1.5 MB Intel
    1874 Finder MattBurke 0.0 6 134.2 MB Intel (64 bit)
    3332 Firefox MattBurke 3.1 27 247.6 MB Intel
    1878 fontd MattBurke 0.0 2 3.9 MB Intel (64 bit)
    51 fseventsd root 0.0 13 2.6 MB Intel (64 bit)
    1904 gfxCardStatus MattBurke 0.0 2 5.6 MB Intel (64 bit)
    1955 Growl Menu MattBurke 0.0 2 7.7 MB Intel (64 bit)
    1924 GrowlHelperApp MattBurke 0.0 5 13.8 MB Intel (64 bit)
    3732 hdiejectd root 0.0 2 1.6 MB Intel (64 bit)
    50 hidd root 0.7 4 1.8 MB Intel (64 bit)
    1901 HP Event Handler MattBurke 0.0 4 7.3 MB Intel (64 bit)
    0 kernel_task root 1.6 79 172.1 MB Intel
    48 KernelEventAgent root 0.0 3 712 KB Intel (64 bit)
    10 kextd root 0.0 2 3.8 MB Intel (64 bit)
    37 krb5kdc root 0.0 2 1,020 KB Intel (64 bit)
    1 launchd root 0.0 3 1.4 MB Intel (64 bit)
    193 launchd MattBurke 0.0 2 1.0 MB Intel (64 bit)
    1894 LinkScanner Agent MattBurke 0.0 8 9.3 MB Intel (64 bit)
    1893 Loader Agent MattBurke 0.0 2 3.8 MB Intel (64 bit)
    1853 loginwindow MattBurke 0.0 2 12.7 MB Intel (64 bit)
    1909 Logitech Control Center Daemon MattBurke 0.0 4 6.9 MB Intel
    18 mDNSResponder _mdnsresponder 0.0 3 2.3 MB Intel (64 bit)
    46 mds root 0.1 5 99.4 MB Intel (64 bit)
    3712 mdworker MattBurke 0.0 3 11.6 MB Intel (64 bit)
    3717 mdworker _spotlight 0.0 3 21.4 MB Intel (64 bit)
    1897 netsessionmac1225fd0 MattBurke 0.3 8 3.7 MB Intel
    12 notifyd root 0.0 2 556 KB Intel (64 bit)
    35 ntpd root 0.0 1 760 KB Intel (64 bit)
    1875 pboard MattBurke 0.0 1 504 KB Intel (64 bit)
    175 prldispservice root 0.1 15 8.0 MB Intel
    147 prl_naptd root 0.0 3 3.0 MB Intel
    1908 RescueTime MattBurke 0.3 7 11.6 MB Intel
    24 securityd root 0.0 2 3.6 MB Intel (64 bit)
    62 sh root 0.0 1 304 KB Intel (64 bit)
    66 socketfilterfw root 0.0 3 7.2 MB Intel (64 bit)
    13 syslogd root 0.0 4 752 KB Intel (64 bit)
    40 SystemStarter root 0.0 2 656 KB Intel (64 bit)
    1873 SystemUIServer MattBurke 0.0 4 22.9 MB Intel (64 bit)
    1907 Temperature Monitor Lite MattBurke 0.9 4 6.0 MB Intel
    1949 usbmuxd _usbmuxd 0.0 3 1.2 MB Intel (64 bit)
    1883 UserEventAgent MattBurke 0.0 3 5.3 MB Intel (64 bit)
    1854 WindowServer _windowserver 1.3 7 76.0 MB Intel (64 bit)

  • Oracle8i Lite Demo install problem

    Hi guys.
    After download of Oracle8i lite demo and runing Setup.exe i just get the following error:
    ORAINST caused an invalid page fault in
    module OIBKND32.DLL at 0167:00bead01.
    Registers:
    EAX=00000400 CS=0167 EIP=00bead01 EFLGS=00010202
    EBX=00ca9cb5 SS=016f ESP=0064dd58 EBP=0064f030
    ECX=0064f148 DS=016f ESI=00000057 FS=212f
    EDX=bff76855 ES=016f EDI=00ca9cb5 GS=0000
    Bytes at CS:EIP:
    c6 04 38 00 75 18 8b 44 24 20 50 ff 15 50 43 bf
    Stack dump:
    0064f030 00ca978c 00da0ed0 00ca9cb5 5c000100 00000001 00000400 00000001
    c29b7170 00000001 41524f24 00454c43 41524f24 00454c43 00c2e4ee 00000100
    This is happening on 2 different PCs, so
    please help.
    Sinisa Perovic
    null

    You must reinstall your Oracle 9iLite.
    Best regards,
    Simone

Maybe you are looking for

  • Cannot connect to iTunes Store/App Store WHATSOEVER.

    Help! No matter what I do I can't connect to the App Store or iTunes. I've tried on my PC, iPod touch 2nd and 4th, iPad 2 and 3, but nothing works!! It always loads endlessly or until it times out. It's really strange because it used to work, but aro

  • "do not extract archive - option"

    is there an option to tell makepkg that the source files has already been extracted (in an earlier makepkg-run) and that it should go on without fresh extracting the whole source-tarball again i'm asking, because it takes long to extract bz2 archives

  • Support of CR XI by Microsoft

    Post Author: Andrew Olmsted CA Forum: General I've been told that MS SQL server does not support Crystal Reports XI past MS SQL 2003. Does anyone have any additional info on this?

  • Why are my open tab thumbnails missing?

    Samsung Galaxy S3. Until today I could see a "stack" of thumbnails representing my open tabs when I click the "page" icon in the upper right corner of the browser window. This would allow me to easily jump from one tab to another. Now when I click on

  • What can Lightroom do for me that Photoshop and Bridge can't?

    I've been using Creative Suite Design Pro since CS2 (now on CS4).  Lately I've been getting more into photography and have started hearing and reading about Lightroom.  Does Lightroom have features that Photoshop Extended and Bridge in CS don't?  Can