Install Oracle XE on Debian problem

I try to install XE to a debian system. During the installation I get some script error message, like
bc: command not found
After the installation I can't start the database.
There is no control files, and database files.
What's the problem?
Thanks

bc: command not found
After the installation I can't start the database.
There is no control files, and database files.
What's the problem?This is known issue , check following link, work around is given there
Installing Oracle Database XE on Debian, Ubuntu, and Kubuntu
- Virag Sharma
http://virag.sharma.googlepages.com
http://viragsharma.blogspot.com

Similar Messages

  • Error Install Oracle XE on Debian

    Hello, I am trying to install Oracle XE in my Debian.
    I have lowered deb from Oracle and also used apt sources that appears in a message in the forum. From the two forms I obtain some errors in the installation and to me it is not working the data base well.
    I detail the errors to them.
    This error appears when install (dpkg -i oracle....deb), with both version
    Setting up oracle-xe-universal (10.2.0.1-1.0) ...
    Executing Post-install steps...
    /var/lib/dpkg/info/oracle-xe-universal.postinst: line 1: bc: command not found
    /var/lib/dpkg/info/oracle-xe-universal.postinst: line 1: bc: command not found
    /var/lib/dpkg/info/oracle-xe-universal.postinst: line 1: bc: command not found
    /var/lib/dpkg/info/oracle-xe-universal.postinst: line 1: bc: command not found
    /var/lib/dpkg/info/oracle-xe-universal.postinst: line 1: bc: command not found
    /var/lib/dpkg/info/oracle-xe-universal.postinst: line 1: bc: command not found
    /var/lib/dpkg/info/oracle-xe-universal.postinst: line 1: bc: command not found
    /var/lib/dpkg/info/oracle-xe-universal.postinst: line 1: bc: command not found
    /var/lib/dpkg/info/oracle-xe-universal.postinst: line 65: test: !=: unary operator expected
    /var/lib/dpkg/info/oracle-xe-universal.postinst: line 1: bc: command not found
    /var/lib/dpkg/info/oracle-xe-universal.postinst: line 71: test: !=: unary operator expected
    /var/lib/dpkg/info/oracle-xe-universal.postinst: line 1: bc: command not found
    You must run '/etc/init.d/oracle-xe configure' as the root user to configure the database.
    Then when i run /etc/init.d/oracle-xe configure the process don't show any error, but log messages contain this :
    CloneRmanRestore.log:
    LRM-00116: syntax error at 'audit_file_dest' following '='
    ORA-01078: failure in processing system parameters
    select TO_CHAR(systimestamp,'YYYYMMDD HH:MI:SS') from dual
    ERROR at line 1:
    ORA-01034: ORACLE not available
    declare
    ERROR at line 1:
    ORA-01034: ORACLE not available
    select TO_CHAR(systimestamp,'YYYYMMDD HH:MI:SS') from dual
    ERROR at line 1:
    ORA-01034: ORACLE not available
    cloneDBCreation.log
    Create controlfile reuse set database "XE"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    BEGIN dbms_backup_restore.zerodbid(0); END;
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    LRM-00116: syntax error at 'audit_file_dest' following '='
    ORA-01078: failure in processing system parameters
    Create controlfile reuse set database "XE"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter system enable restricted session
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter database "XE" open resetlogs
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter database rename global_name to "XE"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter system switch logfile
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter system checkpoint
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter database drop logfile group 3
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ALTER TABLESPACE TEMP ADD TEMPFILE '/usr/lib/oracle/xe/oradata/XE/temp.dbf' SIZE 20480K REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED
    ERROR at line 1:
    ORA-01034: ORACLE not available
    select tablespace_name from dba_tablespaces where tablespace_name='USERS'
    ERROR at line 1:
    ORA-01034: ORACLE not available
    select sid, program, serial#, username from v$session
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter user sys identified by "oracle"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter user system identified by "oracle"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter system disable restricted session
    ERROR at line 1:
    ORA-01034: ORACLE not available
    <b>postDBCreation.log</b>
    begin
    ERROR at line 1:
    ORA-01034: ORACLE not available
    create spfile='/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/dbs/spfileXE.ora' FROM pfile='/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/init.ora'
    ERROR at line 1:
    ORA-01078: failure in processing system parameters
    LRM-00116: syntax error at 'audit_file_dest' following '='
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/dbs/initXE.ora'
    select 'utl_recomp_begin: ' || to_char(sysdate, 'HH:MI:SS') from dual
    ERROR at line 1:
    ORA-01034: ORACLE not available
    BEGIN utl_recomp.recomp_serial(); END;
    ERROR at line 1:
    ORA-01034: ORACLE not available
    select 'utl_recomp_end: ' || to_char(sysdate, 'HH:MI:SS') from dual
    ERROR at line 1:
    ORA-01034: ORACLE not available
    <b>postScripts.log</b>
    CREATE OR REPLACE LIBRARY dbms_sumadv_lib AS '/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib/libqsmashr.so';
    ERROR at line 1:
    ORA-01034: ORACLE not available
    create or replace directory DATA_PUMP_DIR as '/usr/lib/oracle/xe/app/oracle/admin/XE/dpdump/'
    ERROR at line 1:
    ORA-01034: ORACLE not available
    commit
    ERROR at line 1:
    ORA-01034: ORACLE not available
    BEGIN dbms_swrf_internal.cleanup_database(cleanup_local => FALSE); END;
    ERROR at line 1:
    ORA-01034: ORACLE not available
    commit
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Can somebody help me?
    Message was edited by:
    anionline

    There is a not shown dependancy on bc in the Oracle XE rpm ( see thread Dependency
    ). If bc can not be found, the sga can't be properly calculated and most likely the subsequent steps fails. You can easily workaround this problem if prior to installation you install bc ( apt-get install bc)
    Best regards
    Maxim

  • Install oracle 8.1.7 problems

    I am trying to install oracle 8.1.7 downloaded from the OTN, i am unable.
    I have windows 2000 advance server as OS and my machine has a p4 processor.
    But I am able to load oracle 8.1.5 after loading 815, i tried to install Oracle designer 6i and again i am having problems.

    I had problems installing 8.1.6 initially, but got it to work. I had to download the latest JRE from sun.com for Pentium 4, which is 1.3.1. Then I had to copy the contents of Oracle 8.1.6 onto my hard drive, search and rename the symcjit.dll that is within the Oracle 8.1.6 directory. Then I clicked on setup and the installation will go out to the JRE1.3.1 directory in order to find the symcjit.dll that it needs. That was the only way that I was able to install Oracle on a P4 box. That worked great.
    Then I tried to upgrade to 8.1.7 and though the database seems to work fine, it does show the following error when I log into SQL*:
    ORA-06553: PLS-707: unsupported construct or internal error[2603]. Anyone seen this error before?

  • Installing Oracle in windows server2003 problem

    Hello
    When i install oracle 10gR2 in windows xp or linux i don't have any problem
    but now i want install oracle 10gR2 in windows server2003 for test ( i don't have
    network, consequently i havn't tuned anything for network in OS)
    it fail in "Oracle Net Services Configuration"
    in "product-Specific Prerequisite checks" stage i receive this warning
    (but i always recieve it in windows xp and i ignore it but no problem occur)
    Checking Network Configuration requirements ...
    Actual Result: Unknown Host Exception has Occurred :server1: server1.
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: Oracle supports installations on systems with DHCP-assigned IP addresses; However, before you can do this,
    you must configure the Microsoft LoopBack Adapter to be the primary network adapter on the system.
    See the Installation Guide for more details on installing the software on systems configured with DHCP.
    and in installation log i see this note
    Oracle Net Services Configuration:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x626DB080
    Function=Java_oracle_net_common_jlsnrctl_executeCommand+0x9150
    Library=G:\non_os_prog\oracle\product\10.2.0\db_2\BIN\oranjni10.dll
    Current Java thread:
         at oracle.net.common.NetGetEnv.getDNSDomain(Native Method)
         at oracle.net.ca.ConfigureProfile.setDefaultProfileParams(Unknown Source)
         at oracle.net.ca.ConfigureProfile.typicalConfigure(Unknown Source)
         at oracle.net.ca.NetCA.typicalConfigureServer(Unknown Source)
         at oracle.net.ca.NetCA.<init>(Unknown Source)
         at oracle.net.ca.NetCA.main(Unknown Source)
    Dynamic libraries:
    0x00400000 - 0x0040B000      G:\non_os_prog\oracle\product\10.2.0\db_2\jdk\jre\bin\java.exe
    0x77F40000 - 0x77FFA000      G:\WINDOWS\system32\ntdll.dll
    0x77E40000 - 0x77F34000      G:\WINDOWS\system32\kernel32.dll
    0x77DA0000 - 0x77E30000      G:\WINDOWS\system32\ADVAPI32.dll
    0x77C50000 - 0x77CF4000      G:\WINDOWS\system32\RPCRT4.dll
    0x77BA0000 - 0x77BF4000      G:\WINDOWS\system32\MSVCRT.dll
    0x08000000 - 0x08138000      G:\non_os_prog\oracle\product\10.2.0\db_2\jdk\jre\bin\client\jvm.dll
    0x77D00000 - 0x77D8F000      G:\WINDOWS\system32\USER32.dll
    0x77C00000 - 0x77C44000      G:\WINDOWS\system32\GDI32.dll
    0x76AA0000 - 0x76ACC000      G:\WINDOWS\system32\WINMM.dll
    0x62D80000 - 0x62D89000      G:\WINDOWS\system32\LPK.DLL
    0x73010000 - 0x7306E000      G:\WINDOWS\system32\USP10.dll
    0x5C830000 - 0x5C837000      G:\WINDOWS\system32\serwvdrv.dll
    0x5AA20000 - 0x5AA27000      G:\WINDOWS\system32\umdmxfrm.dll
    0x10000000 - 0x10007000      G:\non_os_prog\oracle\product\10.2.0\db_2\jdk\jre\bin\hpi.dll
    0x00390000 - 0x0039E000      G:\non_os_prog\oracle\product\10.2.0\db_2\jdk\jre\bin\verify.dll
    0x003B0000 - 0x003C9000      G:\non_os_prog\oracle\product\10.2.0\db_2\jdk\jre\bin\java.dll
    0x003D0000 - 0x003DE000      G:\non_os_prog\oracle\product\10.2.0\db_2\jdk\jre\bin\zip.dll
    0x03270000 - 0x03382000      G:\non_os_prog\oracle\product\10.2.0\db_2\jdk\jre\bin\awt.dll
    0x73070000 - 0x73096000      G:\WINDOWS\system32\WINSPOOL.DRV
    0x76290000 - 0x762AD000      G:\WINDOWS\system32\IMM32.dll
    0x77160000 - 0x77284000      G:\WINDOWS\system32\ole32.dll
    0x033A0000 - 0x033F1000      G:\non_os_prog\oracle\product\10.2.0\db_2\jdk\jre\bin\fontmanager.dll
    0x626D0000 - 0x626E5000      G:\non_os_prog\oracle\product\10.2.0\db_2\BIN\oranjni10.dll
    0x62740000 - 0x6277D000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\oranl10.dll
    0x60960000 - 0x60A6D000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\oran10.dll
    0x62670000 - 0x6268B000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\orancrypt10.dll
    0x60870000 - 0x60953000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\oracore10.dll
    0x60A80000 - 0x60B44000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\oranls10.dll
    0x63690000 - 0x636A8000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\oraunls10.dll
    0x7C340000 - 0x7C396000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\MSVCR71.dll
    0x60EB0000 - 0x60EB7000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\orauts.dll
    0x71C00000 - 0x71C18000      G:\WINDOWS\system32\WS2_32.dll
    0x71BF0000 - 0x71BF8000      G:\WINDOWS\system32\WS2HELP.dll
    0x62920000 - 0x6296C000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\oranro10.dll
    0x62530000 - 0x62583000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\oraldapclnt10.dll
    0x627F0000 - 0x628F9000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\orannzsbb10.dll
    0x60300000 - 0x60857000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\orageneric10.dll
    0x63430000 - 0x63457000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\orasnls10.dll
    0x60FA0000 - 0x61092000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\oracommon10.dll
    0x61C20000 - 0x61E72000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\oraclient10.dll
    0x636B0000 - 0x636B6000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\oravsn10.dll
    0x60B50000 - 0x60EA8000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\orapls10.dll
    0x03400000 - 0x03409000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\oraslax10.dll
    0x63080000 - 0x63284000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\oraplp10.dll
    0x03410000 - 0x034AA000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\orasql10.dll
    0x034B0000 - 0x03610000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\oraxml10.dll
    0x60020000 - 0x60030000      G:\WINDOWS\system32\MSVCIRT.dll
    0x62980000 - 0x62990000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\orantcp10.dll
    0x61ED0000 - 0x61F5B000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\orahasgen10.dll
    0x62AB0000 - 0x62B1A000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\oraocr10.dll
    0x62B20000 - 0x62B60000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\oraocrb10.dll
    0x71C40000 - 0x71C93000      G:\WINDOWS\system32\NETAPI32.dll
    0x76B70000 - 0x76B7B000      G:\WINDOWS\system32\PSAPI.DLL
    0x71BB0000 - 0x71BB9000      G:\WINDOWS\system32\WSOCK32.dll
    0x62790000 - 0x627A7000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\oranldap10.dll
    0x770E0000 - 0x7715D000      G:\WINDOWS\system32\OLEAUT32.dll
    0x626B0000 - 0x626B7000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\oranhost10.dll
    0x62660000 - 0x62666000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\orancds10.dll
    0x629C0000 - 0x629C8000      G:\non_os_prog\oracle\product\10.2.0\db_2\bin\orantns10.dll
    0x03730000 - 0x03738000      G:\non_os_prog\oracle\product\10.2.0\db_2\BIN\orawsec10.dll
    0x635D0000 - 0x635E9000      G:\non_os_prog\oracle\product\10.2.0\db_2\BIN\orasrvm10.dll
    0x77B90000 - 0x77B98000      G:\WINDOWS\system32\VERSION.dll
    0x62590000 - 0x625DE000      G:\non_os_prog\oracle\product\10.2.0\db_2\BIN\oraldapjclnt10.dll
    0x71B20000 - 0x71B63000      G:\WINDOWS\System32\mswsock.dll
    0x76ED0000 - 0x76EF7000      G:\WINDOWS\system32\DNSAPI.dll
    0x76F70000 - 0x76F77000      G:\WINDOWS\System32\winrnr.dll
    0x76F10000 - 0x76F3F000      G:\WINDOWS\system32\WLDAP32.dll
    0x76F80000 - 0x76F85000      G:\WINDOWS\system32\rasadhlp.dll
    0x744F0000 - 0x7453B000      G:\WINDOWS\system32\MSCTF.dll
    0x76C10000 - 0x76C38000      G:\WINDOWS\system32\imagehlp.dll
    0x6D580000 - 0x6D621000      G:\WINDOWS\system32\dbghelp.dll
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 278K [0x10010000, 0x100b0000, 0x104f0000)
    eden space 512K, 42% used [0x10010000, 0x10045fc0, 0x10090000)
    from space 64K, 97% used [0x10090000, 0x1009fad0, 0x100a0000)
    to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
    t
    enured generation total 1408K, used 674K [0x104f0000, 0x10650000, 0x14010000)
    the space 1408K, 47% used [0x104f0000, 0x10598950, 0x10598a00, 0x10650000)
    compacting perm gen total 5120K, used 4967K [0x14010000, 0x14510000, 0x18010000)
    the space 5120K, 97% used [0x14010000, 0x144e9e58, 0x144ea000, 0x14510000)
    Local Time = Sun Jan 20 10:33:16 2008
    Elapsed Time = 6
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
    # An error report file has been saved as hs_err_pid936.log.
    # Please refer to the file for further information.
    Command = G:\non_os_prog\oracle\product\10.2.0\db_2\jdk\jre\bin/java.exe has failed
    INFO: Configuration assistant "Oracle Net Configuration Assistant" failed
    *** Starting OUICA ***
    Oracle Home set to G:\non_os_prog\oracle\product\10.2.0\db_2
    Configuration directory is set to G:\non_os_prog\oracle\product\10.2.0\db_2\cfgtoollogs. All xml files under the directory will be processed
    INFO: The "G:\non_os_prog\oracle\product\10.2.0\db_2\cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    INFO: User Selected: Yes/OK
    do you know what is the problem?
    thank you

    khosravi
    Just going on the first snipit you posted, have you installed the loopback adapter?
    regards
    Adam

  • Redhatlinux server 5.0   install oracle 11g r1 for problem

    who give me a chinese oralce book for install !
    not run sqlplus not run exp,not run imp but oracle devcolepe

    user633300 wrote:
    who give me a chinese oralce book for install !
    not run sqlplus not run exp,not run imp but oracle devcolepeHi and welcome to the forum!
    What do you exactly want?
    What problem you have?
    What error you get?
    And please explain your last sentence please
    My Oracle Video Tutorials - http://kamranagayev.wordpress.com/oracle-video-tutorials/

  • Installing Oracle 9iAS on Windows problem

    I've installed 9iAS server using standard Windows installer. Later on, I unistalled it using Oracle installer.
    Now I have problem installing it again: i get message: "All Oracle9iAS installations on a host mustbe installed by the same operating system user...". But I AM shure, that previos installation was made whit the same OS user (no other users on my machine:).
    How can I reinstall 9iAS?

    Alexi -- I'd post that question to the general 9iAS forum. This one in particular is mostly focussed on J2EE/OC4J questions and the standalone distribution.
    Someone else in that forum will be able to help you I'm sure.
    cheers
    -steve-

  • Install oracle 10xe listner port  problem

    hi,
    i hv use fedora 4 and oracle 10g xe univ.rpm install in fedora 4 ,
    but when i hv configure database
    /etc/init.d/oracle-xe configure
    then listner default port is 1521 i hv enter and message is display this port is another application is use pls enter another port . i hv enter 1522 port
    its a problem for database if listner port is change?
    after 1522 port is enter database succsfully load

    Ramkrishna,
    it is no problem to run the listener on port 1522.
    Regards, Marc

  • Installing Oracle EBS 11i installation problem

    Dear All,
    I have a problem regarding the installation of Oracle EBS 11i of which I can't figure out a solution.
    After unzipping all the 108 files during the rapidwiz installation the installer seems to halt (in step 1, 100% of file extraction). It involves instconf.drv but it doesn't show me an error in the installation logs. The line that appears is the following:
    instantiatefile -d instconf.drv
    I tried to change my Linux distribution from SLES10 to Ubuntu but that doesn't work either.
    Could you please help me out with this.
    Kind regards,
    Charif Ennaciri

    Dear hsawwan,
    I checked the log file and it's full of lines similar like:
    AC-50402: Exception: java.lang.NullPointerException
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    instantiate file:
    source : /d01/oracle/visdb/9.2.0/appsutil/template/oui/bin/addNode.sh
    dest : /d01/oracle/visdb/9.2.0/oui/bin/addNode.sh
    backup : /d01/oracle/visdb/9.2.0/oui/bin/addNode.sh to /d01/oracle/visdb/9.2.0/appsutil/out/VIS_server/04261350/addNode.sh
    StackTrace:
    java.lang.NullPointerException
         at oracle.apps.ad.autoconfig.InstantiateFile.instantiateTheFile(InstantiateFile.java:4019)
         at oracle.apps.ad.autoconfig.InstantiateFile.processDriverFile(InstantiateFile.java:2655)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:1066)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:951)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:609)
         at oracle.apps.ad.autoconfig.InstantiateFile.doMain(InstantiateFile.java:1948)
         at oracle.apps.ad.autoconfig.InstantiateFile.main(InstantiateFile.java:2312)
    AC-50402: Exception: java.lang.NullPointerException
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    instantiate file:
    source : /d01/oracle/visdb/9.2.0/appsutil/template/oui/bin/ouica.sh
    dest : /d01/oracle/visdb/9.2.0/oui/bin/ouica.sh
    backup : /d01/oracle/visdb/9.2.0/oui/bin/ouica.sh to /d01/oracle/visdb/9.2.0/appsutil/out/VIS_server/04261350/ouica.sh
    StackTrace:
    java.lang.NullPointerException
         at oracle.apps.ad.autoconfig.InstantiateFile.instantiateTheFile(InstantiateFile.java:4019)
         at oracle.apps.ad.autoconfig.InstantiateFile.processDriverFile(InstantiateFile.java:2655)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:1066)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:951)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:609)
         at oracle.apps.ad.autoconfig.InstantiateFile.doMain(InstantiateFile.java:1948)
         at oracle.apps.ad.autoconfig.InstantiateFile.main(InstantiateFile.java:2312)
    What can I do about this?
    Kind regards,
    Charif

  • Problem installing Oracle 9i on a Debian 64bits (LD_ASSUME_KERNEL)

    Hi,
    I'm trying to install Oracle 9i on a Debian 64 bits server.
    When I launch runInstaller, the installation process stops at 18% "copying naeet.o".
    I had the same problem when I installed Oracle 9i on a RedHat 4, but I solved it by setting this env variable :
    export LD_ASSUME_KERNEL=2.4.1
    But when I do this on Debian, I can't run any command anymore, I get this error :
    ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    I've been searching, but I can't find how to set LD_ASSUME_KERNEL without these side effects !
    Can anyone please help ?
    Thanks !

    it seems to be very very hard to install Oracle 9i on Debian Etch, I found this on the net :
    > Is it possible to install Oracle 9i on Debian etch?
    So far I have had no luck due libraries requirement.
    I appreciate any suggestions.Officially no.
    Unofficially, you should be able to with a loooot of tweaking. The
    secret is in the "compat" libraries. Basically Oracle is a binary
    distribution and relies on gcc296 - not gcc3. You should also get your
    own jdk install. Get 1.1.8 (yep - good old one) and use it to run the
    installer. With Oracle9i there's no gurantee that the jdk in the
    installer will run on your distro. Luckily you can override the jdk with
    your own.
    If anyone knows a simple way to do it, I'd like to know, but I'd rather give up about this idea
    It seems to be to tricky for my poor Linux knowledge

  • Problems installing Oracle under Debian 2.2

    Hi. I wasn't able to install Oracle 9i under Debian 2.2.
    It seems that the JRE that Oracle instalation uses generate a segementation fault in the very beginning of the instalation. I've already posted something about it and still hasn't got any answers. But that's not what this post is about.
    I'd like to know if someone was succesfull where I failed. I'd like to know if someone was able to install Oracle 9i under Debian, the version of the distribuiton, version of the kernel, version of the glib-c, version of gcc, and any other relevant version!
    Moreover, I'd like to know if someone knows if there's a list with the Linux distribuitions that works with Oracle 9i and over which Linux you had already installed Oracle 9i. You can send me it by e-mail to not polute the forum. If I have a good number of replies, I can post a list here of successfull cases!
    Thanks for attention and sorry for my poor english,
    RGB

    there is no listener.ora file and TNSNAMES.ora file. These files you can create using net configuration assistant (netca).

  • Installing oracle xe on centos ci environment

    Hi,
    I have a CI environment that run automated tests on my application every time a commit is pushed to github, the tests are run on a matrix of environments to check if the application is able to run with different databases.
    I currently have tests running with sqlite, mysql and postgres and would like to add oracle to the matrix.
    The application is in python, (for those curious it is here: https://github.com/treeio/treeio) so on top of the oracle xe database itself I need to install the appropriate driver (cx_oracle)
    The current CI I'm using is travis (https://travis-ci.org/), the tests run in a debian (or maybe ubuntu, I'm not sure) environment, they already have mysql and postgres installed
    Installing oracle xe on debian proved to be a headache, I've found https://oss.oracle.com/debian/ unstable main non-free which contains only and old 32 bits version, while this wouldn't be a problem for me it generate conflicts when I tried to install cx_oracle dependencies
    In any case I've found another CI (snap-ci.com) which uses centos, I've managed to install oracle-xe from the rpm and pip install cx_oracle finally works, but when I try to run anything that uses sqlplus it fails:
    echo "CREATE USER treeio IDENTIFIED BY treeio;" | sqlplus -S -L sys/admin AS SYSDBA
    sqlplus: command not found
    it seems it was not added to the path or maybe I should have installed yet another rpm.
    Ideally I would like to run the tests with oracle DB on both services (so I can test my application runs fine on debian and centos the same) but I can settle on running it on just one of them if you tell me it is not possible
    by the way, does anyone runs oracle or any of its tools on debian? they seems to provide only RPMs. do everyone that works with oracle uses read hat only?
    thanks
    Avraham

    Hi,
    The CI service have a interactive shell, I was able to further debug. I fixed the command not found problem and then it complained about permissions, but running with root gives me yet another exception.
    currently my script is as below:
    #set paths:
    export ORACLE_VERSION="11.2"
    export ORACLE_HOME="/usr/lib/oracle/$ORACLE_VERSION/client64"
    export PATH=$PATH:"$ORACLE_HOME/bin"
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"$ORACLE_HOME/lib"
    . /u01/app/oracle/product/11.2.0/xe/bin/oracle_env.sh
    # create user
    echo "CREATE USER treeio IDENTIFIED BY treeio;" | sudo sqlplus -S -L sys/admin AS SYSDBA
    It gives me
    Error 6 initializing SQL*Plus
    SP2-0667: Message file sp1<lang>.msb not found
    SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
    I also noticed that I was insalling oracle xe 11.2 and client libraries 12.1, I'm not sure if that would cause problems but I'm installing libraries and clients with the same version (11.2.x)

  • Installing oracle 8i

    hi,
    i have a peculiar problem in installing oracle 8i. i use the following config>
    PC BRAND: ACER 7500
    PROCESSOR: INTEL PENTIUM 4
    SPEED: 1.7GHZ
    CACHE: 256KB
    RAM: 1GB
    MOTHER BOARD: ACER WITH INTEL 850 CHIPSET
    ========================================
    i am using oracle 8i ver 8.1.6.0.0 production (std edition).
    when i run the setup cd, the universal installer will open. but when i click on install, the next screen will never come. This problem was solved by renaming the dll file symcjit.dll from the installation directory. this can be done by copying the entire setup folder to my harddisk and renaming the file. after renaming the file, the setup works fine and i am able to install oracle 8i.
    but another problem arises: after some days, when we open universal installer it gives me error:
    jrew.exe - Application error
    The instruction at "0x6ee37f8a" referenced memory at "0x0000003c". The memory could not be read.
    My third problem: in one of our ACER system with same config above, whenever the system is booted, we have to stop ORACLE.EXE process and start our oracle service again inorder to login to oracle 8i.
    can anyone help me. pl mail me to [email protected] or post the reply here

    Hi,
    I would like to ask why are you using 8.1.6 as it had many bugs that Oracle only corrected in version 8.1.7
    I think that Oracle reccomended back a few years ago the urgent upgrade to 8.1.7
    BR
    Radu

  • Getting Exeption while installing Oracle 11g ???

    Hello,
    i install the 1,7 GB oracle 11g and after 89 % of the installation i get an exception this is from the error log file:
    KONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Fehler beim Starten von Database Control
    at oracle.sysman.emcp.EMDBPostConfig.performConfiguration(EMDBPostConfig.java:869)
    at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:250)
    at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:213)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:235)
    at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:460)
    at java.lang.Thread.run(Thread.java:595)
    10.04.2008 19:46:50 oracle.sysman.emcp.EMConfig restoreOuiLoc
    KONFIG: Restoring oracle.installer.oui_loc to D:\app\pel\product\11.1.0\db_1\oui
    but still the installation finished successfully at least its written in the window.... then i started the system service and was asked for password, system name etc i entered all then i got next exception sql error in sql*net or something like that. Being sick of that app i installed oracle 10g without any problem then i searched unders windows xp: start:programms: oracle: but i found no shortcut to start the oracle server like i could find in the version 11g ?
    Please help me whats wrong with those high-end oracle stuff not running on my pc? I am under pretty heavy pressure because end of next week must have finished a java application so i beg for help. I use java 1.6_04. and this failure did also happen today to a friend...

    You wrote you have a fix IP address. You may add the line
    <ip-address> <hostname> <something_else>
    to the hosts file. <hostname> is the value returned at the DOS prompt.
    Since ping <hostname> may mislead (that should always work) , test it with 'ping <something_else>.
    That corresponds to the entries I have:
    127.0.0.1 localhost
    192.168.5.10 r52
    Werner
    this is from the other thread!
    In this path: C:\windows\system32\drivers\etc\ I have 5 files:
    hosts1.bak
    Imhosts.sam
    networks
    protocol
    services
    In which of those files i should add my static LAN ip: 192.168.1.3 MyHostName
    maybe this solves my problem?

  • Oracle 10g on debian

    Hi every one I need to know if I can install oracle 10g on debian sarge rc2. becouse I can install from oracle repositories oracle 10g express.
    Thanks.

    This occurs because 10g is only supposed to run on enterprise-grade Linux, like RedHat Enterprise or SuSE.
    This workaround worked for me on Fedora, it may or may not on Debian:
    Log in as root. First, we need to fool Oracle into thinking we’re running an “enterprise” version of Red Hat instead of Fedora. Open /etc/redhat-release in a text editor and comment the first line while adding a second one:
    # Fedora Core release 2 (Tettnang)
    Red Hat Enterprise Linux AS release 3
    You can obviously just add the second line in and not worry about commenting the first one (since it doesn't exist).

  • Problem installing oracle virtual desktop client 3.2 on debian

    Hi,
    I have downloaded the oracle virtual desktop client version 3.2 and cannot install it due to unmet dependencies. Has anyone managed to get the oracle virtual desktop client to install on debian stable (wheezy)?
    I am running the current debian stable (wheezy) see below.
    root@P1155-DEB01:/home/waltersa/Downloads# dpkg -i ovdc_3.2.0-1_amd64.deb
    Selecting previously unselected package ovdc.
    (Reading database ... 208035 files and directories currently installed.)
    Unpacking ovdc (from ovdc_3.2.0-1_amd64.deb) ...
    dpkg: dependency problems prevent configuration of ovdc:
    ovdc depends on libc6 (>= 2.15); however:
      Version of libc6:amd64 on system is 2.13-38.
    ovdc depends on libpulse0 (>= 1:0.99.1); however:
      Version of libpulse0:amd64 on system is 2.0-6.1.
    dpkg: error processing ovdc (--install):
    dependency problems - leaving unconfigured
    Processing triggers for desktop-file-utils ...
    Errors were encountered while processing:
    ovdc
    root@P1155-DEB01:/home/waltersa/Downloads# apt-get -f install
    Reading package lists... Done
    Building dependency tree     
    Reading state information... Done
    Correcting dependencies... Done
    The following packages will be REMOVED:
      ovdc
    0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
    1 not fully installed or removed.
    After this operation, 118 kB disk space will be freed.
    Do you want to continue [Y/n]?
    (Reading database ... 208052 files and directories currently installed.)
    Removing ovdc ...
    Processing triggers for desktop-file-utils ...
    root@P1155-DEB01:/home/waltersa/Downloads# uname -a
    Linux P1155-DEB01 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1 x86_64 GNU/Linux
    root@P1155-DEB01:/home/waltersa/Downloads# cat /etc/debian_version
    7.1
    root@P1155-DEB01:/home/waltersa/Downloads#

    Ok, i guess there isn't many people installing this software on debian.
    Is there any way this message can make it's way to the development team than makes these DEBS?
    thanks

Maybe you are looking for

  • HELP! I have a dual monitor setup and can't use any of them for video??

    1)I have a GeForce4 MX 64MB VRAM card installed. 2) the back is dual monitor capable, meaning it has 2 vga (CRT) ports, one on the right and an another adapted plug with a vga port on the end. ( i have no idea which type it was originaly.) 3) I have

  • No power nap on MacBook Pro Retina

    Just installed Mountain Lioin on my MacBook Pro Retina - but I am missing the power nap button in energy saver prefs. Why? Any help?

  • Can't view portions of adobe website

    I'm running Win 7 (64-bit), IE 10 and the latest Flash player (11.7.700.224). When trying to download purchased software from within my account (and another section as well) I get an error page telling me "Your browser (Internet Explorer 4 or earlier

  • Batch restart of j2ee server nodes

    Hello all, Is it possible (maybe with jcmon) to schedule a single server node restart within a j2ee cluster ? I would like to restart just one out of 4 server nodes on which ther are sometimes memory issues and where there are dedicated jobs running

  • What is use of transaction when we insert record?

    Hi Thank you for reading my post is there any scenario that we may need transaction isolation when we delete (one or more) record? can you elaborate ? Thanks.