Bin grouping probllem

I have the following code
WITH a AS ( SELECT ( LEVEL * 100 ) + LEVEL r
FROM DUAL
CONNECT BY LEVEL < 500)
SELECT MIN ( r ) minn
,MAX ( r ) maxn
,MAX ( r ) - MIN ( r ) gdiff
,TO_NUMBER ( SUBSTR ( r, 1, 1 ) ) * POWER ( 10, LENGTH ( TRIM ( TO_CHAR ( r ) ) ) - 1 ) gseg
FROM a
GROUP BY TO_NUMBER ( SUBSTR ( r, 1, 1 ) ) * POWER ( 10, LENGTH ( TRIM ( TO_CHAR ( r ) ) ) - 1 )
ORDER BY gseg;
for the rows I get back I am trying to do the following.
I want to break down strarting frmo the leftmost digit to th riight most digit in each group I want to get common values ranges.
For Example:
if my range looks like
10,19,9,10
I would be able to get just 1 as a result because all 10,11,12,13,14,15,16,17,18,19 start with a 1 and the whole range is covered. this the smallest common number I get.
If I had a row like
20,24,4,20
I would see that this is only 20,21,22,23,24 and so have all five rows because the range is not complete.
if I have a row like
1000,1700,700,1000
I would like rows liek 100,110,120,130,140,150,160,1700.
1700 is 4 digits because it does not have a complete range for 17xx.
All help is appreciated.

Hi,
Hi,
Whenever you have a question, it helps to post:
(1) The version of Oracle (and any other relevant software) you're using
(2) A little sample data (just enough to show what the problem is) from all the relevant tables. In this case, I'm not sure the 3 sets you already mentioned give a very clear picture of what you want. Maybe you should add a few more examples.
(3) The results you want from that data
(4) Your best attempt so far (formatted)
Executable SQL statements (like "CREATE TABLE AS ..." or "INSERT ..." statements) are best for (2).
Formatted tabular output is okay for (3). Type these 6 characters:
&#123;code&#125;
(small letters only, inside curly brackets) before and after sections of formatted text, to preserve spacing.
smklad wrote:
if my range looks like
10,19,9,10
I would be able to get just 1 as a result because all 10,11,12,13,14,15,16,17,18,19 start with a 1 I'm confused. 9 doesn't start with 1.
If I had a row like
20,24,4,20
I would see that this is only 20,21,22,23,24 and so have all five rows because the range is not complete.What part does 4 play in this result? If none, why not?
if I have a row like
1000,1700,700,1000
I would like rows liek 100,110,120,130,140,150,160,1700.
1700 is 4 digits because it does not have a complete range for 17xx.Why are all the numbers in the output smaller than any of the numbers in the input? It seems like most of them were divied by 10. Why 10? Why not 100?
Try to explain a different way.

