OGG 1403错误解决方法

OGG oracle goldengate 1403错误解决方法
1. 错误描述
WARNING OGG-01154 Oracle GoldenGate Delivery for Oracle, repyxb.prm: SQL error 1403 mapping SGPM.P_SMS_SEND to SGPM.P_SMS_SEND.
WARNING OGG-01003 Oracle GoldenGate Delivery for Oracle, repyxb.prm: Repositioning to rba 2509817 in seqno 1.
ERROR OGG-01296 Oracle GoldenGate Delivery for Oracle, repyxb.prm: Error mapping from SGPM.P_SMS_SEND to SGPM.P_SMS_SEND.
ERROR OGG-01668 Oracle GoldenGate Delivery for Oracle, repyxb.prm: PROCESS ABENDING.
2. 错误原因和分析
SQL ERROR 1403属数据错误,指记录无法投递到目标数据库,需通过查看错误信息及discarded文件,到两端库寻找相应记录,并结合logdump工具分析队列中的实际数据,分析出现该错误的原因,进而解决该问题。
造成该错误的可能原因:
两端表结构不一致
附加日志错误
初始化方法错误导致不一致
目标端级联删除、trigger没有被禁止
该表存在不写日志的DML操作
3. 处理方法
3.1 两端表结构不一致
重新初始化该表
3.2 附加日志错误
在源端确认该表附加日志是否为enable状态,执行命令:
GGSCI>INFO TRANDATA schema.table_name
如果不是,重新添加附加日志,执行命令
GGSCI>ADD TRANDATA schema.table_name
加完附加日志后需要重新对该表执行初始化,具体方法请参照运维方案。
3.3 初始化方法错误导致数据不一致
GG在执行删改操作时,由于初始化方法错误造成的数据不一致,使得GG删除的记录不存在,或修改的数据前影像不一致。此时,可通过logdump观察具体错误,如果记录条数不多,则可手动修复该错误。如果记录数非常多,则需对该表进行重新初始化或在replicat进程中添加handlecollisions参数(加handlecollisions参数的前提为该replicat进程复制的表均有主键或唯一约束)。
3.4 目标端级联删除、trigger没有被禁止
删除目标端trigger及主外键约束即可。
禁止trigger:
禁止主外键约束:
3.5 该表存在不写日志的DML操作
当表处于logging状态且使用了以下数据装载模式+nologging时DML将不会被写入数据库日志,OGG无法捕获到:
? /*+ APPEND */ hint
? /*+ BUFFER */ hint
? /*+ PARALLEL */ hint
? SQLLDR with DIRECT=TRUE
请首先检查表是否处于logging mode,然后从应用方面检查是否存在这些限制。如果有需要调整表为logging模式,对表执行重新初始化,具体方法请参照运维方案。
3.6 定时任务
观察数据库是否存在定时任务自动修改数据。
同样,对于操作系统级也进行检查,是否有脚本自动修改数据库中数据。
如有以上现象,请禁止这些任务,对已经受影响的表执行初始化。
3.7 数据初始化带来的不一致
如果数据初始化时候没有使用SCN号做恢复和启动OGG进程,则可能会丢失部分数据,在日后的运行过程中报告1403错误。
3.8 人为修改OGG进程检查点带来的数据不一致
如果使用了alter extract/replicat等操作修改过OGG的检查点,则可能会出现丢失数据或者部分时段数据重复现象,造成运行期间报告1403错误。
3.9 人为修改目标端数据
人为失误修改目标数据也会造成两端数据不一致。

Hi ,
As mentioned by John, you can check the Doc ID 1559048.1. In future to avoid such problems, you can also increase your trail file size. If your trail file size is small in size, it gets quickly rolled over.
The Doc says.,
Assign a new trail file to the Extract or Data Pump that is nearing the maximum threshold.
Steps to create and assign a new trail:
1. Stop the upstream trail writer and allow downstream trail readers to consume existing trail files.
2. Delete the overgrown trail from GGSCI.
3. Assign a new trail to the trail writer.
4. Update the trail writer's parameter file to use the new trail.
5. Alter the trail reader to read this new trail.
Regards,
Veera

