인스톨 문제 fedora6 + 9204

처음에는오라클 인스톨 화면도 않뜨더니 ..계속 문제가 생기네요...^^
지금 문제는 오라클 데이터 베이스를 설치한 후, Configruration Tools 메뉴에서
Oracle net configuration Assistant , Oracle database configuration Assistant 구성
이 전부 실패로 나옵니다.
/opt/oracle/jre/1.1.8/bin/../lib/i686/native_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
Unable to initialize threads: cannot find class java/lang/Thread
Could not create Java VM
실패 오류 메세지는 위처럼 나옵니다..
그래서 dbca 를 따로 실행을 했는데
/opt/oracle/jre/1.1.8/bin/../lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
Unable to initialize threads: cannot find class java/lang/Thread
Could not create Java VM
이와 같이 에러가 나오네요..
해결 방법좀 알려주세요..

Similar Messages

  • Error while migrating from version 9201 to 9204

    Actully i m migrating the Oracle 9201 to 9204,
    now after installing only 9201,
    1. I created the database and checked, everything was working fine.
    2. i shutdown the database.
    3. check, still some processes related to oracle like (HTTP server) were running,
    4. i started upgrated to 9204, the process of updating the files FAILS 10-15 times, as i IGNORE that.
    5. After uncessfully completing the path i logged to sqlplus giving error as
    $ sqlplus
    SQL*Plus: Release 9.2.0.4.0 - Production on Wed Feb 22 16:51:42 2006
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Enter user-name: / as sysdba
    /usr/lib/pa20_64/dld.sl: Unsatisfied data symbol 'kglla62_' in load module '/user04/oracle9i/OraHome1/bin/oracle'.
    ERROR:
    ORA-12547: TNS:lost contact
    Now i rebotted the server, and that error (updating the files) wont come.
    again the same error is coming as
    /usr/lib/pa20_64/dld.sl: Unsatisfied data symbol 'kglla62_' in load module '/user04/oracle9i/OraHome1/bin/oracle'.
    ERROR:
    ORA-12547: TNS:lost contact
    What could be the problem.

    $ echo $ORACLE_SID
    iobasnov
    $ echo $ORACLE_HOME
    /user04/oracle9i/OraHome1
    $ echo #^?$LD_LIBRAR^?^?^?
    $ echo $LD_LIBRARY_PATH
    /user04/oracle9i/OraHome1/lib:/usr/lib
    $ echo $SHLIB_PATH
    /user04/oracle9i/OraHome1/lib32:/usr/lib
    $ sqlplus
    SQL*Plus: Release 9.2.0.4.0 - Production on Wed Feb 22 17:39:26 2006
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Enter user-name: / as sysdba
    /usr/lib/pa20_64/dld.sl: Unsatisfied data symbol 'kglla62_' in load module '/use
    r04/oracle9i/OraHome1/bin/oracle'.
    ERROR:
    ORA-12547: TNS:lost contact
    also
    $ tnsping
    TNS Ping Utility for HPUX: Version 9.2.0.4.0 - Production on 22-FEB-2006 17:40:3
    9
    Copyright (c) 1997 Oracle Corporation. All rights reserved.
    TNS-03502: Insufficient arguments. Usage: tnsping <address> [<count>]
    $
    Also cheked
    http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1099308719485+28353475&threadId=433749
    i think i need to DEINSTALL 9201 and INSTALL again....

  • Oracle listener problem in 9204 rac

    Hi ,
    I have an oracle database running in rac .
    Platform - solaris 8
    RDBMS version - 9204
    I am two nodes on which the individual instances runs
    The dbname is PSFTP AND the node 1 is PSFTP1 AND node 2 is PSFTP2
    I am unable to connect to the first node
    /u00/app/oracle/product/92/network/log $ sqlplus <uid>/<passwd>@psftp
    SQL*Plus: Release 9.2.0.4.0 - Production on Thu Aug 19 15:41:51 2004
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect
    descriptor
    Enter user-name:
    /u00/app/oracle/product/92/network/log $ sqlplus uid>/<passwd>@psftp1
    SQL*Plus: Release 9.2.0.4.0 - Production on Thu Aug 19 15:42:10 2004
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect
    descriptor
    Init.ora parameter
    local_listener=LISTENER_PSFTP1
    service_names=PSFTP
    Tnsnames.ora
    LISTENER_PSFTP1=(address=(protocol=tcp)(host=10.176.247.230)(port=2521))
    PSFTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.176.247.230)(PORT = 2521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.176.247.244)(PORT = 2521))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = PSFTP)
    (failover_mode =
    (type = select)
    (method = basic)
    (retries = 20)
    (delay = 15)
    PSFTP1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.176.247.230)(PORT = 2521))
    (CONNECT_DATA =
    (SERVICE_NAME = PSFTP)
    (INSTANCE_NAME = PSFTP1)
    Listener.ora
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.176.247.230)(PORT = 2521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = /u00/app/oracle/product/92)
    (SID_NAME = PSFTP1)
    Listener.log
    TNSLSNR for Solaris: Version 9.2.0.4.0 - Production on 17-AUG-2004 21:58:31
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    System parameter file is /u00/app/oracle/product/92/network/admin/listener.ora
    Log messages written to /u00/app/oracle/product/92/network/log/listener.log
    Trace information written to /u00/app/oracle/product/92/network/log/listener.trc
    Trace level is currently 16
    Started with pid=29809
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.176.247.230)(PORT=2521)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    17-AUG-2004 21:58:31 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=psfpdb01)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VE
    RSION=153093120)) * status * 0
    17-AUG-2004 21:58:39 * service_register * PSFTP1 * 0
    17-AUG-2004 21:58:39 * service_died * PSFTP1 * 12537
    17-AUG-2004 21:59:39 * service_register * PSFTP1 * 0
    17-AUG-2004 21:59:39 * service_died * PSFTP1 * 12537
    17-AUG-2004 22:00:39 * service_register * PSFTP1 * 0
    17-AUG-2004 22:00:39 * service_died * PSFTP1 * 12537
    17-AUG-2004 22:01:40 * service_register * PSFTP1 * 0
    17-AUG-2004 22:01:40 * service_died * PSFTP1 * 12537
    17-AUG-2004 22:02:40 * service_register * PSFTP1 * 0
    17-AUG-2004 22:02:40 * service_died * PSFTP1 * 12537
    17-AUG-2004 22:03:40 * service_register * PSFTP1 * 0
    17-AUG-2004 22:03:40 * service_died * PSFTP1 * 12537
    17-AUG-2004 22:04:40 * service_register * PSFTP1 *
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.176.247.230)(PORT=2521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Solaris: Version 9.2.0.4.0 - Production
    Start Date 17-AUG-2004 21:58:31
    Uptime 1 days 17 hr. 42 min. 55 sec
    Trace Level support
    Security OFF
    SNMP OFF
    Listener Parameter File /u00/app/oracle/product/92/network/admin/listener.ora
    Listener Log File /u00/app/oracle/product/92/network/log/listener.log
    Listener Trace File /u00/app/oracle/product/92/network/log/listener.trc
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.176.247.230)(PORT=2521)))
    Services Summary...
    Service "PSFTP1" has 1 instance(s).
    Instance "PSFTP1", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL>
    Thanks
    Prabhakar

    do sqlplus @LISTENER_PSFTP1
    your tns entry is misleading.

  • HTML version 2.0 on 9204 ?

    Hello,
    Is it posssible to install the new 2.0 HTML DB on a 9204 database ?
    Thank you.

    Yes, as per the Installation Guide, Oracle Database 9iR2 (9.2.0.3) is the minimum version required in order to install HTML DB 2.0.
    Thanks,
    - Scott -

  • PLS-00201 when deploying mapping after 9204 upgrade

    We applied the 9204 patch to our owb environment on friday. we are now unable to deploy anything. the error message we are getting is:
    PLS-00201-identifier 'WB_RT_MAPAUDIT' must be declared
    anyone have any suggestions?

    Hi,
    When you went through the installation of the patch, did you follow all post installation steps in order to migrate the runtime environment?
    Did you install a new runtime repository? Have you made sure to update the runtime repository connection to connect to the new runtime repository connection? It sounds like it could be you are still looking at the old runtime repository, whereas all schemas (access schema and target schemas) have been relinked to the new runtime repository schema.
    This would also explain the issue you have at execution time.
    Hope this helps,
    Mark.

  • Setup fails while installing DESIGNER 9204

    Hi all,
    I am trying to install Designer 9204 over existing DS 902 and Designer 9202 in Windows XP with Oracle 9203.
    I got the following error:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x77f52109
    Function name=stricmp
    Library=C:\WINDOWS\System32\ntdll.dll
    Current Java thread:
         at oracle.sysman.oii.oiip.osd.win32.OiipwWin32NativeCalls.RegSetValue(Native Method)
         at oracle.sysman.oii.oiip.osd.win32.OiipwWin32NativeCalls.RegSetValue(OiipwWin32NativeCalls.java:496)
         at oracle.sysman.oii.oiix.OiixRegistryOps.RegSetValue(OiixRegistryOps.java:270)
         at ssRegSetValuew32.installAction(ssRegSetValuew32.java:91)
         at oracle.sysman.oii.oiis.OiisCompActions.doActionWithException(OiisCompActions.java:1536)
         at oracle.sysman.oii.oiis.OiisCompActions.doActionImpl(OiisCompActions.java:1303)
         at oracle.sysman.oii.oiis.OiisCompActions.doAction(OiisCompActions.java:736)
         at Components.oracle.repository.cktl61.v9_0_2_91_10.CompActions.doAction(Unknown Source)
         at Components.oracle.repository.cktl61.v9_0_2_91_10.CompInstallPhase2.doActionP3RegSetValue44(Unknown Source)
         at Components.oracle.repository.cktl61.v9_0_2_91_10.CompInstallPhase2.stateChangeActions(Unknown Source)
         at Components.oracle.repository.cktl61.v9_0_2_91_10.CompActions.stateChangePhase2Actions(Unknown Source)
         at oracle.sysman.oii.oiif.oiifw.OiifwInstallPhaseWCCE$OiifwComponentIP2WCCE.performStateChangeActions(OiifwInstallPhaseWCCE.java:1054)
         at oracle.sysman.oii.oiif.oiifw.OiifwInstallPhaseWCCE$OiifwComponentInstallPhaseWCCE.doOperation(OiifwInstallPhaseWCCE.java:608)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:137)
         at oracle.sysman.oii.oiif.oiifw.OiifwInstallPhaseWCCE.doOperation(OiifwInstallPhaseWCCE.java:260)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:137)
         at oracle.sysman.oii.oiif.oiifw.OiifwActionsPhaseWCDE.doOperation(OiifwActionsPhaseWCDE.java:417)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:109)
         at oracle.sysman.oii.oiic.OiicInstallSession$OiicSelCompsInstall.doOperation(OiicInstallSession.java:939)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:137)
         at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:702)
         at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:194)
         at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:367)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:841)
    Dynamic libraries:
    0x00400000 - 0x00405000      C:\DOCUME~1\ikarp\LOCALS~1\Temp\OraInstall2003-03-21_11-23-41AM\jre\bin\javaw.exe
    0x77F50000 - 0x77FF7000      C:\WINDOWS\System32\ntdll.dll
    0x77E60000 - 0x77F46000      C:\WINDOWS\system32\kernel32.dll
    0x77DD0000 - 0x77E5D000      C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x78086000      C:\WINDOWS\system32\RPCRT4.dll
    0x77D40000 - 0x77DCC000      C:\WINDOWS\system32\USER32.dll
    0x77C70000 - 0x77CB0000      C:\WINDOWS\system32\GDI32.dll
    0x77C10000 - 0x77C63000      C:\WINDOWS\system32\MSVCRT.dll
    0x6D420000 - 0x6D4EE000      C:\DOCUME~1\ikarp\LOCALS~1\Temp\OraInstall2003-03-21_11-23-41AM\jre\bin\hotspot\jvm.dll
    0x76B40000 - 0x76B6C000      C:\WINDOWS\system32\WINMM.dll
    0x6D220000 - 0x6D227000      C:\DOCUME~1\ikarp\LOCALS~1\Temp\OraInstall2003-03-21_11-23-41AM\jre\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000      C:\DOCUME~1\ikarp\LOCALS~1\Temp\OraInstall2003-03-21_11-23-41AM\jre\bin\verify.dll
    0x6D250000 - 0x6D266000      C:\DOCUME~1\ikarp\LOCALS~1\Temp\OraInstall2003-03-21_11-23-41AM\jre\bin\java.dll
    0x6D3C0000 - 0x6D3CD000      C:\DOCUME~1\ikarp\LOCALS~1\Temp\OraInstall2003-03-21_11-23-41AM\jre\bin\zip.dll
    0x6D020000 - 0x6D128000      C:\Documents and Settings\ikarp\Local Settings\Temp\OraInstall2003-03-21_11-23-41AM\jre\bin\awt.dll
    0x73000000 - 0x73023000      C:\WINDOWS\System32\WINSPOOL.DRV
    0x76390000 - 0x763AC000      C:\WINDOWS\system32\IMM32.dll
    0x771B0000 - 0x772D1000      C:\WINDOWS\system32\ole32.dll
    0x5AD70000 - 0x5ADA4000      C:\WINDOWS\System32\uxtheme.dll
    0x6D1E0000 - 0x6D21B000      C:\Documents and Settings\ikarp\Local Settings\Temp\OraInstall2003-03-21_11-23-41AM\jre\bin\fontmanager.dll
    0x69000000 - 0x69211000      C:\WINDOWS\System32\atioglxx.dll
    0x10000000 - 0x1000D000      C:\WINDOWS\system32\PGPhk.dll
    0x08EE0000 - 0x08F04000      C:\WINDOWS\System32\Hook98.dll
    0x08F20000 - 0x08F3E000      C:\Documents and Settings\ikarp\Local Settings\Temp\OraInstall2003-03-21_11-23-41AM\jre\bin\JavaAccessBridge.dll
    0x6D2C0000 - 0x6D2DB000      C:\Documents and Settings\ikarp\Local Settings\Temp\OraInstall2003-03-21_11-23-41AM\jre\bin\jpeg.dll
    0x095C0000 - 0x095D5000      C:\Documents and Settings\ikarp\Local Settings\Temp\OraInstall2003-03-21_11-23-41AM\oui\lib\win32\oraInstaller.dll
    0x77C00000 - 0x77C07000      C:\WINDOWS\system32\VERSION.dll
    0x09C50000 - 0x09C5C000      C:\Documents and Settings\ikarp\Local Settings\Temp\OraInstall2003-03-21_11-23-41AM\ClusterQueries.dll
    0x71AB0000 - 0x71AC5000      C:\WINDOWS\system32\WS2_32.dll
    0x71AA0000 - 0x71AA8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71B20000 - 0x71B31000      C:\WINDOWS\system32\MPR.dll
    0x09D70000 - 0x09D7F000      C:\Documents and Settings\ikarp\Local Settings\Temp\OraInstall2003-03-21_11-23-41AM\WindowsGeneralQ.dll
    0x0A1A0000 - 0x0A1B4000      C:\Documents and Settings\ikarp\Local Settings\Temp\OraInstall2003-03-21_11-23-41AM\NtEnv221.dll
    0x0A2D0000 - 0x0A2E2000      C:\Documents and Settings\ikarp\Local Settings\Temp\OraInstall2003-03-21_11-23-41AM\WindowsFolders21041.dll
    0x773D0000 - 0x77BC7000      C:\WINDOWS\system32\SHELL32.dll
    0x70A70000 - 0x70AD4000      C:\WINDOWS\system32\SHLWAPI.dll
    0x71950000 - 0x71A34000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll
    0x77340000 - 0x773CB000      C:\WINDOWS\system32\comctl32.dll
    0x76FD0000 - 0x77048000      C:\WINDOWS\System32\CLBCATQ.DLL
    0x77120000 - 0x771AB000      C:\WINDOWS\system32\OLEAUT32.dll
    0x77050000 - 0x77115000      C:\WINDOWS\System32\COMRes.dll
    0x76670000 - 0x76757000      C:\WINDOWS\System32\SETUPAPI.dll
    0x75A70000 - 0x75B15000      C:\WINDOWS\system32\USERENV.dll
    0x71C20000 - 0x71C6E000      C:\WINDOWS\System32\netapi32.dll
    0x76980000 - 0x76987000      C:\WINDOWS\System32\LINKINFO.dll
    0x76990000 - 0x769B4000      C:\WINDOWS\System32\ntshrui.dll
    0x76B20000 - 0x76B35000      C:\WINDOWS\System32\ATL.DLL
    0x76C90000 - 0x76CB2000      C:\WINDOWS\system32\imagehlp.dll
    0x6D510000 - 0x6D58D000      C:\WINDOWS\system32\DBGHELP.dll
    0x76BF0000 - 0x76BFB000      C:\WINDOWS\System32\PSAPI.DLL
    Local Time = Fri Mar 21 11:25:20 2003
    Elapsed Time = 96
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)
    How to fix this?
    BR, Igor Karp

    Simon,
    it passes the copying phase and fails at the setup.
    From the install logs i see that the last things setup was doing were:
    Starting install Install Phase 2 of component Oracle Repository Command Line Tool
    Calling Query areasQueries2.3.0.1.0 getProductHome
    name = oracle.swd.jre
    startVersion = 1.3.1.0.0
    endVersion = 1.3.1.0.0
    acceptCompatible = true
    Query Returned: C:\Program Files\Oracle\jre\1.3.1
    Setting variable 'JRE_HOME' to 'C:\Program Files\Oracle\jre\1.3.1'. Received the value from a code block.
    Setting variable 'JVM_CLASSPATH_DEFAULT_THIN_JDBC' to '-Djava.class.path=C:\oracle\ora92ids\REPADM61\JAVA\jr_cmd.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_cws.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_dep.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_diff.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_ia.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_jol.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_vhv.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_file.jar;C:\oracle\ora92ids\REPADM61\JAVA\jgl3.1.0.jar;C:\oracle\ora92ids\REPADM61\JAVA\xmlparserv2.jar;C:\oracle\ora92ids\FORMS90\JAVA\f90jdapi.jar;C:\oracle\ora92ids\REPADM61\JAVA\jrapi.jar;C:\oracle\ora92ids\jdbc\lib\classes12.zip;C:\oracle\ora92ids\jlib\jewt4.jar;C:\oracle\ora92ids\jlib\share.jar;C:\oracle\ora92ids\jlib\help4.jar;C:\oracle\ora92ids\jlib\oracle_ice5.jar;C:\Program Files\Oracle\jre\1.3.1\lib\i18n.jar'. Received the value from a code block.
    Calling Action w32RegActions2.3.0.0.0 RegCreateKey
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
    Calling Action w32RegActions2.3.0.0.0 RegCreateKey
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPADM61
    Calling Action w32RegActions2.3.0.0.0 RegCreateKey
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPADM61\DEFAULT_JVM_PARAMS_THIN_JDBC
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = CKTL61
         data = C:\oracle\ora92ids\REPADM61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1
         value = CKTL61
         data = C:\oracle\ora92ids\REPADM61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = RMMSGS61
         data = C:\oracle\ora92ids\REPADM61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1
         value = RMMSGS61
         data = C:\oracle\ora92ids\REPADM61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = CDRMSG61
         data = C:\oracle\ora92ids\REPADM61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1
         value = CDRMSG61
         data = C:\oracle\ora92ids\REPADM61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = CDAMSG61
         data = C:\oracle\ora92ids\REPADM61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1
         value = CDAMSG61
         data = C:\oracle\ora92ids\REPADM61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = CDA_UTILITY_MSG_DATA
         data = CDA,RMMSGS61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPCOM61
         value = CDA_UTILITY_MSG_DATA
         data = CDA,RMMSGS61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = CDR_UTILITY_MSG_DATA
         data = CDR,CDRMSG61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPCOM61
         value = CDR_UTILITY_MSG_DATA
         data = CDR,CDRMSG61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = RME_UTILITY_MSG_DATA
         data = RME,RMMSGS61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPCOM61
         value = RME_UTILITY_MSG_DATA
         data = RME,RMMSGS61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = ORA_UTILITY_MSG_DATA
         data = ORA,RDBMS
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPCOM61
         value = ORA_UTILITY_MSG_DATA
         data = ORA,RDBMS
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = PLS_UTILITY_MSG_DATA
         data = PLS,PLSQL
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPCOM61
         value = PLS_UTILITY_MSG_DATA
         data = PLS,PLSQL
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = IWP_UTILITY_MSG_DATA
         data = IWP,IWPMSG61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPCOM61
         value = IWP_UTILITY_MSG_DATA
         data = IWP,IWPMSG61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = SERVER_API_DEPENDENCY_MANAGER61
         data = 4.0.12.91.9
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPADM61
         value = SERVER_API_DEPENDENCY_MANAGER61
         data = 4.0.12.91.9
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = SERVER_API_COMMAND_LINE61
         data = 4.0.12.91.9
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPADM61
         value = SERVER_API_COMMAND_LINE61
         data = 4.0.12.91.9
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = IAMAP61
         data = C:\oracle\ora92ids\REPADM61\java\iamappings.pmf
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPCOM61
         value = IAMAP61
         data = C:\oracle\ora92ids\REPADM61\java\iamappings.pmf
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = IADTD61
         data = file:/C:/oracle/ora92ids/REPADM61/JAVA/IA.DTD
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPCOM61
         value = IADTD61
         data = file:/C:/oracle/ora92ids/REPADM61/JAVA/IA.DTD
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetNumValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = DEPIMP_BATCH_SIZE
         data = 1
    Calling Action w32RegActions2.3.0.0.0 RegSetNumValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPCOM61
         value = DEPIMP_BATCH_SIZE
         data = 1
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = DEPIMP_VALIDATE_XML
         data = N
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPCOM61
         value = DEPIMP_VALIDATE_XML
         data = N
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = JVM_CLASSPATH_DEFAULT_THIN_JDBC
         data = -Djava.class.path=C:\oracle\ora92ids\REPADM61\JAVA\jr_cmd.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_cws.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_dep.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_diff.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_ia.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_jol.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_vhv.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_file.jar;C:\oracle\ora92ids\REPADM61\JAVA\jgl3.1.0.jar;C:\oracle\ora92ids\REPADM61\JAVA\xmlparserv2.jar;C:\oracle\ora92ids\FORMS90\JAVA\f90jdapi.jar;C:\oracle\ora92ids\REPADM61\JAVA\jrapi.jar;C:\oracle\ora92ids\jdbc\lib\classes12.zip;C:\oracle\ora92ids\jlib\jewt4.jar;C:\oracle\ora92ids\jlib\share.jar;C:\oracle\ora92ids\jlib\help4.jar;C:\oracle\ora92ids\jlib\oracle_ice5.jar;C:\Program Files\Oracle\jre\1.3.1\lib\i18n.jar
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPADM61\DEFAULT_JVM_PARAMS_THIN_JDBC
         value = JVM_CLASSPATH_DEFAULT_THIN_JDBC
         data = -Djava.class.path=C:\oracle\ora92ids\REPADM61\JAVA\jr_cmd.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_cws.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_dep.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_diff.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_ia.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_jol.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_vhv.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_file.jar;C:\oracle\ora92ids\REPADM61\JAVA\jgl3.1.0.jar;C:\oracle\ora92ids\REPADM61\JAVA\xmlparserv2.jar;C:\oracle\ora92ids\FORMS90\JAVA\f90jdapi.jar;C:\oracle\ora92ids\REPADM61\JAVA\jrapi.jar;C:\oracle\ora92ids\jdbc\lib\classes12.zip;C:\oracle\ora92ids\jlib\jewt4.jar;C:\oracle\ora92ids\jlib\share.jar;C:\oracle\ora92ids\jlib\help4.jar;C:\oracle\ora92ids\jlib\oracle_ice5.jar;C:\Program Files\Oracle\jre\1.3.1\lib\i18n.jar
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = IAFILTER61
         data = C:\oracle\ora92ids\REPADM61\JAVA\IAFILTERS.FIL
         updateType = null
    BR, Igor Karp
    PS. Should I switch to different forum with this issue?

  • Installing 9204 on OEL4 (64bit)

    I'm having some trouble installing 9.2.0.4 on OEL4 (64 bit). I've got OEL4 installed and have run up2date successfully. When I run the OUI to get 9204 installed, the installation keeps hanging at:
    copying naeet.o...
    Anybody heard or run into this?

    Doesn't seem to be helping.
    [oracle@localhost ~]$ export LD_ASSUME_KERNEL=2.4.19
    [oracle@localhost ~]$ echo $LD_ASSUME_KERNEL
    2.4.19Is there a metalink note on this perhaps? Here's the last couple lines in the install log if something sticks out to you.
    Calling action fileActions2.2.0.14.0  copyGroupFromJar
         selectedNodes = null
         copyGroup = eelib
         permissions = null
         owner = null
         group = null
         copyAsText = null
         JarLoc = /tmp/OraInstall2008-06-04_01-31-30PM/temp29
         gpEntries = [[libvsn_ee9.a ->%ORACLE_HOME%/lib32/libvsn9.a 2214 plats=2=>[46] langs=2=>[en,fr,ar,bn,pt_BR,bg,fr_CA,ca,hr,cs,da,nl,ar_EG,en_GB,et,fi,de,el,iw,hu,is,in,it,ja,ko,es,lv,lt,ms,es_MX,no,pl,pt,ro,ru,zh_CN,sk,sl,es_ES,sv,th,zh_TW,tr,uk,vi]]
    , [libntcps9.a ->%ORACLE_HOME%/lib32/libntcps9.a 52696 plats=2=>[46] langs=2=>[en,fr,ar,bn,pt_BR,bg,fr_CA,ca,hr,cs,da,nl,ar_EG,en_GB,et,fi,de,el,iw,hu,is,in,it,ja,ko,es,lv,lt,ms,es_MX,no,pl,pt,ro,ru,zh_CN,sk,sl,es_ES,sv,th,zh_TW,tr,uk,vi]]
    , [naeet.o ->%ORACLE_HOME%/lib32/naeet.o 6029 plats=2=>[46]  langs=2=>[en,fr,ar,bn,pt_BR,bg,fr_CA,ca,hr,cs,da,nl,ar_EG,en_GB,et,fi,de,el,iw,hu,is,in,it,ja,ko,es,lv,lt,ms,es_MX,no,pl,pt,ro,ru,zh_CN,sk,sl,es_ES,sv,th,zh_TW,tr,uk,vi]]
         DllGroup = false
    Calling action unixActions2.2.0.18.0  touchFile
         source = /opt/oracle/920/lib/ldflagsWhen I browse to the /lib32 folder, I see there is a file named 'naeet.o' of 5.9k size.
    P.S. If any of this looks familiar it's because this last go around I used your instructions on how to install 9iR2 on OEL4 (http://ivan.kartik.sk/oracle/install_ora9_elinux.hmtl).

  • OPatch for oracle 9204

    i need OPatch for oracle 9204 can someone tell me where i have to down load.

    Do you have a support contract? If so, you can download patches from Metalink. Note that this is a controlled option; the person who administers your organisation's Metalink account might not have authorised your user to download patches.
    If you don't have a support contract then your are restricted to what's available from OTN. If what you want isn't there you're probably out of luck.
    Cheers, APC

  • Server side install of 9204 on AIX5L

    Hello,
    Has anybody been able to get the Server side install of 9204 on AIX5L to work. In particular, I have been able to successfully complete the 92028 install. I then did the 9204 patch install. When I went to deploy, I got an RTC-5301 service not available error. I ran the service_doctor.sql and it replied that all of the objects were present and valid, but that the service was not started. I then ran start_service.sql which replied "Not available". I have deinstalled and reinstalled three times with the same result.
    Any help would be greatly appreciated.
    Thanks,
    Carl

    Cutting and pasting from a previous post on the similar topic:
    1. I don't think it's your case, but... - if you updated the DB from 9.2.0.1 to 9.2.0.4 than take a look at the metalink note 257687.1 ( http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=257687.1 - you have to have a metalink log-in to access the note )
    2. In the directory <OWB_HOME>/owb/rtp/sql there are runtime diagnostic queries. first try show_service.sql to check if the rt service is running. If not, try to start it manually by running start_service.sql
    3. Finally, could you take a look whether a job
    wb_rti_service_job.check_service(1);
    has been submitted by the runtime repository owner?
    Connect as runtime repository owner, and execute:
    select job, what
    from user_jobs
    Also, can you verify the number of background jobs that may run in the
    database (default value is 10)? Run as system:
    select value
    from v$parameter
    where name = 'job_queue-processes'
    If the first query returns the wb_rti_service_job.check_service(1); in
    the what, and the second query returns a value greater than 1 (hopefully
    10), then you could connect as the runtime repository owner and manually
    kick off the job that you retrieved by using:
    exec dbms_job.run(<job number you retrieved in the first query>)
    Regards:
    Igor

  • Download 9204 DB for Linux: "not in gzip format

    as anybody else noticed problems after downloading the new 9204 drop of the Linux DB files?
    The checksums are different from what is reported on the download page, and from the content it seems there is some "garbage" at the top of the gz files?

    Ok, i found the problem.
    Although the files have the .gz extension, they are actually not gzipped. They are regular cpio archived (not compressed).

  • Apply 9204 patch

    i am working on a production server using oracle 9i and i wanna apply the 9204 patch as it is recommended from our headquarter.
    i have downloaded it and read the readme file but there are something which is not clear, like :-
    1- When i shutdown the database and stop all services, how can i logon to it and run the patch?
    2- Shall i chanfe the directoery inclused the opatch.pl or 3875927 ?
    Thanks in advance
    your quich response is haighly appreciated

    Hi,
    What is your opatch version ?
    E:\Documents and Settings\GASPAROTTO>%ORACLE_HOME%\opatch\opatch version
    Oracle Interim Patch Installer version 1.0.0.0.52
    Copyright (c) 2005 Oracle Corporation. All Rights Reserved..
    We recommend you refer to the OPatch documentation under
    OPatch/docs for usage reference. We also recommend using
    the latest OPatch version. For the latest OPatch version
    and other support related issues, please refer to document
    293369.1 which is viewable from metalink.oracle.com
    OPatch Version: 1.0.0.0.52
    OPatch returns with error code = 0
    E:\Documents and Settings\GASPAROTTO>
    Try to see if you have the latest opatch version, see patch 2617419 on metalink. About opatch, I advise you to read metalink note 293369.1 OPatch documentation list.
    What is the result for the next command ?
    E:\Documents and Settings\GASPAROTTO>%ORACLE_HOME%\opatch\opatch lsinventory
    Oracle Interim Patch Installer version 1.0.0.0.52
    Copyright (c) 2005 Oracle Corporation. All Rights Reserved..
    We recommend you refer to the OPatch documentation under
    OPatch/docs for usage reference. We also recommend using
    the latest OPatch version. For the latest OPatch version
    and other support related issues, please refer to document
    293369.1 which is viewable from metalink.oracle.com
    Oracle Home = e:/oracle/ora92
    Location of Oracle Universal Installer components = E:\oracle\ora92\oui
    Location of OraInstaller.jar  = "E:\oracle\ora92\oui\jlib"
    Oracle Universal Installer shared library = E:\oracle\ora92\oui\lib\win32\oraIns
    taller.dll
    Location of Oracle Inventory Pointer = N/A
    Location of Oracle Inventory = E:\oracle\ora92\inventory
    Path to Java = "E:\oracle\ora92\jre\1.4.2\bin\java.exe"
    Log file = e:/oracle/ora92/.patch_storage/<patch ID>/*.log
    Creating log file "E:\oracle\ora92\.patch_storage\LsInventory__09-04-2005_13-45-
    43.log"
    Result:
    There is no Interim Patch
    OPatch succeeded.
    OPatch returns with error code = 0
    E:\Documents and Settings\GASPAROTTO>Try to apply patch without perl :
    %ORACLE_HOME%\opatch\opatch applyTry it and report us the result.
    Nicolas.
    Message was edited by:
    Nicolas Gasparotto

  • Error while running "runInstaller" in RHEL4 / Oracle 9204

    [oracle@RH9 oracle]$ /mnt/oracle/Disk1/runInstaller
    [oracle@RH9 oracle]$ Initializing Java Virtual Machine from /tmp/OraInstall2004-07-21_09-21-45AM/jre/bin/java. Please wait...
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
    at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:59)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:120)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:58)
    at java.awt.Window.<init>(Window.java:188)
    at java.awt.Frame.<init>(Frame.java:315)
    at java.awt.Frame.<init>(Frame.java:262)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)

    Did you follow the pre-install config tasks in the manuals. Specifically the X-Windows related steps?
    If yes, then I suspect you are logged on as root and su'd to Oracle to do the install. Better would be to log out of root and create a brand new screen (X) session as Oracle.

  • PL/SQL don't work after install Oracle 9204 patch set

    I'm using Oracle 9.2.0.1.
    some pl/sql don't work after i install database patch set 3 (9.2.0.4).
    code--------------------------------
    BEGIN
    dbms_aqadm.stop_queue(
    queue_name => 'WB_RT_SERVICE_QUEUE');
    exception
    when others
    then
    null;
    END;
    error message is: ora-03113 end-of-files on communication channel.
    please help. thank you !!

    Can you please tell me the soluation of this problem as I am also facing the similar problem ?
    Thanks in advacne ?
    Regards
    Satpal

  • Dbca hangs at step 7/7 Redhat AS2.1/oracle 9204

    dbca hangs at step 7/7
    dbca hangs, when it reaches step 7, the progress bar is
    at 100%, but the sys and system password setting window
    is not displayed. if i close the screen, by killing the
    process, i don't have any database config info.
    please advice. Is there something wrong with JRE?

    set THREADS_FLAG=native before running dbca...
    see note:200001.1

  • 리눅스 9204로 패취하고 에러가 발생합니다.

    ORA-00604: error occurred at recursive SQL level 1
    ORA-04045: errors during recompilation/revalidation of LBACSYS.LBAC_EVENTS
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 2
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 2

    오라클 버그 인것 같습니다.
    메타링크에 나와 있군요....
    Fix
    - Download and install the patch for bug 3099699.
    - If the original catpatch.sql has been run on instance then run $ORACLE_HOME/rdbms/admin/catnools.sql to deinstall the Oracle Label Security option
    - Then rerun the new $ORACLE_HOME/rdbms/admin/catpatch.sql which replaces the original catpatch.sql.
    이렇게 조치하기 힘드시면 아래와 같이 해 보십시오...
    shutdown immediate;
    startup migrate;
    alter view lbacsys.lbac$all_table_policies compile;
    alter package lbacsys.lbac_events compile body;
    shutdown immediate;
    startup;
    수고하세요..

Maybe you are looking for

  • FAILED INSTALLATION OF ITUNES 7 & ITUNES 6

    i've been reading the threads on problems installing iTunes v7 and it seems the common fix is to to do this: Go to HD>Library>Receipts> and remove the "iTunesX.pkg" to the trash. Then reinstall iTunes. Well this didnt work for me and the installer re

  • OCCI -getString problem

    I'm having trouble executing code using the OCCI libraries.  I suspect that it's an issue with the version of OCCI that I'm using but can't seem to resolve the problem myself. On Windows 7, I'm using the OCCI libraries from the Oracle Express 11.2 32

  • Wrong verification email address

    Hi! I just recently purchased an adobe Muse package for Mac and it sent me the email of payment order to my mail with the receipt. However I bought my laptop second hand and the verification email is getting sent to the previous owners registered ema

  • HOTMAIL craps out

    I have two Macs. One with Leopard and the other with Snow Leopard. On both, when I go to HOTMAIL.COM I can open my mail, but when I click a message, the browser closes. The browsers that I use are Safari, Camino, and Opera. This happens in all three.

  • Having trouble with my Xtreme Gamer sound card

    I have an Alienware computer that came with the card and its software pre-installed. It has worked fine until today when BF2 would no longer recognize the card. When I uninstalled the software to reinstall it, it said I didn't have any devices. What