Similar Messages

  • Favorite Effects Bins??

    Do we have a simple inside FCP X way to create favorite effects bins/groups yet or are we still stuck doing the Motion re-publisihg workaround?

    Ahhhhhhhhrrrgh...... 

  • Oracle DB offline after server reboot / hardware failure

    Hi,
    We have a server that crashed due to hardware failure and although brought back up OK Oracle DB's are no longer mounting. I am not a DBA but it looks bad to me and it seems there are no backups. Can anyone suggest a course of action? This is Oracle 11G XE running on Centos 6. I have put as much detail in as I can and could really do with some advice.
    [root@627963 trace]# sqlplus /nolog
    SQL*Plus: Release 11.2.0.2.0 Production on Thu Sep 12 23:18:26 2013
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    SQL> connect sys as sysdba;
    Enter password:
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 1068937216 bytes
    Fixed Size                  2233344 bytes
    Variable Size             893389824 bytes
    Database Buffers          167772160 bytes
    Redo Buffers                5541888 bytes
    Database mounted.
    ORA-03113: end-of-file on communication channel
    Process ID: 10571
    Session ID: 62 Serial number: 3
    SQL> startup /nomount
    SP2-0714: invalid combination of STARTUP options
    SQL> startup nomount
    ORA-24324: service handle not initialized
    ORA-01041: internal error. hostdef extension doesn't exist
    SQL>
    Alert_XE.log:
    Thu Sep 12 21:26:18 2013
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Using LOG_ARCHIVE_DEST_1 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =19
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up:
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production.
    Using parameter settings in server-side spfile /u01/app/oracle/product/11.2.0/xe/dbs/spfileXE.ora
    System parameters with non-default values:
      sessions                 = 180
      memory_target            = 1G
      control_files            = "/u01/app/oracle/oradata/XE/control.dbf"
      compatible               = "11.2.0.0.0"
      db_recovery_file_dest    = "/u01/app/oracle/fast_recovery_area"
      db_recovery_file_dest_size= 20G
      undo_management          = "AUTO"
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=XEXDB)"
      shared_servers           = 4
      job_queue_processes      = 4
      audit_file_dest          = "/u01/app/oracle/admin/XE/adump"
      db_name                  = "XE"
      open_cursors             = 300
      diagnostic_dest          = "/u01/app/oracle"
    Thu Sep 12 21:26:20 2013
    PMON started with pid=2, OS id=21388
    Thu Sep 12 21:26:20 2013
    "alert_XE.log" 342L, 17231C
    Thu Sep 12 21:26:20 2013
    PSP0 started with pid=3, OS id=21390
    Thu Sep 12 21:26:21 2013
    VKTM started with pid=4, OS id=21392
    VKTM running at (100ms) precision
    Thu Sep 12 21:26:21 2013
    GEN0 started with pid=5, OS id=21396
    Thu Sep 12 21:26:21 2013
    DIAG started with pid=6, OS id=21398
    Thu Sep 12 21:26:21 2013
    DBRM started with pid=7, OS id=21400
    Thu Sep 12 21:26:21 2013
    DIA0 started with pid=8, OS id=21402
    Thu Sep 12 21:26:21 2013
    MMAN started with pid=9, OS id=21404
    Thu Sep 12 21:26:21 2013
    DBW0 started with pid=10, OS id=21406
    Thu Sep 12 21:26:21 2013
    DBW1 started with pid=11, OS id=21408
    Thu Sep 12 21:26:21 2013
    DBW2 started with pid=12, OS id=21410
    Thu Sep 12 21:26:21 2013
    LGWR started with pid=13, OS id=21412
    Thu Sep 12 21:26:21 2013
    CKPT started with pid=14, OS id=21414
    Thu Sep 12 21:26:21 2013
    SMON started with pid=15, OS id=21416
    Thu Sep 12 21:26:21 2013
    RECO started with pid=16, OS id=21418
    Thu Sep 12 21:26:21 2013
    RECO started with pid=16, OS id=21418
    Thu Sep 12 21:26:21 2013
    MMON started with pid=17, OS id=21420
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Thu Sep 12 21:26:21 2013
    MMNL started with pid=18, OS id=21422
    starting up 4 shared server(s) ...
    ORACLE_BASE not set in environment. It is recommended
    that ORACLE_BASE be set in the environment
    Reusing ORACLE_BASE from an earlier startup = /u01/app/oracle
    Thu Sep 12 21:26:21 2013
    ALTER DATABASE   MOUNT
    Thu Sep 12 21:26:24 2013
    Sweep [inc][21794]: completed
    Sweep [inc][21793]: completed
    Sweep [inc2][21794]: completed
    Successful mount of redo thread 1, with mount id 2707110077
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: ALTER DATABASE   MOUNT
    Thu Sep 12 21:26:25 2013
    ALTER DATABASE OPEN
    Beginning crash recovery of 1 threads
    Started redo scan
    Completed redo scan
    read 93 KB redo, 34 data blocks need recovery
    Started redo application at
    Thread 1: logseq 241, block 21190
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 241 Reading mem 0
      Mem# 0: /u01/app/oracle/fast_recovery_area/XE/onlinelog/o1_mf_1_8kxhwjco_.log
    Exception [type: SIGBUS, Non-existent physical address] [ADDR:0x76FFFFF8] [PC:0x319A88A1B8, _wordcopy_bwd_dest_aligned()+280] [flags: 0x0, count: 1]
    Errors in file /u01/app/oracle/diag/rdbms/xe/XE/trace/XE_ora_21440.trc  (incident=22593):
    ORA-07445: exception encountered: core dump [_wordcopy_bwd_dest_aligned()+280] [SIGBUS] [ADDR:0x76FFFFF8] [PC:0x319A88A1B8] [Non-existent physical address] []
    Incident details in: /u01/app/oracle/diag/rdbms/xe/XE/incident/incdir_22593/XE_ora_21440_i22593.trc
    Use ADRCI or Support Workbench to package the incident.
    See Note 411.1 at My Oracle Support for error and packaging details.
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x7C7FD5E7FFEC] [PC:0x444FE70, kcbs_dump_adv_state()+946] [flags: 0x0, count: 2]
    Errors in file /u01/app/oracle/diag/rdbms/xe/XE/trace/XE_ora_21440.trc  (incident=22594):
    ORA-07445: exception encountered: core dump [kcbs_dump_adv_state()+946] [SIGSEGV] [ADDR:0x7C7FD5E7FFEC] [PC:0x444FE70] [Address not mapped to object] []
    ORA-07445: exception encountered: core dump [_wordcopy_bwd_dest_aligned()+280] [SIGBUS] [ADDR:0x76FFFFF8] [PC:0x319A88A1B8] [Non-existent physical address] []
    Incident details in: /u01/app/oracle/diag/rdbms/xe/XE/incident/incdir_22594/XE_ora_21440_i22594.trc
    Use ADRCI or Support Workbench to package the incident.
    See Note 411.1 at My Oracle Support for error and packaging details.
    Dumping diagnostic data in directory=[cdmp_20130912212627], requested by (instance=1, osid=21440), summary=[incident=22593].
    Errors in file /u01/app/oracle/diag/rdbms/xe/XE/incident/incdir_22593/XE_ora_21440_i22593.trc:
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [kcbs_dump_adv_state()+946] [SIGSEGV] [ADDR:0x7C7FD5E7FFEC] [PC:0x444FE70] [Address not mapped to object] []
    ORA-07445: exception encountered: core dump [_wordcopy_bwd_dest_aligned()+280] [SIGBUS] [ADDR:0x76FFFFF8] [PC:0x319A88A1B8] [Non-existent physical address] []
    PMON (ospid: 21388): terminating the instance due to error 397
    System state dump requested by (instance=1, osid=21388 (PMON)), summary=[abnormal instance termination].
    System State dumped to trace file /u01/app/oracle/diag/rdbms/xe/XE/trace/XE_diag_21398.trc
    Dumping diagnostic data in directory=[cdmp_20130912212628], requested by (instance=1, osid=21388 (PMON)), summary=[abnormal instance termination].
    Instance terminated by PMON, pid = 21388
    Thu Sep 12 21:39:03 2013
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Using LOG_ARCHIVE_DEST_1 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =19
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up:
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production.
    Using parameter settings in server-side spfile /u01/app/oracle/product/11.2.0/xe/dbs/spfileXE.ora
    System parameters with non-default values:
      sessions                 = 180
      memory_target            = 1G
      control_files            = "/u01/app/oracle/oradata/XE/control.dbf"
      compatible               = "11.2.0.0.0"
      db_recovery_file_dest    = "/u01/app/oracle/fast_recovery_area"
      db_recovery_file_dest_size= 20G
      undo_management          = "AUTO"
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=XEXDB)"
      shared_servers           = 4
      job_queue_processes      = 4
      audit_file_dest          = "/u01/app/oracle/admin/XE/adump"
      db_name                  = "XE"
      open_cursors             = 300
      diagnostic_dest          = "/u01/app/oracle"
    Thu Sep 12 21:39:05 2013
    PMON started with pid=2, OS id=2483
    Thu Sep 12 21:39:05 2013
    PSP0 started with pid=3, OS id=2489
    Thu Sep 12 21:39:06 2013
    VKTM started with pid=4, OS id=2546
    VKTM running at (100ms) precision
    Thu Sep 12 21:39:06 2013
    GEN0 started with pid=5, OS id=2550
    Thu Sep 12 21:39:06 2013
    DIAG started with pid=6, OS id=2552
    Thu Sep 12 21:39:06 2013
    DBRM started with pid=7, OS id=2554
    Thu Sep 12 21:39:06 2013
    DIA0 started with pid=8, OS id=2556
    And the tracefile:
    Trace file /u01/app/oracle/diag/rdbms/xe/XE/trace/XE_ora_21440.trc
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production
    ORACLE_HOME = /u01/app/oracle/product/11.2.0/xe
    System name:    Linux
    Node name:      <blah>
    Release:        2.6.32-358.14.1.el6.x86_64
    Version:        #1 SMP Tue Jul 16 23:51:20 UTC 2013
    Machine:        x86_64
    Instance name: XE
    Redo thread mounted by this instance: 1
    Oracle process number: 24
    Unix process pid: 21440, image: <blah>(TNS V1-V3)
    *** 2013-09-12 21:26:25.858
    *** SESSION ID:(62.3) 2013-09-12 21:26:25.858
    *** CLIENT ID:() 2013-09-12 21:26:25.858
    *** SERVICE NAME:() 2013-09-12 21:26:25.858
    *** MODULE NAME:(<Blah> (TNS V1-V3)) 2013-09-12 21:26:25.858
    *** ACTION NAME:() 2013-09-12 21:26:25.858
    Thread 1 checkpoint: logseq 241, block 2, scn 8960531
      cache-low rba: logseq 241, block 21190
        on-disk rba: logseq 241, block 21377, scn 8979221
      start recovery at logseq 241, block 21190, scn 0
    *** 2013-09-12 21:26:25.869
    Started writing zeroblks thread 1 seq 241 blocks 21377-21384
    *** 2013-09-12 21:26:25.870
    Completed writing zeroblks thread 1 seq 241
    ==== Redo read statistics for thread 1 ====
    Total physical reads (from disk and memory): 4096Kb
    -- Redo read_disk statistics --
    Read rate (ASYNC): 93Kb in 0.01s => 9.13 Mb/sec
    Longest record: 2Kb, moves: 0/242 (0%)
    Change moves: 2/26 (7%), moved: 0Mb
    Longest LWN: 8Kb, moves: 0/57 (0%), moved: 0Mb
    Last redo scn: 0x0000.00890313 (8979219)
    ----- Recovery Hash Table Statistics ---------
    Hash table buckets = 262144
    Longest hash chain = 1
    Average hash chain = 34/34 = 1.0
    Max compares per lookup = 1
    Avg compares per lookup = 377/542 = 0.7
    *** 2013-09-12 21:26:25.872
    KCRA: start recovery claims for 34 data blocks
    *** 2013-09-12 21:26:25.873
    KCRA: blocks processed = 34/34, claimed = 34, eliminated = 0
    *** 2013-09-12 21:26:25.874
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 241 Reading mem 0
    *** 2013-09-12 21:26:26.055
    Exception [type: SIGBUS, Non-existent physical address] [ADDR:0x76FFFFF8] [PC:0x319A88A1B8, _wordcopy_bwd_dest_aligned()+280] [flags: 0x0, count: 1]
    Incident 22593 created, dump file: /u01/app/oracle/diag/rdbms/xe/XE/incident/incdir_22593/XE_ora_21440_i22593.trc
    ORA-07445: exception encountered: core dump [_wordcopy_bwd_dest_aligned()+280] [SIGBUS] [ADDR:0x76FFFFF8] [PC:0x319A88A1B8] [Non-existent physical address] []
    Incident 22594 created, dump file: /u01/app/oracle/diag/rdbms/xe/XE/incident/incdir_22594/XE_ora_21440_i22594.trc
    ORA-07445: exception encountered: core dump [kcbs_dump_adv_state()+946] [SIGSEGV] [ADDR:0x7C7FD5E7FFEC] [PC:0x444FE70] [Address not mapped to object] []
    ORA-07445: exception encountered: core dump [_wordcopy_bwd_dest_aligned()+280] [SIGBUS] [ADDR:0x76FFFFF

    Hi Guys,
    I have copied a backup script below that it turns out has been running every night at midnight. Where does this go, how do I know if it has worked and how can I use it to restore?
    #!/bin/sh
    # The script assumes that user can connect using "/ as sysdba" and Flash
    # Recovery Area is enabled.
    # =================
    # Backup procedure
    # =================
    #    For database in NoArchiveLog mode, database is shutdown and an offline
    #    backup is done;
    #    For database in Archive log mode, online backup is done.
    #    During the backup procedure, the script stores flash recovery area
    #    location by saving complete initialization parameter to
    #    ?/dbs/spfile2init.ora file. This will be used during restore operation
    #    to find Flash Recovery Area location. If this file is lost, then user must
    #    enter Flash Recovery Area location during restore operation.
    #    Two backups are maintained in Flash Recovery Area and the corresponding
    #    log files for last two backup job are saved in
    #    $HOME/oxe_backup_current.log and $HOME/oxe_backup_previous.log
    user=`/usr/bin/whoami`
    group=`/usr/bin/groups $user | grep dba`
    if test -z "$group"; then
       if [ -f /usr/bin/zenity ]
       then
            /usr/bin/zenity --error --text="$user must be in the DBA OS group to backup the database."
       elif [ -f /usr/bin/kdialog ]
       then
            /usr/bin/kdialog --error "$user must be in the DBA OS group to backup the database."
       elif [ -f /usr/bin/xterm ]
       then
           echo "Operation failed. $user must be in the DBA OS group to backup the database."
           echo -n "Press any key to exit"
           read userinp
       fi
       exit 0
    fi
    export ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe
    export ORACLE_SID=XE
    export PATH=$ORACLE_HOME/bin:$PATH
    TMPDIR=/tmp
    rman_normlog=${TMPDIR}/rman_normlog$$.log
    #Fix a logfile for current, previous run and spfile2init.ora
    sqlplus /nolog > $rman_normlog << EOF
       connect / as sysdba;
       set echo off;
       set head off;
       set serveroutput on;
       set linesize 515;
       declare
          l1 varchar2(512);
       begin
          l1 := dbms_backup_restore.normalizeFilename('spfile2init.ora');
          dbms_output.put_line('-----------------');
          dbms_output.put_line(l1);
          dbms_output.put_line('-----------------');
       end;
    EOF
    rman_spfile2init=`grep "spfile2init.ora$" $rman_normlog`
    rm -f $rman_normlog
    rman_backup_current=$HOME/oxe_backup_current.log
    rman_backup_prev=$HOME/oxe_backup_previous.log
    #Choose a temporary log for this run
    rman_backup=${TMPDIR}/rman_backup$$.log
    echo XE Backup Log > $rman_backup
    #Check if flash recovery area is enabled
    rman_fra=${TMPDIR}/rman_fra$$.log
    sqlplus /nolog > $rman_fra << EOF
       connect / as sysdba;
       set head off;
       set echo off;
       set trimspool on;
       set linesize 512;
       select '$' || count(*) || '$' from v\$parameter
        where upper(name)='DB_RECOVERY_FILE_DEST'
          and value is not null;
    EOF
    fra=`grep "^$.*$" $rman_fra`
    rm -f $rman_fra
    if [ X$fra = X\$1\$ ]; then
       failed=false;
    else
       failed=true
       errstr="flash recovery area is not enabled"
    fi;
    if [ $failed = 'false' ] ; then
       #Check the mode of database
       rman_log_mode=${TMPDIR}/rman_log_mode$$.log
       sqlplus /nolog > $rman_log_mode << EOF
          connect / as sysdba;
          set head off;
          set echo off;
          set trimspool on;
          set linesize 512;
          select '$' || log_mode || '$' from v\$database;
    EOF
       mode=`grep "^$.*$" $rman_log_mode`
       rm -f $rman_log_mode
       case $mode in
          \$ARCHIVELOG\$)
          echo "Doing online backup of the database."
          rman target / >> $rman_backup << EOF
             set echo on;
             configure retention policy to redundancy 2;
             configure controlfile autobackup format for device type disk clear;
             configure controlfile autobackup on;
             sql "create pfile=''$rman_spfile2init'' from spfile";
             backup as backupset device type disk database;
             configure controlfile autobackup off;
             delete noprompt obsolete;
    EOF
          if [ $? = 0 ]; then
             failed=false;
          else
             failed=true
             errstr="RMAN error: See log for details"
          fi;
          rman target / >> $rman_backup << EOF
             sql 'alter system archive log current';
    EOF
          \$NOARCHIVELOG\$)
          echo "Warning: Log archiving (ARCHIVELOG mode) is currently disabled. If"
          echo "you restore the database from this backup, any transactions that take"
          echo "place between this backup and the next backup will be lost. It is"
          echo "recommended that you enable ARCHIVELOG mode before proceeding so "
          echo "that all transactions can be recovered upon restore. See the section"
          echo "'Enabling ARCHIVELOG Mode...' in the online help for instructions."
          echo "Backup with log archiving disabled will shut down and restart the"
          echo -n "database. Are you sure [Y/N]?"
          gotit=false
          while ! $gotit; do
            read userinp
            if [ "$userinp" = "Y" -o "$userinp" = "y" -o \
                 "$userinp" = "n" -o "$userinp" = "N" ]; then
              gotit=true
            fi
          done
          if [ "$userinp" = "n" -o "$userinp" = "N" ]; then
             rm -f $rman_backup
             exit -1;
          fi
          echo "Backup in progress..."
          rman target / >> $rman_backup << EOF
             set echo on;
             shutdown immediate;
             startup mount;
             configure retention policy to redundancy 2;
             configure controlfile autobackup format for device type disk clear;
             configure controlfile autobackup on;
             sql "create pfile=''$rman_spfile2init'' from spfile";
             backup as backupset device type disk database;
             configure controlfile autobackup off;
             alter database open;
             delete noprompt obsolete;
    EOF
          if [ $? = 0 ]; then
             failed=false;
          else
             failed=true
             errstr="RMAN error: See log for details"
          fi;
          errstr="Unknown database mode $mode"
          failed=true;
       esac;
    fi;
    #Save the error string in the log
    if [ $failed = 'true' ]; then
       echo ${errstr}. >> $rman_backup
    fi;
    #Save the last run as previous
    if [ -f $rman_backup_current ]; then
       mv -f $rman_backup_current $rman_backup_prev
    fi;
    #Save the current run
    mv -f $rman_backup $rman_backup_current
    #Display the result to user
    if [ $failed = 'true' ] ; then
       echo '==================== ERROR ========================='
       echo '             Backup of the database failed          '
       echo '==================== ERROR ========================='
       echo ${errstr}.
       echo Log file is at $rman_backup_current.
    else
       echo Backup of the database succeeded.
       echo Log file is at $rman_backup_current.
    fi
    #Wait for user to press any key
    echo -n "Press ENTER key to exit"
    read userinp

  • Reports Builder won't start (iDS 9.0.4 on RHEL 3.0)

    I have just completed a fresh install of Developer Suite 9.0.4 on RedHat Enterprise Linux 3.0. The Forms builder (f90desm) runs fine but the Reports builder (rwbuilder) gives the error below. This server also has Oracle 9i DB and the Forms and Reports install from Application Server 9.0.4 on it in seperate Oracle homes.
    $./rwbuilder.sh
    java.lang.VerifyError: class org.omg.PortableServer.AdapterActivatorPOA overrides final method .
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at com.inprise.vbroker.orb.ORB.adapterManager(ORB.java:1101)
    at com.inprise.vbroker.ds.DSUser.<init>(DSUser.java:282)
    at com.inprise.vbroker.ds.Init.init(Init.java:20)
    at com.inprise.vbroker.orb.ORB.installServices(ORB.java:922)
    at com.inprise.vbroker.orb.ORB.initialize(ORB.java:831)
    at com.inprise.vbroker.orb.ORB.set_parameters(ORB.java:950)
    at org.omg.CORBA.ORB.init(ORB.java:337)
    at oracle.reports.utility.Utility.createORB(Utility.java:1693)
    at oracle.reports.server.InProcessServer.init(InProcessServer.java:108)
    at oracle.reports.server.InProcessServer.run(InProcessServer.java:91)
    at java.lang.Thread.run(Thread.java:534)

    Thanks for the quick response. I'm not sure what you mean by jdk1.4 being at the beginning of the path. Do you mean the $PATH environment varible or the $LD_LIBRARY_PATH environemnt varible or something else?
    Currently my environment variable are as follows:
    oracle@devacctdb-89% env
    TERM=xterm
    HOME=/home/oracle
    SHELL=/bin/tcsh
    USER=oracle
    LOGNAME=oracle
    PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin:/opt/kde3/bin:/home/oracle/DevSuite-9.0.4/bin:/home/oracle/DevSuite-9.0.4/jre/1.4.2/bin
    HOSTTYPE=i386-linux
    VENDOR=intel
    OSTYPE=linux
    MACHTYPE=i386
    SHLVL=1
    PWD=/home/oracle/DevSuite-9.0.4/bin
    GROUP=dba
    HOST=devacctdb
    REMOTEHOST=10.55.16.122
    LS_COLORS=
    G_BROKEN_FILENAMES=1
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    LANG=en_US.UTF-8
    SUPPORTED=en_US.UTF-8:en_US:en
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LANGVAR=en_US.UTF-8
    HOSTNAME=devacctdb
    ORACLE_HOME=/home/oracle/DevSuite-9.0.4/
    ORACLE_SID=acct
    LS_OPTIONS=
    EDITOR=vi
    LD_LIBRARY_PATH=/home/oracle/DevSuite-9.0.4/lib:/home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/i386/:/home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/i386/native_threads/:/home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/i386/server:/home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/i386/client
    DISPLAY=snackster:0.0
    running rwbuilder directly gives a different error message than running it with the rwbuilder.sh wrapper script. The error from that is as follows:
    oracle@devacctdb-154% ./rwbuilder
    Unexpected Signal : 11 occurred at PC=0xB72A0EC8
    Function=(null)
    Library=/home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/i386/server/libjvm.so
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
    Dynamic libraries:
    08048000-0808d000 r-xp 00000000 08:11 4366335 /home/oracle/DevSuite-9.0.4/bin/rwbuilder
    0808d000-080a3000 rw-p 00044000 08:11 4366335 /home/oracle/DevSuite-9.0.4/bin/rwbuilder
    9bfec000-9c0a7000 r--s 00000000 08:11 3581457 /home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/ext/localedata.jar
    9c0a7000-9c0b4000 r--s 00000000 08:11 3581456 /home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/ext/ldapsec.jar
    9c0b4000-9c0b7000 r--s 00000000 08:11 3581455 /home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/ext/dnsns.jar
    9c0b7000-9c0d3000 r--s 00000000 08:11 3581454 /home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/ext/sunjce_provider.jar
    9c859000-9ca59000 r--p 00000000 08:01 3286764 /usr/lib/locale/locale-archive
    b2dc5000-b330d000 r--s 00000000 08:11 4431627 /home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/charsets.jar
    b330d000-b331e000 r--s 00000000 08:11 4431596 /home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/jce.jar
    b331e000-b33f6000 r--s 00000000 08:11 4431604 /home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/jsse.jar
    b33f6000-b340c000 r--s 00000000 08:11 4431595 /home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/sunrsasign.jar
    b3456000-b4b33000 r--s 00000000 08:11 4431629 /home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/rt.jar
    b4b33000-b4b47000 r-xp 00000000 08:11 4431574 /home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/i386/libzip.so
    b4b47000-b4b4a000 rw-p 00013000 08:11 4431574 /home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/i386/libzip.so
    b4b4a000-b4b6a000 r-xp 00000000 08:11 4431572 /home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/i386/libjava.so
    b4b6a000-b4b6c000 rw-p 0001f000 08:11 4431572 /home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/i386/libjava.so
    b4b6c000-b4b7c000 r-xp 00000000 08:11 4431571 /home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/i386/libverify.so
    b4b7c000-b4b7e000 rw-p 0000f000 08:11 4431571 /home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/i386/libverify.so
    b4b7e000-b4b82000 rw-s 00000000 08:01 3974120 /tmp/hsperfdata_oracle/24446
    b4b82000-b4b8d000 r-xp 00000000 08:01 523301 /lib/libnss_files-2.3.2.so
    b4b8d000-b4b8e000 rw-p 0000a000 08:01 523301 /lib/libnss_files-2.3.2.so
    b4c0b000-b4c1b000 r-xp 00000000 08:11 4284692 /home/oracle/DevSuite-9.0.4/jdk/jre/lib/i386/libverify.so
    b4c1b000-b4c1d000 rw-p 0000f000 08:11 4284692 /home/oracle/DevSuite-9.0.4/jdk/jre/lib/i386/libverify.so
    b4c1d000-b4c21000 r-xp 00000000 08:01 376216 /usr/X11R6/lib/libXtst.so.6.1
    b4c21000-b4c22000 rw-p 00004000 08:01 376216 /usr/X11R6/lib/libXtst.so.6.1
    b4c22000-b4c75000 r-xp 00000000 08:11 4284687 /home/oracle/DevSuite-9.0.4/jdk/jre/lib/i386/libmlib_image.so
    b4c75000-b4c76000 rw-p 00052000 08:11 4284687 /home/oracle/DevSuite-9.0.4/jdk/jre/lib/i386/libmlib_image.so
    b4c76000-b4c96000 r-xp 00000000 08:11 4284678 /home/oracle/DevSuite-9.0.4/jdk/jre/lib/i386/libjava.so
    b4c96000-b4c98000 rw-p 0001f000 08:11 4284678 /home/oracle/DevSuite-9.0.4/jdk/jre/lib/i386/libjava.so
    b4c99000-b4f64000 r-xp 00000000 08:11 4284670 /home/oracle/DevSuite-9.0.4/jdk/jre/lib/i386/libawt.so
    b4f64000-b4f7a000 rw-p 002ca000 08:11 4284670 /home/oracle/DevSuite-9.0.4/jdk/jre/lib/i386/libawt.so
    b4f9f000-b4fb3000 r-xp 00000000 08:01 376176 /usr/X11R6/lib/libICE.so.6.3
    b4fb3000-b4fb4000 rw-p 00013000 08:01 376176 /usr/X11R6/lib/libICE.so.6.3
    b4fb6000-b4fbd000 r-xp 00000000 08:01 376180 /usr/X11R6/lib/libSM.so.6.0
    b4fbd000-b4fbe000 rw-p 00007000 08:01 376180 /usr/X11R6/lib/libSM.so.6.0
    b4fbf000-b4fc0000 r-xp 00000000 08:11 4284680 /home/oracle/DevSuite-9.0.4/jdk/jre/lib/i386/libjawt.so
    b4fc0000-b4fc1000 rw-p 00000000 08:11 4284680 /home/oracle/DevSuite-9.0.4/jdk/jre/lib/i386/libjawt.so
    b4fc1000-b50f3000 r-xp 00000000 08:01 1324518 /lib/tls/libc-2.3.2.so
    b50f3000-b50f6000 rw-p 00131000 08:01 1324518 /lib/tls/libc-2.3.2.so
    b50f9000-b510b000 r-xp 00000000 08:01 523285 /lib/libnsl-2.3.2.so
    b510b000-b510c000 rw-p 00011000 08:01 523285 /lib/libnsl-2.3.2.so
    b510e000-b511b000 r-xp 00000000 08:01 376192 /usr/X11R6/lib/libXext.so.6.4
    b511b000-b511c000 rw-p 0000c000 08:01 376192 /usr/X11R6/lib/libXext.so.6.4
    b511c000-b5123000 r-xp 00000000 08:01 376206 /usr/X11R6/lib/libXp.so.6.2
    b5123000-b5124000 rw-p 00006000 08:01 376206 /usr/X11R6/lib/libXp.so.6.2
    b5124000-b5200000 r-xp 00000000 08:01 376182 /usr/X11R6/lib/libX11.so.6.2
    b5200000-b5203000 rw-p 000db000 08:01 376182 /usr/X11R6/lib/libX11.so.6.2
    b5204000-b5251000 r-xp 00000000 08:01 376214 /usr/X11R6/lib/libXt.so.6.0
    b5251000-b5255000 rw-p 0004c000 08:01 376214 /usr/X11R6/lib/libXt.so.6.0
    b5255000-b53dc000 r-xp 00000000 08:01 376312 /usr/X11R6/lib/libXm.so.2.1
    b53dc000-b53ef000 rw-p 00186000 08:01 376312 /usr/X11R6/lib/libXm.so.2.1
    b53f0000-b53f8000 r-xp 00000000 08:11 4431564 /home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/i386/native_threads/libhpi.so
    b53f8000-b53f9000 rw-p 00007000 08:11 4431564 /home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/i386/native_threads/libhpi.so
    b53f9000-b5406000 r-xp 00000000 08:01 1324522 /lib/tls/libpthread-0.60.so
    b5406000-b5407000 rw-p 0000c000 08:01 1324522 /lib/tls/libpthread-0.60.so
    b5409000-b542a000 r-xp 00000000 08:01 1324520 /lib/tls/libm-2.3.2.so
    b542a000-b542b000 rw-p 00020000 08:01 1324520 /lib/tls/libm-2.3.2.so
    b542b000-b542d000 r-xp 00000000 08:01 523281 /lib/libdl-2.3.2.so
    b542d000-b542e000 rw-p 00001000 08:01 523281 /lib/libdl-2.3.2.so
    b542f000-b5431000 r-xp 00000000 08:11 4431952 /home/oracle/DevSuite-9.0.4/lib/libwtc9.so
    b5431000-b5432000 rw-p 00001000 08:11 4431952 /home/oracle/DevSuite-9.0.4/lib/libwtc9.so
    b5432000-b54d1000 r-xp 00000000 08:11 4431868 /home/oracle/DevSuite-9.0.4/lib/libnnz9.so
    b54d1000-b54d8000 rw-p 0009e000 08:11 4431868 /home/oracle/DevSuite-9.0.4/lib/libnnz9.so
    b54d8000-b5bdb000 r-xp 00000000 08:11 4431998 /home/oracle/DevSuite-9.0.4/lib/libclntsh.so.9.0
    b5bdb000-b5c02000 rw-p 00702000 08:11 4431998 /home/oracle/DevSuite-9.0.4/lib/libclntsh.so.9.0
    b5c10000-b5c15000 r-xp 00000000 08:11 4431877 /home/oracle/DevSuite-9.0.4/lib/libutsl90.so.0
    b5c15000-b5c16000 rw-p 00004000 08:11 4431877 /home/oracle/DevSuite-9.0.4/lib/libutsl90.so.0
    b5c16000-b5c27000 r-xp 00000000 08:11 4431879 /home/oracle/DevSuite-9.0.4/lib/libutl90.so.0
    b5c27000-b5c29000 rw-p 00010000 08:11 4431879 /home/oracle/DevSuite-9.0.4/lib/libutl90.so.0
    b5c29000-b5c31000 r-xp 00000000 08:11 4431881 /home/oracle/DevSuite-9.0.4/lib/libutj90.so.0
    b5c31000-b5c32000 rw-p 00007000 08:11 4431881 /home/oracle/DevSuite-9.0.4/lib/libutj90.so.0
    b5c33000-b5c39000 r-xp 00000000 08:11 4431878 /home/oracle/DevSuite-9.0.4/lib/libutc90.so.0
    b5c39000-b5c3a000 rw-p 00005000 08:11 4431878 /home/oracle/DevSuite-9.0.4/lib/libutc90.so.0
    b5c3a000-b5c3c000 r-xp 00000000 08:11 4431937 /home/oracle/DevSuite-9.0.4/lib/libdfc90.so.0
    b5c3c000-b5c3d000 rw-p 00001000 08:11 4431937 /home/oracle/DevSuite-9.0.4/lib/libdfc90.so.0
    b5c3d000-b5c53000 r-xp 00000000 08:11 4431923 /home/oracle/DevSuite-9.0.4/lib/libuat90.so.0
    b5c53000-b5c55000 rw-p 00015000 08:11 4431923 /home/oracle/DevSuite-9.0.4/lib/libuat90.so.0
    b5c55000-b5c6a000 r-xp 00000000 08:11 4431917 /home/oracle/DevSuite-9.0.4/lib/libros90.so.0
    b5c6a000-b5c6b000 rw-p 00014000 08:11 4431917 /home/oracle/DevSuite-9.0.4/lib/libros90.so.0
    b5c6b000-b5c7d000 r-xp 00000000 08:11 4431915 /home/oracle/DevSuite-9.0.4/lib/libror90.so.0
    b5c7d000-b5c7e000 rw-p 00011000 08:11 4431915 /home/oracle/DevSuite-9.0.4/lib/libror90.so.0
    b5c7e000-b5c91000 r-xp 00000000 08:11 4431916 /home/oracle/DevSuite-9.0.4/lib/librod90.so.0
    b5c91000-b5c93000 rw-p 00012000 08:11 4431916 /home/oracle/DevSuite-9.0.4/lib/librod90.so.0
    b5c95000-b5c9a000 r-xp 00000000 08:11 4431826 /home/oracle/DevSuite-9.0.4/lib/libixd90.so
    b5c9a000-b5c9b000 rw-p 00004000 08:11 4431826 /home/oracle/DevSuite-9.0.4/lib/libixd90.so
    b5c9b000-b5cb9000 r-xp 00000000 08:11 4431824 /home/oracle/DevSuite-9.0.4/lib/libix90.so
    b5cb9000-b5cbb000 rw-p 0001d000 08:11 4431824 /home/oracle/DevSuite-9.0.4/lib/libix90.so
    b5d9f000-b5dac000 r-xp 00000000 08:11 4431794 /home/oracle/DevSuite-9.0.4/lib/libutt90.so.0
    b5dac000-b5dad000 rw-p 0000c000 08:11 4431794 /home/oracle/DevSuite-9.0.4/lib/libutt90.so.0
    b5dad000-b5dae000 r-xp 00000000 08:11 4431804 /home/oracle/DevSuite-9.0.4/lib/libtknqap90.so.0
    b5dae000-b5daf000 rw-p 00000000 08:11 4431804 /home/oracle/DevSuite-9.0.4/lib/libtknqap90.so.0
    b5daf000-b5dd6000 r-xp 00000000 08:11 4431795 /home/oracle/DevSuite-9.0.4/lib/libuia90.so.0
    b5dd6000-b5dd9000 rw-p 00026000 08:11 4431795 /home/oracle/DevSuite-9.0.4/lib/libuia90.so.0
    b5dd9000-b5de7000 r-xp 00000000 08:11 4431793 /home/oracle/DevSuite-9.0.4/lib/libuiimg90.so.0
    b5de7000-b5de8000 rw-p 0000d000 08:11 4431793 /home/oracle/DevSuite-9.0.4/lib/libuiimg90.so.0
    b5de9000-b5df4000 r-xp 00000000 08:11 4431798 /home/oracle/DevSuite-9.0.4/lib/librec90.so.0
    b5df4000-b5df5000 rw-p 0000a000 08:11 4431798 /home/oracle/DevSuite-9.0.4/lib/librec90.so.0
    b5df5000-b5e46000 r-xp 00000000 08:11 4431797 /home/oracle/DevSuite-9.0.4/lib/libree90.so.0
    b5e46000-b5e49000 rw-p 00050000 08:11 4431797 /home/oracle/DevSuite-9.0.4/lib/libree90.so.0
    b5e49000-b5e7f000 r-xp 00000000 08:11 4431796 /home/oracle/DevSuite-9.0.4/lib/librem90.so.0
    b5e7f000-b5e81000 rw-p 00035000 08:11 4431796 /home/oracle/DevSuite-9.0.4/lib/librem90.so.0
    b5e81000-b5ea0000 r-xp 00000000 08:11 4431806 /home/oracle/DevSuite-9.0.4/lib/libot90.so.0
    b5ea0000-b5ea1000 rw-p 0001e000 08:11 4431806 /home/oracle/DevSuite-9.0.4/lib/libot90.so.0
    b5ea1000-b6014000 r-xp 00000000 08:11 4431799 /home/oracle/DevSuite-9.0.4/lib/libuimotif90.so.0
    b6014000-b6027000 rw-p 00172000 08:11 4431799 /home/oracle/DevSuite-9.0.4/lib/libuimotif90.so.0
    b6028000-b6075000 r-xp 00000000 08:11 4431800 /home/oracle/DevSuite-9.0.4/lib/libuipr90.so.0
    b6075000-b6078000 rw-p 0004c000 08:11 4431800 /home/oracle/DevSuite-9.0.4/lib/libuipr90.so.0
    b607a000-b60ce000 r-xp 00000000 08:11 4431805 /home/oracle/DevSuite-9.0.4/lib/libuc90.so.0
    b60ce000-b60d1000 rw-p 00053000 08:11 4431805 /home/oracle/DevSuite-9.0.4/lib/libuc90.so.0
    b60d1000-b60d3000 r-xp 00000000 08:11 4431801 /home/oracle/DevSuite-9.0.4/lib/libuihx90.so.0
    b60d3000-b60d4000 rw-p 00001000 08:11 4431801 /home/oracle/DevSuite-9.0.4/lib/libuihx90.so.0
    b60d4000-b618c000 r-xp 00000000 08:11 4431846 /home/oracle/DevSuite-9.0.4/lib/libvgs90.so.0
    b618c000-b6190000 rw-p 000b7000 08:11 4431846 /home/oracle/DevSuite-9.0.4/lib/libvgs90.so.0
    b6190000-b61ad000 r-xp 00000000 08:11 4431895 /home/oracle/DevSuite-9.0.4/lib/libmmcm90.so.0
    b61ad000-b61ae000 rw-p 0001c000 08:11 4431895 /home/oracle/DevSuite-9.0.4/lib/libmmcm90.so.0
    b61ae000-b61b2000 r-xp 00000000 08:11 4431896 /home/oracle/DevSuite-9.0.4/lib/libmmft90.so.0
    b61b2000-b61b3000 rw-p 00003000 08:11 4431896 /home/oracle/DevSuite-9.0.4/lib/libmmft90.so.0
    b61b3000-b61b4000 r-xp 00000000 08:11 4431897 /home/oracle/DevSuite-9.0.4/lib/libmmia90.so.0
    b61b4000-b61b5000 rw-p 00000000 08:11 4431897 /home/oracle/DevSuite-9.0.4/lib/libmmia90.so.0
    b61b6000-b61e0000 r-xp 00000000 08:11 4431899 /home/oracle/DevSuite-9.0.4/lib/libmmoi90.so.0
    b61e0000-b61e1000 rw-p 00029000 08:11 4431899 /home/oracle/DevSuite-9.0.4/lib/libmmoi90.so.0
    b61e1000-b61f7000 r-xp 00000000 08:11 4431900 /home/oracle/DevSuite-9.0.4/lib/libmmos90.so.0
    b61f7000-b61f8000 rw-p 00015000 08:11 4431900 /home/oracle/DevSuite-9.0.4/lib/libmmos90.so.0
    b61f8000-b61fa000 r-xp 00000000 08:11 4431901 /home/oracle/DevSuite-9.0.4/lib/libmmov90.so.0
    b61fa000-b61fb000 rw-p 00001000 08:11 4431901 /home/oracle/DevSuite-9.0.4/lib/libmmov90.so.0
    b61fb000-b621d000 r-xp 00000000 08:11 4431898 /home/oracle/DevSuite-9.0.4/lib/libmmiw90.so.0
    b621d000-b621f000 rw-p 00021000 08:11 4431898 /home/oracle/DevSuite-9.0.4/lib/libmmiw90.so.0
    b621f000-b6228000 r-xp 00000000 08:11 4431894 /home/oracle/DevSuite-9.0.4/lib/libmma90.so.0
    b6228000-b6229000 rw-p 00008000 08:11 4431894 /home/oracle/DevSuite-9.0.4/lib/libmma90.so.0
    b622a000-b6263000 r-xp 00000000 08:11 4431943 /home/oracle/DevSuite-9.0.4/lib/libca90.so.0
    b6263000-b6267000 rw-p 00038000 08:11 4431943 /home/oracle/DevSuite-9.0.4/lib/libca90.so.0
    b6268000-b6279000 r-xp 00000000 08:11 4431802 /home/oracle/DevSuite-9.0.4/lib/libuicc90.so.0
    b6279000-b627b000 rw-p 00010000 08:11 4431802 /home/oracle/DevSuite-9.0.4/lib/libuicc90.so.0
    b627b000-b629e000 r-xp 00000000 08:11 4431872 /home/oracle/DevSuite-9.0.4/lib/libucol90.so.0
    b629e000-b629f000 rw-p 00022000 08:11 4431872 /home/oracle/DevSuite-9.0.4/lib/libucol90.so.0
    b629f000-b6468000 r-xp 00000000 08:11 4431788 /home/oracle/DevSuite-9.0.4/lib/libde90.so.0
    b6468000-b6471000 rw-p 001c8000 08:11 4431788 /home/oracle/DevSuite-9.0.4/lib/libde90.so.0
    b6471000-b649e000 r-xp 00000000 08:11 4431932 /home/oracle/DevSuite-9.0.4/lib/librws90.so.0
    b649e000-b64a0000 rw-p 0002c000 08:11 4431932 /home/oracle/DevSuite-9.0.4/lib/librws90.so.0
    b64a0000-b64ae000 r-xp 00000000 08:11 4431842 /home/oracle/DevSuite-9.0.4/lib/libnn90.so.0
    b64ae000-b64b0000 rw-p 0000d000 08:11 4431842 /home/oracle/DevSuite-9.0.4/lib/libnn90.so.0
    b64b0000-b66ac000 r-xp 00000000 08:11 4431983 /home/oracle/DevSuite-9.0.4/lib/libobx90.so.0
    b66ac000-b66c4000 rw-p 001fb000 08:11 4431983 /home/oracle/DevSuite-9.0.4/lib/libobx90.so.0
    b66c7000-b6f72000 r-xp 00000000 08:11 4431990 /home/oracle/DevSuite-9.0.4/lib/librw90.so
    b6f72000-b6fc6000 rw-p 008ab000 08:11 4431990 /home/oracle/DevSuite-9.0.4/lib/librw90.so
    b6fcb000-b757a000 r-xp 00000000 08:11 2861941 /home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/i386/server/libjvm.so
    b757a000-b75d4000 rw-p 005ae000 08:11 2861941 /home/oracle/DevSuite-9.0.4/jre/1.4.2/lib/i386/server/libjvm.so
    b75e7000-b75e8000 r-xp 00000000 08:01 230043 /etc/libcwait.so
    b75e8000-b75e9000 rw-p 00000000 08:01 230043 /etc/libcwait.so
    b75eb000-b7600000 r-xp 00000000 08:01 523268 /lib/ld-2.3.2.so
    b7600000-b7601000 rw-p 00014000 08:01 523268 /lib/ld-2.3.2.so
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 131K [0x9cd10000, 0x9cdb0000, 0x9e980000)
    eden space 512K, 25% used [0x9cd10000, 0x9cd30ec0, 0x9cd90000)
    from space 64K, 0% used [0x9cd90000, 0x9cd90000, 0x9cda0000)
    to space 64K, 0% used [0x9cda0000, 0x9cda0000, 0x9cdb0000)
    tenured generation total 1408K, used 0K [0x9e980000, 0x9eae0000, 0xacd10000)
    the space 1408K, 0% used [0x9e980000, 0x9e980000, 0x9e980200, 0x9eae0000)
    compacting perm gen total 16384K, used 892K [0xacd10000, 0xadd10000, 0xb0d10000)
    the space 16384K, 5% used [0xacd10000, 0xacdef1a0, 0xacdef200, 0xadd10000)
    Local Time = Fri Mar 11 13:34:44 2005
    Elapsed Time = 0
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002EF
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_02-b03 mixed mode)
    # An error report file has been saved as hs_err_pid24446.log.
    # Please refer to the file for further information.
    Abort (core dumped)

  • Lots of errors in update

    Hi
    after a long time today I tried to update my arch system. I removed bin and sbin and /usr/sbin directories and perform the update. now I get this messy error which I have no idea on how to fix it.
    error: failed to commit transaction (conflicting files)
    glibc: /usr/bin/iconvconfig exists in filesystem
    glibc: /usr/bin/nscd exists in filesystem
    glibc: /usr/bin/sln exists in filesystem
    glibc: /usr/bin/zdump exists in filesystem
    glibc: /usr/bin/zic exists in filesystem
    bash: /usr/bin/sh exists in filesystem
    cracklib: /usr/bin/cracklib-check exists in filesystem
    cracklib: /usr/bin/cracklib-format exists in filesystem
    cracklib: /usr/bin/cracklib-packer exists in filesystem
    cracklib: /usr/bin/cracklib-unpacker exists in filesystem
    cracklib: /usr/bin/create-cracklib-dict exists in filesystem
    pam: /usr/bin/mkhomedir_helper exists in filesystem
    pam: /usr/bin/pam_tally exists in filesystem
    pam: /usr/bin/pam_tally2 exists in filesystem
    pam: /usr/bin/pam_timestamp_check exists in filesystem
    pam: /usr/bin/unix_chkpwd exists in filesystem
    pam: /usr/bin/unix_update exists in filesystem
    libcap: /usr/bin/capsh exists in filesystem
    libcap: /usr/bin/getcap exists in filesystem
    libcap: /usr/bin/getpcaps exists in filesystem
    libcap: /usr/bin/setcap exists in filesystem
    kmod: /usr/bin/depmod exists in filesystem
    kmod: /usr/bin/modprobe exists in filesystem
    shadow: /usr/bin/chgpasswd exists in filesystem
    shadow: /usr/bin/chpasswd exists in filesystem
    shadow: /usr/bin/groupadd exists in filesystem
    shadow: /usr/bin/groupdel exists in filesystem
    shadow: /usr/bin/groupmems exists in filesystem
    shadow: /usr/bin/groupmod exists in filesystem
    shadow: /usr/bin/groups exists in filesystem
    shadow: /usr/bin/grpck exists in filesystem
    shadow: /usr/bin/grpconv exists in filesystem
    shadow: /usr/bin/grpunconv exists in filesystem
    shadow: /usr/bin/newusers exists in filesystem
    shadow: /usr/bin/nologin exists in filesystem
    shadow: /usr/bin/pwck exists in filesystem
    shadow: /usr/bin/pwconv exists in filesystem
    shadow: /usr/bin/pwunconv exists in filesystem
    shadow: /usr/bin/useradd exists in filesystem
    shadow: /usr/bin/userdel exists in filesystem
    shadow: /usr/bin/usermod exists in filesystem
    util-linux: /usr/bin/addpart exists in filesystem
    util-linux: /usr/bin/agetty exists in filesystem
    util-linux: /usr/bin/blkid exists in filesystem
    util-linux: /usr/bin/blockdev exists in filesystem
    util-linux: /usr/bin/cfdisk exists in filesystem
    util-linux: /usr/bin/chcpu exists in filesystem
    util-linux: /usr/bin/ctrlaltdel exists in filesystem
    util-linux: /usr/bin/delpart exists in filesystem
    util-linux: /usr/bin/dmesg exists in filesystem
    util-linux: /usr/bin/fdformat exists in filesystem
    util-linux: /usr/bin/fdisk exists in filesystem
    util-linux: /usr/bin/findfs exists in filesystem
    util-linux: /usr/bin/findmnt exists in filesystem
    util-linux: /usr/bin/fsck exists in filesystem
    util-linux: /usr/bin/fsck.cramfs exists in filesystem
    util-linux: /usr/bin/fsck.minix exists in filesystem
    util-linux: /usr/bin/fsfreeze exists in filesystem
    util-linux: /usr/bin/fstrim exists in filesystem
    util-linux: /usr/bin/hwclock exists in filesystem
    util-linux: /usr/bin/kill exists in filesystem
    util-linux: /usr/bin/ldattach exists in filesystem
    util-linux: /usr/bin/login exists in filesystem
    util-linux: /usr/bin/losetup exists in filesystem
    util-linux: /usr/bin/lsblk exists in filesystem
    util-linux: /usr/bin/mkfs exists in filesystem
    util-linux: /usr/bin/mkfs.bfs exists in filesystem
    util-linux: /usr/bin/mkfs.cramfs exists in filesystem
    util-linux: /usr/bin/mkfs.minix exists in filesystem
    util-linux: /usr/bin/mkswap exists in filesystem
    util-linux: /usr/bin/more exists in filesystem
    util-linux: /usr/bin/mount exists in filesystem
    util-linux: /usr/bin/mountpoint exists in filesystem
    util-linux: /usr/bin/partx exists in filesystem
    util-linux: /usr/bin/pivot_root exists in filesystem
    util-linux: /usr/bin/raw exists in filesystem
    util-linux: /usr/bin/readprofile exists in filesystem
    util-linux: /usr/bin/resizepart exists in filesystem
    util-linux: /usr/bin/rtcwake exists in filesystem
    util-linux: /usr/bin/sfdisk exists in filesystem
    util-linux: /usr/bin/su exists in filesystem
    util-linux: /usr/bin/sulogin exists in filesystem
    util-linux: /usr/bin/swaplabel exists in filesystem
    util-linux: /usr/bin/swapoff exists in filesystem
    util-linux: /usr/bin/swapon exists in filesystem
    util-linux: /usr/bin/switch_root exists in filesystem
    util-linux: /usr/bin/umount exists in filesystem
    util-linux: /usr/bin/uuidd exists in filesystem
    util-linux: /usr/bin/vigr exists in filesystem
    util-linux: /usr/bin/vipw exists in filesystem
    util-linux: /usr/bin/wdctl exists in filesystem
    util-linux: /usr/bin/wipefs exists in filesystem
    e2fsprogs: /usr/bin/badblocks exists in filesystem
    e2fsprogs: /usr/bin/debugfs exists in filesystem
    e2fsprogs: /usr/bin/dumpe2fs exists in filesystem
    e2fsprogs: /usr/bin/e2freefrag exists in filesystem
    e2fsprogs: /usr/bin/e2fsck exists in filesystem
    e2fsprogs: /usr/bin/e2image exists in filesystem
    e2fsprogs: /usr/bin/e2label exists in filesystem
    e2fsprogs: /usr/bin/e2undo exists in filesystem
    e2fsprogs: /usr/bin/e4defrag exists in filesystem
    e2fsprogs: /usr/bin/filefrag exists in filesystem
    e2fsprogs: /usr/bin/fsck.ext2 exists in filesystem
    e2fsprogs: /usr/bin/fsck.ext3 exists in filesystem
    e2fsprogs: /usr/bin/fsck.ext4 exists in filesystem
    e2fsprogs: /usr/bin/fsck.ext4dev exists in filesystem
    e2fsprogs: /usr/bin/logsave exists in filesystem
    e2fsprogs: /usr/bin/mke2fs exists in filesystem
    e2fsprogs: /usr/bin/mkfs.ext2 exists in filesystem
    e2fsprogs: /usr/bin/mkfs.ext3 exists in filesystem
    e2fsprogs: /usr/bin/mkfs.ext4 exists in filesystem
    e2fsprogs: /usr/bin/mkfs.ext4dev exists in filesystem
    e2fsprogs: /usr/bin/mklost+found exists in filesystem
    e2fsprogs: /usr/bin/resize2fs exists in filesystem
    e2fsprogs: /usr/bin/tune2fs exists in filesystem
    libsasl: /usr/bin/pluginviewer exists in filesystem
    libsasl: /usr/bin/sasldblistusers2 exists in filesystem
    libsasl: /usr/bin/saslpasswd2 exists in filesystem
    keyutils: /usr/bin/key.dns_resolver exists in filesystem
    keyutils: /usr/bin/keyctl exists in filesystem
    keyutils: /usr/bin/request-key exists in filesystem
    krb5: /usr/bin/gss-server exists in filesystem
    krb5: /usr/bin/kadmin.local exists in filesystem
    krb5: /usr/bin/kadmind exists in filesystem
    krb5: /usr/bin/kdb5_ldap_util exists in filesystem
    krb5: /usr/bin/kdb5_util exists in filesystem
    krb5: /usr/bin/kprop exists in filesystem
    krb5: /usr/bin/kpropd exists in filesystem
    krb5: /usr/bin/kproplog exists in filesystem
    krb5: /usr/bin/krb5-send-pr exists in filesystem
    krb5: /usr/bin/krb5kdc exists in filesystem
    krb5: /usr/bin/sim_server exists in filesystem
    krb5: /usr/bin/sserver exists in filesystem
    krb5: /usr/bin/uuserver exists in filesystem
    avahi: /usr/bin/avahi-autoipd exists in filesystem
    avahi: /usr/bin/avahi-daemon exists in filesystem
    avahi: /usr/bin/avahi-dnsconfd exists in filesystem
    gconf: /usr/bin/gconfpkg exists in filesystem
    pciutils: /usr/bin/lspci exists in filesystem
    pciutils: /usr/bin/setpci exists in filesystem
    alsa-utils: /usr/bin/alsactl exists in filesystem
    apache: /usr/bin/ab exists in filesystem
    apache: /usr/bin/apachectl exists in filesystem
    apache: /usr/bin/apxs exists in filesystem
    apache: /usr/bin/checkgid exists in filesystem
    apache: /usr/bin/dbmmanage exists in filesystem
    apache: /usr/bin/envvars exists in filesystem
    apache: /usr/bin/envvars-std exists in filesystem
    apache: /usr/bin/htcacheclean exists in filesystem
    apache: /usr/bin/htdbm exists in filesystem
    apache: /usr/bin/htdigest exists in filesystem
    apache: /usr/bin/htpasswd exists in filesystem
    apache: /usr/bin/httpd exists in filesystem
    apache: /usr/bin/httpd.itk exists in filesystem
    apache: /usr/bin/httpd.worker exists in filesystem
    apache: /usr/bin/httxt2dbm exists in filesystem
    apache: /usr/bin/logresolve exists in filesystem
    apache: /usr/bin/rotatelogs exists in filesystem
    apache: /usr/bin/suexec exists in filesystem
    icu: /usr/bin/genccode exists in filesystem
    icu: /usr/bin/gencmn exists in filesystem
    icu: /usr/bin/gennorm2 exists in filesystem
    icu: /usr/bin/gensprep exists in filesystem
    icu: /usr/bin/icupkg exists in filesystem
    ca-certificates: /usr/bin/update-ca-certificates exists in filesystem
    v4l-utils: /usr/bin/v4l2-dbg exists in filesystem
    gnupg: /usr/bin/addgnupghome exists in filesystem
    gnupg: /usr/bin/applygnupgdefaults exists in filesystem
    cdrkit: /usr/bin/netscsid exists in filesystem
    gpm: /usr/bin/gpm exists in filesystem
    ca-certificates-java: /usr/bin/init-jks-keystore exists in filesystem
    rtmpdump: /usr/bin/rtmpgw exists in filesystem
    rtmpdump: /usr/bin/rtmpsrv exists in filesystem
    rtmpdump: /usr/bin/rtmpsuck exists in filesystem
    cifs-utils: /usr/bin/cifs.idmap exists in filesystem
    cifs-utils: /usr/bin/cifs.upcall exists in filesystem
    cpupower: /usr/bin/cpufreq-bench exists in filesystem
    cronie: /usr/bin/anacron exists in filesystem
    cronie: /usr/bin/crond exists in filesystem
    device-mapper: /usr/bin/dmeventd exists in filesystem
    device-mapper: /usr/bin/dmsetup exists in filesystem
    cryptsetup: /usr/bin/cryptsetup exists in filesystem
    cryptsetup: /usr/bin/cryptsetup-reencrypt exists in filesystem
    cryptsetup: /usr/bin/veritysetup exists in filesystem
    iptables: /usr/bin/ip6tables exists in filesystem
    iptables: /usr/bin/ip6tables-restore exists in filesystem
    iptables: /usr/bin/ip6tables-save exists in filesystem
    iptables: /usr/bin/iptables exists in filesystem
    iptables: /usr/bin/iptables-restore exists in filesystem
    iptables: /usr/bin/iptables-save exists in filesystem
    iptables: /usr/bin/xtables-multi exists in filesystem
    iproute2: /usr/bin/arpd exists in filesystem
    iproute2: /usr/bin/bridge exists in filesystem
    iproute2: /usr/bin/ctstat exists in filesystem
    iproute2: /usr/bin/genl exists in filesystem
    iproute2: /usr/bin/ifcfg exists in filesystem
    iproute2: /usr/bin/ifstat exists in filesystem
    iproute2: /usr/bin/ip exists in filesystem
    iproute2: /usr/bin/lnstat exists in filesystem
    iproute2: /usr/bin/nstat exists in filesystem
    iproute2: /usr/bin/routef exists in filesystem
    iproute2: /usr/bin/routel exists in filesystem
    iproute2: /usr/bin/rtacct exists in filesystem
    iproute2: /usr/bin/rtmon exists in filesystem
    iproute2: /usr/bin/rtpr exists in filesystem
    iproute2: /usr/bin/rtstat exists in filesystem
    iproute2: /usr/bin/ss exists in filesystem
    iproute2: /usr/bin/tc exists in filesystem
    dhclient: /usr/bin/dhclient exists in filesystem
    dhclient: /usr/bin/dhclient-script exists in filesystem
    dhcpcd: /usr/bin/dhcpcd exists in filesystem
    dosfstools: /usr/bin/dosfsck exists in filesystem
    dosfstools: /usr/bin/dosfslabel exists in filesystem
    dosfstools: /usr/bin/fsck.msdos exists in filesystem
    dosfstools: /usr/bin/fsck.vfat exists in filesystem
    dosfstools: /usr/bin/mkdosfs exists in filesystem
    dosfstools: /usr/bin/mkfs.msdos exists in filesystem
    dosfstools: /usr/bin/mkfs.vfat exists in filesystem
    procps-ng: /usr/bin/ps exists in filesystem
    procps-ng: /usr/bin/sysctl exists in filesystem
    pm-utils: /usr/bin/pm-hibernate exists in filesystem
    pm-utils: /usr/bin/pm-powersave exists in filesystem
    pm-utils: /usr/bin/pm-suspend exists in filesystem
    pm-utils: /usr/bin/pm-suspend-hybrid exists in filesystem
    usbmuxd: /usr/bin/usbmuxd exists in filesystem
    wpa_supplicant: /usr/bin/wpa_cli exists in filesystem
    wpa_supplicant: /usr/bin/wpa_passphrase exists in filesystem
    wpa_supplicant: /usr/bin/wpa_supplicant exists in filesystem
    ppp: /usr/bin/chat exists in filesystem
    ppp: /usr/bin/plog exists in filesystem
    ppp: /usr/bin/pppd exists in filesystem
    ppp: /usr/bin/pppdump exists in filesystem
    ppp: /usr/bin/pppoe-discovery exists in filesystem
    ppp: /usr/bin/pppstats exists in filesystem
    networkmanager: /usr/bin/NetworkManager exists in filesystem
    fuse: /usr/bin/fusermount exists in filesystem
    fuse: /usr/bin/mount.fuse exists in filesystem
    fuse: /usr/bin/ulockmgr_server exists in filesystem
    rtkit: /usr/bin/rtkitctl exists in filesystem
    gdm: /usr/bin/gdm exists in filesystem
    libatasmart: /usr/bin/skdump exists in filesystem
    libatasmart: /usr/bin/sktest exists in filesystem
    udisks2: /usr/bin/umount.udisks2 exists in filesystem
    iputils: /usr/bin/arping exists in filesystem
    iputils: /usr/bin/clockdiff exists in filesystem
    iputils: /usr/bin/rarpd exists in filesystem
    iputils: /usr/bin/rdisc exists in filesystem
    iputils: /usr/bin/tftpd exists in filesystem
    iputils: /usr/bin/tracepath exists in filesystem
    iputils: /usr/bin/tracepath6 exists in filesystem
    grub: /usr/bin/grub-bios-setup exists in filesystem
    grub: /usr/bin/grub-install exists in filesystem
    grub: /usr/bin/grub-mkconfig exists in filesystem
    grub: /usr/bin/grub-mknetdir exists in filesystem
    grub: /usr/bin/grub-ofpathname exists in filesystem
    grub: /usr/bin/grub-probe exists in filesystem
    grub: /usr/bin/grub-reboot exists in filesystem
    grub: /usr/bin/grub-set-default exists in filesystem
    grub: /usr/bin/grub-sparc64-setup exists in filesystem
    inetutils: /usr/bin/dnsdomainname exists in filesystem
    inetutils: /usr/bin/ftpd exists in filesystem
    inetutils: /usr/bin/rlogind exists in filesystem
    inetutils: /usr/bin/rshd exists in filesystem
    inetutils: /usr/bin/talkd exists in filesystem
    inetutils: /usr/bin/telnetd exists in filesystem
    jfsutils: /usr/bin/fsck.jfs exists in filesystem
    jfsutils: /usr/bin/jfs_debugfs exists in filesystem
    jfsutils: /usr/bin/jfs_fsck exists in filesystem
    jfsutils: /usr/bin/jfs_fscklog exists in filesystem
    jfsutils: /usr/bin/jfs_logdump exists in filesystem
    jfsutils: /usr/bin/jfs_mkfs exists in filesystem
    jfsutils: /usr/bin/jfs_tune exists in filesystem
    jfsutils: /usr/bin/mkfs.jfs exists in filesystem
    kexec-tools: /usr/bin/kdump exists in filesystem
    kexec-tools: /usr/bin/kexec exists in filesystem
    kexec-tools: /usr/bin/vmcore-dmesg exists in filesystem
    libbonobo: /usr/bin/bonobo-activation-sysconf exists in filesystem
    tar: /usr/bin/tar exists in filesystem
    lirc-utils: /usr/bin/lircd exists in filesystem
    lirc-utils: /usr/bin/lircmd exists in filesystem
    logrotate: /usr/bin/logrotate exists in filesystem
    lsof: /usr/bin/lsof exists in filesystem
    lvm2: /usr/bin/blkdeactivate exists in filesystem
    lvm2: /usr/bin/fsadm exists in filesystem
    lvm2: /usr/bin/lvchange exists in filesystem
    lvm2: /usr/bin/lvconvert exists in filesystem
    lvm2: /usr/bin/lvcreate exists in filesystem
    lvm2: /usr/bin/lvdisplay exists in filesystem
    lvm2: /usr/bin/lvextend exists in filesystem
    lvm2: /usr/bin/lvm exists in filesystem
    lvm2: /usr/bin/lvmchange exists in filesystem
    lvm2: /usr/bin/lvmconf exists in filesystem
    lvm2: /usr/bin/lvmdiskscan exists in filesystem
    lvm2: /usr/bin/lvmdump exists in filesystem
    lvm2: /usr/bin/lvmetad exists in filesystem
    lvm2: /usr/bin/lvmsadc exists in filesystem
    lvm2: /usr/bin/lvmsar exists in filesystem
    lvm2: /usr/bin/lvreduce exists in filesystem
    lvm2: /usr/bin/lvremove exists in filesystem
    lvm2: /usr/bin/lvrename exists in filesystem
    lvm2: /usr/bin/lvresize exists in filesystem
    lvm2: /usr/bin/lvs exists in filesystem
    lvm2: /usr/bin/lvscan exists in filesystem
    lvm2: /usr/bin/pvchange exists in filesystem
    lvm2: /usr/bin/pvck exists in filesystem
    lvm2: /usr/bin/pvcreate exists in filesystem
    lvm2: /usr/bin/pvdisplay exists in filesystem
    lvm2: /usr/bin/pvmove exists in filesystem
    lvm2: /usr/bin/pvremove exists in filesystem
    lvm2: /usr/bin/pvresize exists in filesystem
    lvm2: /usr/bin/pvs exists in filesystem
    lvm2: /usr/bin/pvscan exists in filesystem
    lvm2: /usr/bin/vgcfgbackup exists in filesystem
    lvm2: /usr/bin/vgcfgrestore exists in filesystem
    lvm2: /usr/bin/vgchange exists in filesystem
    lvm2: /usr/bin/vgck exists in filesystem
    lvm2: /usr/bin/vgconvert exists in filesystem
    lvm2: /usr/bin/vgcreate exists in filesystem
    lvm2: /usr/bin/vgdisplay exists in filesystem
    lvm2: /usr/bin/vgexport exists in filesystem
    lvm2: /usr/bin/vgextend exists in filesystem
    lvm2: /usr/bin/vgimport exists in filesystem
    lvm2: /usr/bin/vgimportclone exists in filesystem
    lvm2: /usr/bin/vgmerge exists in filesystem
    lvm2: /usr/bin/vgmknodes exists in filesystem
    lvm2: /usr/bin/vgreduce exists in filesystem
    lvm2: /usr/bin/vgremove exists in filesystem
    lvm2: /usr/bin/vgrename exists in filesystem
    lvm2: /usr/bin/vgs exists in filesystem
    lvm2: /usr/bin/vgscan exists in filesystem
    lvm2: /usr/bin/vgsplit exists in filesystem
    man-db: /usr/bin/accessdb exists in filesystem
    mdadm: /usr/bin/mdadm exists in filesystem
    mdadm: /usr/bin/mdassemble exists in filesystem
    mdadm: /usr/bin/mdmon exists in filesystem
    net-snmp: /usr/bin/snmpd exists in filesystem
    net-snmp: /usr/bin/snmptrapd exists in filesystem
    net-tools: /usr/bin/arp exists in filesystem
    net-tools: /usr/bin/ifconfig exists in filesystem
    net-tools: /usr/bin/ipmaddr exists in filesystem
    net-tools: /usr/bin/iptunnel exists in filesystem
    net-tools: /usr/bin/mii-tool exists in filesystem
    net-tools: /usr/bin/nameif exists in filesystem
    net-tools: /usr/bin/netstat exists in filesystem
    net-tools: /usr/bin/plipconfig exists in filesystem
    net-tools: /usr/bin/rarp exists in filesystem
    net-tools: /usr/bin/route exists in filesystem
    net-tools: /usr/bin/slattach exists in filesystem
    xinetd: /usr/bin/itox exists in filesystem
    xinetd: /usr/bin/xconv.pl exists in filesystem
    xinetd: /usr/bin/xinetd exists in filesystem
    netkit-bsd-finger: /usr/bin/in.fingerd exists in filesystem
    pptpclient: /usr/bin/pptp exists in filesystem
    pptpclient: /usr/bin/pptpsetup exists in filesystem
    vpnc: /usr/bin/vpnc exists in filesystem
    vpnc: /usr/bin/vpnc-disconnect exists in filesystem
    ntfs-3g: /usr/bin/mkntfs exists in filesystem
    ntfs-3g: /usr/bin/ntfsclone exists in filesystem
    ntfs-3g: /usr/bin/ntfscp exists in filesystem
    ntfs-3g: /usr/bin/ntfslabel exists in filesystem
    ntfs-3g: /usr/bin/ntfsresize exists in filesystem
    ntfs-3g: /usr/bin/ntfsundelete exists in filesystem
    openssh: /usr/bin/sshd exists in filesystem
    parted: /usr/bin/parted exists in filesystem
    parted: /usr/bin/partprobe exists in filesystem
    pcmciautils: /usr/bin/lspcmcia exists in filesystem
    pcmciautils: /usr/bin/pccardctl exists in filesystem
    vde2: /usr/bin/vde_tunctl exists in filesystem
    reiserfsprogs: /usr/bin/debugreiserfs exists in filesystem
    reiserfsprogs: /usr/bin/fsck.reiserfs exists in filesystem
    reiserfsprogs: /usr/bin/mkfs.reiserfs exists in filesystem
    reiserfsprogs: /usr/bin/mkreiserfs exists in filesystem
    reiserfsprogs: /usr/bin/reiserfsck exists in filesystem
    reiserfsprogs: /usr/bin/reiserfstune exists in filesystem
    reiserfsprogs: /usr/bin/resize_reiserfs exists in filesystem
    sane: /usr/bin/saned exists in filesystem
    sudo: /usr/bin/visudo exists in filesystem
    syslog-ng: /usr/bin/syslog-ng exists in filesystem
    syslog-ng: /usr/bin/syslog-ng-ctl exists in filesystem
    sysvinit-tools: /usr/bin/bootlogd exists in filesystem
    sysvinit-tools: /usr/bin/fstab-decode exists in filesystem
    sysvinit-tools: /usr/bin/killall5 exists in filesystem
    sysvinit-tools: /usr/bin/pidof exists in filesystem
    udisks: /usr/bin/umount.udisks exists in filesystem
    zvbi: /usr/bin/zvbid exists in filesystem
    vnstat: /usr/bin/vnstatd exists in filesystem
    xfsprogs: /usr/bin/fsck.xfs exists in filesystem
    xfsprogs: /usr/bin/mkfs.xfs exists in filesystem
    xfsprogs: /usr/bin/xfs_admin exists in filesystem
    xfsprogs: /usr/bin/xfs_bmap exists in filesystem
    xfsprogs: /usr/bin/xfs_check exists in filesystem
    xfsprogs: /usr/bin/xfs_copy exists in filesystem
    xfsprogs: /usr/bin/xfs_db exists in filesystem
    xfsprogs: /usr/bin/xfs_estimate exists in filesystem
    xfsprogs: /usr/bin/xfs_freeze exists in filesystem
    xfsprogs: /usr/bin/xfs_fsr exists in filesystem
    xfsprogs: /usr/bin/xfs_growfs exists in filesystem
    xfsprogs: /usr/bin/xfs_info exists in filesystem
    xfsprogs: /usr/bin/xfs_io exists in filesystem
    xfsprogs: /usr/bin/xfs_logprint exists in filesystem
    xfsprogs: /usr/bin/xfs_mdrestore exists in filesystem
    xfsprogs: /usr/bin/xfs_metadump exists in filesystem
    xfsprogs: /usr/bin/xfs_mkfile exists in filesystem
    xfsprogs: /usr/bin/xfs_ncheck exists in filesystem
    xfsprogs: /usr/bin/xfs_quota exists in filesystem
    xfsprogs: /usr/bin/xfs_repair exists in filesystem
    xfsprogs: /usr/bin/xfs_rtcp exists in filesystem
    Errors occurred, no packages were upgraded.
    whould you please help me out of these?
    thenk you.
    Last edited by jgvr (2013-10-08 10:06:49)

    jrussell wrote:Also, I don't think you are supposed to remove those directories.... Are you referring to this? https://www.archlinux.org/news/binaries … ervention/
    Judging from the output, I think that OP has a system from before that news post you linked and hasn't quite understood the news post correctly.
    @jgvr: I think you have missed this news update and haven't read the forums on how to do it, thus ending up with a borked system.
    My approach would be to move everything back to where it originally was, then upgrade everything (including AUR packages) except for glibc,bash and filesystem and see how far that gets you first. But as @Scimmia says, if you installation was from before Jan 2013, just re-install the whole thing.
    Last edited by clfarron4 (2013-10-08 21:22:52)

  • Navigate Value Interaction - Case Statements

    Hi,
    I am having problems using the navigate value interaction feature in OBIEE. The columns I am using to navigate contain case statement bin filters, is it not possible to use value interaction on these type of fields?
    For example bin grouping are created in both reports and are identical but the interaction does not work
    . TIMESTAMPDIFF(SQL_TSI_MONTH,CURR... is between 0 and 6
    . TIMESTAMPDIFF(SQL_TSI_MONTH,CURR... is between 7 and 12
    Can anyone advise a workaround other than creating the column in the rpd.
    Thanks

    I gave a detailed decision in a similar topic Obiee Report Help

  • How can I count detail information without having it show up in my results

    I'm trying to count the number of sales orders within specific value ranges such as 0 to 100, 100 to 200, ect. I can get the count but only when the order number is on the report. Is there someway to count the orders and place them in the Bins without having a line show up for each order.

    Put the BINS column in the "Sections" area. This will split the rows for each BIN group. Now you can apply the "sigma sign" aggregation to the rows and see the total for each BIN.
    Expected result is to have one row per BIN group with the total of your measure for each BIN.
    If this is not what you are looking for, give a mock up of what you see in your pivot table.
    Having said all this, if you're going to be working with a million rows, you'd best break the query up into separate queries. Build one Report for each BIN group and place each in its own section of a dashboard.
    What you can do is rename each section of the dashboard to the name of the BIN group and delete the Title View of each Report. The dashboard can then be defaulted to a collapsed state showing the names of each Report (the BINS of each group). In effect, you are using the Dashboard as a giant pivot table with the Sections as the BINS. The reports are smaller and you can have your total for each BIN.
    This is what I would recommend.

  • Ware house management

    Hello friends,
    I have client interview on this "WARE HOUSE MANAGEMENT AND LEAN WARE HOUSE MANAGEMENT" . So please help me out by sending good material. Really waiting for good support.
    Thanks,
    Rams.

    from here questions are also asked in the certification exams, so here's a point-wise rant:-
    If you have a warehouse with random storage, you need to use the WM System with full functionality. Since a material can be stored in different storage bins or even several storage bins at the same time, precise inventory management at the level of the storage bin is required.
    &#61550;     Lean WM does not have inventory management at the level of the storage bin and is therefore more suitable for fixed bin warehouses. In a fixed bin storage area, the material is always in the same storage bin.
    &#61550;     To print the storage bin in the picking document, you must maintain the respective data in the material master in the view "Storage 1". Maintenance of further warehouse data and the Warehouse Management views is not required.
    &#61550;     Some of the WM functions not included in Lean WM are listed below:
    &#61599;     Storage sections
    &#61599;     Reserve storage bins
    &#61599;     Strategies for putaway and picking
    &#61599;     Replenishment
    &#61599;     Inventory at storage-bin level
    This considerably reduces implementation effort.
    &#61599;     For Lean WM you need at least one warehouse number and at least one storage type from which picking takes place and one storage type in which goods are stored (for example, picking storage type as source storage type, shipping zone as destination storage type).
    &#61599;     In the picking storage area, you can have storage bins grouped together from the stock removal viewpoint (for example, to distribute the workload evenly). Picking areas can be defined for each warehouse number and storage type.
    &#61599;     In addition to the picking area, there are other organizational units in the warehouse. These are the staging areas and the doors. They are defined in the outbound delivery or determined by the system and they can also be printed out on the picking documents.
    &#61599;     You can activate Lean WM in Customizing at the warehouse number level.
    &#61599;     You assign a warehouse number to a combination of plant and storage type. In this way, the organizational units in the warehouse are linked up to MM Inventory Management. Also, through this assignment, a status for WM activities is assigned to the respective items in the outbound delivery.

  • Oracle Partition maintenance range information required

    Hi
    I would like to know the range between oldest partition and the newest partition on a table. can some body help me with this?
    I have a query that gives me all the partition tables in the database ,now I would like to get the date of oldest partition and the newest partition to get the rentention period..any help would be appreciated..
    here is what I have get all the partition tables
    SELECT table_owner, table_name,max(partition_name)
    FROM dba_tab_partitions p
    WHERE p.table_name IN
    (select distinct c.TABLE_NAME
    from dba_part_key_columns p, dba_tab_cols c
    where p.name = c.TABLE_NAME
    and p.column_name = c.COLUMN_NAME
    and p.object_type = 'TABLE'
    and c.DATA_TYPE = 'DATE'
    and p.owner NOT IN ('SYS', 'SYSTEM'))
    and p.table_name not like 'BIN%'
    group by table_owner, table_name
    order by table_owner;

    What is your 4 digit Oracle version?
    Provide an example of a table and what you consider to be the 'oldest' and 'newest' partitions. Are you talking about tables that are RANGE partitioned? INTERVAL partitioned? What about subpartitions?
    Why does your query use MAX(partition_name)? How is that information useful - partitions might have any names including system generated ones.
    And why would the oldest and newest give you retention period?
    For simple RANGE partitioned tables the range info is in the HIGH_VALUE column (a LONG - so need to use PL/SQL) of DBA_TAB_PARTITIONS.
    Suggest you first work out a step-by-step manual process for doing what you want to do and then work on automating it.
    Post an example of your manual process.

  • Os commands, oracle user permissions

    I installed the objects as outlined in this Oracle whitepaper:
    http://www.oracle.com/technology/tech/java/jsp/pdf/calling_shell_commands_from_plsql_1.1.pdf
    This allows me to enter os commands from pl/sql using the java method. Works like a charm, except I can not access a directory our linux admin recently granted to the oracle user.
    If I run the groups command from a tty session as user oracle, I get:
    $ /usr/bin/groups
    oinstall newgrp dba
    If I run the same thing from sqlplus I get:
    SQL> select os_command.exec_clob('/usr/bin/groups') command from dual ;
    COMMAND
    oinstall dba
    I do not have the 'newgrp' group when I run from the db.
    The dba bounced the db but no change. I understand the jvm resides in the db kernel. Bouncing the server is not an option at this point.

    user12052260 wrote:
    Hi Stevens,
    There is very small reason, to reduce the downtime we are planning to install 10g binaries in on week day and weekend we will take downtime only for upgrade.
    so that while upgrading we can exclude the installation time.
    Thats why we are planning to create new os level user and installing 10g binaries.
    So asked for advice and suggestions whether is it a way to approach.
    Thank you very much
    VamshiUnderstood, but none of that requires a new oracle user/software owner. I have managed AIX boxes hosting 3 separate db's, each with it's own OHome, owned by it's own OS account. I understand the reasoning of the guy who set that up (that I inherited it from), but disagree with it. It created as many problems as it solved. There really is no good reason that I can see to create more than one single OS account to own all of the oracle software installations. Just as there is generally no good reason to have multiple OHome's of the same version. Just as there is no good reason to have multiple listeners on a given host.

  • Usefull unix commands

    Dear guru,s
           In our workplace sap-ecc5.0,db-oracle,OS-HP_UX .Just i wants to know what are the commands we can use at os level...........for seeing file system,giving file permission,ect.Please anyone send me those commands which are we can use..............
    Regard's
    rocky

    Hi,
    Linux Commands for working with Files
    1. Listing the files
    ls
    Lists the contents of a directory.
    Syntax
    ls [-a] [-A] [-b] [-c] [-C] [-d] [-f] [-F] [-g] [-i] [-l] [-L] [-m] [-o] [-p] [-q] [-r] [-R] [-s] [-t] [-u] [-x]
    -a     Shows you all files, even files that are hidden (these files begin with a dot.)
    -A     List all files including the hidden files. However, does not display the working directory (.) or the parent directory (..).
    -d     If an argument is a directory it only lists its name not its contents.
    -r     Reverses the order of how the files are displayed.
    -R     Includes the contents of subdirectories.
    -s     Give size in blocks, including indirect blocks, for each entry.
    -t     Shows you the files in modification time.
    Examples
    ls -l
    In the above example this command would list each of the files in the current directory and the files permissions, the size of the file, date of the last modification, and the file name or directory.
    Permissions     Directories     Group     Size     Date     Directory or file
    drwx------     2     users     4096     Nov 2 19:51     mail/
    drwxr-s---     35     www      32768     Jan 20 22:39     public_html/
    -rw-------     1     users     3     Nov 25 02:58     test.txt
    ls /
    List the contents of your root directory.
    ls ../
    List the contents of the parent directory.
    ls */
    List the contents of all sub directories.
    ls -d */
    Only list the directories in the current directory.
    2. Displaying the files
    cat
    Allows you to look, modify or combine a file.
    Syntax
    cat filename [-n] [-b] [-u] [-s] [-v]
    filename     The name of the file or files that you wish to look at or perform tasks on.
    -n     Precede each line output with its line number.
    Examples
    cat file1.txt file2.txt > file3.txt - Reads file1.txt and file2.txt and combines those files to make file3.txt.
    3. Copying/Renaming Files
    cp
    Copies files from one location to another.
    Syntax
    cp [OPTION]... SOURCE DEST
    cp [OPTION]... SOURCE... DIRECTORY
    -i, --interactive     prompt before overwrite
    -l, --link     link files instead of copying
    -p     same as --preserve=mode,ownership,timestamps
    -R, -r, --recursive     copy directories recursively
    -u, --update     copy only when the SOURCE file is newer than the destination file or when the destination file is missing
    Examples
    cp file1.txt newdir
    Copies the file1.txt in the current directory to the newdir directory.
    cp *.txt newdir
    Copy all files ending in .txt into the newdir directory.
    cp -r /home/hope/files/* /home/hope/backup
    Copies all the files, directories, and subdirectories in the files directory into the backup directory.
    4. Renaming Files
    mv - move (rename) files  
    Syntax
    mv [OPTION]... SOURCE DEST
    mv [OPTION]... SOURCE... DIRECTORY
    -f, --force
    do not prompt before overwriting equivalent to --reply=yes
    -u, --update
    move only when the SOURCE file is newer than the destination file or when the destination file is missing
    5. Creating and deleting Files
    cd
    Changes the directory.
    Syntax
    cd [directory]
    directory     Name of the directory user wishes to enter.
    cd ..     Used to go back one directory on the majority of all Unix shells. It is important that the space be between the cd and the ..
    Examples
    cd hope
    The above example would go into the hope directory if it exists.
    cd ../home/users/computerhope
    The above example would go back one directory and then go into the home/users/computerhope directory.
    cd ../../
    the above example would go back two directories.
    cd
    typing just cd alone will move you into the home directory.
    mkdir
    Short for make directory this command is used to create a new directory.
    Syntax
    mkdir dirname
    Examples
    mkdir mydir - This would create a new directory called mydir.
    Deleting Files
    rm
    Deletes a file without confirmation (by default).
    Syntax
    rm [-f] [-i] [-R] [-r] [filenames | directory]
    -f     Remove all files (whether write-protected or not) in a directory without prompting the user. In a write-protected directory, however, files are never removed (whatever their permissions are), but no messages are displayed. If the removal of a write-protected directory is attempted, this option will not suppress an error message.
    -i     Interactive. With this option, rm prompts for confirmation before removing any files. It over- rides the -f option and remains in effect even if the standard input is not a terminal.
    -R     Same as -r option.
    -r     Recursively remove directories and subdirectories in the argument list. The directory will be emptied of files and removed. The user is normally prompted for removal of any write-protected files which the directory contains. The write-protected files are removed without prompting, however, if the -f option is used, or if the standard input is not a terminal and the -i option is not used. 
    Examples
    rm myfile.txt
    Remove the file myfile.txt without prompting the user.
    rm -r directory
    Remove a directory, even if files existed in that directory.  
    rmdir
    Deletes a directory.
    Syntax
    rmdir [OPTION]... DIRECTORY...
    Examples
    rmdir mydir - removes the directory mydir
    rm -r directory - would remove a directory, even if files existed in that directory
    6. File permission commands
    chmod
    Changes the permission of a file.
    Syntax
    chmod [OPTION]... MODE[,MODE]... FILE...
    -R, --recursive     change files and directories recursively
    Permissions
    u - User who owns the file.
    g - Group that owns the file.
    o - Other.
    a - All.
    r - Read the file.
    w - Write or edit the file.
    x - Execute or run the file as a program.
    Numeric Permissions:
    CHMOD can also to attributed by using Numeric Permissions:
    400 read by owner
    040 read by group
    004 read by anybody (other)
    200 write by owner
    020 write by group
    002 write by anybody
    100 execute by owner
    010 execute by group
    001 execute by anybody
    Examples
    The above numeric permissions can be added to set a certain permission, for example, a common HTML file on a Unix server to be only viewed over the Internet would be:
    chmod 644 file.htm
    This gives the file read/write by the owner and only read by everyone else (-rw-rr).
    Files such as scripts that need to be executed need more permission. Below is another example of a common permission given to scripts.
    chmod 755 file.cgi
    This would be the following 400040004200020100010+001 = 775 where you are giving all the rights but the capability for anyone to edit your file.cgi (-rwxr-xr-x).
    Finally, another common CHMOD permission is 666, as shown below, which is read and write by everyone.
    chmod 666 file.txt
    chown
    Command for that changes the owner of a file.
    Syntax
    chown [-R] newowner filenames
    -R     Change the permission on files that are in the subdirectories of the directory that you are currently in.
    Examples
    chown xyz file.txt - Give permissions as owner to user xyz.
    Set User Identification Attribute (setuid)
    When the set user ID access mode is set in the owner permissions, and the file is executable, processes which run it are granted access to system resources based on the owner of the file.
    Be extremely careful when setting these permissions. Any user who runs that file assumes the permissions of the owner of the executable file, instead of the user who created the process..
    The setuid permission is shown as an s in the file permissions. For example, the setuid permission on the /usr/bin/passwd command enables normal users to read and write an otherwise inaccessible /etc/passwd file:
    user@myhost $ ls -l /etc/shadow /etc/passwd /usr/bin/passwd
    -r----
       1 root     root          659 Jul 25 19:40 /etc/shadow
    -rw-rr   1 root     root          711 Jul 25 19:40 /etc/passwd
    -r-sr-xr-x   1 root     bin         15613 Apr 27 12:29 /usr/bin/passwd
    You will notice that the s takes the place of the execute bit in the example above. This special permission mode really has no meaning unless the file also has execute permission as well.
    In the example we see the /etc/shadow file is only readable by root, yet the /usr/bin/passwd file enables us to write our password changes there. When either a normal user, a member of the bin group, or even anyone else executes /usr/bin/passwd, it is really run as root, due to the ``s'' bit set in the owner's permissions field.
    It is advisable to keep setuid, in order to reduce the possibility of their being exploited.
    Umask Settings
    The umask command is used to set and determine the default file creation permissions on the system. It is the octal complement of the desired file mode for the specific file type. Default permissions are:
    •     777 - Executable files
    •     666 - Text files
    These defaults are set allowing all users to execute an executable file and not to execute a text file. The defaults allow all users can read and write the file.
    The permission for the creation of new executable files is calculated by subtracting the umask value from the default permission value for the file type being created. An example for a text file is shown below with a umask value of 022:
            666 Default Permission for text file
           -022 Minus the umask value
            644 Allowed Permissions
    Therefore the umask value is an expression of the permissions the user, group and world will not have as a default with regard to reading, writing, or executing the file. The umask value here means the group the file belongs to and users other than the owner will not be able to write to the file. In this case, when a new text file is created it will have a file permission value of 644, which means the owner can read and write the file, but members of the group the file belongs to, and all others can only read the file. A long directory listing of a file with these permissions set is shown below.
    -rw-rr   1 root     workgrp          14233 Apr  24 10:32 textfile.txt
    An example command to set the umask is:
    umask 022
    The most common umask setting is 022. The /etc/profile script is where the umask command is usually set for all users.
    7. Searching for files
    find
    Finds one or more files
    Syntax
    find path expressions
    -mtime n     True if the file's data was modified n days ago.
    -name pattern     True if pattern matches the current file name.  Normal shell file name generation characters (see sh) may be used. A backslash (\) is used as an escape character within the pattern. The pattern should be escaped or quoted when find is invoked from the shell.
    -size n[c]     True if the file is n blocks long (512 bytes per block). If n is followed by a c, the size is in
    bytes.
    When using find to determine files modified within a range of time, one must use the ?time argument before the -print argument; otherwise, find will give all files.
    Examples
    find -name 'mypage.htm'
    In the above command the system would search for any file named mypage.htm in the current directory and any subdirectory.
    find / -name 'mypage.htm'
    In the above example the system would search for any file named mypage.htm on the root and all subdirectories from the root.
    find -name 'file*'
    In the above example the system would search for any file beginning with file in the current directory and any subdirectory.
    find -name '*' -size +1000k
    In the above example the system would search for any file that is larger then 1000k.
    8. Linking files
    Hard Links and Symbolic Links
    They are listings that contain information about the file. Linux files don't actually live in directories. They are assigned an inode number, which Linux uses to locate files. So a file can have multiple hardlinks, appearing in multiple directories, but isn't deleted until there are no remaining hardlinks to it. Here are some other differences between hardlinks and symlinks:
    1. You cannot create a hardlink for a directory.
    2. If you remove the original file of a hardlink, the link will still show you the content of the file.
    3. A symlink can link to a directory.
    4. A symlink, like a Windows shortcut, becomes useless when you remove the original file.
    Hardlinks
    $ ln FileA FileB
    Then use the "i" argument to list the inodes for both FileA and its hardlink. Type:
    $ ls -il FileA FileB
    This is what you get:
    1482256 -rw-rr     2 bruno bruno     21 May 5 15:55 FileA
    1482256 -rw-rr     2 bruno bruno     21 May 5 15:55 FileB
    You can see that both FileA and FileB have the same inode number (1482256). Also both files have the same file permissions and the same size. Because that size is reported for the same inode, it does not consume any extra space on your HD!
    Next, remove the original FileA:
    $ rm FileA
    And have a look at the content of the "link" FileB:
    $ cat FileB
    You will still be able to read the file..
    Symlinks
    Let's make a symlink to FileB. Call the symlink FileC:
    $ ln -s FileB FileC
    Then use the i argument again to list the inodes.
    $ ls -il FileB FileC
    This is what you'll get:
    1482256 -rw-rr     1 bruno bruno     21 May 5 15:55 FileB
    1482226 lrwxrwxrwx    1 bruno bruno      5 May 5 16:22 FileC -> FileB
    You'll notice the inodes are different and the symlink got a "l" before the rwxrwxrwx. The link has different permissions than the original file because it is just a symbolic link. Its real content is just a string pointing to the original file. The size of the symlink (5) is the size of its string. (The "-> FileB" at the end shows you where the link points to.)
    Now if we remove the original file:
    $ rm FileB
    and check the Test directory:
    $ ls
    You'll see the symlink FileC is still there, but if you try to list the contents:
    $ cat FileC
    It will tell you that there is no such file or directory. You can still list the inode. Typing:
    $ ls -il FileC
    will still give you:
    1482226 lrwxrwxrwx     1 bruno bruno     5 May 5 16:22 FileC -> FileB
    But the symlink is obsolete because the original file was removed, as were all the hard links. So the file was deleted even though the symlink remains.
    9. Grep/egrep
    grep
    Finds text within a file.
    Syntax
    grep [options]  [FILE...]
    Patterns for searching.
    .     Matches single character.
    *     Wild character Example C* if found would pull up CC or CAT...
    {}     Matches any character contained within the bracket.
    ^     Represents the beginning of the line, so if you did ^T it would search for any sentence starting with a T.
    $     Represents the end of the line, so if you did $. then it would pull up any lines that ended with .
    \     Means to take the next character serious so you could search for C\ C.
    Examples
    grep "unix" *.htm
    search all .htm files in the current directory for any reference of  unix and give results similar to the below example text.
    egrep
    Search a file for a pattern using full regular expressions.
    Syntax
    egrep [-b] [-c] [-h] [-i] [-l] [-n] [-s] [-v] [-x] [ -e pattern_list ] [-f file ] [ strings ] [ file]
    Examples
    egrep "support|help|windows" myfile.txt - Would search for patterns of support help and windows in the file myfile.txt.
    10. su command
    Become super user or another user.
    Syntax
    su [ - ] [ username [ arg ] ]
    username     The name of another username that you wish to log in as.
    arg     Additional arguments that need to be passed through the su command.
    Examples
    su - hope - would login as the user hope .
    11. Xargs
    xargs
    Build and execute command lines from standard input.
    Syntax
    xargs [-0prtx] [-e[eof-str]] [-i[replace-str]] [-l[max-lines]] [-n max-args] [-s max-chars] [-P max-procs] [null] [eof[=eof-str]] [replace[=replace-str]] [max-lines[=max-lines]] [interactive] [max-chars=max-chars] [--verbose]
    Examples
    find . -type f -mtime -1 -print | xargs pr -n
    Find any files that have a modified time of 1 day and print the contents of each of those files.
    Regards,
    Raghu

  • Tablespace sizing mismatch

    Hi,
    I was wondering why the sizes (in blocks) returned by dba_data_files, dba_tablespace_usage_metrics and dba_extents do not match?
    I am expecting that the sizes returned in below query to match but they are not. The sizes returned by the dba_tspace_usg_metrics_size and dba_data_files match but not with the sizes returned by dba_extents. Do anyone know why is it so?
    SELECT dtum.tablespace_name,
    dtum.tablespace_size dba_tspace_usg_metrics_size,
    de.tablespace_size dba_extents_size,
    ddf.dba_data_files_size
    FROM (SELECT tablespace_name, tablespace_size
    FROM dba_tablespace_usage_metrics) dtum,
    ( SELECT TABLESPACE_NAME, SUM (blocks) tablespace_size
    FROM dba_extents
    GROUP BY TABLESPACE_NAME
    ORDER BY TABLESPACE_NAME) de,
    ( SELECT tablespace_name, SUM (blocks) dba_data_files_size
    FROM dba_data_files
    GROUP BY tablespace_name) ddf
    WHERE dtum.tablespace_name = de.tablespace_name
    AND dtum.tablespace_name = ddf.tablespace_name
    Thanks,
    Parshu

    Also what I don't understand is why the total of dba_segments and dba_extents do not match? I am already filtering out the recycle bin objects.
    SELECT dtum.tablespace_name,
    dtum.tablespace_size dba_tspace_usg_metrics_size,
    de.tablespace_size dba_extents_size,
    ddf.dba_data_files_size, ds.dba_segements_size
    FROM
    (SELECT tablespace_name, tablespace_size FROM dba_tablespace_usage_metrics) dtum,
    (SELECT tablespace_name, SUM (blocks) dba_data_files_size FROM dba_data_files GROUP BY tablespace_name) ddf,
    (SELECT TABLESPACE_NAME, SUM (blocks) tablespace_size FROM dba_extents where segment_name not like 'BIN$%' GROUP BY TABLESPACE_NAME) de,
    (SELECT tablespace_name, SUM(blocks) dba_segements_size FROM dba_segments where segment_name not like 'BIN$%' GROUP BY tablespace_name) ds
    WHERE dtum.tablespace_name = de.tablespace_name
    AND dtum.tablespace_name = ddf.tablespace_name
    AND dtum.tablespace_name = ds.tablespace_name

  • Recycle bin to show all deleted items on the site collection for specific user group

    hi there, is there any way where a certain sharepoint group (i.e. site collection members) to view and restore deleted items on theentire collection, without giving them site collection rights orgive them more rights than necessary? we wanted to create
    aSP group that has the permission to restore deleted items and give them to selected users so that our users won't have to contact us when they want to restore a deleted item

    I don't believe you can. If an item get's deleted it should go to the first recycle bin @ /_layouts/15/RecycleBin.aspx
    The Recycle Bin gives a site collection administrator
    greater control when users delete files, versions of files, list items, libraries, lists, and folders from a SharePoint site by providing a second stage safety net before an item is permanently deleted from a site. When a user deletes an item from the Recycle
    Bin, the item is sent to a second stage Recycle Bin (also known as the Site Collection Recycle Bin) that the site collection administrator manages. This article focuses on how a site collection administrator can manage the Recycle Bin for a site collection.
    https://support.office.com/en-US/Article/Manage-the-Recycle-Bin-of-a-SharePoint-site-collection-5fa924ee-16d7-487b-9a0a-021b9062d14b
    Ibrahim Sukari, Technical Consultant | SharePoint | Dynamics CRM |
    LinkedIn Profile

  • Grouping of bins withing one storage section per Material Number

    HI,
    We have requirement of placing materials into fix group of bins. e.g One material in 4 bins, second material in 8 bins, third Material in 10 bins, Fourth Material in 2 bins and so on. We have approximately 8500 numbers of different material in store.
    Material Master has only One bin defined in WM view 2.
    How can we keep one material into Group of Fix bin within one section.
    Could you please help me to get above requirement.
    Regards,
    Manish

    Hi ,
    It means this is only way we can group bins togeather. I may be having more then 100 sections in the warehouse.
    I mentioned in my earlier communication that we have lot of materials.
    Its a very big storage area , and each material has fixed number of bins. So within one storage type there will be approximately 300 sections.
    As per your advice I should go for Sections for grouping of bins.
    Is there any other way we can do it, as asked by me in my query, i.e.  within one section, gouping of bins.
    Regards,
    Manish

  • How to Limit the Grouped(through Bins) values in Pivot View

    Hi All,
    we have a column category which contains operational,staffing and allocation categories.
    in our requirement we need to group operational and staffing as group1 and the allocations as the other group2.i have grouped this using bins.
    our requirement is group1 should dispaly in one pivot view and group2 values should display in another pivot view.
    Could any one please suggest on this.
    NOTE: I have tried this with new calculated item option in pivot view but its unable to display character values.
    Thank You,
    Suhasini.
    Edited by: user10920790 on Nov 17, 2009 4:48 AM

    I think the issue here is that you have bins 1,2,3 but you want to see the values displayed, not 1,2,3?
    Try adding the same column again, use them next to each other in the pivot table, hide the one with the bins, what you should get is a prent and child type structure where the values are group according to the 1 2 3 in the first column.
    I htink the only way to get three separate tables would be to duplicate the query 3 times, filtering the bins column by 1 then 2 etc and displaying all three tables one below the other. Alternatively, you could try putting the bins column in the section header of the pivot table to see if that splits the tables by 1 2 3 .
    Sorry if this is a bit long winded, it's worth playing around with it though.
    regards
    Ed

Maybe you are looking for