Similar Messages

  • Update statements encounterd  Errors  OGG-01168 & SQL error 1403 mapping

    Hi Expetrs,
    Update statements throwing below error:
    2012-11-07 10:40:11  WARNING OGG-00869  Oracle GoldenGate Delivery for Oracle, rep1.prm:  No unique key is defined for table AAAA. All viable columns will be used to represent the key, but may not guarantee uniqueness.  KEYCOLS may be used to define the key.
    2012-11-07 10:40:12  WARNING OGG-00869  Oracle GoldenGate Delivery for Oracle, rep1.prm:  No unique key is defined for table AAAA. All viable columns will be used to represent the key, but may not guarantee uniqueness.  KEYCOLS may be used to define the key.
    2012-11-07 10:40:15  WARNING OGG-00869  Oracle GoldenGate Delivery for Oracle, rep1.prm:  No unique key is defined for table BBBB. All viable columns will be used to represent the key, but may not guarantee uniqueness.  KEYCOLS may be used to define the key.
    2012-11-07 10:40:15  WARNING OGG-00869  Oracle GoldenGate Delivery for Oracle, rep1.prm:  No unique key is defined for table BBBB. All viable columns will be used to represent the key, but may not guarantee uniqueness.  KEYCOLS may be used to define the key.
    2012-11-07 10:40:16  WARNING OGG-01004  Oracle GoldenGate Delivery for Oracle, rep1.prm:  Aborted grouped transaction on 'abc.BBBB', Database error 100 (retrieving bind info for query).
    2012-11-07 10:40:16  WARNING OGG-01003  Oracle GoldenGate Delivery for Oracle, rep1.prm:  Repositioning to rba 17466 in seqno 1384.
    2012-11-07 10:40:16  WARNING OGG-01154  Oracle GoldenGate Delivery for Oracle, rep1.prm:  SQL error 1403 mapping abc.BBBB to abc.BBBB.
    2012-11-07 10:40:16  WARNING OGG-01003  Oracle GoldenGate Delivery for Oracle, rep1.prm:  Repositioning to rba 20104 in seqno 1384.
    2012-11-07 10:40:16  ERROR   OGG-01296  Oracle GoldenGate Delivery for Oracle, rep1.prm:  Error mapping from abc.BBBB to abc.BBBB.
    2012-11-07 10:40:16  ERROR   OGG-01668  Oracle GoldenGate Delivery for Oracle, rep1.prm:  PROCESS ABENDING.If I use KEYCOLS:
    --extract file:
    TABLE abc.INDIA , KEYCOLS (ID);--replicat parameter file
    MAP abc.INDIA, TARGET abc.INDIA , KEYCOLS (ID);Encountered below error
    2012-11-09 00:37:54  WARNING OGG-00869  Oracle GoldenGate Delivery for Oracle, rep1.prm:  No unique key is defined for table INDIA. All viable columns will be used to represent the key, but may not guarantee uniqueness.  KEYCOLS may be used to define the key.
    2012-11-09 00:48:34  ERROR   OGG-01168  Oracle GoldenGate Delivery for Oracle, rep1.prm:  Encountered an update for target table abc.INDIA, which has no unique key defined.  KEYCOLS can be used to define a key.  Use ALLOWNOOPUPDATES to process the update without applying it to the target database.  Use APPLYNOOPUPDATES to force the update to be applied using all columns in both the SET and WHERE clause.
    2012-11-09 00:48:34  ERROR   OGG-01668  Oracle GoldenGate Delivery for Oracle, rep1.prm:  PROCESS ABENDING.any clues plz ??
    Regards,
    Edited by: user13403707 on 19 Nov, 2012 10:55 PM

    If you know of any columns that can be used to identify the records you want to replicat changes to at the target table, use them as KEYCOLS.
    Then add supplemental logging using those columns as
    ADD TRANDATA owner.table_name, COLS (col1, col2).
    If you can't think of any such columns, just do
    ADD TRANDATA owner.table_name;
    It will add supplemental logging with the below warning
    2012-11-19 09:59:13 WARNING OGG-00869 No unique key is defined for table table_name. All viable columns will be used to represent the key, but may not guarantee uniqueness. KEYCOLS may be used to define the key.
    Logging of supplemental redo data enabled for table owner.table_name.

  • OGG-00204,Missing TARGET specification.

    Hi All,
    I'm having some issues on my replicat process as I'm encountering this error "OGG-00204, MIssing TARGET specification" when I'm trying to start it,
    my replicat parameter file includes "TARGET" on table mapping, am i missing something? please see below the error log and replicat parameters below.
    i tried googling it but i don't have any luck on finding a solution, please help.
    GG version
    Version 11.2.1.0.1 OGGCORE_11.2.1.0.1_PLATFORMS_120423.0230_FBO
    Solaris, x64, 64bit (optimized), Oracle 11g on Apr 24 2012 01:48:54
    DB version 11.2.0.1.0
    ERROR LOG
    2013-08-29 21:08:38  INFO
    OGG-00987  Oracle GoldenGate Command Interpreter for Oracle:  GGSCI command (oracle): start replicat RPGRPA0A.
    2013-08-29 21:08:38  INFO
    OGG-00963  Oracle GoldenGate Manager for Oracle, mgr.prm:  Command received from GGSCI on host unknown (START REPLICAT RPGRPA0A ).
    2013-08-29 21:08:38  INFO
    OGG-00975  Oracle GoldenGate Manager for Oracle, mgr.prm:  REPLICAT RPGRPA0A starting.
    2013-08-29 21:08:39  INFO
    OGG-00995  Oracle GoldenGate Delivery for Oracle, rpgrpa0a.prm:  REPLICAT RPGRPA0A starting.
    2013-08-29 21:08:39  INFO
    OGG-03035  Oracle GoldenGate Delivery for Oracle, rpgrpa0a.prm:  Operating system character set identified as US-ASCII. Locale: en_US_POSIX, LC_ALL:.
    2013-08-29 21:08:39  INFO
    OGG-00506  Oracle GoldenGate Delivery for Oracle, rpgrpa0a.prm:  Both GETTRUNCATES and DDL replication are enabled.
    2013-08-29 21:08:39  INFO
    OGG-01815  Oracle GoldenGate Delivery for Oracle, rpgrpa0a.prm:  Virtual Memory Facilities for: COM
    anon alloc: mmap(MAP_ANON)  anon free: munmap
    file alloc: mmap(MAP_SHARED)  file free: munmap
    target directories:
    /ogg/ggs/dirtmp.
    2013-08-29 21:08:39  INFO
    OGG-00996  Oracle GoldenGate Delivery for Oracle, rpgrpa0a.prm:  REPLICAT RPGRPA0A started.
    2013-08-29 21:08:39  ERROR   OGG-00204  Oracle GoldenGate Delivery for Oracle, rpgrpa0a.prm:  Missing TARGET specification.
    2013-08-29 21:08:39  ERROR   OGG-01668  Oracle GoldenGate Delivery for Oracle, rpgrpa0a.prm:  PROCESS ABENDING.
    -bash-3.00$
    REPLICAT PARAMETER
    REPLICAT RPGRPA0A
    getenv (ORACLE_SID)
    USERID ggs_owner, &
    PASSWORD AADAAAAAAAAAAAJANEMJKFJARJIFTJCHBABBCIBEQJNIGJVFIGQJAGGIHHTHTHAIGIUJPGSDTCOECFVA, &
    ENCRYPTKEY clarityogg
    ASSUMETARGETDEFS
    DBOPTIONS DEFERREFCONST
    DISCARDFILE ./dirout/dscrpgrpa0a.dsc, APPEND
    APPLYNOOPUPDATES
    GETTRUNCATES
    --ERROR HANDLING
    REPERROR (-1, EXCEPTION)
    REPERROR (-1403, EXCEPTION)
    DDLERROR DEFAULT IGNORE RETRYOP
    --OPTIMIZATION
    BATCHSQL
    GROUPTRANSOPS 2000
    --DDL REPLICATION
    DDL &
    INCLUDE OBJNAME "SCHEMA2.APRTEMP" &
    INCLUDE OBJNAME "SCHEMA2.AWAIT_TASK4" &
    INCLUDE OBJNAME "SCHEMA2.BASH_CUSTOMER_RBG" &
    INCLUDE OBJNAME "SCHEMA2.BC_CBG" &
    EXCLUDE INSTR 'AS SELECT'
    --TABLE REPLICATION
    SEQUENCE SCHEMA2.*;
    MAP SCHEMA1.APRTEMP, TARGET SCHEMA2.APRTEMP;
    MAP SCHEMA1.AWAIT_TASK4, TARGET SCHEMA2.AWAIT_TASK4;
    MAP SCHEMA1.BASH_CUSTOMER_RBG, TARGET SCHEMA2.BASH_CUSTOMER_RBG;
    MAP SCHEMA1.BC_CBG, TARGET SCHEMA2.BC_CBG;
    Thanks a lot
    Villy

    Found the answer, i just removed sequence schema2.* and the replicat runs fine.

  • Error MySQL to Oracle Replication   ERROR   OGG-00146 Failed to Query Meta

    Hello Guys,
    I have a configured replication between MySQL database and Oracle Database using Golden Gate.
    Extract data from MySQL is replicated to Oracle.
    MySQL is on Linux and version is 5.5
    Oracle is 11gR2 RAC on Linux (I am using one node for replication)
    When i start extract and replicat they works fine, but as soon as record is inserted in source database i.e MySQL extract ABENDED with this error in the log file:
    *2013-04-11 16:24:40 ERROR OGG-00146 Oracle GoldenGate Capture for MySQL, smpp7.prm: VAM function VAMRead returned unexpected result: error 600 - VAM Client Report* *<CAUSE OF FAILURE : Failed to Query Metadata from Table : smpp7.sent_sms WHEN FAILED : While Sending Insert and Delete Record WHERE FAILED : MySQLBinLog Reader Module*
    CONTEXT OF FAILURE : No Information Available!>.
    *2013-04-11 16:24:40 ERROR OGG-01668 Oracle GoldenGate Capture for MySQL, smpp7.prm: PROCESS ABENDING*
    This is my extract and replicat:
    Extract
    GGSCI>ADD EXTRACT SMPP7, TRANLOG, BEGIN NOW
    GGSCI>EDIT PARAMS SMPP7
    EXTRACT smpp7
    DBOPTIONS HOST 10.168.20.253, CONNECTIONPORT 14422
    SOURCEDB [email protected]:14422, USERID "*******", PASSWORD "*******"
    RMTHOST 10.168.20.31, MGRPORT 7809
    RMTTRAIL /u01/app/oracle/oradata/GG/dirdat/D2
    TRANLOGOPTIONS ALTLOGDEST /mysql/node3/data/mysql-bin.index
    TABLE smpp7.sent_sms;
    GGSCI>ADD RMTTRAIL /u01/app/oracle/oradata/GG/dirdat/D2, EXTRACT SMPP7, MEGABYTES 5
    GGSCI>INFO RMTTRAIL *
    GGSCI>START EXTRACT SMPP7
    Replicat
    GGSCI>ADD REPLICAT smpp7, EXTTRAIL /u01/app/oracle/oradata/GG/dirdat/D2, checkpointtable ggs_owner.checkpoint
    3) edit params smpp7
    REPLICAT SMPP7
    USERID *******, PASSWORD *******
    ASSUMETARGETDEFS
    HANDLECOLLISIONS
    SOURCEDEFS /u01/app/oracle/oradata/GG/dirdef/smpp7.def
    DISCARDFILE /u01/app/oracle/oradata/GG/dirrpt/smpp7.dsc, PURGE
    MAP "smpp7.sent_sms", TARGET MYSQL_SMPP7.sent_sms, COLMAP (usedefaults,COMPRESS_=compress,SERVICE=@STRCAT(service,"_sms"));
    GGSCI>START REPLICAT smpp7
    I have given full rights to MySQL user:
    GRANT ALL PRIVILEGES ON *.* TO '**********'@'localhost' IDENTIFIED BY 'kannel' WITH GRANT OPTION;
    GRANT ALL PRIVILEGES ON *.* TO '**********'@'10.168.20.253' IDENTIFIED BY 'kannel' WITH GRANT OPTION;
    Can you please help me to get through this problem.
    Regards, Imran

    Hi,
    I have the same error between two Mysql 5.5.
    I have added this line in the extact param file :
    vam params (arliberror -14 warn)
    And on my replicate param file :
    map "aix"."etat", target "FR"."etat", REPERROR (-1403, EXCEPTION);
    It looks working better.
    But I can't modify my max_binlog_size to 4069 (4k). It make have to much file and slow my system.

  • SQL error 1403

    Hi ,
    I am facing the below error although the record is available in target database . I have enabled the supplimental logging on datbase level and table level .
    For insert operation the replicat works fine but for update and delete operation it fails with the below error
    2012-03-02 04:43:09 WARNING OGG-01154 SQL error 1403 mapping PROD.STC_FO911 to PROD.STC_FO911.
    3 records processed as of 2012-03-02 04:43:09 (rate 0,delta 0)
    Below is the statement which I have used for table level supplemental logging .
    ADD trandata PROD.F0911 , COLS ( update_date , create_date )
    I have noticed when the update_date column is there the record fails to replicat but when it is null it is replicating .
    Please help
    Thanks

    Look for what is null. The error is the same here as anywhere else in the Oracle world: if a field/column has a non-null constraint, then you better have something there. Look at getting the before values.

  • OGG 问题,经常中断.

    oracle9208 RAC数据库 同步到oracle9.2.0.4数据库,均为aix环境下,经常发生中断,ggserr.log显示
    2012-08-22 10:46:38  WARNING OGG-01004  Oracle GoldenGate Delivery for Oracle, r
    ephz01.prm:  Aborted grouped transaction on 'JYCQ.T_CQRINFO', Database error 100
    (retrieving bind info for query).
    2012-08-22 10:46:38  WARNING OGG-01003  Oracle GoldenGate Delivery for Oracle, r
    ephz01.prm:  Repositioning to rba 7776056 in seqno 16.
    2012-08-22 10:46:38  WARNING OGG-01154  Oracle GoldenGate Delivery for Oracle, r
    ephz01.prm:  SQL error 1403 mapping JYCQ.T_CQRINFO to JYCQ.T_CQRINFO.
    2012-09-03 10:45:17  ERROR   OGG-01296  Oracle GoldenGate Delivery for Oracle, rephz01.prm:  Error mapping from JYCQ.T_GYR to JYCQ.T_GYR.目标端增加HANDLECOLLISIONS之后,同步可以开启,但是会有数据丢失,不增加HANDLECOLLISIONS,有时会中断,报上面问题。
    discard file显示no record found
    源端所有表的add trandata都已经加过,请问大家有无碰到相似案例。希望不吝赐教,谢谢!
    Extract ext_hz1
    setenv (ORACLE_HOME="/oracle/product/9.2.0")
    SETENV (ORACLE_SID=zhxt2)
    setenv (NLS_LANG=AMERICAN_AMERICA.ZHS16GBK)
    userid ggsor@zhxt2, password ggsor
    EXTTRAIL ./dirdat/aa, megabytes 10
    threadoptions maxcommitpropagationdelay 7000 iolatency 7000
    table JYCQ.BACEL_GZKAGG             ;                       
    table JYCQ.BAK_RT_LSKFCZS20090511   ;                       
    table JYCQ.B_CF_GLXX                ;
    Extract dp_hz1
    setenv (NLS_LANG=AMERICAN_AMERICA.ZHS16GBK)
    PASSTHRU
    Rmthost 172.16.100.51, mgrport 7809, compress
    rmttrail ./dirdat/ha
    table JYCQ.BACEL_GZKAGG             ;                       
    table JYCQ.BAK_RT_LSKFCZS20090511   ;   
    port 7809
    purgeoldextracts *, usecheckpoints, minkeepfiles 10
    AUTORESTART EXTRACT *, WAITMINUTES 2, RETRIES 5
    REPLICAT rep01
    setenv (ORACLE_SID="zhcx")
    setenv (NLS_LANG=AMERICAN_AMERICA.ZHS16GBK)
    USERID ggtar@zhcx, PASSWORD ggtar
    --HANDLECOLLISIONS
    ASSUMETARGETDEFS
    allownoopupdates
    dynamicresolution
    numfiles 3000
    map  JYCQ.T_JRJGZTZG                   ,target JYCQ.T_JRJGZTZG; 
    ........

    2012-08-22 10:46:38 WARNING OGG-01004 Oracle GoldenGate Delivery for Oracle, r
    ephz01.prm: Aborted grouped transaction on 'JYCQ.T_CQRINFO', Database error 100
    (retrieving bind info for query).
    2012-08-22 10:46:38 WARNING OGG-01003 Oracle GoldenGate Delivery for Oracle, r
    ephz01.prm: Repositioning to rba 7776056 in seqno 16.
    2012-08-22 10:46:38 WARNING OGG-01154 Oracle GoldenGate Delivery for Oracle, r
    ephz01.prm: SQL error 1403 mapping JYCQ.T_CQRINFO to JYCQ.T_CQRINFO.
    2012-09-03 10:45:17 ERROR OGG-01296 Oracle GoldenGate Delivery for Oracle, rephz01.prm: Error mapping from JYCQ.T_GYR to JYCQ.T_GYR.
    SQL error 1403 mapping JYCQ.T_CQRINFO to JYCQ.T_CQRINFO.
    对比下2个库中 这张表的数据是否一致
    参考:
    http://www.askmaclean.com/archives/oracle-compare-data-between-tables-method.html
    SQL error 1403 参考
    http://t.askmaclean.com/thread-712-1-1.html

  • ORA-1403  No Data Found

    I have some PL/SQL code that looks like this:
    PROCEDURE my_proc(start_date DATE, end_date DATE)
    AS
    BEGIN
      FOR rec IN (SELECT DISTINCT column1
                  FROM my_table
                  WHERE test_date_and_time BETWEEN start_date AND end_date;)
      LOOP
      END LOOP;
    END; The procedure is called in the following way:
    DECLARE
      sdate     DATE;
      edate     DATE;
    BEGIN
      sdate := to_date('1-jan-2003');
      edate := to_date('10-jan-2003');
      my_proc(sdate, edate);
    END;I get an ORA-1403 exception (No Data Found) at the select statement in the my_proc procedure. But if I run the select statement directly with SQL, several records are found.
    Does anybody know what I am missing.

    Hi,
    DBelt wrote:
    I have some PL/SQL code that looks like this:
    PROCEDURE my_proc(start_date DATE, end_date DATE)
    AS
    BEGIN
    FOR rec IN (SELECT DISTINCT column1
    FROM my_table
    WHERE test_date_and_time BETWEEN start_date AND end_date;)
    LOOP
    END LOOP;
    END; The procedure is called in the following way:
    DECLARE
    sdate     DATE;
    edate     DATE;
    BEGIN
    sdate := to_date('1-jan-2003');
    edate := to_date('10-jan-2003');
    my_proc(sdate, edate);
    END;I get an ORA-1403 exception (No Data Found) at the select statement in the my_proc procedure. But if I run the select statement directly with SQL, several records are found.
    Does anybody know what I am missing.Are you sure the code you posted is what you're actually running? The semicolon at the end of the query:
    ...            WHERE test_date_and_time BETWEEN start_date AND end_date;)is a mistake, but it wouldn't cause ORA-01403.
    Also,
    FOR  rec  IN (query)
    LOOP
    END LOOP;doesn't raise NO_DATA_FOUND. If the query doesn't return any records, then the loop is simply not executed even once.
    If you'd like help, then post your actual code, or a simplified version that gets the same error, along with whatever CREATE TABLE and INSERT statements are needed to run it.

  • Droid 2 Global: OGG supported as ringtone, but not as a playable music file?

    I've been having some trouble playing .ogg music in the music player (by trouble I mean it comes back as mostly static), though Android 2.2 is supposed to support ogg natively. Motorola's site on the Droid 2 Global shows something interesting: http://www.motorola.com/Consumers/US-EN/Consumer-Product-and-Services/Mobile-Phones/ci.DROID2-Global-US-EN.alt
    It lists ogg under supported ringtones but not under Playable formates. Huh? What gives? I've even tried different players that are supposed to support ogg on this phone but they do nothing. Is anyone else experiencing the same problem? How is it that the ringtone can play it but the player cannot, even though Android 2.2 supports the formate?

    Oh me of little faith. The replacement phone syncs both ways. I guess there must be some data corruption that persists past a hard reset.

  • [SOLVED] Fastest way to convert entire music library to ogg?

    Hey,
    I have a music library of about 100gb on my server, and since I'm starting to run out of space, I have been considering converting all the music (currently in mp3 format) to ogg vorbis to save some space, but not loose quality. I installed the mp32ogg script, which I tested on some mp3's. They became about 50% smaller and I didn't notice any difference in quality. (320kbps mp3 -> 160kbps ogg)
    Anyways, the script does its job, but it's extremely slow. I'm at my parents place at the moment, testing it out on my old 35gb library, and it has been running since 3am to now (6pm), and it's not done yet (and my server is much slower than the desktop computer I'm running it on at the moment).
    EDIT: OK, it just finished now. My library shrunk from 35.3gb to 28,6gb in 15,5 hours.
    So I was wondering if there is a faster way to do this (as in another script/program)? Or should I just separate my library into say, ten subfolders and run an instance of the script in each of them simultaniously? I could also have my laptop run a few instances of it over samba, and my iMac too if the script runs on Mac OS X (probably does if I install some stuff from macports).
    Another thing I was considering was converting it all to aac (which I believe would be even smaller?). The only script for that I found was audio-convert, but I didn't find any documentation on how to use it, and typing audio-convert --help just gave a bunch of error messages not related to the actual script at all. Obviously it didn't have a man page either, and by googling I only found a changelog etc. but no information about usage... Examples anyone?
    Oh and obviously my server is CLI only, so no drag and drop converters please Also, I'm not really in a hurry with this, so it's OK if the conversion takes a few hours or even a day, but several days or weeks is completely unnacceptable.
    Thanks in advance people
    Last edited by pauligrinder (2011-04-21 17:09:06)

    lives2evil wrote:Well, "My machines: Arch x5 + Windows 7 x2 + Mac OS X x2" => That's probably why he's broke .
    I don't actually have 9 computers, I have OS X + 7 + Arch on both my Mac and my laptop, which already makes 6 then I have the server, which is an old laptop, and two nearly ten years old desktops which run Arch, so yeah. And I don't have the old ones at my apartment anyway. I'm broke because I just came back from a "world tour", visiting Japan and Australia... And also because I bought the iMac
    Another reason why I can't buy a new HD for the server yet, is the fact that it's a laptop. It only has 1x IDE, and all my USB ports are already occupied by harddrives and my dtv-receiver, etc. What I will do someday soon, is turn my old desktop pc into a server. But that has to wait too, because I don't have room for it in my apartment (and it's too loud to sleep in the same room anyway). I'm actually waiting until I graduate and get a proper job, then I will upgrade the computer and make a server out of the spare parts.
    I guess I'll mark this as solved now, since there doesn't seem to be a better way to do this.
    Last edited by pauligrinder (2011-04-21 17:08:44)

  • [FEATURE REQUEST] - dlna client in Xperia WALKMAN Android app does not support flac or ogg files

    Hi, I have found a pretty bad bug in the dlna support in the WALKMAN android app for Xperia phones.
    Please could a mod or a community person who is in contact with the developers, pass this info on to them and ask them to please work on it.
    I have the latest updated Version 8.3.A.0.5 of the WALKMAN android app installed on a SONY XPERIA Z mobile phone and I have a dlna server set up and running on my local network.
    If I download, install and use the DNLA Total Media app available in the Google play store instead of the WALKMAN app, I can play flac and m4a files; no problem.
    However, if I use the WALKMAN app to browse to my dlna server and try to play flac or m4a files, I get a small black box on screen that says "Content not available."
    If I browse to and select an mp3 file instead, the WALKMAN app will play (stream) the mp3 file and no small black box will appear.
    So it looks like the dlna part of the SONY WALKMAN app is missing support for some audio file container types which are supported by default on the Android operating system and work natively in the WALKMAN app (I tested play back from internal storage.) I believe ogg format playback is missing also. Because it is not required by the dlna specification.
    Please improve file type support in the dlna client part of the WALKMAN app for XPERIA phones. People working in professional audio environments don't use mp3 anymore (And haven't done for over five years.)
    Thank You

    Thanks for the feedback!
    As you say, i believe the DLNA standard doesn't have any support for flac and ogg but i've seen some 3:rd party apps that can do it but i'm not sure if those uses DLNA in that case or just UPnP. I will forward your feedback though.
    The only solution for this that i know of today is to use a 3:rd party app or perhaps mount the share using SMB instead from Settings -> Storage.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • How to get OGG format in Logic Studio

    How to get OGG format in Logic Studio

    Presumably you can convert it to Wav, AIFF or other compatible format using a suitable conversion program (at a guess) - there are convertors to do it the other way round anyway!

  • Ogg support for Creative MediaSource Pla

    Hi I just started using the Creative MediaSource Player that came with the Soundblaster X-Fi Plantinum and I am trying to find out if there is ogg support for it. It doesn't seem to recognize ogg files. Does anyone know of a plugin or some way to enable ogg support for it.
    Thanks,
    Travis

    As a Last.FM moderator we see quite a lot of threads and requests passing by for a pplugin that would allow people to "scrobble" the tracks they played on any of Creatives MP3-players. (Take a look at http://www.last.fm/forum/276/_/26462, for example). The problem Last.FM faces here is that, by the looks of it, getting a timestamped log-file from plays on a Creative-player is not possible (don't quote me here, I am just the messenger, and have hardly any knowledge concerning the plugins...)I do know that there is a community that is pretty positi've about Last.FM and that moderators nor staff can help them here. Perhaps the nice people developing the software for your players might want to take a look at the site and decide that it might be a nice idea to open up the software a bit, or develop a plugin themselfs. It might prevent people (like me) from buying an iPod, which does allow me to submit my listened songs to the site...

  • ORA-1403 encountered when generating server alert SMG-4120

    Hi Gurus,
    Kindly help what's the following error:
    ORA-1403 encountered when generating server alert SMG-4120
    I'm using Oracle Database 10.2.0.1.0
    Thanks,
    BTF
    Edited by: Benj Flores on Oct 9, 2008 1:50 AM

    There isn't much information available about this error. So I would suggest you get in touch with Oracle support.

  • Oracle error 1403:java.sql.SQLException: ORA-01403: no data found ORA-06512

    My customer has an issue, and error message as below:
    <PRE>Oracle error 1403: java.sql.SQLException: ORA-01403: no data found ORA-06512:
    at line 1 has been detected in FND_SESSION_MANAGEMENT.CHECK_SESSION. Your
    session is no longer valid.</PRE>
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    And customer’s statement is: Upgrade from EBS 11.5.10 to 12.1.3. Login the EBS, open any forms and put it in idle. Then refresh the form, error happens
    Then, I checked ISP, and found two notes:
    Note 1284094.1: Web ADI Journal Upload Errors With ORA-01403 No Data Found ORA-06512 At Line Has Been Detected In FND_SESSION_MANAGEMENT.CHECK_SESSION.Your Session Is No Longer Valid (Doc ID 1284094.1)
    Note 1319380.1: Webadi Gl Journal Posting Errors After Atg R12.1.3 (Doc ID 1319380.1)
    But these two notes are both WebADI.
    Following is the data collection from customer:
    1. Run UNIX command to check .class file version:
    strings $JAVA_TOP/oracle/apps/bne/utilities/BneViewerUtils.class | grep Header--> S$Header: BneViewerUtils.java 120.33.12010000.17 2010/11/21 22:19:58 amgonzal s$
    2. Run SQL to check you patch level:
    SELECT * FROM fnd_product_installations WHERE patch_level LIKE '%BNE%';--> R12.BNE.B.3
    3. Run SQL to check patch '9940148' applied or not:
    SELECT * FROM ad_bugs ad WHERE ad.bug_number = '9940148';--> No Rows returned
    4. Run SQL to check patch '9785477' applied or not:
    SELECT * FROM ad_bugs WHERE bug_number in ('9785477');-->
    BUG_ID APPLICATION_SHORT_NAME BUG_NUMBER CREATION_DATE ARU_RELEASE_NAME CREATED_BY LAST_UPDATE_DATE LAST_UPDATED_BY TRACKABLE_ENTITY_ABBR BASELINE_NAME GENERIC_PATCH LANGUAGE
    576982 11839583 2011/8/7 上午 08:20:36 R12 5 2011/8/7 上午 08:20:36 5 pjt B n US
    516492 9785477 2011/6/12 上午 11:42:45 R12 5 2011/6/12 上午 11:42:45 5 bne B n US
    546109 9785477 2011/6/12 下午 01:17:41 R12 5 2011/6/12 下午 01:17:41 5 bne B n ZHT
    5. Run SQL to check the status of object ‘FND_SESSION_MANAGEMENT’
    SELECT * FROM dba_objects do WHERE do.object_name = 'FND_SESSION_MANAGEMENT';-->
    OWNER OBJECT_NAME SUBOBJECT_NAME OBJECT_ID DATA_OBJECT_ID OBJECT_TYPE CREATED LAST_DDL_TIME TIMESTAMP STATUS TEMPORARY GENERATED SECONDARY NAMESPACE EDITION_NAME
    APPS FND_SESSION_MANAGEMENT 219425 PACKAGE 2004/10/30 下午 01:52:35 2011/8/7 上午 08:18:39 2011-08-07:08:18:26 VALID N N N 1
    APPS FND_SESSION_MANAGEMENT 226815 PACKAGE BODY 2004/10/31 上午 01:05:40 2011/8/7 上午 08:18:54 2011-08-07:08:18:27 VALID N N N 2
    So, my question is: Customer’s BneViewerUtils.java version is already 120.33.12010000.17, which greater than 120.33.12010000.14. Is there any others solutions for this issue? Does customer still need to apply patch '9940148' based on action plan of
    Note 1284094.1: Web ADI Journal Upload Errors With ORA-01403 No Data Found ORA-06512 At Line Has Been Detected In FND_SESSION_MANAGEMENT.CHECK_SESSION.Your Session Is No Longer Valid?
    Customer's EBS version is 12.1.3; OS is HP-UX PA-RISC (64-bit); DB is 11.2.0.2.
    Thanks,
    Jackie

    And customer’s statement is: Upgrade from EBS 11.5.10 to 12.1.3. Login the EBS, open any forms and put it in idle. Then refresh the form, error happens
    Idle for how long? Is the issue with all sessions?
    Please see these docs/links
    User Sessions Get Timed Out Before Idle Time Parameter Values Are Reached [ID 1306678.1]
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Timeout+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Then, I checked ISP, and found two notes:
    Note 1284094.1: Web ADI Journal Upload Errors With ORA-01403 No Data Found ORA-06512 At Line Has Been Detected In FND_SESSION_MANAGEMENT.CHECK_SESSION.Your Session Is No Longer Valid (Doc ID 1284094.1)
    Note 1319380.1: Webadi Gl Journal Posting Errors After Atg R12.1.3 (Doc ID 1319380.1)
    But these two notes are both WebADI.Can you find any details about the error in Apache log files and in the application.log file?
    Any errors in the database log file?
    So, my question is: Customer’s BneViewerUtils.java version is already 120.33.12010000.17, which greater than 120.33.12010000.14. Is there any others solutions for this issue? No.
    Does customer still need to apply patch '9940148' based on action plan ofIf the issue not with Web ADI, then ignore this patch. However, if you use Web ADI you could query AD_BUGS table and verify if you have the patch applied.
    Note 1284094.1: Web ADI Journal Upload Errors With ORA-01403 No Data Found ORA-06512 At Line Has Been Detected In FND_SESSION_MANAGEMENT.CHECK_SESSION.Your Session Is No Longer Valid?
    Customer's EBS version is 12.1.3; OS is HP-UX PA-RISC (64-bit); DB is 11.2.0.2.If you could not find any details in the logs, please enable debug as per (R12, 12.1 - How To Enable and Collect Debug for HTTP, OC4J and OPMN [ID 422419.1]).
    Thanks,
    Hussein

  • OGG in Premiere Pro CS5,5

    Hi,
    I have a lot of files in the extension ogg that I need to edit using premiere pro cs 5.5.
    After loading the file receives the information:
    "The file can not be opened because of header error"
    I installed already http://xiph.org/quicktime/
    And further receives the above error.
    The information that I read from MediaInfo:
    General
    Complete name                      G:\3-4.ogg
    Format                                   : OGG
    File size                                : 1.68 GiB
    Video
    ID                                       : 29297 (0x7271)
    Format                                   : Theora
    Width                                    : 2 560 pixels
    Height                                   : 1 920 pixels
    Display aspect ratio              : 4:3
    Frame rate                            : 30.000 fps
    Compression mode               : Lossy
    Writing library                        : Xiph.Org libtheora 1.1 20090822 (Thusnelda)
    Is it possible to load a file to the premier pro without converting them?
    Please help
    szesnascie

    Is it possible to load a file to the premier pro without converting them?
    Probably not.

Maybe you are looking for