10g on AMD64

Are there any ETA's on when 10g (Database)) is going to be released on AMD64 (the 64bit version not the 32bit version).

Well, there was another problem in the genclntsh script.
Under gentoo we got it fixed like this:
edit genclntsh in $ORACLE_HOME/bin. Go to the line that reads:
LD="gcc ${CF} -shared -Wl,-relax -L${OLIB}"
Delete that line and add:
if [ "$1" = "lib32" ]
then
LD="gcc ${CF} -shared -Wl,-relax -L${OLIB} -L/usr/lib32"
else
LD="gcc ${CF} -shared -Wl,-relax -L${OLIB}"
fi
Now run that script in order to get the libclntsh.so built.
After that dbca seems to work. Maybe this trick (adding lib32 to your path) needs to be applied to other scripts as well, since libagtsh.so seems to have the same problems.
/home/oracle/OraHome_1/bin/genagtsh /home/oracle/OraHome_1/lib/libagtsh.so 1.0
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc_nonshared.a when searching for /usr/lib/libc_nonshared.a
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find /usr/lib/libc_nonshared.a

Similar Messages

  • Oracle 10g on AMD64 - libclntsh.so.10.1 in lib32 not build

    Hello,
    I tried to install the AMD64 build of Oracle 10g on my gentoo system without success. There were several warnings at the linking stage and it seems that none of the client tools are working. dbca gives me this:
    UnsatisfiedLinkError exception loading native library: njni10
    Exception in thread "main" java.lang.UnsatisfiedLinkError: get
    at oracle.net.common.NetGetEnv.get(Native Method)
    at oracle.net.config.Config.getNetDir(Unknown Source)
    at oracle.net.config.Config.initConfig(Unknown Source)
    at oracle.net.config.Config.<init>(Unknown Source)
    I assume that the supplied java is a 32bit product, so I checked the dependencies of libnjni10:
    oracle@gentoo ~/OraHome_1/lib32 $ ldd libnjni10.so
    ldd: warning: you do not have execution permission for `./libnjni10.so'
    linux-gate.so.1 => (0xffffe000)
    libclntsh.so.10.1 => not found
    libnnz10.so => ./libnnz10.so (0x55589000)
    libdl.so.2 => /lib32/libdl.so.2 (0x55718000)
    libm.so.6 => /lib32/libm.so.6 (0x5571b000)
    libpthread.so.0 => /lib32/libpthread.so.0 (0x5573e000)
    libnsl.so.1 => /lib32/libnsl.so.1 (0x55791000)
    libc.so.6 => /lib32/libc.so.6 (0x557a5000)
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x56555000)
    In fact there is an empty .so file:
    oracle@gentoo ~/OraHome_1/lib32 $ ll libclnts*
    -rw-r--r-- 1 oracle oinstall 0 Jan 30 01:24 libclntsh.so
    -rw-r--r-- 1 oracle oinstall 20491452 Jan 30 02:44 libclntst10.a
    The same .so exists in the lib directory, so I assume that I also need the 32bit version in the lib32 directory. When I try "relink client_sharedlib" I get those error messages:
    racle@gentoo ~/OraHome_1/lib32 $ relink client_sharedlib
    /home/oracle/OraHome_1/bin/genclntsh
    /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc_nonshared.a when searching for /usr/lib/libc_nonshared.a
    /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find /usr/lib/libc_nonshared.a
    collect2: ld returned 1 exit status
    cp: cannot stat `/DISCARD/': No such file or directory
    ar: creating /home/oracle/OraHome_1/lib/libclntst10.a
    Created /home/oracle/OraHome_1/lib/libclntst10.a
    ar: creating /home/oracle/OraHome_1/lib32/libclntst10.a
    Created /home/oracle/OraHome_1/lib32/libclntst10.a
    /home/oracle/OraHome_1/bin/genagtsh /home/oracle/OraHome_1/lib/libagtsh.so 1.0
    /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc_nonshared.a when searching for /usr/lib/libc_nonshared.a
    /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find /usr/lib/libc_nonshared.a
    collect2: ld returned 1 exit status
    Did anyone have similar problems and was able to solve them?
    Thanks,
    Rainer

    Well, there was another problem in the genclntsh script.
    Under gentoo we got it fixed like this:
    edit genclntsh in $ORACLE_HOME/bin. Go to the line that reads:
    LD="gcc ${CF} -shared -Wl,-relax -L${OLIB}"
    Delete that line and add:
    if [ "$1" = "lib32" ]
    then
    LD="gcc ${CF} -shared -Wl,-relax -L${OLIB} -L/usr/lib32"
    else
    LD="gcc ${CF} -shared -Wl,-relax -L${OLIB}"
    fi
    Now run that script in order to get the libclntsh.so built.
    After that dbca seems to work. Maybe this trick (adding lib32 to your path) needs to be applied to other scripts as well, since libagtsh.so seems to have the same problems.
    /home/oracle/OraHome_1/bin/genagtsh /home/oracle/OraHome_1/lib/libagtsh.so 1.0
    /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc_nonshared.a when searching for /usr/lib/libc_nonshared.a
    /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find /usr/lib/libc_nonshared.a

  • Error installing Oracle 10g on AMD64 WinXP-32bit

    I got the following error message half way through the setting up of "Oracle Remote Configuration Agent" during the installation of Oracle 10g.
    "OLE initialization or OCX load error while registering OCX"
    My system specs are as follows:
    AMD64 3500
    Asus A8N-SLI Deluxe
    1GB RAM on dual-channel
    NV6600GT PCI-E
    WindowsXP Pro 32bit SP2
    I've tried to ignore the error and continue but installation would stall while starting up listener. I've also tried to bypass the startup of listener during install and went ahead to try to startup and configure the listener, but I still cant get Oracle to work.
    The most fustrating thing is that I cant find any information concerning OLE and OCX errors. Can someone please help?

    When screen show:
    Product-Specific Prerequisite Checks.
    In the first pane show: Check for proper system clean-up
    78%
    In second pane show: Check for proper system clean-up

  • When will Oracle Ship 10g on AMD64 SuSe Linux

    For a company that talks linux. I wish they would practice what they preach.

    Are you talking specifically about a 64bit version? If there's a compelling reason you want 10g now, the 32bit 10g works fine on Linux.
    Don't forget Oracle runs on a huge number of platforms (infact there are very few comparisons to other pieces of software of this calibre that I can think of that run on as diverse platforms as Oracle).
    As far as I'm concerned Oracle release their software when it's ready to run in production, not before and not after...when it's ready. Until then we just have to wait.

  • Oracle 10g on SLES9 AMD64

    Hi All,
    i have tried to set up a system SLES 9 AMD64 for testing Oracle 10g for AMD 64 .
    After installing the operating system, I added this package
    rpm -Uvh orarun-1.8-109.5.i586.rpm
    and enabled the user oracle.
    I you login as user oracle, the following error message is displayed :
    error while loading shared libraries : librt.so.1 : cannot open shared object files : no such fileSuse support answers to this question : Oracle 10g is certified on SLES9, but the orarun package is only supported for SLES9 i386 ?
    This is correct, but did not help me to continue my installation.
    Any ideas ?
    Best regards
    Werner

    Try: comment the following line in /etc/init.d/oracle and /etc/profile.d/oracle.sh:
    #test -d /lib/i686 && export LD_ASSUME_KERNEL=2.2.5
    Post your question on [email protected] for faster response :)
    You may find http://www.gesinet.it/oracle/oracle10gonsles9amd64.html useful.
    -Arun

  • 10g SE / EE on 64 Bit Windows (AMD64/Intel EM64T)

    I would like to know the release date for Standard Edition or Enterprise Edition 10g for the 64 bit on Windows for AMD64/Intel EM64T.
    Currently Oracle Database 10g Release 1 (10.1.0.2) for Microsoft Windows (64-bit Itanium) is available for download at OTN.

    Link to documentation (installation paper):
    http://download-uk.oracle.com/docs/cd/B19306_01/install.102/b15667/pre_install.htm#sthref113
    So what you are saying is that I have to install that package? Am new to Linux how should I installed those packages not installed using the RPM command?Yes.

  • Error on clone database, oracle 10g release 2 for windows server 2008

    Hi,
    OS: Windows Server 2008 X64
    Oracle: oracle 10g release r2 for windows server 2008
    An error occurred when creating a database, stop at last step, Screenshot:
    [http://temp.wsria.com/oracle_create_db.png|http://temp.wsria.com/oracle_create_db.png]
    the trace log content:
    [main] [9:56:35:982] [CommandLineArguments.process:563] CommandLineArguments->process: number of arguments = 32
    [main] [9:56:35:982] [CommandLineArguments.process:738] CommandLineArguments->process: Create Database argument is specified
    [main] [9:56:35:982] [CommandLineArguments.process:910] CommandLineArguments->process: template Name argument is specified
    [main] [9:56:35:982] [CommandLineArguments.process:960] CommandLineArguments->process: db name argument is specified
    [main] [9:56:35:982] [CommandLineArguments.process:3074] CommandLineArguments->process: in Operation Type is Creation/GenerateScripts Mode condition
    [main] [9:56:35:997] [CommandLineArguments.process:3298] CommandLineArguments->process: Successfully process command line arguments
    [main] [9:56:36:668] [Host.checkOPS:2055] Inside checkOPS
    [main] [9:56:36:668] [Host.checkOPS:2067] Trying to check cluster existence
    [main] [9:56:36:715] [Library.getInstance:97] Created instance of Library.
    [main] [9:56:36:715] [Library.load:197] Loading orauts.dll...
    [main] [9:56:36:715] [Library.load:203] oracleHome D:\oracle\product\10.2.0\db_1
    [main] [9:56:36:715] [sPlatform.isHybrid:63] osName=Windows Vista osArch=amd64 rc=false
    [main] [9:56:36:715] [Library.load:223] Loading library D:\oracle\product\10.2.0\db_1\bin\orauts.dll
    [main] [9:56:36:715] [Library.load:247] Loaded library D:\oracle\product\10.2.0\db_1\bin\orauts.dll from path=
    D:\oracle\product\10.2.0\db_1\bin
    [main] [9:56:36:715] [Library.load:197] Loading MSVCRT.dll...
    [main] [9:56:36:715] [Library.load:203] oracleHome D:\oracle\product\10.2.0\db_1
    [main] [9:56:36:715] [sPlatform.isHybrid:63] osName=Windows Vista osArch=amd64 rc=false
    [main] [9:56:36:715] [Library.load:223] Loading library D:\oracle\product\10.2.0\db_1\bin\MSVCRT.dll
    [main] [9:56:36:731] [Library.load:247] Loaded library D:\oracle\product\10.2.0\db_1\bin\MSVCRT.dll from path=
    D:\oracle\product\10.2.0\db_1\bin
    [main] [9:56:36:731] [Library.load:197] Loading orawsec10.dll...
    [main] [9:56:36:731] [Library.load:203] oracleHome D:\oracle\product\10.2.0\db_1
    [main] [9:56:36:731] [sPlatform.isHybrid:63] osName=Windows Vista osArch=amd64 rc=false
    [main] [9:56:36:731] [Library.load:223] Loading library D:\oracle\product\10.2.0\db_1\bin\orawsec10.dll
    [main] [9:56:36:731] [Library.load:247] Loaded library D:\oracle\product\10.2.0\db_1\bin\orawsec10.dll from path=
    D:\oracle\product\10.2.0\db_1\bin
    [main] [9:56:36:731] [Library.load:197] Loading orasrvm10.dll...
    [main] [9:56:36:731] [Library.load:203] oracleHome D:\oracle\product\10.2.0\db_1
    [main] [9:56:36:731] [sPlatform.isHybrid:63] osName=Windows Vista osArch=amd64 rc=false
    [main] [9:56:36:731] [Library.load:223] Loading library D:\oracle\product\10.2.0\db_1\bin\orasrvm10.dll
    [main] [9:56:36:731] [Library.load:247] Loaded library D:\oracle\product\10.2.0\db_1\bin\orasrvm10.dll from path=
    D:\oracle\product\10.2.0\db_1\bin
    [main] [9:56:36:731] [Version.isPre10i:189] isPre10i.java: Returning FALSE
    [main] [9:56:36:731] [WindowsSystem.regKeyExists:1006] WindowsSystem.regKeyExists: mainkey= HKEY_LOCAL_MACHINE subkey = Software\Oracle\Ocr
    [main] [9:56:36:746] [WindowsSystem.getCSSConfigType:1163] configType=null
    [main] [9:56:36:746] [Host.checkOPS:2073] cluster existence:false
    [main] [9:56:36:746] [Host.checkOPS:2111] Cluster installed=false
    [main] [9:56:36:902] [InitParamHandler.endElement:506] CustomSGA flag: false
    [main] [9:56:36:902] [InitParamHandler.endElement:507] Database Type: MULTIPURPOSE
    [main] [9:56:36:918] [InitParamHandler.endElement:508] Mem Percentage: 40
    [main] [9:56:36:918] [InitParamHandler.endElement:526] distributing Memory: 13737443328
    [main] [9:56:36:918] [MemoryCalculator.calculateMemory:122] Setting SGA to MAX_SGA 1610612736
    [main] [9:56:36:918] [StorageAttributes.setAttribute:232] IN threadID:1 group#=1
    [main] [9:56:36:918] [StorageAttributes.setAttribute:232] IN threadID:1 group#=2
    [main] [9:56:36:918] [StorageAttributes.setAttribute:241] Current threadID=1
    [main] [9:56:36:918] [StorageAttributes.setAttribute:248] Current threadID=1 ==> redoGroups[0]=1
    [main] [9:56:36:918] [StorageAttributes.setAttribute:258] vRedoGroups:[1]
    [main] [9:56:36:918] [StorageAttributes.setAttribute:288] setAttribute: bExists=false
    [main] [9:56:36:918] [StorageAttributes.setAttribute:232] IN threadID:1 group#=3
    [main] [9:56:36:918] [StorageAttributes.setAttribute:241] Current threadID=1
    [main] [9:56:36:918] [StorageAttributes.setAttribute:248] Current threadID=1 ==> redoGroups[0]=1
    [main] [9:56:36:918] [StorageAttributes.setAttribute:248] Current threadID=1 ==> redoGroups[1]=2
    [main] [9:56:36:918] [StorageAttributes.setAttribute:258] vRedoGroups:[1, 2]
    [main] [9:56:36:933] [StorageAttributes.setAttribute:288] setAttribute: bExists=false
    [main] [9:56:36:933] [TemplateManager.parseCloneTemplate:1477] See for any transportable datafiles in TemplateManager.....
    [main] [9:56:36:933] [TemplateManager.isInstallTemplate:2178] Selected Template by user:=General Purpose
    [main] [9:56:36:933] [TemplateManager.isInstallTemplate:2185] The Message Id to be searched:=GENERAL_PURPOSE
    [main] [9:56:36:933] [TemplateManager.parseCloneTemplate:1489] create new clone data file for tp file.......
    [main] [9:56:36:933] [Host.setupOIDCommandlineParameters:7184] setupOIDCommandlineParameters:
    [main] [9:56:36:933] [Host.setupOIDCommandlineParameters:7185] m_regWithdirService: false
    [main] [9:56:36:933] [Host.setupOIDCommandlineParameters:7186] m_unregWithdirService: false
    [main] [9:56:36:933] [Host.setupOIDCommandlineParameters:7187] m_updateDirService: false
    [main] [9:56:36:933] [Verifier.processRawConfigFile:3523] StorageType == 0
    [main] [9:56:36:933] [Verifier.setOradataDest:4349] setOradataDest:dfDest=D:\oracle\product\10.2.0\oradata
    [main] [9:56:36:933] [TemplateManager.updateDatafileDestination:1957] updateDatafiles:datafileDir=D:\oracle\product\10.2.0\oradata
    [main] [9:56:36:933] [TemplateManager.updateDatafileDestination:2103] From template, RedoLogGrName=1
    [main] [9:56:36:965] [TemplateManager.updateDatafileDestination:2118] new file name redo01.log
    [main] [9:56:36:965] [TemplateManager.updateDatafileDestination:2103] From template, RedoLogGrName=2
    [main] [9:56:36:965] [TemplateManager.updateDatafileDestination:2118] new file name redo02.log
    [main] [9:56:36:965] [TemplateManager.updateDatafileDestination:2103] From template, RedoLogGrName=3
    [main] [9:56:36:965] [TemplateManager.updateDatafileDestination:2118] new file name redo03.log
    [main] [9:56:36:965] [ProgressOnlyHost.performOperation:162] processRawConfigFile=false
    [main] [9:56:36:965] [Verifier.validateTemplate:1629] StorageType == 0
    [main] [9:56:36:965] [ProgressOnlyHost.performOperation:178] validateTemplate=true
    [main] [9:56:36:965] [OracleHome.isRacEnabled:149] bRacOn = false
    [main] [9:56:36:980] [Verifier.validateTemplate:1629] StorageType == 0
    [main] [9:56:36:980] [Verifier.calculateCloneDatafilePathsAndSizes:2951] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.calculateCloneDatafilePathsAndSizes:2951] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.calculateCloneDatafilePathsAndSizes:2951] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.calculateCloneDatafilePathsAndSizes:2951] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.calculateCloneDatafilePathsAndSizes:2951] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.calculateRedoLogGroupFileSizes:3083] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.calculateRedoLogGroupFileSizes:3083] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.calculateRedoLogGroupFileSizes:3083] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.getControlfFileSizes:3001] No. of Control files:=3
    [main] [9:56:37:105] [Host.executeSteps:4044] Executing steps....
    [main] [9:56:37:105] [Host.setUpForOperation:2920] setUpForOperation: Mode = 128
    [main] [9:56:37:121] [Host.executeSteps:4186] setupForOperation returned: true
    [main] [9:56:37:121] [Host.createStepSQLInterface:5948] sid =ora10g
    [main] [9:56:37:136] [SQLEngine.initialize:242] Execing SQLPLUS/SVRMGR process...
    [main] [9:56:37:136] [SQLEngine.initialize:270] m_bReaderStarted: false
    [main] [9:56:37:136] [SQLEngine.initialize:274] Starting Reader Thread...
    [Thread-4] [9:56:37:355] [StepContext$ModeRunner.run:2478] ---- Progress Needed:=true
    [Thread-4] [9:56:37:464] [BasicStep.execute:202] Executing Step : CLONE_DB_CREATION_RMAN_RESTORE
    [Thread-4] [9:56:37:464] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-01092
    [Thread-4] [9:56:37:464] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-01034
    [Thread-4] [9:56:37:464] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-03114
    [Thread-4] [9:56:37:464] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-12560
    [Thread-4] [9:56:37:464] [StepErrorHandler.setIgnorableErrors:250] setting Ignorable Error: ORA-01109
    [Thread-4] [9:56:37:464] [BasicStep.configureSettings:304] messageHandler being set=null
    [Thread-4] [9:56:37:464] [BasicStep.execute:202] Executing Step : INSTANCE_CREATION
    [Thread-4] [9:56:37:464] [BasicStep.configureSettings:304] messageHandler being set=null
    [Thread-4] [9:56:37:479] [InitParamAttributes.sortParams:3532] m_sortOn:-1 sortOn:4
    [Thread-4] [9:56:37:620] [OracleHome.isRacEnabled:149] bRacOn = false
    [Thread-4] [9:56:37:667] [Host.noEntryinOratab:5115] Check made for oratab arg passed............
    [Thread-4] [9:56:37:667] [Oradim.getAddEntryCommand:353] AddEntry=[D:\oracle\product\10.2.0\db_1\bin\oradim.exe, -new, -sid, ORA10G, -startmode, manual, -spfile]
    [Thread-4] [9:56:38:899] [Oradim.getEditEntryCommand:422] getEditEntry cmd=[D:\oracle\product\10.2.0\db_1\bin\oradim.exe, -edit, -sid, ORA10G, -startmode, auto, -srvcstart, system]
    [Thread-4] [9:56:39:55] [Oradim.addSidToRegistry:871] oracleHomeKey: SOFTWARE\ORACLE\KEY_OraDb10g_home1
    [Thread-4] [9:56:39:117] [BasicStep.configureSettings:304] messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@c73f0d8
    [Thread-4] [9:56:39:117] [CloneRmanRestoreStep.executeImpl:217] Instance Creation went fine..........
    [Thread-4] [9:56:39:117] [CloneRmanRestoreStep.executeImpl:224] db_recovery_file_dest=D:\oracle\product\10.2.0\flash_recovery_area
    [Thread-4] [9:56:39:117] [CloneRmanRestoreStep.executeImpl:227] db_recovery_file_dest_size=2147483648
    [Thread-4] [9:56:39:991] [SQLEngine.setSpool:1750] old Spool = null
    [Thread-4] [9:56:39:991] [SQLEngine.setSpool:1751] Setting Spool = D:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\ora10g\CloneRmanRestore.log
    [Thread-4] [9:56:39:991] [SQLEngine.setSpool:1752] Is spool appendable? --> true
    [Thread-4] [9:56:39:991] [CloneRmanRestoreStep.executeImpl:320] starting with pfile=D:\oracle\product\10.2.0\admin\ora10g\pfile\init.ora

    Check your SQLNET.AUTHENTICATION_SERVICES settings in sqlnet.ora file.
    ORA-28547 : Connection to server failed, probable Net8 admin error
    thanks
    http://swervedba.wordpress.com/

  • Not able to install  Oracle 10g Express on linux 64bit based on Dude's intr

    I followed "https://forums.oracle.com/forums/thread.jspa?threadID=2200434" to install oracle 10g xe on Ubuntu 10.10 AMD 64-bit
    but I ran into below error while I was trying to install 10g XE on linux 64bit
    root@vdevluxcnhz0021:~# dpkg -i force-architecture libaio_0.3.104-1_i386.deb   --------- this step is error
    dpkg: warning: overriding problem because --force enabled:
    package architecture (i386) does not match system (amd64)
    dpkg: regarding libaio_0.3.104-1_i386.deb containing libaio:
    libaio1 conflicts with libaio
    libaio (version 0.3.104-1) is to be installed.
    dpkg: error processing libaio_0.3.104-1_i386.deb (--install):
    conflicting packages - not installing libaio
    Errors were encountered while processing:
    libaio_0.3.104-1_i386.deb
    Linux version
    root@vdevluxcnhz0021:~# cat /etc/issue
    Ubuntu 10.04.2 LTS \n \l
    root@vdevluxcnhz0021:~# cat /proc/version
    Linux version 2.6.32-28-server (buildd@allspice) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #55-Ubuntu SMP Mon Jan 10 23:57:16 UTC 2011
    Can you please help on this?
    Thanks
    Edited by: user1997872 on Jan 4, 2012 7:07 AM

    It looks like you will have to uninstall "libaio1", but I don't know for sure and don't have Ubuntu 10.4 available right now to play with.
    Sorry but the instructions are for Ubuntu 10.10, not 10.4, which is different.
    If you need to install XE on Ubuntu, I'd rather suggest 11gR2 XE:
    Install Oracle 11gR2 Express Edition on Ubuntu Linux 11.04 (64-bit) Howto
    Install Oracle 11gR2 Express Edition on Ubuntu Linux 11.04 (64-bit) Howto
    Oracle 11gR2 Express Edition on Linux Ubuntu 11.10 how-to
    Oracle 11gR2 Express Edition on Linux Ubuntu 11.10 howto

  • Install Oracle 10g R2 on Windows 2003 server x64

    Hello,
    I'm trying to install 10g on 2003 server x64, but everytime the progress window appears after getting the inital Orace Installer window, it just disappears, no messages.
    Anyone have any ideas? I've got 1GB memory and about 100GB on hard drive available.
    Thanks

    Got the same issue.
    I'm trying to install 10g on 2003 server x64, but
    but everytime the progress window appears after
    getting the inital Orace Installer window, it just
    disappears, no messages.Looks like a bug but the question is who's bug is that. sun java ?
    And there is a java error log file in a temp directory:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000000816a3eb, pid=2508, tid=552
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_04-b05 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x16a3eb]
    --------------- T H R E A D ---------------
    Current thread (0x0000000001b87dd0): JavaThread "main" [_thread_in_vm, id=552]
    siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000
    Registers:
    EAX=0x0000000001b87dd0, EBX=0x0000000001b87dd0, ECX=0x0000000000000002, EDX=0x0000000000000fb8
    ESP=0x000000000012eef0, EBP=0x000000000300c160, ESI=0x0000000008463f60, EDI=0x0000000000000000
    EIP=0x000000000816a3eb, EFLAGS=0x0000000000010246
    Top of Stack: (sp=0x000000000012eef0)
    0x000000000012eef0: 0000000000000009 0000000001b8ba10
    0x000000000012ef00: 0000000001b8bd48 00000000080c9955
    0x000000000012ef10: 0000000001b8bce8 0000000001b8bce8
    0x000000000012ef20: 00000000083f7cc0 0000000001b87f18
    0x000000000012ef30: 0000000000000000 00000000508e6c00
    0x000000000012ef40: 000000001001caa1 000000000816a320
    0x000000000012ef50: 0000000008463f60 000000000300c160
    0x000000000012ef60: 0000000000000000 0000000004f943fd
    0x000000000012ef70: 0000000001b87dd0 0000000001b87dd0
    0x000000000012ef80: 000000000012f118 00000000508e6c00
    0x000000000012ef90: 0000000000000000 0000000001b87dd0
    0x000000000012efa0: 000000000300c080 000000000300c120
    0x000000000012efb0: 000000000012f118 000000000012f110
    0x000000000012efc0: 000000000012f0e8 0000000010027637
    0x000000000012efd0: 000000000012f158 0000000000000000
    0x000000000012efe0: 0000000000000000 00000000508e6c08
    Instructions: (pc=0x000000000816a3eb)
    0x000000000816a3db: 06 00 00 00 8b 0d 13 d7 2f 00 ff 15 55 be 20 00
    0x000000000816a3eb: 48 8b 0f 4c 8b b8 e0 00 00 00 49 8b 47 18 4d 8b
    Stack: [0x0000000000030000,0x0000000000130000), sp=0x000000000012eef0, free space=1019k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x16a3eb]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j oracle.sysman.oii.oiip.osd.win32.OiipwWin32NativeCalls.RegSetValue(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZILjava/lang/String;)V+0
    j oracle.sysman.oii.oiip.osd.win32.OiipwWin32NativeCalls.RegSetValue(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V+9
    j oracle.sysman.oii.oiip.osd.win32.OiipwWin32NativeCalls.RegSetValue(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V+7
    j oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.setInstallerKey(Ljava/lang/String;)V+7
    j oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.updateInventoryLoc(Loracle/sysman/oii/oiic/OiicSessionInterfaceManager;Ljava/lang/String;Ljava/lang/String;)V+70
    j oracle.sysman.oii.oiic.OiicSessionInterfaceManager.doInvSetupOperations(Ljava/lang/String;Ljava/lang/String;)I+21
    j oracle.sysman.oii.oiic.OiicInvSetupWCCE.doOperation(Z)I+73
    j oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(Z)I+249
    j oracle.sysman.oii.oiic.OiicPullSession.doOperation(Z)I+11
    j oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(Z)I+100
    j oracle.sysman.oii.oiic.OiicInstaller.run()V+48
    j oracle.sysman.oii.oiic.OiicInstaller.runInstaller([Ljava/lang/String;)I+106
    j oracle.sysman.oio.oioc.OiocOneClickInstaller.runInstaller()I+13
    j oracle.sysman.oio.oioc.OiocOneClickInstaller.startRun()V+6
    j oracle.sysman.oio.oioc.OiocOneClickDB.nextClicked()V+3
    j oracle.sysman.oio.oioc.OiocOneClickInstaller.main([Ljava/lang/String;)V+59
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0000000003e1c030 JavaThread "Image Fetcher 2" daemon [_thread_blocked, id=2956]
    0x0000000003e1bd80 JavaThread "Image Fetcher 1" daemon [_thread_in_Java, id=308]
    0x0000000003e1bad0 JavaThread "PrepareInvTreeThread" [_thread_blocked, id=1932]
    0x0000000003e1b570 JavaThread "CursorIdler" [_thread_blocked, id=1520]
    0x0000000003e1b2c0 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=3012]
    0x0000000003e1b010 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=2148]
    0x0000000003e1ad60 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2472]
    0x0000000001b898b0 JavaThread "AWT-Shutdown" [_thread_blocked, id=2452]
    0x0000000001b89600 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2988]
    0x0000000001b890a0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1004]
    0x0000000001b88df0 JavaThread "CompilerThread1" daemon [_thread_blocked, id=2132]
    0x0000000001b88b40 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2032]
    0x0000000001b88890 JavaThread "AdapterThread" daemon [_thread_blocked, id=1568]
    0x0000000001b885e0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=184]
    0x0000000001b88330 JavaThread "Finalizer" daemon [_thread_blocked, id=2656]
    0x0000000001b88080 JavaThread "Reference Handler" daemon [_thread_blocked, id=680]
    =>0x0000000001b87dd0 JavaThread "main" [_thread_in_vm, id=552]
    Other Threads:
    0x00000000003358c0 VMThread [id=936]
    0x0000000000335bf0 WatcherThread [id=724]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 9984K, used 2385K [0x000000005d210000, 0x000000005e090000, 0x0000000061210000)
    eden space 6784K, 20% used [0x000000005d210000,0x000000005d36d9a8,0x000000005d8b0000)
    from space 3200K, 30% used [0x000000005dba0000,0x000000005dc96e18,0x000000005dec0000)
    to space 3008K, 0% used [0x000000005d8b0000,0x000000005d8b0000,0x000000005dba0000)
    PSOldGen total 11456K, used 4980K [0x0000000055210000, 0x0000000055d40000, 0x000000005d210000)
    object space 11456K, 43% used [0x0000000055210000,0x00000000556ed208,0x0000000055d40000)
    PSPermGen total 28096K, used 21641K [0x0000000050010000, 0x0000000051b80000, 0x0000000055210000)
    object space 28096K, 77% used [0x0000000050010000,0x0000000051532a68,0x0000000051b80000)
    Dynamic libraries:
    0x0000000000400000 - 0x0000000000411000      C:\TEMP\OraInstall2006-06-04_05-24-17PM\jre\1.5.0.0.0\bin\javaw.exe
    0x0000000078ec0000 - 0x0000000078ff9000      C:\WINDOWS\system32\ntdll.dll
    0x0000000078d40000 - 0x0000000078eb2000      C:\WINDOWS\system32\kernel32.dll
    0x000007ff7fee0000 - 0x000007ff7ffe5000      C:\WINDOWS\system32\ADVAPI32.dll
    0x000007ff7fd30000 - 0x000007ff7fed9000      C:\WINDOWS\system32\RPCRT4.dll
    0x0000000078c30000 - 0x0000000078d3c000      C:\WINDOWS\system32\USER32.dll
    0x000007ff7fc90000 - 0x000007ff7fd29000      C:\WINDOWS\system32\GDI32.dll
    0x000007ff7fc00000 - 0x000007ff7fc86000      C:\WINDOWS\system32\MSVCRT.dll
    0x0000000008000000 - 0x00000000084ce000      C:\TEMP\OraInstall2006-06-04_05-24-17PM\jre\1.5.0.0.0\bin\server\jvm.dll
    0x000007ff7e060000 - 0x000007ff7e0b0000      C:\WINDOWS\system32\WINMM.dll
    0x0000000010000000 - 0x0000000010009000      C:\TEMP\OraInstall2006-06-04_05-24-17PM\jre\1.5.0.0.0\bin\hpi.dll
    0x000007ff7e1b0000 - 0x000007ff7e1c0000      C:\WINDOWS\system32\PSAPI.DLL
    0x000007ff7e7f0000 - 0x000007ff7e812000      C:\WINDOWS\system32\Secur32.dll
    0x0000000000380000 - 0x0000000000390000      C:\TEMP\OraInstall2006-06-04_05-24-17PM\jre\1.5.0.0.0\bin\verify.dll
    0x0000000000390000 - 0x00000000003ba000      C:\TEMP\OraInstall2006-06-04_05-24-17PM\jre\1.5.0.0.0\bin\java.dll
    0x00000000003c0000 - 0x00000000003d4000      C:\TEMP\OraInstall2006-06-04_05-24-17PM\jre\1.5.0.0.0\bin\zip.dll
    0x0000000003f40000 - 0x0000000004137000      C:\temp\OraInstall2006-06-04_05-24-17PM\jre\1.5.0.0.0\bin\awt.dll
    0x000007ff78d50000 - 0x000007ff78d91000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x000007ff7d320000 - 0x000007ff7d359000      C:\WINDOWS\system32\IMM32.dll
    0x000007ff7ece0000 - 0x000007ff7ef52000      C:\WINDOWS\system32\ole32.dll
    0x000007ff77060000 - 0x000007ff770df000      C:\WINDOWS\system32\uxtheme.dll
    0x000007ff79190000 - 0x000007ff79202000      C:\WINDOWS\system32\ddraw.dll
    0x000007ff793e0000 - 0x000007ff793e8000      C:\WINDOWS\system32\DCIMAN32.dll
    0x00000000042a0000 - 0x00000000042fc000      C:\temp\OraInstall2006-06-04_05-24-17PM\jre\1.5.0.0.0\bin\fontmanager.dll
    0x000007ff7a240000 - 0x000007ff7a2df000      C:\WINDOWS\system32\MSCTF.dll
    0x0000000004f50000 - 0x0000000004f81000      C:\temp\OraInstall2006-06-04_05-24-17PM\jre\1.5.0.0.0\bin\jpeg.dll
    0x0000000004f90000 - 0x0000000004fa5000      C:\temp\OraInstall2006-06-04_05-24-17PM\oui\lib\win64\oraInstaller.dll
    0x000007ff7fbf0000 - 0x000007ff7fbfb000      C:\WINDOWS\system32\VERSION.dll
    0x00000000050b0000 - 0x00000000050ca000      C:\temp\OraInstall2006-06-04_05-24-17PM\jre\1.5.0.0.0\bin\net.dll
    0x000007ff77150000 - 0x000007ff77180000      C:\WINDOWS\system32\WS2_32.dll
    0x000007ff77140000 - 0x000007ff7714c000      C:\WINDOWS\system32\WS2HELP.dll
    0x0000000005150000 - 0x000000000515a000      C:\temp\OraInstall2006-06-04_05-24-17PM\jre\1.5.0.0.0\bin\nio.dll
    0x000007ff7f190000 - 0x000007ff7fb98000      C:\WINDOWS\system32\shell32.dll
    0x000007ff7ef60000 - 0x000007ff7effb000      C:\WINDOWS\system32\SHLWAPI.dll
    0x0000000005320000 - 0x00000000054a7000      C:\WINDOWS\WinSxS\amd64_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.1830_x-ww_ACED72AF\comctl32.dll
    VM Arguments:
    jvm_args: -Doracle.installer.library_loc=C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\lib\win64 -Doracle.installer.oui_loc=C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui -Doracle.installer.bootstrap=TRUE -Doracle.installer.startup_location=H:\archive\oracle102010x64\install -Doracle.installer.jre_loc=C:\TEMP\OraInstall2006-06-04_05-24-17PM\jre\1.5.0.0.0 -Doracle.installer.exec_location=H:\archive\oracle102010x64\install\setup.exe -Doracle.installer.nlsEnabled=TRUE -Doracle.installer.prereqConfigLoc= -Xmx192m
    java_command: oracle.sysman.oio.oioc.OiocOneClickInstaller C:\TEMP\OraInstall2006-06-04_05-24-17PM\jre\1.5.0.0.0\bin\javaw.exe -Doracle.installer.library_loc=C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\lib\win64 -Doracle.installer.oui_loc=C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui -Doracle.installer.bootstrap=TRUE -Doracle.installer.startup_location=H:\archive\oracle102010x64\install -Doracle.installer.jre_loc=C:\TEMP\OraInstall2006-06-04_05-24-17PM\jre\1.5.0.0.0 -Doracle.installer.exec_location=H:\archive\oracle102010x64\install\setup.exe -Doracle.installer.nlsEnabled=TRUE -Doracle.installer.prereqConfigLoc= -mx192m -cp C:\TEMP\OraInstall2006-06-04_05-24-17PM;C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\jlib\OraInstaller.jar;C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\jlib\oneclick.jar;C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\jlib\xmlparserv2.jar;C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\jlib\srvm.jar;C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\jlib\share.jar;C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\jlib\OraInstallerNet.jar;C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\jlib\xml.jar;C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\jlib\emCfg.jar;C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\jlib\ojmisc.jar;C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\jlib\InstImages.jar;C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\jlib\InstHelp.jar;C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\jlib\InstHelp_de.jar;C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\jlib\InstHelp_es.jar;C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\jlib\InstHelp_fr.jar;C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\jlib\InstHelp_it.jar;C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\jlib\InstHelp_ja.jar;C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\jlib\InstHelp_ko.jar;C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\jlib\InstHelp_pt_BR.jar;C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\jlib\InstHelp_zh_CN.jar;C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\jlib\InstHelp_zh_TW.jar;C:\TEMP\OraInstall2006-06-04_05-24-17PM\oui\jlib\orac
    Environment Variables:
    --------------- S Y S T E M ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 1
    CPU:total 2 amd64 3dnow ht
    Memory: 4k page, physical 2096504k(1306900k free), swap 4059216k(3507592k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (1.5.0_04-b05) for windows-amd64, built on Jun 3 2005 01:43:58 by "java_re" with unknown MS VC++:1400

  • Oracle 10g express edition was working fine for months now stopped working

    hi all,
    I was working with oracle 10g expree edition fine for months via the front end provided. Created several databases and tables.
    But suddenly for some weeks it is not starting and the URL
    http://127.0.0.1:8080/apex is not working
    and also I am not able to start the database so can't have the dump file exported.
    the trace i am having for starting the db is :
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleXETNSListener
    System error 5 has occurred.
    Access is denied.
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleServiceXE
    System error 5 has occurred.
    Access is denied.
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>
    So pls help me to recover the database.
    I am going to install 11g now.

    pls find below output
    C:\Users\DELL>set
    ALLUSERSPROFILE=C:\ProgramData
    ANT_HOME=C:\TOOLS\apache-ant-1.7.1
    APPDATA=C:\Users\DELL\AppData\Roaming
    CommonProgramFiles=C:\Program Files\Common Files
    CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    CommonProgramW6432=C:\Program Files\Common Files
    COMPUTERNAME=DELL-PC
    ComSpec=C:\Windows\system32\cmd.exe
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Users\DELL
    JAVA_HOME=C:\Program Files (x86)\Java\jdk1.5.0
    LOCALAPPDATA=C:\Users\DELL\AppData\Local
    LOGONSERVER=\\DELL-PC
    NUMBER_OF_PROCESSORS=2
    ORACLE_HOME=C:\oraclexe\app\oracle\product\10.2.0\
    ORACLE_HOME_NAME=XEClient
    OS=Windows_NT
    Path=C:\Program Files (x86)\PHP\;C:\Program Files\Common Files\Microsoft Shared\
    Windows Live;C:\XEClient\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:
    \Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\Window
    sPowerShell\v1.0\;C:\Program Files\Dell\Dell Wireless WLAN Card;c:\Program Files
    \WIDCOMM\Bluetooth Software\;c:\Program Files\WIDCOMM\Bluetooth Software\syswow6
    4;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;c:\Program Files (
    x86)\Microsoft SQL Server\90\Tools\binn\;C:\TOOLS\apache-ant-1.7.1\bin;C:\Progra
    m Files (x86)\Java\jre1.5.0\bin;C:\Program Files (x86)\Java\jdk1.5.0\bin;C:\Prog
    ram Files\Common Files\Microsoft Shared\Windows Live
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    PHPRC=C:\Program Files (x86)\PHP\
    PROCESSOR_ARCHITECTURE=AMD64
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=170a
    ProgramData=C:\ProgramData
    ProgramFiles=C:\Program Files
    ProgramFiles(x86)=C:\Program Files (x86)
    ProgramW6432=C:\Program Files
    PROMPT=$P$G
    PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
    PUBLIC=C:\Users\Public
    SESSIONNAME=Console
    SQLPATH=C:\XEClient\sqlplus
    SystemDrive=C:
    SystemRoot=C:\Windows
    TEMP=C:\Users\DELL\AppData\Local\Temp
    TMP=C:\Users\DELL\AppData\Local\Temp
    TNS_NAMES=C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN\tnsnames.or
    a
    USERDOMAIN=DELL-PC
    USERNAME=DELL
    USERPROFILE=C:\Users\DELL
    VS80COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\Tools\
    windir=C:\Windows
    C:\Users\DELL>sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Apr 28 21:19:36 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    Enter user-name: rcxmer
    Enter password:
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    Enter user-name: a
    Enter password:
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting SQL*Plus
    C:\Users\DELL>lsnrctl stat
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 28-APR-2011 21:20
    :45
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Message 1053 not found; No message file for product=NETWORK, facility=TNSTNS-125
    57: Message 12557 not found; No message file for product=NETWORK, facility=TNS
    TNS-12560: Message 12560 not found; No message file for product=NETWORK, facili
    ty=TNS
    TNS-00527: Message 527 not found; No message file for product=NETWORK, facilit
    y=TNS
    C:\Users\DELL>

  • Slow first connection using Oracle 10g xe and Visual Studio 2008

    {noformat}
    Good day,
    I'm slightly unaccustomed to using forums, so bear with me.
    My initial connection to the Oracle database takes approximately 30 seconds. It seems to be waiting for a connection before timing out and trying another connection which works, as all subsequent connections work immediately. I'm unsure how other people's responses in forums can help me due to the plethora of configurations, so here's mine. My comprehension of the oracle world is still growing, you'll have to explain the terms you're using for me, Hoping you can help.
    I'm using Visual Studio 2008, set to use 32 bit debug mode, on a Windows 7 Pro platform. Also using Oracle 10g Xe, and have installed the 32 bit version of ODAC 11.2 (11.2.0.1) to aid making a connection from Visual Studio to Oracle.
    I have a database set up and a user with system admin rights. This is all local for a programming project and will never see the light of day outside of my personal machine.
    I am using code to connect, not the GUI. I wish to code this project completely without the aid of the GUI. so my connection string within Visual Studio C# is (pw/id hidden)...
    string xe = "Data Source=xe;User Id=xxxxx;Password=xxxxx;";
    OracleConnection conn = new OracleConnection(xe);
    My c:\devsuitehome\network\admin\sqlnet.ora file is this:
    # sqlnet.ora Network Configuration File: C:\DevSuiteHome\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (LDAP, TNSNAMES, EZCONNECT, ONAMES, HOSTNAME)
    And my c:\devsuitehome\network\admin\TNSNames.ora file is this:
    tnsnames.ora Network Configuration File: C:\DevSuiteHome\network\admin\tnsnames.ora
    Generated by Oracle configuration tools.
    XE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = xe)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = <machine name)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = PLSExtProc)
    Just for good measure, my tnsping xe shows:
    "Used paramter files:<br/>
    c:\devsuitehome\network\admin\sqlnet.ora<br/><br/>
    Used TNSNAMES adapter to resolve the alias<br/>
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)))(CONNECT_DATA = (SERVICE_NAME = xe)))
    OK (0 msec)"
    So, how can I make that initial connection faster so I don't spend 15 years testing my application due to slow start-ups? :)
    Thank you.
    Kevin.
    {noformat}
    Edited by: 832285 on Jan 29, 2011 10:08 AM
    Edited by: 832285 on Jan 29, 2011 10:10 AM

    I have formatted my hard drive since my first post. I was running window 64 bit with a higher version of the ODAC and that proved to crash my machine with faulty error messages about memory. I have reverted to a previous version of the ODAC tools and everything works very smooth now. Still the connection time is consistently 20 seconds or longer on the first attempt.
    Just a little more information.. I am currently taking a college course with 15 other students, as you can tell by the impersonal machine name, where programming using visual studio 2008, and Oracle 10g xe is expected. All of us are using a 64 bit environment and we all have difficulties cutting down the load time of making the first connection to Oracle. Some people are longer making the connection, but none are shorter.
    One other note. After the first connection is made, taking 20 or more seconds, and is closed, all subsequent openings of the connection are instantaneous, for all of us.
    If there is ANYTHING more I can get for you, please let me know. With my environment stable as it is, I will not need to format or change any information for the foreseeable future.
    Here is the information you requested
    1 The connection method I am using, I have chosen the manual connection for you, however the delay exists if the connection is made through the GUI as well.
    Historically, I am getting slow connection speeds through adding the connection through the GUI or by a manual connection. Here is how I am doing it manually. I have the connection being created in 20 seconds, which is the best I can get.
    Imports Oracle.DataAccess.Client
    Also included project reference: oracle.dataaccess / version 2.111.6.20
        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            Dim connString As String = "Data Source=XE;User Id=abc;Password=abc;"
            Dim con As OracleConnection = New OracleConnection()
            con.ConnectionString = connString
            Try
                con.Open()
                MessageBox.Show("Connected!")
                con.Close()
                con.Dispose()
            Catch ex As Exception
                MessageBox.Show(ex.Message)
            End Try
        End SubMy current TNS Ping results
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-FEB-2011 01:02:36
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE)))
    OK (0 msec)2 Connection to SQL plus is instantaneous.
    I fought for weeks about the ODAC version 11.2.0.1 that you see in the previous post, and that would be a whole new thread. Suffice it to say I have a reliable environment to program in with this 10.2.0.1.0 version that I am running now, and the connection time has not changed, it is still minimum 20 seconds load time, sometimes up to 25.
    3 Ram usage in my typical environment
    I am running this laptop with 4 gigs of ram. This is a typical environment I would be running my application in.
    Physical memory
    total 4090
    cached 1753
    available 2345
    free 656
    system
    handles 27141
    threads 911
    processes 70
    commit megs 2860/8179
    kernel memory megs
    paged 201
    nonpaged 52
    4 I formatted my machine and reinstalled the Windows 7 professional operating system as of a few nights ago. The Oracle software on my machine is
    Oracle Database 10g express edition
    ODAC 11.1.0
    I amm not sure what filename you would need in addition to the product names that I have installed.
    5 The information from the SET command is
    ALLUSERSPROFILE=C:\ProgramData
    APPDATA=C:\Users\stepheke\AppData\Roaming
    CommonProgramFiles=C:\Program Files\Common Files
    CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    CommonProgramW6432=C:\Program Files\Common Files
    COMPUTERNAME=STEKEV0908
    ComSpec=C:\Windows\system32\cmd.exe
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Users\stepheke
    LOCALAPPDATA=C:\Users\stepheke\AppData\Local
    LOGONSERVER=\\STEKEV0908
    NUMBER_OF_PROCESSORS=2
    oracle_sid=xe
    OS=Windows_NT
    Path=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Oracleapp\stepheke\product\11.1.0\client_1;C:\Oracleapp\stepheke\product\11.1.0\client_1\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Windows Live\Shared
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    PROCESSOR_ARCHITECTURE=AMD64
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=170a
    ProgramData=C:\ProgramData
    ProgramFiles=C:\Program Files
    ProgramFiles(x86)=C:\Program Files (x86)
    ProgramW6432=C:\Program Files
    PROMPT=$P$G
    PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
    PUBLIC=C:\Users\Public
    SystemDrive=C:
    SystemRoot=C:\Windows
    TEMP=C:\Users\stepheke\AppData\Local\Temp
    TMP=C:\Users\stepheke\AppData\Local\Temp
    USERDOMAIN=stekev0908
    USERNAME=stepheke
    USERPROFILE=C:\Users\stepheke
    VS90COMNTOOLS=c:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\
    windir=C:\Windows

  • Problems with OPMN from Companion CD (Oracle 10g R2 x86_64 RHEL4)

    I have installed Oracle 10g DB R2 64bit on RHEL4 x86_64 (AMD64) and HTTP-Server from Companion CD
    All works.
    But after running opmn appears problems:
    1. The system message to syslog: "ip_conntrack: table full, dropping packet"
    2. 'netstat -a' displays me thousands TCP-session on localhost to port 6100 in TIME_WAIT state
    And network services on my host more died than alive...
    If I increase ip_conntrack kernel parameter, then network state alive. But the problem with TCP-sessions is not resolved.
    Any ideas?
    Thanks, and sory for my english :-)
    P.S. I have RHEL4 without update 1, but with new kernel and patched binutils. Update of RHEL can resolve this problem?

    Thank you!
    The problem described in Metalink Doc-ID Note : 284602.1 is my case!
    But this document applies to Oracle Net Services - Version: 10.1.0.2 to 10.1.0.3.
    I have Version 10.2.0.1.0 and the problem apears again (with some symptoms are differ).

  • Solaris 10, amd64, JVM crash at short time after startup

    Hi All,
    I have an application which allocate 10G of memory for his Heap, run on 4 dual core amd64 CPUs, 16G RAM machine and crash in 98% of the cases at short time after startup. This is a customer machine.
    I have a similar machine for tests with only 2 dual core amd64 CPU and 12G RAM and I don't experience any crashes running application with similar configuration, similar version of JDK and similar input data.
    I have tried with different GC algorithms, but we obtain crashes sonner or later. I rare cases when application manage to start seems that CMS offer the greatest performance.
    There is a bug in JVM? Knows anybody an workaround for this?
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0xfffffd7ffebbdb33, pid=21678, tid=5
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0_03-b05 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x5bdb33]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x000000000042e000): GCTaskThread [id=5]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000000000000a8
    Registers:
    RAX=0x0000000000000000, RBX=0x0000000000000002, RCX=0x0000000000000000, RDX=0x0000000000000000
    RSP=0xfffffd7ffad37800, RBP=0xfffffd7ffad37830, RSI=0x0000000000000000, RDI=0x00000000004e6790
    , R8=0x0000000000000000, R9=0x0000000000000002, R10=0x0000000000000000, R11=0xfffffd7d7bddd058, R12=0x00000000004e6790, R13=0x0000000000000000, R14=0x0000000000000000, R15=0x0000000000429650
    RIP=0xfffffd7ffebbdb33, RFLAGS=0x0000000000010246
    Top of Stack: (sp=0xfffffd7ffad37800)
    0xfffffd7ffad37800: fffffd7fff1051c8 000000000042a1f0
    0xfffffd7ffad37810: fffffd7d72bd05a0 0000000000000000
    0xfffffd7ffad37820: fffffd7d72bd05a0 0000000000000001
    0xfffffd7ffad37830: fffffd7ffad37840 fffffd7ffebcfdd1
    0xfffffd7ffad37840: fffffd7ffad37cc0 fffffd7ffee8953b
    0xfffffd7ffad37850: fffffd7d72bd05a0 0000000000000001
    0xfffffd7ffad37860: 000000000042a370 000000000042e000
    0xfffffd7ffad37870: 0000000000000002 0000000000000000
    0xfffffd7ffad37880: 0000000000000000 0000000000422e80
    0xfffffd7ffad37890: 000000000042c120 000000000042e320
    0xfffffd7ffad378a0: 000000000042e330 000000000042e708
    0xfffffd7ffad378b0: 000000000042e000 0000000000424180
    0xfffffd7ffad378c0: 000000000042e720 000000000042e730
    0xfffffd7ffad378d0: 000000000042eb08 00000000004241c0
    0xfffffd7ffad378e0: 00000000004224a0 0000000000000000
    0xfffffd7ffad378f0: 0000000000000000 0000000000000000
    0xfffffd7ffad37900: 0000000000000000 0000000000000400
    0xfffffd7ffad37910: fffffd7d7a92c5f8 fffffd7d7a92c5f8
    0xfffffd7ffad37920: fffffd7d7a92c5f8 fffffd7d7a92c5f8
    0xfffffd7ffad37930: 0000000000000000 0000000000000000
    0xfffffd7ffad37940: 0000000000000000 0000000000038800
    0xfffffd7ffad37950: 0000000000000479 0000000000000000
    0xfffffd7ffad37960: 0000000000000000 0000000000000000
    0xfffffd7ffad37970: 0000000000000000 fffffd7ffad37b10
    0xfffffd7ffad37980: fffffd7ffad37b58 fffffd7ffad37ba0
    0xfffffd7ffad37990: fffffd7ffad37c30 0000000000430240
    0xfffffd7ffad379a0: 0000000000429650 fffffd7d7a930000
    0xfffffd7ffad379b0: 000000026ed7667f 0000000000000000
    0xfffffd7ffad379c0: 000000000003a890 0000000000000000
    0xfffffd7ffad379d0: 0000000000000000 0000000000000000
    0xfffffd7ffad379e0: 0000000000000000 0000000000000000
    0xfffffd7ffad379f0: 0000000000000000 0000000000000000
    Instructions: (pc=0xfffffd7ffebbdb33)
    0xfffffd7ffebbdb23: 24 20 4c 8b 44 24 20 4d 89 03 eb 18 4d 8b 43 08
    0xfffffd7ffebbdb33: 4d 8b 80 a8 00 00 00 4c 89 44 24 28 4c 8b 44 24
    Stack: [0x0000000000000000,0x0000000000000000), sp=0xfffffd7ffad37800, free space=1610527966k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x5bdb33]
    V [libjvm.so+0x5cfdd1]
    V [libjvm.so+0x88953b]
    V [libjvm.so+0x98e8a6]
    V [libjvm.so+0x98e799]
    V [libjvm.so+0x87b18c]
    C [libc.so.1+0xcb34b] thrslot_offset+0x31b
    C [libc.so.1+0xcb580] thrslot_offset+0x550
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0000000000a6b400 JavaThread "Timer-0" [_thread_blocked, id=19]
    0x0000000000743400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=17]
    0x0000000000742000 JavaThread "CompilerThread1" daemon [_thread_blocked, id=16]
    0x0000000000740c00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=15]
    0x000000000072c400 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=14]
    0x0000000000729800 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_in_native, id=13]
    0x000000000071c400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=12]
    0x000000000071b800 JavaThread "Surrogate Locker Thread (CMS)" daemon [_thread_blocked, id=11]
    0x00000000006f3000 JavaThread "Finalizer" daemon [_thread_blocked, id=10]
    0x00000000006f2800 JavaThread "Reference Handler" daemon [_thread_blocked, id=9]
    0x0000000000428400 JavaThread "main" [_thread_blocked, id=2]
    Other Threads:
    0x00000000006ee400 VMThread [id=8]
    0x0000000000744c00 WatcherThread [id=18]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x00000000004273a0/0x0000000000427400] Threads_lock - owner thread: 0x00000000006ee400
    [0x0000000000423500/0x0000000000427b10] Heap_lock - owner thread: 0x0000000000428400
    Heap
    par new generation total 74560K, used 63936K [0xfffffd7d75600000, 0xfffffd7d7a930000, 0xfffffd7d7a930000)
    eden space 63936K, 100% used [0xfffffd7d75600000, 0xfffffd7d79470000, 0xfffffd7d79470000)
    from space 10624K, 0% used [0xfffffd7d79470000, 0xfffffd7d79470000, 0xfffffd7d79ed0000)
    to space 10624K, 100% used [0xfffffd7d79ed0000, 0xfffffd7d7a930000, 0xfffffd7d7a930000)
    concurrent mark-sweep generation total 10400576K, used 29146K [0xfffffd7d7a930000, 0xfffffd7ff5600000, 0xfffffd7ff5600000)
    concurrent-mark-sweep perm gen total 21248K, used 6589K [0xfffffd7ff5600000, 0xfffffd7ff6ac0000, 0xfffffd7ffaa00000)
    Dynamic libraries:
    0x0000000000400000      /export/home/tg/jre1.6.0_03/bin/amd64/java
    0xfffffd7fff380000      /lib/64/libthread.so.1
    0xfffffd7fff360000      /export/home/tg/jre1.6.0_03/bin/amd64/../../lib/amd64/jli/libjli.so
    0xfffffd7fff390000      /lib/64/libdl.so.1
    0xfffffd7fff240000      /lib/64/libc.so.1
    0xfffffd7ffe600000      /export/home/tg/jre1.6.0_03/lib/amd64/server/libjvm.so
    0xfffffd7fff1e0000      /lib/64/libsocket.so.1
    0xfffffd7fff340000      /usr/lib/64/libsched.so.1
    0xfffffd7fff1a0000      /lib/64/libm.so.1
    0xfffffd7fff170000      /usr/lib/64/libCrun.so.1
    0xfffffd7fff140000      /lib/64/libdoor.so.1
    0xfffffd7ffe530000      /lib/64/libnsl.so.1
    0xfffffd7ffe4b0000      /lib/64/libm.so.2
    0xfffffd7ffe470000      /lib/64/libscf.so.1
    0xfffffd7ffe440000      /lib/64/libuutil.so.1
    0xfffffd7ffe420000      /lib/64/libmd5.so.1
    0xfffffd7ffe3f0000      /lib/64/libmp.so.2
    0xfffffd7ffe270000      /export/home/tg/jre1.6.0_03/lib/amd64/native_threads/libhpi.so
    0xfffffd7ffe210000      /export/home/tg/jre1.6.0_03/lib/amd64/libjdwp.so
    0xfffffd7ffe1e0000      /export/home/tg/jre1.6.0_03/lib/amd64/libnpt.so
    0xfffffd7ffe190000      /usr/lib/iconv/amd64/UTF-8%646.so
    0xfffffd7ffe160000      /usr/lib/iconv/amd64/646%UTF-8.so
    0xfffffd7ffe110000      /export/home/tg/jre1.6.0_03/lib/amd64/libverify.so
    0xfffffd7ffe0c0000      /export/home/tg/jre1.6.0_03/lib/amd64/libjava.so
    0xfffffd7ffe080000      /export/home/tg/jre1.6.0_03/lib/amd64/libzip.so
    0xfffffd7ffe010000      /export/home/tg/jre1.6.0_03/lib/amd64/libdt_socket.so
    0xfffffd7d75460000      /lib/64/nss_files.so.1
    VM Arguments:
    jvm_args: -XX:+UseConcMarkSweepGC -XX:ParallelGCThreads=4 -Dapp.dir=/opt/tg/cos-deploy-0.35/bin/.. -Dlog.dir=log -Dapp.name=process -Detc.dir=/opt/tg/cos-deploy-0.35/bin/../etc -Dconfig.file=/opt/tg/cos-deploy-0.35/bin/../etc/process.properties -Dlog4j.configuration=etc/log4j.xml -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -Xms10G -Xmx10G
    java_command: tg.cos.server.Main
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/export/home/tg/jre1.6.0_03
    PATH=/opt/tg/fcs-foundation/perl/bin:/opt/tg/fcs-foundation/perl/bin:/sbin:/usr/sbin:/usr/sfw/bin:/opt/sfw/bin:/usr/X/bin:/usr/ccs/bin:/usr/local/bin:/usr/bin:/usr/sbin:/export/home/oracle_install/product/client/10.2/bin:/opt/tg/POOL/bin:/opt/tg/MailSender/bin:/export/home/tg/bin:/usr/sbin:/export/home/oracle_install/product/client/10.2/bin:/opt/tg/POOL/bin:/opt/tg/MailSender/bin
    LD_LIBRARY_PATH=/export/home/tg/jre1.6.0_03/lib/amd64/server:/export/home/tg/jre1.6.0_03/lib/amd64:/export/home/tg/jre1.6.0_03/../lib/amd64
    SHELL=/bin/bash
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x9883b0], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGBUS: [libjvm.so+0x9883b0], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGFPE: [libjvm.so+0x315b10], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGPIPE: [libjvm.so+0x315b10], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGILL: [libjvm.so+0x315b10], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGHUP: [libjvm.so+0x87ca80], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGINT: [libjvm.so+0x87ca80], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGQUIT: [libjvm.so+0x87ca80], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGTERM: [libjvm.so+0x87ca80], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGQUIT: [libjvm.so+0x87ca80], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGTERM: [libjvm.so+0x87ca80], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIG39: [libjvm.so+0x87f4d0], sa_mask[0]=0x00000000, sa_flags=0x00000008
    SIG40: [libjvm.so+0x315b10], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    --------------- S Y S T E M ---------------
    OS: Solaris 10 11/06 s10x_u3wos_10 X86
    Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 14 November 2006
    uname:SunOS 5.10 Generic_118855-33 i86pc (T2 libthread)
    rlimit: STACK 10240k, CORE infinity, NOFILE 65536, AS infinity
    load average:3.72 3.68 3.23
    CPU:total 8 (2 cores per cpu, 1 threads per core) family 15 model 65 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnow, 3dnowext
    Memory: 4k page, physical 16775096k(1672236k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (1.6.0_03-b05) for solaris-amd64, built on Sep 24 2007 22:29:24 by "" with unknown Workshop:0x580
    I created a small test which somehow emulate the real application and I obtain the same results: on test machine run without any issues on live machine it crashes all the time.
    What can be the cause?
    import java.util.*;
    public class MemoryTest {
         private List<Page> pages = new LinkedList<Page>();
         public void initTest() {
              int counter = 1;
              while( canAddOneMorePage() ) {
                   Page page = new Page(counter, (byte)counter++);
                   pages.add(page);
         private boolean canAddOneMorePage() {
              boolean result = true;
              long freeMem = Runtime.getRuntime().freeMemory() / (1024*1024) ;
              if (freeMem < 512) {
                   result = false;
              return result;
         private boolean validatePages() {
              boolean arePagesValid = true;
              for(Page p : pages) {
                   boolean isPageValid = p.isValid();
                   if ( !isPageValid ) {
                        System.out.println("Page "+p.id+ " contains corrupted data");
                        arePagesValid = false;
              return arePagesValid;
         private void updatePages(byte value) {
              for(Page p : pages) {
                   p.updateValues(value);
         public void runTest() {
              int TESTS_NUM = 100;
              System.out.println("There are "+pages.size()+" pages.");
              System.out.println("Currently the pages "+ (validatePages() ? "contain no errors" : "contain errors"));
              for(int i=1; i<TESTS_NUM; i++) {
                   System.out.println("Test "+i+" of "+TESTS_NUM);
                   updatePages((byte)i);
                   validatePages();
         public static void main(String[] args) {
              MemoryTest main = new MemoryTest();
              main.initTest();
              main.runTest();
    class Page {
         public static final int LENGTH = 1024*1024;
         List <byte[]> list;
         public byte value = 0;
         public int id;
         public Page(int id, byte value) {
              this.list = new LinkedList<byte[]>();
              this.value = value;
              this.id = id;
              for(int i=0; i<LENGTH; i++) {
                   byte[] data = new byte [512];
                   for( int j=0; j<512; j++) {
                        data[j] = value;
                   list.add(data);
         public void updateValues(byte value) {
              this.value = value;
              this.list = new LinkedList<byte[]>();
              System.out.println("Updating page "+id);
              for(int i=0; i<LENGTH; i++) {
                   byte[] data = new byte [512];
                   for( int j=0; j<512; j++) {
                        data[j] = value;
                   list.add(data);
         public boolean isValid() {
              boolean result = true;
              for( byte[] data: list) {
                   for( byte b : data) {
                        if (value != b) {
                             result = false;
                             break;
                   if ( !result ) {
                        break;
              return result;
    }Edited by: blue67 on Dec 10, 2007 12:57 AM

    I've experienced the same crash problem for my application in a Sun Fire x4600 M2..
    My application which allocates 50G of memory for his Heap, runs on 8 quad core amd64 CPUs, 64G RAM machine and crash in 98% of the cases at short time after startup.
    If I run my application on a different machine, for example a Sun Fire 280R with 2 CPUs UltraSPARC-III+ 1.2Ghz 8MB, there are no crashes.
    I think the problem is related to the AMD 64 bits CPU architecture.
    I filed a bug to the Sun Bug DB with ID 1415527, but it hasn't been published yet.
    I cannot understand why, since it seems to be a problem common also to other users.
    Here's part of my last hs_err_pidXXX.log file:
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0xfffffd7ffebbd0bd, pid=25799, tid=50
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (11.0-b16 mixed mode solaris-amd64)
    # Problematic frame:
    # V [libjvm.so+0x5bd0bd]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    T H R E A D
    Current thread (0x0000000000b21c00): GCTaskThread [stack: 0x0000000000000000,0x0000000000000000] [id=50]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0xfffffd7ffebbd0bd
    Registers:
    RAX=0x0000000000000000, RBX=0x0000000000000008, RCX=0x0000000000000002, RDX=0xfffffd73b56f1ce8
    RSP=0xfffffd73b56f1cb0, RBP=0xfffffd73b56f1e00, RSI=0xfffffd7c55dd2f08, RDI=0xfffffd7c55dd2bb9
    , R8=0xb000000000000000, R9=0x0000000000c38ff0, R10=0x00000000042d0e97, R11=0xfffffd7c55dd2d88, R12=0x0000000000b38f00, R13=0x000000000045d070, R14=0x000000000045d070, R15=0x0000000000003c4f
    RIP=0xfffffd7ffebbd0bd, RFLAGS=0x0000000000010246
    Top of Stack: (sp=0xfffffd73b56f1cb0)
    0xfffffd73b56f1cb0: fffffd7fff0f15a8 0000000000000000
    0xfffffd73b56f1cc0: fffffd73b56f1e48 fffffd73b45e0790
    0xfffffd73b56f1cd0: 0000000000000008 fffffd7ffebbc239
    0xfffffd73b56f1ce0: fffffd7fff0f15a8 fffffd7fff0ec260
    0xfffffd73b56f1cf0: 0000000000000000 0000000000b0c5b0
    0xfffffd73b56f1d00: fffffd73fbc00000 000000017fa80000
    0xfffffd73b56f1d10: 0000000000b0c710 0000000000b0c850
    0xfffffd73b56f1d20: 0000000000000000 000000000045d070
    0xfffffd73b56f1d30: 0000000000000000 0000000000b0c850
    0xfffffd73b56f1d40: fffffd73b45e07f8 0000000000b0c8d8
    0xfffffd73b56f1d50: 0000000900b0c5b0 fffffd792b971d60
    0xfffffd73b56f1d60: fffffd7fff103d04 0000441ef1e00000
    0xfffffd73b56f1d70: fffffd7c55dd2f08 fffffd7f00003c4d
    0xfffffd73b56f1d80: fffffd73b45e0790 441f3c4d00000000
    0xfffffd73b56f1d90: 441f3c4d441f3c4d 441f3c4d441f3c4d
    0xfffffd73b56f1da0: 441e3c4d441f3c4d 441f3c4d441e3c4d
    0xfffffd73b56f1db0: 43c03c1e441e3c4d 441e3c4d441e3c4d
    0xfffffd73b56f1dc0: 5e3634bf5e3634bf 10830ae010830ae0
    0xfffffd73b56f1dd0: 036b3673036b3674 036b3673036b3673
    0xfffffd73b56f1de0: 5e3634c05e3634c1 5e3634c05e3634c0
    0xfffffd73b56f1df0: fffffd73b45e0790 00000054b45e0790
    0xfffffd73b56f1e00: fffffd73b56f1eb0 fffffd7ffebbbd47
    0xfffffd73b56f1e10: fffffd73b56f1ef8 0000000000b0ce20
    0xfffffd73b56f1e20: 0000000000b21c00 fffffd7fff04a509
    0xfffffd73b56f1e30: 0000000000000008 00000000ffffffff
    0xfffffd73b56f1e40: fffffd73b56f1e70 0000000000000000
    0xfffffd73b56f1e50: 000002185a539ab2 fffffd7fff103d01
    0xfffffd73b56f1e60: 000000000042c560 0000000000b21e90
    0xfffffd73b56f1e70: 0000000000b21ea0 0000000000b22278
    0xfffffd73b56f1e80: 0000000000b21c00 000000000045a780
    0xfffffd73b56f1e90: 0000000000b22290 0000000000b222a0
    0xfffffd73b56f1ea0: 0000000000b22678 000000000045a7c0
    Thanks

  • UPGRADING DATABASE TO 10G R2

    Hi All,
    I had installed 11.5.10.2 on IBM-AIX 5L V5.3(64 bit).
    As by default my current database Oracle9i Enterprise Edition Release 9.2.0.6.0.
    I need to upgrade my database to 10g R2.
    What steps I need to follow and are there any changes that need to be done from Application Side.
    I had made my installation in this scenario( multinode)
    DB-CM-ADMIN -- 1st Node
    FORM-WEB -- 2nd Node
    Application file system sharing -- NO
    Please advice.

    What steps I need to follow and are there any changes
    that need to be done from Application Side.Check Note: 362203.1 - Oracle Applications Release 11i with Oracle 10g Release 2 (10.2.0)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=362203.1
    In addition, you need to apply Patch 5871314 and Patch 5892355 (To avoid ORA-00600: internal error code), these two patches are available on the following platforms:
    - Solaris Operating System (SPARC 64-bit)
    - AIX5L Based Systems (64-bit)
    - Linux x86-64 (AMD64/EM64T)
    - HP-UX PA-RISC (64-bit)
    Note: 412271.1 - ORA-600 [22635] and ORA-600 [KOKEIIX1] Reported While Upgrading Or Patching Databases To 10.2.0.3
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=412271.1

  • Install Oracle XE on Ubuntu 7.10 AMD64

    Hello everybody,
    I like to know if there is any way to install Oracle XE on Ubuntu 7.10 whit AMD64 processor.
    Thansk for advise,
    LCJ

    Hello,
    Here are the steps that i follow to successfully install Oracle XE on Ubuntu 7.10 AMD64 ( hp dv6220la ):
    1. Using the Synaptic Package Manager install the linux kernel aio access library libaio1 0.3.106-5ubuntu2
    2. Download the database:
    http://www.oracle.com/technology/software/products/database/xe/htdocs/102xelinsoft.html
    Make sure choose oracle-xe-universal_10.2.0.1-1.0_i386.deb for download.
    3. Using a terminal windown type:
    sudo dpkg -i --force-architecture /MY_DOWNLOAD_DIRECTORY/oracle-xe-universal_10.2.0.1-1.0_i386.deb
    then you get the following output message in terminal:
    dpkg - warning, overriding problem because --force enabled:
    package architecture (i386) does not match system (amd64)
    Selecting previously deselected package oracle-xe-universal.
    (Reading database ... 138603 files and directories currently installed.)
    Unpacking oracle-xe-universal (from .../oracle-xe-universal_10.2.0.1-1.0_i386.deb) ...
    Setting up oracle-xe-universal (10.2.0.1-1.0) ...
    Executing Post-install steps...
    -e You must run '/etc/init.d/oracle-xe configure' as the root user to configure the database.
    4. Follow the instructions in the output message.
    As root user type in terminal:
    sudo /etc/init.d/oracle-xe configure
    here you configure http port, listener port, sys and system password, started on boot.
    Here are the output message:
    Oracle Database 10g Express Edition Configuration
    This will configure on-boot properties of Oracle Database 10g Express
    Edition. The following questions will determine whether the database should
    be starting upon system boot, the ports it will use, and the passwords that
    will be used for database accounts. Press <Enter> to accept the defaults.
    Ctrl-C will abort.
    Specify the HTTP port that will be used for Oracle Application Express [8080]:8484
    Specify a port that will be used for the database listener [1521]:1521
    Specify a password to be used for database accounts. Note that the same
    password will be used for SYS and SYSTEM. Oracle recommends the use of
    different passwords for each database account. This can be done after
    initial configuration:
    Confirm the password:
    Do you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]:n
    Starting Oracle Net Listener...Done
    Configuring Database...Done
    Starting Oracle Database 10g Express Edition Instance...Done
    Installation Completed Successfully.
    To access the Database Home Page go to "http://127.0.0.1:8484/apex"
    After i do this, the database was successfully installed on my laptop and works fine.
    Greetings,
    LCJ

Maybe you are looking for

  • I get a disk error when trying to upgrade to mountain lion on my mac book pro that also runs bootcamp

    I recently tried to upgrade my macbook pro OSX to mountain lion via the app store. When it tried to install it gives me a disk error. I have run disk utilities and repaired, verified etc. but it makes no difference. I am running bootcamp as well and

  • Asset Management in Air App

    Hello All, I'm building an AIR application (2d platformer adventure game) which will be packaged on a CD for installation. I've embed the majority of the game assets into a static file to keep it simple and organized. This way I can reuse assets and

  • IDVD issues when dvd is close to being saturated

    I work at filming weddings parties etc. so when i have everything edited and ready i burn the video to a dvd using idvd.But if the video lasts about 2 hours when i play the video there are parts that can last from 5 secs to 4 min that the quality of

  • Dreamweaver CS3 and Athlon 64

    I just installed Creative Suite 3 Web Premium on my computer. When I run Dreamweaver CS3, PerfMon shows the processor spiking to between 80-100% every few seconds. Avg. pages/sec and disk queue length don't seem to be affected. This happen when I'm a

  • Fix for hp laser jet CM1312nfi MFP printer and OS X 10.10.2

     My HP CM1312nfi MFP laser jet printer, with the latest driver 1.5.0, will only print with my iMac OS X 10.10.2, I cannot scan at all, even with image capture the scanner does not work or show up. My wife's Mac Book is running 10.9.5 and printer driv