Oracle 10g XE Event Logs - Please help

I'm running 10g XE on a Virtual 2003 Server. My Applicatin Event Logs the following events. I will get up to 20 events per minutes. I have posted the event description. Please advise. Thank you,
The description for Event ID ( 5 ) in Source ( Oracle.xe ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: QMNC, xe.
The description for Event ID ( 16 ) in Source ( Oracle.xe ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: xe.
The description for Event ID ( 34 ) in Source ( Oracle.xe ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: ACTION : 'CONNECT' DATABASE USER: '/' PRIVILEGE : SYSDBA CLIENT USER: NT AUTHORITY\SYSTEM CLIENT TERMINAL: [Server FQDN stated in this area]: 0 .

Hi Jab
The last event is something Oracle logs per default. Every time someone logs in with sysdba privileges, it is logged to the event log. Read more in the manual
Security guide, chapter 8
Try to check the parameter
AUDIT_TRAIL
in the database
show parameter AUDIT_TRAIL
If it is set to OS and you have enabled auditing, then more events are written to the event log.
Best wishes,
Kennie
The description for Event ID ( 34 ) in Source ( Oracle.xe ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: ACTION : 'CONNECT' DATABASE USER: '/' PRIVILEGE : SYSDBA CLIENT USER: NT AUTHORITY\SYSTEM CLIENT TERMINAL: Server FQDN stated in this area: 0 .

Similar Messages

  • Oracle 10g Database startup problem Please help

    i am trying to start database but getting error;
    SQL> startup
    ORACLE instance started.
    Total System Global Area 281018368 bytes
    Fixed Size 788776 bytes
    Variable Size 229373656 bytes
    Database Buffers 50331648 bytes
    Redo Buffers 524288 bytes
    Database mounted.
    ORA-16038: log 2 sequence# 44103 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 2 thread 1: 'D:\ORADATA\ASDB\REDO02.LOG'
    Please guide and help
    Thanks,
    Waheed.

    The error stack is interpreted as follows:
    ORA-16038:     log string sequence# string cannot be archived
    Cause:     An attempt was made to archive the named file, but the file could not be archived. Examine the secondary error messages to determine the cause of the error.
    Action:     No action is required
    ORA-19809:     limit exceeded for recovery files
    Cause:     The limit for recovery files specified by the DB_RECOVERY_FILE_DEST_SIZE was exceeded.
    Action:     The error is accompanied by 19804. See message 19804 for further details.
    ORA-19804:     cannot reclaim string bytes disk space from string limit
    Cause:     Oracle cannot reclaim disk space of specified bytes from the DB_RECOVERY_FILE_DEST_SIZE limit.
    Action:     There are five possible solutions: 1) Take frequent backup of recovery area using RMAN. 2) Consider changing RMAN retention policy. 3) Consider changing RMAN archivelog deletion policy. 4) Add disk space and increase DB_RECOVERY_FILE_DEST_SIZE. 5) Delete files from recovery area using RMAN.
    ORA-00312:     online log string thread string: 'string'
    Cause:     This message reports the filename for details of another message.
    Action:     Other messages will accompany this message. See the associated messages for the appropriate action to take.
    DB_RECOVERY_FILE_DEST_SIZE specifies (in bytes) the hard limit on the total space to be used by target database recovery files created in the flash recovery area. You should increase this value.
    On the other hand, out from the context I guessed it is a 10gRx database, but you should specify this on your thread, as well as specify os details.
    ~ Madrid

  • Oracle 10g Shared Server Problem Please Help

    Hi
    I am studying for Oracle 10g OCP ; I was trying to start the shared server feature of oracle10g ver 10.2.0.
    The database name is :CERTIFICATION10g
    The listener name is: LISTENER_CERTIFICATION10g Port:1521
    I could register the dispatchers successully with the listener above. However when I open a new connection ; instead of going through the dispatcher it uses the dedicated connection. I tried opening many sessions but the established filed for both dispatchers remained 0
    I post a dump of the lsnrctl services command below:
    LSNRCTL> service listener_certification10g
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=einstein)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "certification10g" has 1 instance(s).
    Instance "certification10g", status READY, has 3 handler(s) for this service..
    Handler(s):
    "DEDICATED" established:1 refused:0 state:ready
    LOCAL SERVER
    "D001" established:0 refused:0 current:0 max:1002 state:ready
    DISPATCHER <machine: EINSTEIN, pid: 1428>
    (ADDRESS=(PROTOCOL=tcp)(HOST=einstein)(PORT=1045))
    "D000" established:0 refused:0 current:0 max:1002 state:ready
    DISPATCHER <machine: EINSTEIN, pid: 1252>
    (ADDRESS=(PROTOCOL=tcp)(HOST=einstein)(PORT=1044))
    Service "certification10g_XPT" has 1 instance(s).
    Instance "certification10g", status READY, has 3 handler(s) for this service..
    Handler(s):
    "DEDICATED" established:1 refused:0 state:ready
    LOCAL SERVER
    "D001" established:0 refused:0 current:0 max:1002 state:ready
    DISPATCHER <machine: EINSTEIN, pid: 1428>
    (ADDRESS=(PROTOCOL=tcp)(HOST=einstein)(PORT=1045))
    "D000" established:0 refused:0 current:0 max:1002 state:ready
    DISPATCHER <machine: EINSTEIN, pid: 1252>
    (ADDRESS=(PROTOCOL=tcp)(HOST=einstein)(PORT=1044))
    The command completed successfully
    LSNRCTL>
    Why are the connections not being routed through the dispatchers? Any additional setting needs to made?
    Please reply asap
    Thanls in Advance
    Prahalad Deshpande

    Maybe because you have in your listener.ora used by your client only this entry:
    XXX =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = YYYY)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED) -> should be SHARED
    (SERVICE_NAME = XXX)
    (INSTANCE_NAME = XXXX)
    (HS = OK)
    )

  • I am getting ORA-06512 On Oracle 10g AS wireless component Please Help

    the error is;
    oracle.panama.messaging.transport.impl.InternalTransportException: transport internal exception: java.sql.SQLException: ORA-01653: unable to extend table WIRELESS.TRANS_STORE by 8192 in tablespace IAS_META
    ORA-06512: at "WIRELESS.TRANSPORT", line 313
    ORA-06512: at "WIRELESS.TRANSPORT", line 681
    ORA-06512: at line 1
    Please let me know if some1 knows how to troubleshoot this...
    Thanks,
    Waheed

    Dear Waheed,
    Thee Error you have pasted is a Bug in Oracle AS Wireless 10g. You need a patch to do it right. Basically this is performance and maintenance issue.
    Its solution is new patch.
    Cheers,
    Saqib Sharif

  • Lion keeps crashing on mpb  Here is the crash log PLEASE HELP

    lion keeps crashing, esp when using google chrome. even when im not. but chrome in itself crashes alot
    here is the log please help !  thanks in advance
    Interval Since Last Panic Report:  1679610 sec
    Panics Since Last Report:          8
    Anonymous UUID:                    FDE78AD6-758D-4DC5-AD98-44A735087EC1
    Sat May  5 18:26:53 2012
    panic(cpu 1 caller 0xffffff80005f666f): "removeSymbol"@/SourceCache/xnu/xnu-1699.24.8/libkern/c++/OSSymbol.cpp:366
    Backtrace (CPU 1), Frame : Return Address
    0xffffff80fe3a3cd0 : 0xffffff8000220702
    0xffffff80fe3a3d50 : 0xffffff80005f666f
    0xffffff80fe3a3db0 : 0xffffff80005f6069
    0xffffff80fe3a3dd0 : 0xffffff80005f5e25
    0xffffff80fe3a3e00 : 0xffffff80005e45bb
    0xffffff80fe3a3e30 : 0xffffff80005e47f9
    0xffffff80fe3a3e50 : 0xffffff80005e45cd
    0xffffff80fe3a3e80 : 0xffffff80005e47f9
    0xffffff80fe3a3ea0 : 0xffffff80005ec34e
    0xffffff80fe3a3ec0 : 0xffffff80005e45cd
    0xffffff80fe3a3ef0 : 0xffffff80005eb30e
    0xffffff80fe3a3f30 : 0xffffff80005eb003
    0xffffff80fe3a3f70 : 0xffffff800023db2c
    0xffffff80fe3a3fb0 : 0xffffff8000820057
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    11C74
    Kernel version:
    Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
    Kernel UUID: 59275DFA-10C0-30B3-9E26-F7B5DFB1A432
    System model name: MacBookPro5,4 (Mac-F22587A1)
    System uptime in nanoseconds: 256203088583
    last loaded kext at 53037096637: com.apple.driver.AppleHWSensor          1.9.4d0 (addr 0xffffff7f81d40000, size 28672)
    loaded kexts:
    com.paceap.kext.pacesupport.snowleopard          5.7.2
    com.apple.driver.AppleHWSensor          1.9.4d0
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AudioAUUC          1.59
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleTyMCEDriver          1.0.2d2
    com.apple.driver.AppleHDA          2.1.3f7
    com.apple.driver.AGPM          100.12.42
    com.apple.driver.AppleMikeyDriver          2.1.3f7
    com.apple.driver.AppleUpstreamUserClient          3.5.9
    com.apple.driver.AppleMCCSControl          1.0.26
    com.apple.driver.AudioIPCDriver          1.2.1
    com.apple.GeForce          7.1.2
    com.apple.driver.AppleBacklight          170.1.9
    com.apple.driver.SMCMotionSensor          3.0.1d2
    com.apple.driver.AppleLPC          1.5.3
    com.apple.driver.AppleSMCLMU          2.0.1d2
    com.apple.driver.AppleMuxControl          3.0.16
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.5d4
    com.apple.driver.AppleUSBTCButtons          225.2
    com.apple.driver.AppleUSBTCKeyEventDriver          225.2
    com.apple.driver.AppleUSBTCKeyboard          225.2
    com.apple.driver.AppleIRController          312
    com.apple.driver.AppleUSBCardReader          3.0.1
    com.apple.iokit.SCSITaskUserClient          3.0.1
    com.apple.iokit.IOAHCIBlockStorage          2.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          33
    com.apple.driver.AirPort.Brcm4331          512.20.18
    com.apple.driver.AppleAHCIPort          2.2.0
    com.apple.driver.AppleFWOHCI          4.8.9
    com.apple.driver.AppleUSBHub          4.5.0
    com.apple.nvenet          2.0.17
    com.apple.driver.AppleUSBEHCI          4.5.0
    com.apple.driver.AppleUSBOHCI          4.4.5
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleEFINVRAM          1.5.0
    com.apple.driver.AppleRTC          1.4
    com.apple.driver.AppleHPET          1.6
    com.apple.driver.AppleACPIButtons          1.4
    com.apple.driver.AppleSMBIOS          1.7
    com.apple.driver.AppleACPIEC          1.4
    com.apple.driver.AppleAPIC          1.5
    com.apple.driver.AppleIntelCPUPowerManagementClient          167.0.0
    com.apple.nke.applicationfirewall          3.2.30
    com.apple.security.quarantine          1
    com.apple.driver.AppleIntelCPUPowerManagement          167.0.0
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSurface          80.0
    com.apple.iokit.IOBluetoothSerialManager          4.0.1f4
    com.apple.iokit.IOSerialFamily          10.0.5
    com.apple.iokit.IOAVBFamily          1.0.0d22
    com.apple.iokit.IOEthernetAVBController          1.0.0d5
    com.apple.driver.AppleHDAHardwareConfigDriver          2.1.3f7
    com.apple.driver.DspFuncLib          2.1.3f7
    com.apple.iokit.IOAudioFamily          1.8.3fc11
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.ApplePolicyControl          3.0.16
    com.apple.nvidia.nv50hal          7.1.2
    com.apple.NVDAResman          7.1.2
    com.apple.iokit.IOFireWireIP          2.2.4
    com.apple.driver.AppleHDAController          2.1.3f7
    com.apple.iokit.IOHDAFamily          2.1.3f7
    com.apple.driver.AppleBacklightExpert          1.0.3
    com.apple.driver.AppleGraphicsControl          3.0.16
    com.apple.iokit.IONDRVSupport          2.3.2
    com.apple.iokit.IOGraphicsFamily          2.3.2
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.driver.AppleSMC          3.1.1d8
    com.apple.driver.IOPlatformPluginFamily          4.7.5d4
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleFileSystemDriver          13
    com.apple.driver.BroadcomUSBBluetoothHCIController          4.0.1f4
    com.apple.driver.AppleUSBBluetoothHCIController          4.0.1f4
    com.apple.iokit.IOBluetoothFamily          4.0.1f4
    com.apple.driver.AppleUSBMultitouch          227.1
    com.apple.iokit.IOUSBHIDDriver          4.4.5
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.0.1
    com.apple.iokit.IOUSBMassStorageClass          3.0.0
    com.apple.driver.AppleUSBMergeNub          4.5.3
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.0.1
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.7
    com.apple.iokit.IOCDStorageFamily          1.7
    com.apple.driver.XsanFilter          403
    com.apple.iokit.IOAHCISerialATAPI          2.0.1
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.0.1
    com.apple.iokit.IO80211Family          411.1
    com.apple.iokit.IOAHCIFamily          2.0.7
    com.apple.iokit.IOFireWireFamily          4.4.5
    com.apple.iokit.IOUSBUserClient          4.5.3
    com.apple.iokit.IONetworkingFamily          2.0
    com.apple.iokit.IOUSBFamily          4.5.3
    com.apple.driver.NVSMU          2.2.9
    com.apple.driver.AppleEFIRuntime          1.5.0
    com.apple.iokit.IOHIDFamily          1.7.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          165.3
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          331
    com.apple.iokit.IOStorageFamily          1.7
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.4
    com.apple.iokit.IOPCIFamily          2.6.7
    com.apple.iokit.IOACPIFamily          1.4
    Model: MacBookPro5,4, BootROM MBP53.00AC.B03, 2 processors, Intel Core 2 Duo, 2.53 GHz, 8 GB, SMC 1.49f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333531533641465238432D48392020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333531533641465238432D48392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.100.98.75.18)
    Bluetooth: Version 4.0.1f4, 2 service, 11 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS542525K9SA00, 250.06 GB
    Serial ATA Device: MATSHITADVD-R   UJ-868
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0x24400000 / 2
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0x26500000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 3
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0x04600000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8213, 0x06110000 / 3

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of this exercise is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login. Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    Note: If FileVault is enabled under Mac OS X 10.7 or later, you can’t boot in safe mode.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem(s)?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • HOME HUB - EVENT LOG - TECHNICAL HELP PLEASE

    Hello. I am trying to investigate why my BB usage is so high and have come across some recorded event entries in the 'event log' which I would like explained. Is there an expert/moderator  who can help please? What I am trying to establish is whether these entries could mean that there are outside users, using our broadband via P2P/Skype etc?. Many thanks.  n.b None of the names are known to me.
    VOIP: [2.0A] [john] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [john] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [daniel] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [daniel] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [Amanda] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [Amanda] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [andrew] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [andrew] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [jennifer] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [jennifer] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [newuser] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [newuser] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [computer] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [computer] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [calvin] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [calvin] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [charles] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [charles] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [paul] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [paul] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [dave] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [dave] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [steve] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [steve] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [tsinternetusers] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [tsinternetusers] [-] REGISTER - SIP message received
    13:31:32  16 Aug
    VOIP: [2.0A] [tsinternetuser] [] 501 Not Implemented - SIP message sent
    13:31:32  16 Aug
    VOIP: [2.0A] [tsinternetuser] [-] REGISTER - SIP message received

    Ditto - http://community.bt.com/t5/BB-in-Home/I-guess-this​-is-not-normal/m-p/12705#M7403
    (note this was on 03/04/10 after I had manually turned OFF BBT).
    IanC did provide a plausible reason on the above link
    -+-No longer a forum member-+-

  • Oracle 10g agent installation problem -- please advice. Thanks.

    I am trying to push an agent from a 32-bit CentOS 4.5 machine (where I successfully installed EM Grid Control with Database & that's working fine) to a 2-node Oracle 10g Clusterware/RAC, each machine has 64-bit CentOS 4.5. The questions I have are:
    1. Is this mixture of 32-bit/64-bit possible?
    2. When I am performing agent install, everything seemed to work (with manual root.sh execution provision) but at the end it's giving a message
    "Failure Preinstall Script Not Executed, Install Is Failed. Run root.sh Is Not Executed, PostInstall Script Is Not Executed. Collection Logs Is Success."
    And I don't see any agent* directory anywhere in any of the intended RAC Cluster nodes -- also, no error message log!
    Clusterware/RAC versin: 10.2.0.3
    EM Grid Control: 10.2.0.1
    I have no clue what are the meaning of these!
    Can somebody please tell me how to fix it (no upgrade suggestion please)?
    Thanks in advance.

    Hi,
    I noticed that you'd like to install OEM Agent for 32bit on 64-bit machine.
    Please look at the link below.
    http://www.oracle.com/technology/software/products/oem/htdocs/agentsoft.html#101x
    Because OEM Agent on different platform are released separately.
    eg.
    For x86linux is Linux_Grid_Control_agent_download_10_2_0_2_0.zip
    For Linux x86-64 is Linux_x86_64_Grid_Control_agent_download_10_2_0_2_0.zip
    So could you please install OEM agent version for linx x86-64 ?
    but I can not find OEM agent 10.2.0.1 version on link above. Do you have this version for 64-bit ?
    Regards
    Jason

  • Host Credential Problem in Oracle 10g on Linux with EMdbconsole HELP!!!!

    Please help.
    I'm trying since five days I cannot find solutions.
    When I try to put the preferred credentials in enterprise manager I get the error:
    "Connection to host localhost as user oracle failed: Cannot locate EMD for target localhost, type host."
    I've tried with root and oracle user with the same result.
    I'm running EM dbcontrol NOT grid control.
    Also in em I cannot see the name of the listener and host in General section.
    Please HELP!!!
    Many, many thanks.
    Nicola.

    Many thanks again.
    Here the emoms.trc file:
    2005-12-06 02:08:50,590 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.sysman.ias.ias.IASIntegration
    2005-12-06 02:08:51,452 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.sysman.eml.target.slb.common.SLBIntegration
    2005-12-06 02:08:52,011 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.sysman.eml.ssl.intg.SSLIntegration
    2005-12-06 02:08:52,181 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.tip.oem.central.domain.ProcessConnectDomainIntg
    2005-12-06 02:08:52,185 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.tip.oem.central.instance.ProcessConnectInstanceIntg
    2005-12-06 02:08:52,190 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.webdb.admin.em.PortalIntegration
    2005-12-06 02:08:52,194 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.webdb.admin.em.SSOIntegration
    2005-12-06 02:08:52,199 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.reports.em.RepIntg
    2005-12-06 02:08:52,206 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsEmailIntegration
    2005-12-06 02:08:52,210 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOidIntegration
    2005-12-06 02:08:52,215 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOvfIntegration
    2005-12-06 02:08:52,220 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWebconfIntegration
    2005-12-06 02:08:52,225 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWirelessIntg
    2005-12-06 02:08:52,244 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsCalGrpIntegration
    2005-12-06 02:09:01,110 [JobWorker 319:Thread-14] ERROR em.jobs executeCommand.159 - UpdateARUTables: Oracle MetaLink credentials are incorrect or missing. Click Patching Setup to set required parameters.
    2005-12-06 02:09:41,344 [JobWorker 360:Thread-15] ERROR ping.ProcessExecutor execute.299 - timeout while gathering output
    2005-12-06 02:09:41,454 [JobWorker 360:Thread-15] ERROR jobs.pingCfmEMDDown pingHost.439 - TimeoutException caught pinging the host for EMD URL http://localhost:1831/emd/main
    2005-12-06 02:10:32,085 [MetadataLoad http://localhost:1831/emd/main:A0000000001.dat] ERROR eml.XMLLoader markFileAsError.730 - Failed to load A0000000001.xml because of errors; moving to errors directory
    2005-12-06 02:10:51,202 [XMLLoader0 30000000003.xml] ERROR emdrep.XMLLoaderContext loadFromStream.1098 - Error while loading : java.sql.SQLException: ORA-20206:
    ORA-06512: at "SYSMAN.ECM_CT", line 298
    ORA-01403: no data found
    ORA-06512: at line 1
    java.sql.SQLException: ORA-20206:
    ORA-06512: at "SYSMAN.ECM_CT", line 298
    ORA-01403: no data found
    ORA-06512: at line 1
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:304)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:271)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:625)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:180)
         at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java:783)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1095)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2901)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:2992)
         at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4124)
         at oracle.sysman.util.jdbc.PreparedStatementWrapper.execute(PreparedStatementWrapper.java:622)
         at oracle.sysman.emdrep.dbjava.loader.XMLDocumentSplitter.preLoadProc(XMLDocumentSplitter.java:1327)
         at oracle.sysman.emdrep.dbjava.loader.XMLDocumentSplitter.startElement(XMLDocumentSplitter.java:639)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1181)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:300)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:267)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:149)
         at oracle.sysman.emdrep.dbjava.loader.XMLDocumentSplitter.split(XMLDocumentSplitter.java:372)
         at oracle.sysman.emdrep.dbjava.loader.XMLLoaderContext.loadFromStream(XMLLoaderContext.java:1074)
         at oracle.sysman.emdrep.dbjava.loader.XMLLoader.LoadFile(XMLLoader.java:440)
         at oracle.sysman.emdrep.dbjava.loader.XMLLoader.LoadFiles(XMLLoader.java:593)
         at oracle.sysman.emdrep.dbjava.loader.XMLLoader.run(XMLLoader.java:1146)
         at java.lang.Thread.run(Thread.java:534)
    2005-12-06 02:10:51,252 [XMLLoader0 30000000003.xml] ERROR eml.XMLLoader markFileAsError.730 - Failed to load 30000000003.xml; moving to errors directory
    2005-12-06 02:10:51,259 [XMLLoader0] ERROR eml.XMLLoader run.1180 - Exception caught while loading: ORA-20206:
    ORA-06512: at "SYSMAN.ECM_CT", line 298
    ORA-01403: no data found
    ORA-06512: at line 1
    java.sql.SQLException: ORA-20206:
    ORA-06512: at "SYSMAN.ECM_CT", line 298
    ORA-01403: no data found
    ORA-06512: at line 1
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:304)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:271)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:625)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:180)
         at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java:783)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1095)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2901)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:2992)
         at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4124)
         at oracle.sysman.util.jdbc.PreparedStatementWrapper.execute(PreparedStatementWrapper.java:622)
         at oracle.sysman.emdrep.dbjava.loader.XMLDocumentSplitter.preLoadProc(XMLDocumentSplitter.java:1327)
         at oracle.sysman.emdrep.dbjava.loader.XMLDocumentSplitter.startElement(XMLDocumentSplitter.java:639)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1181)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:300)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:267)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:149)
         at oracle.sysman.emdrep.dbjava.loader.XMLDocumentSplitter.split(XMLDocumentSplitter.java:372)
         at oracle.sysman.emdrep.dbjava.loader.XMLLoaderContext.loadFromStream(XMLLoaderContext.java:1074)
         at oracle.sysman.emdrep.dbjava.loader.XMLLoader.LoadFile(XMLLoader.java:440)
         at oracle.sysman.emdrep.dbjava.loader.XMLLoader.LoadFiles(XMLLoader.java:593)
         at oracle.sysman.emdrep.dbjava.loader.XMLLoader.run(XMLLoader.java:1146)
         at java.lang.Thread.run(Thread.java:534)
    2005-12-06 02:10:51,292 [XMLLoader0] WARN eml.XMLLoader run.1227 - Rolling back transaction.
    2005-12-06 02:14:14,164 [EMUI_02_14_13_/console/pref/setCredentials$targetType=oracle*_database] ERROR creds.SetPrefCreds saveCreds.1070 - SetPrefCreds.saveCreds(): SQLException: ORA-01403: no data found
    ORA-06512: at "SYSMAN.MGMT_CREDENTIAL", line 115
    ORA-06512: at "SYSMAN.MGMT_CREDENTIAL", line 202
    ORA-06512: at "SYSMAN.MGMT_CREDENTIAL", line 334
    ORA-06512: at "SYSMAN.MGMT_CREDENTIAL", line 965
    ORA-06512: at "SYSMAN.MGMT_CREDENTIAL", line 1082
    ORA-06512: at line 1
    2005-12-06 02:14:41,068 [EMUI_02_14_40_/console/pref/setCredentials$targetType=oracle*_database] ERROR creds.SetPrefCreds testCreds.1281 - SetPrefCreds.testCreds(): CredsException: Connection to host localhost as user oracle failed: Cannot locate EMD for target localhost, type host.
    2005-12-06 02:17:23,825 [EMUI_02_17_23_/console/pref/setCredentials$targetType=oracle*_database] ERROR creds.SetPrefCreds testCreds.1281 - SetPrefCreds.testCreds(): CredsException: Connection to host localhost as user oracle failed: Cannot locate EMD for target localhost, type host.
    2005-12-06 02:23:22,261 [CacheManager] ERROR cache.CacheManager run.519 - Exception message: sleep interrupted
    java.lang.InterruptedException: sleep interrupted
         at java.lang.Thread.sleep(Native Method)
         at oracle.sysman.emSDK.svc.cache.CacheManager$Checker.run(CacheManager.java:507)
         at java.lang.Thread.run(Thread.java:534)
    2005-12-06 16:20:44,073 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.sysman.ias.ias.IASIntegration
    2005-12-06 16:20:44,834 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.sysman.eml.target.slb.common.SLBIntegration
    2005-12-06 16:20:45,150 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.sysman.eml.ssl.intg.SSLIntegration
    2005-12-06 16:20:45,307 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.tip.oem.central.domain.ProcessConnectDomainIntg
    2005-12-06 16:20:45,312 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.tip.oem.central.instance.ProcessConnectInstanceIntg
    2005-12-06 16:20:45,316 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.webdb.admin.em.PortalIntegration
    2005-12-06 16:20:45,320 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.webdb.admin.em.SSOIntegration
    2005-12-06 16:20:45,325 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.reports.em.RepIntg
    2005-12-06 16:20:45,332 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsEmailIntegration
    2005-12-06 16:20:45,338 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOidIntegration
    2005-12-06 16:20:45,343 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOvfIntegration
    2005-12-06 16:20:45,357 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWebconfIntegration
    2005-12-06 16:20:45,362 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWirelessIntg
    2005-12-06 16:20:45,371 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.265 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsCalGrpIntegration
    2005-12-06 16:22:10,392 [MetadataLoad http://localhost:1831/emd/main:A0000000001.dat] ERROR eml.XMLLoader markFileAsError.730 - Failed to load A0000000001.xml because of errors; moving to errors directory
    Regards,
    Nicola.

  • How to deploy oracle forms on weblogic server - please help

    Hi,
    I have installed weblogic server(10.3.1) and fussion middleware 11g forms & reports on windows 2003 server.
    I want to deploy and test oracle forms in weblogic server.
    Please help me.
    Thanks & Regards,

    Hi,
    thanks for your information.
    where can i found the document for testing the report server?
    Thanks & Regards,

  • Error Installing Oracle 9i on Linux. Please help.

    Hi folks,
    While installing Oracle 9i on RedHat Linux 8.0, I am unable to configure and start and listener process. The error message it throws back is that "unable to configure as the information provided is being used by another software. Unless that conflict is resolved, you will not be able to start the listener process...blah blah blah...".
    Can somebody please help me understand this problem and resolve it.
    Thanks in advance.
    Rajesh.

    By the way I forgot to include the information about the listener configuration that I was trying to setup.
    Listener Name : LISTENER
    Protocol : TCP
    Port # : 1521.
    I also tried couple of other port number, but it did not work. So to make sure that these port numbers are really not locked by other software, I connected as root and executed the following command
    netstat -a | grep 1521 (and other numbers also that I tried using).
    Found that these ports were really not locked by anyone else.
    Thanks.
    Rajesh.

  • Oracle Linux Partitioning problem. Please help

    Hi,
    I have installed ORACLE LINUX 6.3 guest on VirtualBox. I chose 100gb for disk space.
    But when actually guest OS is created and checked with fdisk -l
    I can see hda1/hda2 etc and space is divided into 50gb/50gb. what is this and why is this happening.
    Now i want to install oracle ebs on it and when i create a folder like /u01/oracle folders. Its running out of memory as it needs 60 gb minimum memory.
    then i reinstalled the software with 150gb space. again its divided it into 50gb/10gb/90gb hda1/hda2/hda3.
    how to access these hda3 and how can i install ebs on hda3.
    Sorry if i am asking foolish questions as i am very new to this linux os. I am really confused whatz happening. Please help
    Cheers
    Suresh

    The OS installer has options to accept defaults or use custom partitioning. The automatic setup will simply divide the available space, assuming you want to use the whole disk for the OS. If you created a custom extra partition you will need to create a filesystem on it, then mount it and create an entry in /etc/fstab to mount it automatically. The OS has no idea what you want to do with the extra partition. What I would rather recommend is to use the standard for the OS, e.g. 12 GB dynamic HD and create one or more additional disks in the virtual machine setup. Then partition and format these extra disks to store your Oracle installation. There is no technical reason to create additional partitions and limit the setup to one hard disk.

  • EVENT PROBLEM please help

    hey everyone,
    ok heres my problem i have a jpanel with 11 jtextfields and i jbutton. when the jbutton is preseed it calls and actionlistener is envoked and the 11 jtextfields are populated. this works fine the textfields all get the correct information.
    my problem is that the information is displayed only after the whole event has finished. not as each individual textfield calls the setText() command.
    please help
    matt
    kappsetsfire

    The text fields won't be updated until a repaint occurs.
    Repaints occur on the same thread as other UI events (like clicking the button).
    Thus the repaint(s) can't be serviced until the UI thread has finished what it's doing - namely, working through your code.
    Even asking the text fields to repaint explicitly won't solve it as the repaint will still have to wait for your code to finish.
    If your method that's setting all the text field values takes a while to execute you should be running it in a separate thread and calling onto the UI thread to set the text field values.
    If you want more information just search/ask.
    Hope this helps.

  • Problems installing oracle 8i om NT P4 please help!

    recently on my company they placed a new oracle DB server with a new version on it. The prvious version was 7 and now we are on version 8i. I'm a programmer and need the have utils for creating tabels and managing users (like securety manager) for applications that i have written. I have the cd oracle 8i and the setup.exe won't run. My workstation is a P4 en operatingsystem WINNT. I've read preveas posts and tried the workarounds by copiing the cd to my HD en changed the file symcjit.dll into symcjit.old and tried the other setup and still nothing.
    I already have the TNSNAMES.ORA correct on my workstation, i hope that that has nothing to do with it.
    Please help me out!!!! thx

    Please mention the Version of the database and mention the ver of NT. Are you installing Oracle 8i personal edition or any different edition because this type of error will occur when you are trying to install Enterprise or Standard Edition..

  • A Oracle sql query is needed, please help me out

    Hi,
    I have a table similar to scott.emp table and i should get first three recently joined employees salaries according to their joined date from each deptno
    output should like this:
    deptno firstempsalary secondemplsal thirdemploysalary
    10 xxx xxx xxxx
    20 xx xx
    30 xx xxx xxxx
    40 xx
    50 xx xxxx xxx
    60 xx xx
    70 xx
    it means that 70 dept having only one employee and 20 dept having only two employees and 10 dept having more than three employees but we should get only three recently joined employees salaries from 10 dept.
    Hope this is clear .. please give me a query to get this info ..
    oracle is 10g version
    great thanks in advance.

    select deptno,
    max(case jd_rank when 1 then salary end) firstempsal,
    max(case jd_rank when 2 then salary end) secondempsal,
    max(case jd_rank when 3 then salary end) thirdempsal
    from
    (select salary, deptno, row_number() over(partition by deptno order by join_date desc) jd_rank from emp)
    group by deptno
    Problem here is what to do when employees have the same join date? This example will arbitrarily choose their order and if, for example, three employees share the same (most recent) join date then they will arbitrarily be classed as "first", "second" and "third". If four employees join at the same time, one of them will be ignored at random!
    Edited by: user10548434 on 03-Dec-2008 06:27

  • Oracle BI Publisher Installation error - please help

    Hi,
    I am trying to install Oracle BI Publisher 10.1.3.4.1 for Windows x86... I downloaded it from Oracle website and unzipped on my local machine. When I click on setup.exe file, Oracle Universal Installer screen appear (kind of command prompt) and it check installer requirements (highlighted in bottom) and disappear automatically....nothing happen after this... no log..no error... i don't understand what happening.
    If anybody knows this issue then please let me know how should i installed this oracle product
    ==================
    Using paramFile: C:\Documents and Settings\sjaiswa\My Documents\Downloads\Oracle_Business_Intelligence_Publisher_Standalone\install\oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be 4.0, 5.0, 5.1, 5.2 or 6.0. Actual 5.1 Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 4294967296 Passed
    Checking Temp space: must be greater than 500 MB. Actual 278727 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 1024MB Passed
    All installer requirements met.
    ===================

    Thanks everyone... please ignore this post... i got answer myself. The problem was coming due to blank space between directory name. I changed temp directory location in system variable and now setup in running fine.

Maybe you are looking for