Error in writing to file '/u01/app/oracle/product/10.2.0/lib/libocr10.so'

I am in middle of Oracle 10.2.0.3 pachest installation and getting this error:
Error in writing to file '/u01/app/oracle/product/10.2.0/lib/libocr10.so'
I shutdown database and listenter prior to start of upgarde.
Any idea? OS AIX 5.2

hi,
>
create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
2 from
3 pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
ERROR at line 1:have you startup the database in nomount stage with pfile.. if so.
then
create spfile form pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
use this command
a spfile will be created inside /dbs/
now restart the DB and give startup command and check the instance status..
as mentioned above export the Oralce_home and Oracle_sid..
regards,
Deepak

Similar Messages

  • ORA-00202: control file: '/u01/app/oracle/product/11.2.0.2/db_1/dbs/snapcf_

    RMAN> register database;
    database registered in recovery catalog
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03008: error while performing automatic resync of recovery catalog
    ORA-00206: error in writing (block 29824, # blocks 64) of control file
    ORA-00202: control file: '/u01/app/oracle/product/11.2.0.2/db_1/dbs/snapcf_bibp1.f'
    ORA-27072: File I/O error
    Additional information: 4
    Additional information: 29824
    Additional information: 200704
    I have created catalog server and want to configure on both node.its RAC env. bibp1 and bibp2
    when am trying to register the database when give me above error.

    In 11.2.0.2, the Snapshot Control file must be on a Clustered File System or ASM. It cannot be on a local filesystem.
    See Oracle Support Notes
    RMAN Snapshot Controlfile Must Reside on Shared Device for RAC database in 11G [ID 1263621.1]
    In RAC environment from 11.2 onwards Backup Or Snapshot controlfile needs to be in shared location [ID 1472171.1]
    You need to :
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO <shared_location_file>;Hemant K Chitale

  • LRM-00109:could not open parameter file '/u01/app/oracle/product/10.2.0/db

    hi
    i have manually created a database called ora.i have done all the relative tasks.i can open the database by startup nomount pfile.but when i try to create spfile from pfile, it is showing an error that it is already created.when i give the startup command the
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/10.2.0/db_1/dbs/initora.ora'
    above error occurs.acutally my pfile is in another location and it is trying to open it from another loc.ihave added the line
    export ORACLE_SID=ora in bashrc file.Already there is one database called orcl and it is also been added to the
    bashrc file.
    Pz solve it for me.

    hi,
    >
    create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
    2 from
    3 pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
    create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
    ERROR at line 1:have you startup the database in nomount stage with pfile.. if so.
    then
    create spfile form pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
    use this command
    a spfile will be created inside /dbs/
    now restart the DB and give startup command and check the instance status..
    as mentioned above export the Oralce_home and Oracle_sid..
    regards,
    Deepak

  • ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox). I have the users grid and oracle11g. Add groups and install grid infrastructure first as a grid user and install database as oracle user as in documentation successfully.
    I have following users and groups as
    [grid@orcl11g ~]$ id grid
       uid=501(grid) gid=502(oinstall) groups=502(oinstall),492(vboxsf),501(grid),503(dba),505(asmdba),506(asmadmin),507(asmoper)
    [grid@orcl11g ~]$ id oracle11g
       uid=500(oracle11g) gid=502(oinstall) groups=502(oinstall),500(oracle11g),492(vboxsf),503(dba),504(oper),505(asmdba)
    .bash_profile edited  for oracle11g user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=ora11g
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
    export ORACLE_SID=ora11g
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    .bash_profile edited  for grid user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=+ASM
    export ORACLE_BASE=/u01/app/grid
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/grid
    export GRID_HOME=$ORACLE_BASE/product/11.2.0/grid
    export ORACLE_SID=+ASM
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    When I log on as grid user. I check the followings:
    [grid@orcl11g ~]$ crsctl check has
    CRS-4638: Oracle High Availability Services is online
    [grid@orcl11g ~]$ srvctl status database -d ora11g
    Database is running.
    [grid@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:17:37 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Automatic Storage Management option
    SQL> select status from v$instance;
    STATUS
    STARTED
    Till here everything seems to be OK!!!!
    When I log as  oracle user. I check the followings:
    [oracle11g@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:21:46 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to an idle instance.
    SQL> select status from v$instance;
    select status from v$instance
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'
    Also when I log on as a grid user again and use following commands to shutdown and start database again the STATUS of instance is again STARTED not OPEN.
    [grid@orcl11g ~]$ srvctl stop database -d ora11g -o normal
    [grid@orcl11g ~]$ srvctl start database -d ora11g
    And also when I edit /etc/oratab file. I change N to Y for +ASM. But when restart system it seems not changed value is N again.
        +ASM:/u01/app/grid/product/11.2.0/grid:N   # line added by Agent
         ora11g:/u01/app/oracle/product/11.2.0/dbhome_1:Y
    NOW QUESTIONS!!!!!
    1. Why I can't change the status of database to OPEN as grid user?
    2. The status is always STARTED when querying v$instance. İs it status of +ASM or database?
    3. When checking database as grid user it seems to be Database runnning...  If running why it is not in OPEN state? What is running means here?
    4. When I log on as oracle user and query v$instance, then error shown above occured. And also when startup  the database then another error occured as in above. WHY?
    5. When I edit /etc/oratab file manually why second row saved but the first one is changed after restart the system?
    6. Normally, which user have to start, stop or manage database? I think that oracle user is necessary for managing database and the grid user is only for managing ASM and Oracle Restart.
    PLEASE HELP ME TO SOLVE THIS CHAOTİC SİTUATİON!!!
    Thanks,
    DBA_84

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox)
    Pl identify exact version of 11gR2 to 4 decimal places. As noted in your other thread - Failed to start oracle-ohasd, error: Inappropriate ioctl for device ohasd failed to start at roothas.pl - you will need a minimum version of 11.2.0.3 for Linux 6.x - using a lower version may result in unexpected issues or problems.

  • Errors in file /u01/app/oracle/admin/bdump/orcl_lgwr_413700.tr

    why i have this error?
    Errors in file /u01/app/oracle/admin/bdump/orcl_lgwr_413700.trc:
    ORA-00321: log 1 of thread 1, cannot update log file header
    ORA-00312: online log 1 thread 1: 'oradata/redo01a.log'
    give solution?

    would you please paste the result here for the following query
    SQL> select a.group#,a.thread#,a.sequence#,a.members,a.status,b.member
      2    from v$log a,v$logfile b
      3   where a.group# = b.group#
      4  /Khurram

  • Cant not run root.sh u01/app/oracle/product/10.2.0/crs/install/rootinstall:

    Hello,
    Production machine hardware was failed which caused to reinstall the clusterware after following deinstall steps of metalink doc., but facing problems like "error invoking ntcontab.o" and error in invoking target nnfgt.o and error in invoking target client_sharedlib"
    these errors are raising at reinstall time of clusterware, if I am ignoring installation is going on but finally its showing only root.sh and not not showing the message to execute root102.sh, and even if I am trying to execute root.sh then below is the permission error
    /u01/app/oracle/product/10.2.0/crs/root.sh: line 2: /u01/app/oracle/product/10.2.0/crs/install/rootinstall: Permission denied
    even after that I changed the file permission its further stuck at error can not open libcltsh.so.10.1 file size is too short.
    Does any one have any ides about it, I have raised SR at severity 1 as it is production server but no Reply yet.
    Regards,
    Farrukh Salman,

    Hello,
    Thanks to reply, I have installed RAC 10g R2last month have to redo it coz of SAN connectivity driver failure and cross checked all the required RPMs again its all ok mean time I got a reply by metalink support as under
    As per bug
    Bug 4113186
    Looking at script /oracle/CRSHome/bin/ocrconfig, looks the installer didn't
    create the script properly as ORA_CRS_HOME is left null as below:
    ORA_CRS_HOME=
    ORACLE_HOME=/oracle/CRSHome
    Hence changing ORA_CRS_HOME to point to /oracle/CRSHome resolves this.
    Can you please help me out to understand these lines.
    Regards,

  • Error in writing to file.................................... Oracle9iV2 on RedHat7.3

    What is causing the failure of the Oracle JDBC Development Drivers component during the Oracle9i installation, I'm getting the
    Error in writing to file classes111_g.jar
    If I skip this component then it keep on listing other files including a file.PDF file and I checked all the permissions so it is not a file permission error.
    Could someone list the steps they took to set up JAVA on their Linux box and then what you had to add exactly to your ".bash_profile"
    Perhaps this is what I'm doing wrong.
    Thnx.
    JarLoc = /tmp/OraInstall2002-10-11_11-17-22PM/temp31
    gpEntries = [[classes111_g.zip ->%ORACLE_HOME%/jdbc/lib/classes111_g.zip 1381728 plats=1=>[46] langs=1=>[en]]
    , [classes111_g.jar ->%ORACLE_HOME%/jdbc/lib/classes111_g.jar 1371600 plats=1=>[46] langs=1=>[en]]
    DllGroup = false
    Exception thrown from action: copyGroupFromJar
    Exception Name: IOException2
    Exception String: Error in writing to file /ora1/app/oracle/product/9.2.0/jdbc/lib/classes111_g.jar
    Exception Severity: 2
    Exception handling set to prompt user with options to RETRY
    User choice : Retry
    Exception thrown from action: copyGroupFromJar
    Exception Name: IOException2
    Exception String: Error in writing to file /ora1/app/oracle/product/9.2.0/jdbc/lib/classes111_g.jar
    Exception Severity: 2

    Your error has been completely addressed here http://www.puschitz.com/InstallingOracle9i.html. This is very informative. You may want to check this out before proceeding. The straight solution to this is when this error shows up, leave it open, find the native_threads/java file from the CD to the directory Oracle is asking for this. I had this problem and it turned out when I extracted and burnt it to a CD, it didn't copy the native_threads directory and others, so you want to check this as well.
    Del

  • Error in writing to file libnjssl.so while upgrading iAS

    Hi folks,
    'm trying to upgrade an EBS from 11.5.8 to 11.5.10.2
    One pre requisite is to apply patch 2376472 , which upgrades iAS to 8.1.7.4
    This patch gives the following error:
    Error in writing to file /u01/oracle/mavora/iAS/lib/libnjssl.so
    File is generated but it seems it can't be written (it has zero bytes)
    runinstall was ran from $IAS_ORACLE_HOME/bin
    logged in as app user
    App and DB are both down.
    ORACLE_SID was set as MAV (the same ORACLE_SID as oracle db user)
    Any suggestion ?
    Thanks in advance!

    Is the old file present beforehand? Can you rename it?
    I vaguely remember of having written a note for this some 5 years ago but it may have become archived. You could consider contacting Oracle Support to dig for it :)

  • PRCI-1113 : Directory /u01/app/grid/product/11.2.0/gridhome does not exist

    Hi All,
    I have installed Clusterware 11gR2 on two node cluster Solaris 10 U9 SPARC.
    After that I run Oracle Database installer and clicked next.
    In Installation Options I checked ""Create and Configure Database".
    After that I got the error message:
    PRCI-1113: Directory /u01/app/grid/product/11.2.0/gridhome does not exist
    and OUI terminate.
    Information from logs:
    INFO: Completed background operations
    INFO: Moved to state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: InstallOptions UI Entering & Exiting processInput
    INFO: Validating view at state <installOptions>
    INFO: Completed validating view at state <installOptions>
    INFO: Validating state <installOptions>
    INFO: Completed validating state <installOptions>
    INFO: InstallOptionsAction Actions.transition called
    INFO: selectedInstallOption is :INSTALL_DB_AND_CONFIG
    INFO: inventory location is/u01/app/oraInventory
    INFO: Is CRS Installed true
    INFO: inventory location is/u01/app/oraInventory
    WARNING: Error while invoking SRVM..
    Refer associated stacktrace #oracle.install.driver.oui.SRVMInstallExceptionHandler:384
    SEVERE: [FATAL] PRCI-1113 : Directory /u01/app/grid/product/11.2.0/gridhome does not exist.
    Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:385
    [root@gt1000a /u01/app/oraInventory/logs]#
    Please help me resolve that issue.
    Regards,
    Daniel

    For clusterware I am using grid user and for Oracle database oracle user.
    Here is the output from env command:
    [root@gt1000a /export/home/11g]# env
    MANPATH=/usr/share/man:/opt/VRTS/man:/usr/dt/man:/usr/man:/usr/openwin/share/man
    DTSOURCEPROFILE=true
    TERM=xterm
    SHELL=/bin/bash
    SDT_NO_TOOLTALK=1
    GTK_RC_FILES=/etc/gtk/gtkrc://.gtkrc-1.2-gnome2
    WINDOWID=96471252
    OLDPWD=/tmp/deinstall2011-09-10_12-04-39-AM/logs
    DTHELPSEARCHPATH=//.dt/help/root-10.182.43.169-0/%H://.dt/help/root-10.182.43.169-0/%H.sdl://.dt/help/root-10.182.43.169-0/%H.hv://.dt/help/%H://.dt/help/%H.sdl://.dt/help/%H.hv:/usr/dt/appconfig/help/%L/%H:/usr/dt/appconfig/help/%L/%H.sdl:/usr/dt/appconfig/help/%L/%H.hv:/usr/dt/appconfig/help/C/%H:/usr/dt/appconfig/help/C/%H.sdl:/usr/dt/appconfig/help/C/%H.hv
    LC_ALL=ja_JP.PCK
    USER=root
    DTDEVROOT=
    XFORCE_INTERNET=True
    OPENWINHOME=/usr/openwin
    DTXSERVERLOCATION=remote
    XMBINDDIR=/usr/dt/lib/bindings
    GNOME_KEYRING_SOCKET=/var/tmp/keyring-I5BqD8/socket
    SESSION_MANAGER=local/gt1000a:/tmp/.ICE-unix/12267,inet6/gt1000a:32901,inet/gt1000a:32902
    SESSION_SVR=gt1000a
    HELPPATH=/usr/openwin/lib/locale:/usr/openwin/lib/help
    MAIL=/var/mail/root
    PATH=/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/sbin:/usr/sbin:/opt/VRTS/bin:/opt/VRTSvxfs/sbin:/opt/VRTSdbed/bin:/opt/VRTSob/bin:/opt/VRTScps/bin:/opt/VRTSvcs/bin:/opt/VRTSodm/bin:/usr/lib/vxvm/bin:/usr/sfw/bin:/usr/ccs/bin
    LC_MESSAGES=ja_JP.PCK
    PWD=/export/home/11g
    START_SPECKEYSD=no
    EDITOR=/usr/dt/bin/dtpad
    DTAPPSEARCHPATH=//.dt/appmanager:/usr/dt/appconfig/appmanager/%L:/usr/dt/appconfig/appmanager/C
    LANG=ja_JP.PCK
    TZ=Japan
    SDT_NO_DTDBCACHE=1
    XFILESEARCHPATH=/usr/openwin/lib/locale/%L/%T/%N%S:/usr/openwin/lib/%T/%N%S
    PS1=[\u@\h \w]#
    SESSIONTYPE=altDt
    HOME=/
    SHLVL=2
    DTSCREENSAVERLIST=StartDtscreenSwarm StartDtscreenQix StartDtscreenFlame StartDtscreenHop StartDtscreenImage StartDtscreenLife StartDtscreenRotor StartDtscreenPyro StartDtscreenWorm StartDtscreenBlank
    GNOME_DESKTOP_SESSION_ID=Default
    G_FILENAME_ENCODING=@locale,UTF-8
    LOGNAME=root
    AB_CARDCATALOG=/usr/dt/share/answerbooks/ja_JP.PCK/ab_cardcatalog
    DTDATABASESEARCHPATH=//.dt/types,/usr/dt/appconfig/types/%L,/usr/dt/appconfig/types/C
    XMICONSEARCHPATH=//.dt/icons/%B%M.pm://.dt/icons/%B%M.bm://.dt/icons/%B:/usr/dt/appconfig/icons/%L/%B%M.pm:/usr/dt/appconfig/icons/%L/%B%M.bm:/usr/dt/appconfig/icons/%L/%B:/usr/dt/appconfig/icons/C/%B%M.pm:/usr/dt/appconfig/icons/C/%B%M.bm:/usr/dt/appconfig/icons/C/%B
    DTUSERSESSION=root-10.182.43.169-0
    DISPLAY=10.182.43.169:0.0
    GTK_IM_MODULE=iiim
    XMICONBMSEARCHPATH=//.dt/icons/%B%M.bm://.dt/icons/%B%M.pm://.dt/icons/%B:/usr/dt/appconfig/icons/%L/%B%M.bm:/usr/dt/appconfig/icons/%L/%B%M.pm:/usr/dt/appconfig/icons/%L/%B:/usr/dt/appconfig/icons/C/%B%M.bm:/usr/dt/appconfig/icons/C/%B%M.pm:/usr/dt/appconfig/icons/C/%B
    G_BROKEN_FILENAMES=yes
    dtstart_sessionlogfile=/dev/null
    COLORTERM=gnome-terminal
    _=/usr/bin/env
    [root@gt1000a /export/home/11g]#
    oracle user profile:
    [root@gt1000a /export/home/11g]# cat /export/home/oracle/.bash_profile
    export ORACLE_BASE=/u01/app/oracle
    export GRID_HOME=/u01/app/grid/product/11.2.0/gridhome
    export GRID_BASE=/u01/app/gridbase
    export CRS_HOME=/u01/app/grid/product/11.2.0/gridhome
    export CRS_BASE=/u01/app/gridbase
    export ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
    export ORACLE_SID=orcl
    export LANGUAGE_ID=JAPANESE_JAPAN.JA16SJIS
    export NLS_LANG=JAPANESE_JAPAN.JA16SJIS
    export LD_LIBRARY_PATH_64=$ORACLE_HOME/lib
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib32
    export CLASSPATH=:/JRE:/jlib:/rdbms/jlib:/network/jlib
    export PATH=$PATH:/u01/app/oracle/product/11.2.0/db_1/bin:/u01/app/grid/bin
    [root@gt1000a /export/home/11g]#
    Edited by: nagardd on Sep 15, 2011 8:07 AM

  • Installing Oracle 9i DB patch receive "error in writing to file"

    Hi All,
    I'm installing Oracle9i Database Server Patch Set Notes
    Release 2 Patch Set 3 Version 9.2.0.4.0 for hp-ux PA-RISC (64-bit)
    Receive the error of the following:
    Error in writing to file $ORACLE_HOME/lib32/libOsUtils.sl
    Can some body help me

    Still got many spaces in the mount point.
    Hi senthil,
    Why do i need to change the group for /u01?
    my current oracle home with ls -al cmd:
    drwxr-xr-x 58 oracle oinstall 4096 Nov 27 11:54 .
    drwxrwxr-x 3 oracle oinstall 96 Nov 24 10:42 ..
    drwxr-xr-x 11 oracle oinstall 4096 Nov 24 11:46 Apache
    drwxr-xr-x 5 oracle oinstall 96 Nov 24 11:45 BC4J
    lrwxrwxr-x 1 oracle oinstall 31 Nov 24 11:37 JRE -> /cramercfg/app/oracle/jre/1.1.8
    drwxr-xr-x 5 oracle oinstall 96 Nov 24 11:40 assistants
    drwxr-xr-x 2 oracle oinstall 8192 Nov 27 11:54 bin
    drwxr-xr-x 4 oracle oinstall 96 Nov 24 10:46 classes
    drwxr-xr-x 10 oracle oinstall 4096 Nov 24 11:46 ctx
    drwxr-xr-x 4 oracle oinstall 96 Nov 24 11:40 cwmlite
    drwxr-xr-x 2 oracle oinstall 4096 Nov 27 17:15 dbs
    drwxr-xr-x 3 oracle oinstall 96 Nov 24 11:42 demo
    drwxr-xr-x 6 oracle oinstall 96 Nov 24 11:50 dm
    drwxr-xr-x 3 oracle oinstall 96 Nov 24 11:45 doc
    drwxr-xr-x 10 oracle oinstall 4096 Nov 24 11:46 ds
    drwxr-xr-x 7 oracle oinstall 96 Nov 24 12:09 hs
    drwxr-xr-x 3 oracle oinstall 96 Nov 24 12:30 install
    -rw-r--r-- 1 oracle oinstall 17 Nov 24 10:42 install.platform
    drwxr-xr-x 9 oracle oinstall 4096 Nov 27 11:54 inventory
    drwxr-xr-x 2 oracle oinstall 4096 Nov 24 12:04 jar
    drwxr-xr-x 9 oracle oinstall 4096 Nov 24 17:21 javavm
    drwxr-xr-x 5 oracle oinstall 96 Nov 24 10:45 jdbc
    drwxr-xr-x 7 oracle oinstall 4096 Nov 24 10:46 jdk
    drwxr-xr-x 2 oracle oinstall 4096 Nov 24 11:47 jlib
    drwxr-xr-x 6 oracle oinstall 96 Nov 24 11:45 jsp
    drwxr-xr-x 16 oracle oinstall 4096 Nov 24 12:27 ldap
    drwxr-xr-x 2 oracle oinstall 4096 Nov 24 12:29 lib
    drwxr-xr-x 2 oracle oinstall 4096 Nov 27 11:54 lib32
    drwxr-xr-x 5 oracle oinstall 96 Nov 24 11:51 md
    drwxr-xr-x 7 oracle oinstall 96 Nov 24 11:42 mgw
    drwxr-xr-x 14 oracle oinstall 4096 Nov 24 12:04 network
    drwxr-xr-x 3 oracle oinstall 96 Nov 24 11:45 oci
    drwxr-xr-x 3 oracle oinstall 96 Nov 24 10:46 ocommon
    drwxr-xr-x 5 oracle oinstall 96 Nov 24 11:39 ocs4j
    drwxr-xr-x 17 oracle oinstall 4096 Nov 24 12:09 oem_webstage
    drwxr-xr-x 7 oracle oinstall 4096 Nov 24 12:04 olap
    drwxr-xr-x 4 oracle oinstall 96 Nov 24 10:45 oracore
    drwxrwxr-x 3 oracle oinstall 96 Nov 24 12:31 oradata
    drwxr-xr-x 13 oracle oinstall 4096 Nov 24 11:45 ord
    drwxr-xr-x 7 oracle oinstall 96 Nov 24 11:50 otrace
    drwxr-xr-x 4 oracle oinstall 96 Nov 24 11:40 owm
    drwxr-xr-x 8 oracle oinstall 4096 Nov 24 11:45 plsql
    drwxr-xr-x 9 oracle oinstall 4096 Nov 24 11:40 precomp
    drwxr-xr-x 14 oracle oinstall 4096 Nov 24 12:09 rdbms
    drwxr-xr-x 4 oracle oinstall 96 Nov 24 11:44 relnotes
    -rwxr-xr-x 1 oracle oinstall 10 Nov 27 11:54 root.sh
    -rwxr-xr-x 1 oracle oinstall 10 Nov 27 11:51 root.sh.old
    drwxr-xr-x 3 oracle oinstall 96 Nov 24 10:45 slax
    drwxr-xr-x 7 oracle oinstall 4096 Nov 24 11:45 soap
    drwxr-xr-x 5 oracle oinstall 4096 Nov 24 11:45 sqlj
    drwxr-xr-x 9 oracle oinstall 4096 Nov 24 11:46 sqlplus
    drwxr-xr-x 3 oracle oinstall 96 Nov 24 10:45 srvm
    drwxr-xr-x 8 oracle oinstall 4096 Nov 24 11:46 syndication
    drwxr-xr-x 12 oracle oinstall 4096 Nov 24 11:47 sysman
    drwxr-xr-x 3 oracle oinstall 96 Nov 24 10:45 tg4ifmx
    drwxr-xr-x 3 oracle oinstall 96 Nov 24 10:45 tg4ingr
    drwxr-xr-x 3 oracle oinstall 96 Nov 24 10:45 tg4sybs
    drwxr-xr-x 3 oracle oinstall 96 Nov 24 10:45 tg4tera
    drwxr-xr-x 10 oracle oinstall 4096 Nov 24 11:47 ultrasearch
    drwxr-xr-x 3 oracle oinstall 4096 Nov 24 12:04 weboamlib
    drwxr-xr-x 3 oracle oinstall 96 Nov 24 11:46 wwg
    drwxr-xr-x 8 oracle oinstall 4096 Nov 24 11:45 xdk
    What are ur suugestion senthil? Do i need to run the chmod cmd? Anybody?

  • Error in writing to file - Oracle

    Dear All,
    We have to upgrade Oracle from 10.2.0.2 to 11.2.0.2. For this we are applying patches till 10.2.0.4. OS is AIX 6.1.
    Before proceeding I have stopped SAP, DB, Listerner and emctl also.
    But after starting the patches we found the msg that, Error in writing to file 'oracle/SID/102_64/jdk/bin/libdbgmalloc.a'.
    [/oracle/SID/102_64/jdk/jre/bin/libdbgmalloc.a(Cannot open or remove a file containing a running program.)]
    Click 'Help' for more information.
    Click 'Retry' to try again.
    Click 'Ignore' to ignore this error and go on.
    Click 'Cancel' to stop installation.
    We are in the middle of installation where deinstallation has already passed. Please help us in fixing this issue. We tried ps -ef | grep libdbgmalloc.a to check the running status but didnt find that.
    Thanks,
    Rableen

    Hi Rableen,
    You can go ahead with the solution provided above. There would be no impact on system as we have done the same on our whole landscape and did not encounter any issue after multiple round of testings.
    This happens because semaphore which uses jdk library files at OS level. You would not be able to locate any process related to that.
    Once you rename libzip.a to libzip.a_old and click on retry, another file libzip.a of newer timestamp will be put by upgrade tool.
    hostname:orasid 7> ls -rtl|grep libzip.a
    -rwxr-xr-x    1 orasid   dba          109588 20 Aug 2005  libzip.a_old
    -rwxr-xr-x    1 orasid   dba          109803 21 Apr 2008  libzip.a
    hostname:orasid 7> pwd
    /oracle/SID/102_64/jdk/jre/bin
    hostname:orasid 7>
    Nothing to worry after renaming as upgrade tool will put a new file of new date at the same place.
    Also as you are going to upgrade 11G, directory 102_64 will not be used at all after 11G upgrade. A new directory structure will be created as /oracle/SID/11202.
    Cheers !!!
    Ashish

  • Redhat 8.0 and Oracle 9i (9.2.0) Error in writing to file

    When I try to do an installation on Redhat 8.0 with Oracle 9i (9.2.0) I get the following error during the
    Installing Enterprise Manager Common
    Files 9.2.0.1.0
    Link Pending... stange.
    Error in writing to file
    /opt/oracle/product/9.2.0/jar/oem_gifs.
    jar
    I go to the directory and the file is there, around 95 megs. I have deleted it and retried, and I have tried just retrying. Nothing seems to make it go. Can anyone give me further suggestions for a fix?

    Having the same problem,except its on Redhat 8.1 beta. Installer crashes when copying README.TXT part any luck??Is it failing on the linking part of the install??

  • Java.lang.UnsatisfiedLinkError: /u01/app/oracle/mw_ofrdev01/Oracle_FRHome1/oui/lib/aix/liboraInstaller.so

    we are using 64bit IBM AIX machine with 7.1 os with java 64 bit version,
    while applying a patch on oracle forms and reports 11gR2, we come across of a error that opatch will not work with 64bit java, so we found this doc 1512163.1 and followed the same,
    but now while executing the below commands,
    ./opatch -lsniventory
    and ./opatch apply, we are gettting the below error,
    java.lang.UnsatisfiedLinkError: /u01/app/oracle/mw_ofrdev01/Oracle_FRHome1/oui/lib/aix/liboraInstaller.so ( 0509-022 Cannot load module /u01/app/oracle/mw_ofrdev01/Oracle_FRHome1/oui/lib/aix/liboraInstaller.so.
    0509-026 System error: Cannot run a file that does not have a valid format.)
    at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1005)
    at java.lang.System.load(System.java:485)
    at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:402)
    at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:125)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)
    at oracle.sysman.oii.oiip.oiipg.OiipgEnvironment.ssgetUidux(OiipgEnvironment.java:528)
    at oracle.sysman.oii.oiix.OiixEnvironmentOps.ssgetUidux(OiixEnvironmentOps.java:159)
    at oracle.opatch.OUIReplacer.isRootAccess(OUIReplacer.java:832)
    at oracle.opatch.OPatch.main(OPatch.java:518)
    Exception in thread "main" java.lang.UnsatisfiedLinkError: oraInstaller (Not found in java.library.path)
    at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1005)
    at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:969)
    at java.lang.System.loadLibrary(System.java:497)
    at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:420)
    at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:125)
    at java.lang.J9VMInternals.initializeI

    can someone give your inputs here to resolve the issue?

  • ORACLE_BASE=/u01/app/oracle: is not an identifier

    Hi,
    I am trying to run a script basically I am trying to import my profile file,
    But I am getting an error like
    ORACLE_BASE=/u01/app/oracle: is not an identifier
    Could you please help me on the same

    Siva,
    version: 10.1.3.4
    Your inputs may be of high use for me as well.
    I have similar requirement. I have to execute the following sql query
    select sum(salary) from emp. When I run this query using ora:orcl:query-database, I got the same exception what you have got. So do you mean if i use an alias for this, it would solve my pbm?
    select sum(salary) sal from emp+
    rgds,
    sen

  • Error in writing to file

    Hai,
    I am installing Oracle9.2.0 on my RH8.0 system. I got an error like this after running runInstaller: Error in writing to file: .../oracle/jre/1.3.1/bin/i386/native_threads/java
    Someone know a solution for this ?
    thx
    ramesh

    Your error has been completely addressed here http://www.puschitz.com/InstallingOracle9i.html. This is very informative. You may want to check this out before proceeding. The straight solution to this is when this error shows up, leave it open, find the native_threads/java file from the CD to the directory Oracle is asking for this. I had this problem and it turned out when I extracted and burnt it to a CD, it didn't copy the native_threads directory and others, so you want to check this as well.
    Del

Maybe you are looking for

  • Recently upgraded from Firefox 3.6.13 to Firefox 13 - freezes when trying to open

    I've been using firefox 3.6.13 for some time now; the reason I have such an older version is because it's for a work computer, and an upgrade to newer versions generally isn't seamless and can interrupt the process of work. Any way, I find some down

  • I Need Help Getting My .SWF to Work

    Good afternoon, I have developed a website using CS3 Dreamweaver. On my index.html page I have entered a .swf file from CS3 Flash for an animated intro, and I created a flash "ENTER" button in Dw. Everything works fine when I go to preview it in Dw u

  • JList & JDBC display problem. Help, and Thanks.

    I wrote the three parts of Code, want to display the a column of database. import java.awt.*; public class Application1      private boolean packFrame=false;      static           try                Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");     

  • Audio captured as stereo not mono

    FINAL CUT EXPRESS HD VERSION 3 I have read topics where users were complaining of the opposite. Tom Wolfe reckons audio should be captured as dual mono. However mine was captured stereo (most inconvenient as i record two seperate mics). Another post

  • Error: You cannot enter negative value - message 3504-4

    Getting the above error message when trying to enter a sales order delivery. quantity on hand for the warehouse is 3000. We are trying to ship 3000 and getting the above error. Any ideas