ORA-6522 -- module: Bad object file type

Hello!
I have created a external procedure. When I call it I get the following message:
ORA-06522: '/sys/app/oracle/product/9.2.0/lib/shell.o' is not a valid load
module: Bad object file type
I cannot find anything explaining what "Bad object file type" means. Do you have any suggestions?

Hello!
I have created a external procedure. When I call it I get the following message:
ORA-06522: '/sys/app/oracle/product/9.2.0/lib/shell.o' is not a valid load
module: Bad object file type
I cannot find anything explaining what "Bad object file type" means. Do you have any suggestions?

Similar Messages

  • Dbx: cannot find object file corresponding to

    Hello
    When I try to insert breakpoint I getting " dbx: cannot find object file corresponding to"
    Debugger error msg , now the objects of the file is deftly there compiled in debug mode
    how can I point sun studio to the corresponding objects?

    There are some other commands that can help you figure
    out what's going wrong.
    The modules command is good. (Type 'help modules' for more inof)
    The 'module' command is also good (Type 'help module')
    Apologies for having two separate commands with such
    similar names.
    (dbx) modules -debug
    Read t.o
    show you the object files that dbx thinks have debug info in them.
    module -v <object file> will tell you some info about that object file.
    (dbx) module -v t.o
    Module: t.o
    Language: c
    Debugging information: read [stabs version: 0.0]
    Source file: /home/quenelle/t.c
    Object file: /home/quenelle/t.o
    Loadobject: /home/quenelle/a.out
    See if that helps you figure out what's going on.
    --chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • ORA-39000: bad dump file specification in 11gRAC environment...

    Hi All,
    I am having two version of Database. Source database is non-RAC environment and target is having RAC environment. I want to perform expdp from 10g and impdp to 11g RAC env.
    expdp db is : Oracle 10.2.0.4 (Enterprise Edition) and impdp is : Oracle 11.2.0.1 (EE) RAC environment.
    when I do impdp its giving error:
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-31640: unable to open dump file "/home/oracle/try_1.dmp" for read
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    and the below is the syntax for impdp:
    impdp system/<password>@<service_name> remap_schema=scott10g:scott11g dumpfile=try_1.dmp logfile=scott11g.log  directory=mydir
    Is there any specific method to do impdp in RAC?
    Thanks...

    see the below method:
    ~~~~~~~~~~~~~~
    SQL> select * from dba_directories;
    SYS DATA_PUMP_DIR /u01/app/oracle/admin/prod_db/dpdump/
    SYS DPUMP_DIR /u01/app/oracle/product/10.2.0/db_1/impdata_dir
    SQL> !
    [oracle@temple01 ~]$ expdp system/manager dumpfile=try_1.dmp logfile=try.log directory=data_pump_dir schemas=tom
    Export: Release 10.2.0.1.0 - Production on Monday, 15 November, 2010 17:08:53
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Starting "SYSTEM"."SYS_EXPORT_SCHEMA_01": system/******** dumpfile=try_1.dmp logfile=try.log directory=data_pump_dir schemas=tom
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 0 KB
    Processing object type SCHEMA_EXPORT/USER
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Master table "SYSTEM"."SYS_EXPORT_SCHEMA_01" successfully loaded/unloaded
    Dump file set for SYSTEM.SYS_EXPORT_SCHEMA_01 is:
    /u01/app/oracle/admin/prod_db/dpdump/try_1.dmp
    Job "SYSTEM"."SYS_EXPORT_SCHEMA_01" successfully completed at 17:09:03
    [oracle@temple01 ~]$ cd /u01/app/oracle/admin/prod_db/dpdump/
    [oracle@temple01 dpdump]$ impdp system/manager dumpfile=try_1.dmp logfile=try_imp.log directory=data_pump_dir remap_schema=tom:test1
    Import: Release 10.2.0.1.0 - Production on Monday, 15 November, 2010 17:10:33
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_FULL_01": system/******** dumpfile=try_1.dmp logfile=try_imp.log directory=data_pump_dir remap_schema=tom:test1
    Processing object type SCHEMA_EXPORT/USER
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Job "SYSTEM"."SYS_IMPORT_FULL_01" successfully completed at 17:10:34
    Edited by: CKPT on Nov 15, 2010 5:20 PM

  • Object/Transaction Types in Inventory Module

    Hi SAP Gurus,
    Does any one have any idea about Object/Transaction Types used in Inventory Module...?
    I appreciate your help..
    Thanks and Regards,
    kaviprashu

    Hi,
    Thank you so much István , but i am not getting ObtType of OINM Table.
    i appreciate your help..
    Thanks and Regards,
    kaviprashu

  • Encountering ORA-39000: bad dump file specification while using datapump

    Hello,
    I am trying to use datapump to take a export of a schema(Meta_data only). However, I want the dump file to be named after the date & time of the export taken.
    When i use the following command -- the job runs perfectly.
    expdp system@***** dumpfile=expdp-`date '+%d%m%Y_%H%M%S'`.dmp directory=EXP_DP logfile=expdp-`date '+%d%m%Y_%H%M%S'`.log SCHEMAS=MARTMGR CONTENT=METADATA_ONLY
    However, I want to run the export using an parfile. but if use the below parfile, i am encountering the following errors.
    USERID=system@*****
    DIRECTORY=EXP_DP
    SCHEMAS=TEST
    dumpfile=expdp-`date '+%d%m%Y_%H%M%S'`
    LOGFILE=MARTMGR.log
    CONTENT=METADATA_ONLY
    expdp parfile=martmgr.par
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning option
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-39157: error appending extension to file "expdp-`date '+%d%m%Y_%H%M%S'`"
    ORA-07225: sldext: translation error, unable to expand file name.
    Additional information: 7217
    How do i append date&time to the dumpfile name when using a parfile.
    Thanks
    Rohit

    I got the below error while using the dumpfile parameter as dumpfile=dump_$export_date.dmp
    Export: Release 11.2.0.2.0 - Production on Thu Feb 7 16:46:22 2013
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning option
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-39157: error appending extension to file "dump_$export_date.dmp"
    ORA-07225: sldext: translation error, unable to expand file name.
    Additional information: 7217
    Script i used is as follows
    export ORACLE_HOME=/orcl01/app/oracle/product/11.2.0.2
    export ORACLE_SID=$1
    export PATH=$PATH:$ORACLE_HOME/bin
    echo $ORACLE_HOME
    export export_date=`date '+%d%m%Y_%H%M%S'`
    echo $export_date
    expdp parfile=$2
    parfile is
    DIRECTORY=EXP_DP
    SCHEMAS=MARTMGR
    dumpfile=dump_$export_date.dmp
    LOGFILE=MARTMGR.log
    CONTENT=METADATA_ONLY

  • ORA-39000: bad dump file specification

    Hi ,
    i exported the dumpfile with %U and its genereated successfully with suffix of 101..102..till 243.
    But while importing its searching the file from 01 02 and so in other env.
    Could you please assist.
    Actual file name start with:
    Dump file set for EXPDPUSER.EXPFULL_NW is:
      +LMDRPRDERDWDB_ASM_DATA_DISK9/asm_dpump/prod_data_expdb_nw101.dmp
      +LMDRPRDERDWDB_ASM_DATA_DISK8/asm_dpump/prod_data_expdb_nw201.dmp
      +LMDRPRDERDWDB_ASM_DATA_DISK9/asm_dpump/prod_data_expdb_nw102.dmp
      +LMDRPRDERDWDB_ASM_DATA_DISK8/asm_dpump/prod_data_expdb_nw202.dmp
      +LMDRPRDERDWDB_ASM_DATA_DISK9/asm_dpump/prod_data_expdb_nw103.dmp
      +LMDRPRDERDWDB_ASM_DATA_DISK8/asm_dpump/prod_data_expdb_nw203.dmp
      +LMDRPRDERDWDB_ASM_DATA_DISK9/asm_dpump/prod_data_expdb_nw104.dmp
      +LMDRPRDERDWDB_ASM_DATA_DISK8/asm_dpump/prod_data_expdb_nw204.dmp
      +LMDRPRDERDWDB_ASM_DATA_DISK9/asm_dpump/prod_data_expdb_nw105.dmp
      +LMDRPRDERDWDB_ASM_DATA_DISK8/asm_dpump/prod_data_expdb_nw242.dmp
      +LMDRPRDERDWDB_ASM_DATA_DISK9/asm_dpump/prod_data_expdb_nw143.dmp
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-31640: unable to open dump file "+LMDRSITERDB_ASM_DATA1/dpump/PROD_data_expdb_NW01.dmp" for read
    ORA-17503: ksfdopn:2 Failed to open file +LMDRSITERDB_ASM_DATA1/dpump/PROD_data_expdb_NW01.dmp
    ORA-15173: entry 'PROD_data_expdb_NW01.dmp' does not exist in directory 'dpump'Thanks,

    Mishra wrote:
    Hi ,
    i exported the dumpfile with %U and its genereated successfully with suffix of 101..102..till 243.
    But while importing its searching the file from 01 02 and so in other env.
    Could you please assist.
    Use the SAME format (with the %U) that you used for the export.
    This:
    "+LMDRSITERDB_ASM_DATA1/dpump/PROD_data_expdb_NW01.dmp"does not look anything like these:
    "+LMDRPRDERDWDB_ASM_DATA_DISK9/asm_dpump/prod_data_expdb_nw101.dmp":p

  • What Video file type is required for upload to Captivate 8?  I have uploaded an .mp4 video to my slide and the HTML5 tracker indicates that the slide/object is unsupported

    Need help asap on this question - does this need to be an .FLV file?  There seems to be a lot of conflicting information on this.

    Hi
    I am using a MAC
    Captivate 8.0.1.242
    Multi-slide synchronized so I can set the slide timing to accommodate length of video
    The problem is specifically with .flv video files when publishing a responsive project or even trying to play the slide.  The video encoder pops up trying to convert the file to .mp4 for output but does not work.  My understanding is that the ONLY video file type I can use for responsive projects is .flv
    Is this correct?
    Caitlin Tomelden
    Cloud Services University Program Manager
    Intelisys
    Supporting the Industry's Top Producers
    707.238.8133 Direct
    [email protected]<mailto:[email protected]>
    www.intelisys.com<http://www.intelisys.com/>
    Connect with us:   <http://www.facebook.com/Intelisys>     <http://twitter.com/#!/intelisyscorp>     <http://www.linkedin.com/company/intelisys>

  • Associating a FLEX object with a file type

    I am grappling with a problem for a potentially big flex
    project. Is there any way a flex component could be built that was
    associated with a particular file type. So that whenever such a
    file type was offered from an HTML page, this component
    automatically processed it? This would be a parameter file that the
    other parts of flex application could then utilise.
    Very Best
    Steve

    Ok, first, when you say, "...such a file type was offered
    from an HTML page..." exactly what do you mean? Give us an example
    of such a file type, what is "offered", and tell us how you want to
    "process" it.
    Tracy

  • Libdb-4.3.so: cannot open shared object file: No such file or dii rectory

    Hi Experts... I am a new to Oracle APPS trying to install Ebusiness suite in oracle enterprise linux ver 6,1 using oracle virtualbox.. and I am stuck with libdb-4.3.so for last 3 days.. searched google and bing, not able to find any information.
    Could you please help me..
    $ADMIN_SCRIPTS_HOME/adapcctl.sh start
    /home/oracle/ebs/inst/apps/VIS_localhost/ora/10.1.3/Apache/Apache/bin/apachectl stt
    artssl: execing httpd
    /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: error while loading
    shared libraries: libdb-4.3.so: cannot open shared object file: No such file or dii
    rectory
    11/12/26 00:10:25 Start process
    /home/oracle/ebs/inst/apps/VIS_localhost/ora/10.1.3/Apache/Apache/bin/apachectl stt
    artssl: execing httpd
    /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: error while loading
    shared libraries: libdb-4.3.so: wrong ELF class: ELFCLASS64
    getting bellow error.
    /home/oracle/ebs/inst/apps/VIS_localhost/ora/10.1.3/Apache/Apache/bin/apachectl stt
    artssl: execing httpd
    /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: error while loading
    shared libraries: libdb-4.3.so: cannot open shared object file: No such file or dii
    rectory
    I started httpd from /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/ by using service httpd start and then run $ADMIN_SCRIPTS_HOME/adapcctl.sh start got bellow message
    11/12/26 00:10:25 Start process
    /home/oracle/ebs/inst/apps/VIS_localhost/ora/10.1.3/Apache/Apache/bin/apachectl stt
    artssl: execing httpd
    /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: error while loading
    shared libraries: libdb-4.3.so: wrong ELF class: ELFCLASS64
    Not able to figure it out the file libdb-4.3.so issue.
    Here is the...
    IDD for httpd... not sure, why it has two folderss.. one with 10.1.3 and another one with 10.1.2..
    [root@localhost appl]# ldd /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/httpd
    linux-gate.so.1 => (0xf7795000)
    libdms2.so => not found
    libdl.so.2 => /lib/libdl.so.2 (0x49c7b000)
    libcrypt.so.1 => /lib/libcrypt.so.1 (0xf7742000)
    libpthread.so.0 => /lib/libpthread.so.0 (0xf7727000)
    libdb.so.2 => /usr/lib/libdb.so.2 (0xf7724000)
    libm.so.6 => /lib/libm.so.6 (0x49c09000)
    libc.so.6 => /lib/libc.so.6 (0x4d737000)
    /lib/ld-linux.so.2 (0x4d715000)
    libfreebl3.so => /lib/libfreebl3.so (0xf76d7000)
    libdb-4.3.so => not found
    [root@localhost appl]# ldd /home/oracle/ebs/apps/tech_st/10.1.2/Apache/Apache/bin/httpd
    linux-gate.so.1 => (0xf7704000)
    libdms2.so => not found
    libpthread.so.0 => /lib/libpthread.so.0 (0xf76c6000)
    libnsl.so.1 => /lib/libnsl.so.1 (0xf76ac000)
    libm.so.6 => /lib/libm.so.6 (0x49c09000)
    libcrypt.so.1 => /lib/libcrypt.so.1 (0xf767b000)
    libdl.so.2 => /lib/libdl.so.2 (0x49c7b000)
    libdb.so.2 => /usr/lib/libdb.so.2 (0xf7679000)
    libc.so.6 => /lib/libc.so.6 (0x4d737000)
    /lib/ld-linux.so.2 (0x4d715000)
    libfreebl3.so => /lib/libfreebl3.so (0xf762c000)
    libdb-4.3.so => not found
    [root@localhost appl]# find / -type f | grep -i "libdb"
    /lib64/libdb_cxx-4.3.so
    /lib64/libdb_cxx-4.2.so
    /lib64/libdbus-1.so.3.4.0
    /lib64/libdb-4.3.sobackup
    /lib64/libdb-4.2.so
    /lib64/libdb-4.7.so
    /home/backup/startCD/Disk1/rapidwiz/jre/IBM_AIX/1.6.0/lib/ppc/libdbx_j9.so
    /home/oracle/Downloads/6078836/libdb.so.2
    /home/oracle/ebs/apps/tech_st/10.1.2/rdbms/lib/libdbtools10.a
    /home/oracle/ebs/apps/tech_st/10.1.2/.patch_storage/7379122/rdbms/lib/impdta.o_libdbtools10.a_pre_7379122
    /home/oracle/ebs/apps/tech_st/10.1.2/.patch_storage/7379122/rdbms/lib/impdrv.o_libdbtools10.a_pre_7379122
    /home/oracle/ebs/apps/tech_st/10.1.2/inventory/filemap/rdbms/lib/libdbtools10.a/files.map
    /home/oracle/ebs/apps/apps_st/appl/gl/12.0.0/patch/115/sql/glibdbts.pls
    /home/oracle/ebs/apps/apps_st/appl/gl/12.0.0/patch/115/sql/glibdbtb.pls
    /home/oracle/ebs/apps/apps_st/appl/msd/12.0.0/patch/115/sql/MSDRETLIBDBNAME.sql
    /home/oracle/ebs/apps/apps_st/appl/msd/12.0.0/patch/115/sql/MSDNEWLIBDB.sql
    /home/oracle/ebs/db/tech_st/11.1.0/rdbms/lib32/libdbtools11.a
    /home/oracle/ebs/db/tech_st/11.1.0/rdbms/lib/libdbtools11.a
    /home/oracle/ebs/db/tech_st/11.1.0/srvm/lib/libdbcfg11.a
    /home/oracle/ebs/db/tech_st/11.1.0/lib32/libdbcfg11.so
    /home/oracle/ebs/db/tech_st/11.1.0/lib/libdbcfg11.so
    /usr/lib64/xulrunner-1.9.2/components/libdbusservice.so
    /usr/lib64/compiz/libdbus.so
    /usr/lib64/libdbus-c++-1.so.0.0.0
    /usr/lib64/libdbus-glib-1.so.2.1.0
    /usr/lib64/libdb_cxx-4.7.so
    /usr/lib64/xorg/modules/extensions/libdbe.so
    /usr/lib64/libdbus-qt-1.so.1.0.0
    /usr/share/doc/rsyslog-4.6.2/omlibdbi.html
    /usr/lib/libdb.so.2
    /root/rpmbuild/SOURCES/libdbi-drivers-0.8.3.tar.gz
    /root/rpmbuild/SOURCES/libdbi-0.8.3.tar.gz
    /root/rpmbuild/SOURCES/libdbi-drivers-error-handler.patch
    /root/rpmbuild/SOURCES/libdbi-drivers-cflags.patch
    /root/rpmbuild/SOURCES/libdbi-cflags.patch
    /root/rpmbuild/SPECS/libdbi-drivers.spec
    /root/rpmbuild/SPECS/libdbi.spec
    find: `/proc/5275/task/5275/fd/5': No such file or directory
    find: `/proc/5275/task/5275/fdinfo/5': No such file or directory
    find: `/proc/5275/fd/5': No such file or directory
    find: `/proc/5275/fdinfo/5': No such file or directory
    /lib/libdbus-1.so.3.4.0
    [root@localhost appl]#
    [root@localhost lib]# ls -ltr libdb* from /usr/lib
    -rwxr-xr-x. 1 root root 5825 Dec 25 12:06 libdb.so.2
    [root@localhost lib64]# ls -ltr libdb* /usr/lib64
    -rwxr-xr-x. 1 root root 195696 Apr 28 2010 libdbus-c++-1.so.0.0.0
    -rwxr-xr-x. 1 root root 71136 Jul 3 2010 libdbus-qt-1.so.1.0.0
    -rwxr-xr-x. 1 root root 1647120 Jul 22 2010 libdb_cxx-4.7.so
    -rwxr-xr-x. 1 root root 144960 Nov 19 2010 libdbus-glib-1.so.2.1.0
    lrwxrwxrwx. 1 root root 24 Dec 14 22:45 libdb-4.7.so -> ../../lib64/libdb-4.7.so
    lrwxrwxrwx. 1 root root 23 Dec 14 22:46 libdbus-glib-1.so.2 -> libdbus-glib-1.so.2.1.0
    lrwxrwxrwx. 1 root root 23 Dec 14 22:47 libdbus-glib-1.so -> libdbus-glib-1.so.2.1.0
    lrwxrwxrwx. 1 root root 22 Dec 14 22:50 libdbus-c++-1.so.0 -> libdbus-c++-1.so.0.0.0
    lrwxrwxrwx. 1 root root 21 Dec 14 22:50 libdbus-qt-1.so.1 -> libdbus-qt-1.so.1.0.0
    lrwxrwxrwx. 1 root root 24 Dec 14 23:07 libdb.so -> ../../lib64/libdb-4.7.so
    lrwxrwxrwx. 1 root root 16 Dec 14 23:07 libdb_cxx.so -> libdb_cxx-4.7.so
    [root@localhost lib]# ls -ltr libdb* from /lib
    -rwxr-xr-x. 1 root root 284764 Mar 22 2011 libdbus-1.so.3.4.0
    lrwxrwxrwx. 1 root root 18 Dec 18 00:39 libdbus-1.so.3 -> libdbus-1.so.3.4.0
    lrwxrwxrwx. 1 root root 17 Dec 25 01:40 libdb-3.3.so -> /lib/libdb-4.3.so
    [root@localhost lib64]# ls -ltr libdb* from /lib64
    -rwxr-xr-x. 1 root root 1139224 Jul 22 2010 libdb_cxx-4.3.so
    -rwxr-xr-x. 1 root root 1055864 Jul 22 2010 libdb_cxx-4.2.so
    -rwxr-xr-x. 1 root root 976976 Jul 22 2010 libdb-4.2.so
    -rwxr-xr-x. 1 root root 1526952 Jul 22 2010 libdb-4.7.so
    -rwxr-xr-x. 1 root root 268200 Mar 22 2011 libdbus-1.so.3.4.0
    lrwxrwxrwx. 1 root root 18 Dec 14 22:45 libdbus-1.so.3 -> libdbus-1.so.3.4.0
    lrwxrwxrwx. 1 root root 18 Dec 14 22:46 libdbus-1.so -> libdbus-1.so.3.4.0
    -rwxr-xr-x. 1 root root 1043696 Dec 25 12:04 libdb-4.3.sobackup
    lrwxrwxrwx 1 root root 18 Dec 25 23:16 libdb-4.3.so -> libdb-4.3.sobackup
    Any one help me, what I am missing from above.. and also, my post installation rapidwizard is cancelled, so Do I need to install from scratch? or If I fix this issue, can i access the application using web url?
    Edited by: user1254389 on Dec 25, 2011 10:06 PM
    Edited by: user1254389 on Dec 25, 2011 10:10 PM

    Hi Experts... I am a new to Oracle APPS trying to install Ebusiness suite in oracle enterprise linux ver 6,1 using oracle virtualbox.. and I am stuck with libdb-4.3.so for last 3 days.. searched google and bing, not able to find any information.Oracle EBS R12 is not certified yet with Linux 6 so please install a supported OS (see the docs before for the list) or check the certification matrix and try the installation then.
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 [ID 761566.1]
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86 [ID 761564.1]
    Thanks,
    Hussein

  • Error 0(Native: listNetInterfaces:[3]) and error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory

    Hi Gurus,
    I'm trying to upgrade my test 9.2.0.8 rac to 10.1 rac. I cannot upgrade to 10.2 because of RAM limitations on my test RAC. 10.1 Clusterware software was successfully installed and the daemons are up with OCR and voting disk created. Then during the installation of RAC software at the end, root.sh needs to be run. When I run root.sh, it gave the error: while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory. I have libpthread.so.0 in /lib. I looked up on metalink and found Doc ID: 414163.1 . I unset the LD_ASSUME_KERNEL in vipca (unsetting of LD_ASSUME_KERNEL was not required in srvctl because there was no LD_ASSUME_KERNEL in srvctl). Then I tried to run vipca manually. I receive the following error: Error 0(Native: listNetInterfaces:[3]). I'm able to see xclock and xeyes. So its not a problem with x.
    OS: OEL5 32 bit
    oifcfg iflist
    eth0 192.168.2.0
    eth1 10.0.0.0
    oifcfg getif
    eth1 10.0.0.0 global cluster_interconnect
    eth1 10.1.1.0 global cluster_interconnect
    eth0 192.168.2.0 global public
    cat /etc/hosts
    192.168.2.3 sunny1pub.ezhome.com sunny1pub
    192.168.2.4 sunny2pub.ezhome.com sunny2pub
    192.168.2.33 sunny1vip.ezhome.com sunny1vip
    192.168.2.44 sunny2vip.ezhome.com sunny2vip
    10.1.1.1 sunny1prv.ezhome.com sunny1prv
    10.1.1.2 sunny2prv.ezhome.com sunny2prv
    My questions are:
    should ping on sunny1vip and sunny2vip be already working? As of now they dont work.
    if you look at oifcfg getif, I initially had eth1 10.0.0.0 global cluster_interconnect,eth0 192.168.2.0 global public then I created eth1 10.1.1.0 global cluster_interconnect with setif. Should it be 10.1.1.0 or 10.0.0.0. I looked at the subnet calculator and it says for 10.1.1.1, 10.0.0.0 is the subnet. In metalink they had used 10.10.10.0 and hence I used 10.1.1.0
    Any ideas on resolving this issue would be very much appreciated. I had been searching on oracle forums, google, metalink but all of them refer to DOC Id 414163.1 but it does n't seem to work. Please help. Thanks in advance.
    Edited by: ayyappa on Aug 20, 2009 10:13 AM
    Edited by: ayyappa on Aug 20, 2009 10:14 AM
    Edited by: ayyappa on Aug 20, 2009 10:15 AM

    a step forward towards resolution but i need some help from the gurus.
    root# cat /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost6.localdomain6 localhost6
    192.168.2.3 sunny1pub.ezhome.com sunny1pub
    192.168.2.4 sunny2pub.ezhome.com sunny2pub
    10.1.1.1 sunny1prv.ezhome.com sunny1prv
    10.1.1.2 sunny2prv.ezhome.com sunny2prv
    192.168.2.33 sunny1vip.ezhome.com sunny1vip
    192.168.2.44 sunny2vip.ezhome.com sunny2vip
    root# /u01/app/oracle/product/crs/bin/oifcfg iflist
    eth1 10.0.0.0
    eth0 192.168.2.0
    root# /u01/app/oracle/product/crs/bin/oifcfg getif
    eth1 10.0.0.0 global cluster_interconnect
    eth0 191.168.2.0 global public
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny1pub -a
    ****ORACLE_HOME environment variable not set!
    ORACLE_HOME should be set to the main directory that contain oracle products. set and export ORACLE_HOME, then re-run.
    root# export ORACLE_BASE=/u01/app/oracle
    root# export ORACLE_HOME=/u01/app/oracle/product/10.1.0/Db_1
    root# export ORA_CRS_HOME=/u01/app/oracle/product/crs
    root# export PATH=$PATH:$ORACLE_HOME/bin
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny1pub -a
    VIP does not exist.
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl add nodeapps -n sunny1pub -o $ORACLE_HOME -A 192.168.2.33/255.255.255.0
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl add nodeapps -n sunny2pub -o $ORACLE_HOME -A 192.168.2.44/255.255.255.0
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny1pub -a
    VIP exists.: sunny1vip.ezhome.com/192.168.2.33/255.255.255.0
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny2pub -a
    VIP exists.: sunny2vip.ezhome.com/192.168.2.44/255.255.255.0
    Once I execute the add nodeapps command as root on node 1, I was able to get vip exists for config nodeapps on node 2. The above 2 statements resulted me with same values on both nodes. After this I executed root.sh on both nodes, I did not receive any errors. It said CRS resources are already configured.
    My questions to the gurus are as follows:
    Should ping on vip work? It does not work now.
    srvctl status nodeapps -n sunny1pub(same result for sunny2pub)
    VIP is not running on node: sunny1pub
    GSD is not running on node: sunny1pub
    PRKO-2016 : Error in checking condition of listener on node: sunny1pub
    ONS daemon is not running on node: sunny1pub
    [root@sunny1pub ~]# /u01/app/oracle/product/crs/bin/crs_stat -t
    Name Type Target State Host
    ora....pub.gsd application OFFLINE OFFLINE
    ora....pub.ons application OFFLINE OFFLINE
    ora....pub.vip application OFFLINE OFFLINE
    ora....pub.gsd application OFFLINE OFFLINE
    ora....pub.ons application OFFLINE OFFLINE
    ora....pub.vip application OFFLINE OFFLINE
    Will crs_stat and srvctl status nodeapps -n sunny1pub work after I upgrade my database or should they be working now already? I just choose to install 10.1.0.3 software and after running root.sh on both nodes, I clicked ok and then the End of installation screen appeared. Under installed products, I see 9i home, 10g home, crs home. Under 10g home and crs home, I see cluster nodes(sunny1pub and sunny2pub) So it looks like the 10g software is installed.

  • How to convert flat file type from DAT to ASC

    hello all
    i am trying to download a flat file and trying  to upload it in another program.
    for this i am using gui_upload and gui_download function modules.
    if i download the file as ASC and upload with ASC there is no problem.
    if i download the file as DAT and upload with DAT its giving an exception invalid file type
    if i download the file as DAT and upload with  ASC  its giving an exception bad data format.
    but in real senario my customer is sending a flat file with DAT type and i am unable to upload it.
    how to solve this problem?

    Hi,
    when uploading DAT pass file type as 'ASC' and give HAS_FIELD_SEPARATOR  = 'X'.
    For other types see the code below.
    CASE P_RECTYP.
       WHEN 'DAT'.
         MOVE 'X' TO L_FLDSEP.
         MOVE 'ASC' TO L_TYPE.
       WHEN 'ASC'.
          MOVE ' ' TO L_FLDSEP.
          MOVE P_RECTYP TO L_TYPE.
       WHEN 'BIN'.
           CLEAR L_TYPE.
         MOVE P_RECTYP TO L_TYPE.
         MOVE ' ' TO L_FLDSEP.
       WHEN OTHERS.
        MOVE 'X'  TO L_FLDSEP.
        MOVE 'ASC' TO L_TYPE.
    ENDCASE.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
       FILENAME                      = LV_FILENAME
       FILETYPE                      = l_type
       HAS_FIELD_SEPARATOR           = l_fldsep
    Regards,
    Vasanth

  • Error adding file type item using portal api

    We are using portal 3.0.8.
    I can add text and url type items fine but when i try to add a file type item, i get following error.
    ERROR at line 1:
    ORA-29532: Java call terminated by uncaught Java exception: java.lang.SecurityException: relative
    pathnames are not allowed(c:/abc.txt)
    ORA-06512: at "PORTAL30.WWSBR_API", line 24
    ORA-06512: at "PORTAL30.WWSBR_API", line 272
    ORA-06512: at line 4
    Please help.
    Thanks
    null

    Manoj,
    Please try to define a reproducible test case. Is this happening in all content area? Is it happening with all files, or only particular ones? What platform are you running on? What version of the database are you using?
    Have you checked your repository for invalid objects? If any exist, please try to recompile them.
    Thanks,
    Jerry

  • AE CC not exporting to any file type on Mac OSX 10.10.2

    I have been trying to export my AE sequences to pretty much any file type possible. Initially thought it was the Quicktime/H.264 error that people had noted in other threads, even tried it with AME. I've tried exporting several different projects too, some that had third party plug-ins and even test projects with just in-software assets in them. I was having no problem up until just a few days ago when I upgraded. My best guess is that it's OSX 10.10.2 related bug?
    Computer specs:
    MacBook Pro (13-inch, Mid 2012)
    Processer 2.9 GHz Intel Core i7
    Memory 16 GB 1600 MHz DDR3
    Graphics Intel HD Graphics 4000 1024 MB
    Any help/ideas would be greatly appreciated. Thanks!
    -Jishnu...

    Oh yes. My bad. It is in face the one-second mark. And it is in every
    project I have tried.
    The assets in the first project that I noticed this happening on (which was
    also the first project I opened after upgrading to OSX 10.10.2) include:
    - Solid background with a color gradient
    - Alpha Track Matte
    - Optical Flare
    - Particular
    - Null object
    But this exact same problem occurs with every project I've tried to export,
    regardless of what's in the project/comp

  • ORA-19502: write error on file ... (blocksize=8192)

    Dear DBA's,
    I'm facing an incredible crappy issue with RMAN and I don’t see where it come from.
    Target Database is OS is RHEL5 with ORACLE 10.2.4
    The RMAN repository is RHEL5 in Oracle 11g2
    In the host there are 2 databases CFM1 and DMB1 and both are backup with RMAN in same Repository. In DMB1 I don’t have any issue
    With CFM1 I’ve this error Message every time I run a Backup as follows :
    RMAN> run
    2> {
    3> sql "Alter System Switch logfile";
    4> sql "Alter System Archive Log Current";
    5> Backup device type disk database plus archivelog;
    6> Backup current controlfile for standby;
    7> sql "Alter System Switch logfile";
    8> sql "Alter System Archive Log Current";
    9> Backup filesperset 10 ArchiveLog all;
    10> }
    sql statement: Alter System Switch logfile
    sql statement: Alter System Archive Log Current
    Starting backup at 12-MAY-10
    current log archived
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=226 devtype=DISK
    channel ORA_DISK_1: starting archive log backupset
    channel ORA_DISK_1: specifying archive log(s) in backup set
    input archive log thread=1 sequence=43392 recid=36539 stamp=718803231
    input archive log thread=1 sequence=43393 recid=36540 stamp=718803232
    input archive log thread=1 sequence=43394 recid=36541 stamp=718803240
    channel ORA_DISK_1: starting piece 1 at 12-MAY-10
    channel ORA_DISK_1: finished piece 1 at 12-MAY-10
    piece handle=/backup/ORA_BACKUP_CFMT/CFMT_120520100512_full_28ldg499_1_1 tag=TAG20100512T113401 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:02
    Finished backup at 12-MAY-10
    Starting backup at 12-MAY-10
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00031 name=/u01/oradata/CFMT/data/iws_data_02.dbf
    input datafile fno=00028 name=/u03/oradata/CFMT/index/tools_01.dbf
    . Then It goes trough several datafiles
    input datafile fno=00004 name=/u02/oradata/CFMT/system/users01.dbf
    input datafile fno=00014 name=/u01/oradata/CFMT/data/iws_data_01.dbf
    channel ORA_DISK_1: starting piece 1 at 12-MAY-10
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup plus archivelog command at 05/12/2010 11:35:29
    ORA-19502: write error on file "/backup/ORA_BACKUP_CFMT/CFMT_120520100512_full_29ldg49c_1_1", blockno 734721 (blocksize=8192)
    ORA-27072: File I/O error
    Linux-x86_64 Error: 9: Bad file descriptor
    Additional information: 4
    Additional information: 734721
    Additional information: 917504
    I've check in Metalink and open a Sr and so far no answer !!!
    Any ideas ?
    Txs
    Carlos

    Txs for your reply,
    But the ID you Provide doesn't help
    Solution
    Options to resolve:
    1. Clean up unnecessary files on /oracle/u08.07/ - The File System as Enough Disk Space
    Filesystem Size Used Avail Use% Mounted on
    9.9G 3.8G 5.6G 41% /backup/ORA_BACKUP_CFMT
    2. Add disk space to /oracle/u08.07/
    As you see ther's enough space.

  • Setting Bridge's file type associations in Preferences

    Hello,
    I am using Bridge with Windows 7 and I'm trying to change the file type association for a jpg from Photoshop to Office 2015. When I click on Browse, I find myself looking in Program Files/ Program Files (x86) but nothing seems to be a form of Office 2015 that will work. I see a folder for Office 2015 and inside is an .exe file, but that doesn't do it.
    Any suggestions?
    Thank you.

    cosmasd86465293 wrote:
    Hey,
    I apologize station_two but when you say "look for a specific application" what would the extension be?  The only thing I seem to see are .exe files and they don't seem to work…
    You are looking for an application, and ALL applications in a Windows environment have an .exe extension.  There's no other kind.
    cosmasd86465293 wrote:
    …More importantly, though, could you tell me what you mean by "I cannot even remotely imagine why you would want to do that, but it's your workflow, not mine."?
    Because to me it sounds nuts.  All MS Office applications are pretty bad at handling images and voracious resource hogs.
    cosmasd86465293 wrote:
    …I don't want to open up Photoshop every time I want to see a jpg. What would be a good "viewer" -- that's not as huge as Photoshop?…
    Google is your friend.  There are all kinds of free image viewers, even free image editors.  I can't help you there because I don't do windows. 
    Finally:
    Remember, you are not addressing Adobe here in the user forums.  You are requesting help from volunteers users just like you who give their time free of charge. No one has any obligation to answer your questions.

Maybe you are looking for