Ogg抽取和传送进程重启后报错,无法传送文件

源端环境:oracle 11.2.0.3 rac, ogg:11.2.1 ,l inux :.rhel5.7
目标环境:oracle 10.2.0.5 , ogg:11.2.1 ,l inux :.rhel5.7
现在有对11G rac用ogg做同步,同步到单机环境,所有机器都在同一个局域网,也没有防火墙设置。最开始在源端配置了三个抽取和三个传输进程,
目端配了3个复制进程,是可以正常同步的。后来在源端把所有的抽取进程重启,extract抽取进程可以正常运行,但是传输进程就报错,无法将trail文件传到目标机器上去,把目标端的进程也重启过,一样报错,会不会是端口资源没释放导致?请帮忙指点下会是些什么原因?
2012-11-15 13:20:01 INFO OGG-01815 Virtual Memory Facilities for: COM
anon alloc: mmap(MAP_ANON) anon free: munmap
file alloc: mmap(MAP_SHARED) file free: munmap
target directories:
/data1/ggate/dirtmp.
CACHEMGR virtual memory values (may have been adjusted)
CACHESIZE: 64G
CACHEPAGEOUTSIZE (normal): 8M
PROCESS VM AVAIL FROM OS (min): 128G
CACHESIZEMAX (strict force to disk): 96G
Database Version:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
PL/SQL Release 11.2.0.3.0 - Production
CORE 11.2.0.3.0 Production
TNS for Linux: Version 11.2.0.3.0 - Production
NLSRTL Version 11.2.0.3.0 - Production
Database Language and Character Set:
NLS_LANG = "AMERICAN_AMERICA.ZHS16GBK"
NLS_LANGUAGE = "AMERICAN"
NLS_TERRITORY = "AMERICA"
NLS_CHARACTERSET = "ZHS16GBK"
2012-11-15 13:20:31 WARNING OGG-01223 TCP/IP error 111 (Connection refused).
2012-11-15 13:21:11 WARNING OGG-01223 TCP/IP error 111 (Connection refused).
2012-11-15 13:21:52 WARNING OGG-01223 TCP/IP error 111 (Connection refused).
进程参数如下:
源端参数:
GGSCI (rac1) 1> view param mgr
PORT 7809
DYNAMICPORTLIST 7810-7849
AUTOSTART ER *
AUTORESTART EXTRACT *,RETRIES 5,WAITMINUTES 7
PURGEOLDEXTRACTS /data1/ggate/dirdat/*,usecheckpoints, minkeepdays 10
LAGREPORTHOURS 1
LAGINFOMINUTES 3
LAGCRITICALMINUTES 5
GGSCI (rac1) 2> view params extb2
extract extb2
userid ogg_sync@racdb1, password ogg_sync
discardfile /data1/ggate/dirrpt/extb2.dsc,append,megabytes 100
exttrail /data1/ggate/dirdat/b2
tranlogoptions altarchivelogdest +LOGDG1
tranlogoptions altarchivedlogformat %t_%s_%r.dbf
tranlogoptions asmuser sys@dbasm,asmpassword zhx
ddl include mapped exclude objtype 'trigger'
dynamicresolution
ignoretruncates
fetchoptions, usesnapshot, nouselatestversion, missingrow report
statoptions reportfetch
warnlongtrans 1h, checkinterval 5m
dboptions allowunusedcolumn
table main.TAB_SIGN;
GGSCI (rac1) 3> view params pump2
extract pump2
userid ogg_sync@racdb1, password ogg_sync
rmthost 192.168.0.194, mgrport 7809, compress
rmttrail /data2/ggate/dirdat/b2
discardfile /data1/ggate/dirrpt/pump2.dsc,append,megabytes 100
numfiles 5000
dynamicresolution
PASSTHRU
table main.TAB_SIGN;
目标端参数:
GGSCI (jsdb) 2> view params mgr
PORT 7809
DYNAMICPORTLIST 7810-7849
PURGEOLDEXTRACTS /data2/ggate/dirdat/*,usecheckpoints, minkeepdays 10
AUTOSTART ER *
AUTOSTART EXTRACT *
AUTOSTART REPLICAT *
LAGREPORTHOURS 1
LAGINFOMINUTES 3
LAGCRITICALMINUTES 5
GGSCI (jsdb) 3> view params b2rep
replicat b2rep
userid ogg_sync@ggjsdb, password ogg_sync
assumetargetdefs
reperror default, discard
HANDLECOLLISIONS
discardfile /data2/ggate/dirrpt/b2repsz.dsc, append, megabytes 100
numfiles 5000
maxtransops 5000
ignoretruncates
ddl include mapped exclude instr 'truncate'
DDLERROR DEFAULT IGNORE RETRYOP MAXRETRIES 1 RETRYDELAY 1
DDLOPTIONS REPORT
map main.TAB_SIGN, target ggjs.TAB_SIGN;

目标端结果如下:
[oracle@jsdb ggate]$ netstat -n |grep 7809
tcp 26 0 127.0.0.1:7809 127.0.0.1:57129 ESTABLISHED
tcp 0 0 127.0.0.1:7809 127.0.0.1:57124 TIME_WAIT
tcp 0 0 127.0.0.1:57129 127.0.0.1:7809 ESTABLISHED
tcp 58 0 192.168.0.194:7809 192.168.0.41:36517 CLOSE_WAIT
tcp 58 0 192.168.0.194:7809 192.168.0.41:36514 CLOSE_WAIT
tcp 0 0 192.168.0.194:7809 192.168.0.41:36507 CLOSE_WAIT
tcp 0 0 192.168.0.194:7809 192.168.0.41:36506 TIME_WAIT
GGSCI (jsdb) 1> info mgr
Manager is running (IP port ztjsdb.7809).
GGSCI (jsdb) 2> send manager getportinfo detail
Sending GETPORTINFO, request to MANAGER ...
Dynamic Port List
Starting Index 0
Entry Port Error Process Assigned Program
0 7810 0 24305 2012/11/15 14:57:35 SERVER
1 7811 0 24337 2012/11/15 14:57:35 SERVER
2 7812 0 24377 2012/11/15 14:58:15 SERVER
3 7813 0
4 7814 0 23857 2012/11/15 14:53:52 SERVER
5 7815 0 23813 2012/11/15 14:53:32 SERVER
6 7816 0 23901 2012/11/15 14:53:52 SERVER
7 7817 0 23931 2012/11/15 14:54:55 SERVER
8 7818 0 24023 2012/11/15 14:55:35 SERVER
9 7819 0 24073 2012/11/15 14:55:55 SERVER
10 7820 0 24120 2012/11/15 14:56:15 SERVER
11 7821 0 24166 2012/11/15 14:56:15 SERVER
12 7822 0 24206 2012/11/15 14:56:55 SERVER
13 7823 0 24253 2012/11/15 14:56:55 SERVER
14 7824 0
15 7825 0
16 7826 0
17 7827 0
18 7828 0
19 7829 0
20 7830 0
21 7831 0
22 7832 0
23 7833 0
24 7834 0
25 7835 0
26 7836 0
27 7837 0
28 7838 0
29 7839 0
30 7840 0
31 7841 0
32 7842 0
33 7843 0
34 7844 0
35 7845 0
36 7846 0
37 7847 0
38 7848 0
39 7849 0
源端结果:
[root@rac1 trace]# telnet 192.168.0.194 7809
Trying 192.168.0.194...
Connected to 192.168.0.194 (192.168.0.194).
Escape character is '^]'.
Connection closed by foreign host.
[root@rac1 ~]# traceroute 192.168.0.194
traceroute to 192.168.0.194 (192.168.0.194), 30 hops max, 40 byte packets
1 (192.168.0.194) 0.222 ms 0.205 ms 0.191 ms
现在源端传送进程日志:
Database Version:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
PL/SQL Release 11.2.0.3.0 - Production
CORE 11.2.0.3.0 Production
TNS for Linux: Version 11.2.0.3.0 - Production
NLSRTL Version 11.2.0.3.0 - Production
Database Language and Character Set:
NLS_LANG = "AMERICAN_AMERICA.ZHS16GBK"
NLS_LANGUAGE = "AMERICAN"
NLS_TERRITORY = "AMERICA"
NLS_CHARACTERSET = "ZHS16GBK"
2012-11-15 14:51:45 WARNING OGG-01223 TCP/IP error 111 (Connection refused).
2012-11-15 14:52:26 WARNING OGG-01223 TCP/IP error 111 (Connection refused).
2012-11-15 14:53:07 WARNING OGG-01223 TCP/IP error 111 (Connection refused).
2012-11-15 14:53:48 WARNING OGG-01223 TCP/IP error 111 (Connection refused).
2012-11-15 14:54:29 WARNING OGG-01223 TCP/IP error 111 (Connection refused).
2012-11-15 14:55:10 WARNING OGG-01223 TCP/IP error 111 (Connection refused).
2012-11-15 14:55:50 WARNING OGG-01223 TCP/IP error 111 (Connection refused).
2012-11-15 14:56:30 WARNING OGG-01223 TCP/IP error 111 (Connection refused).
2012-11-15 14:57:11 WARNING OGG-01223 TCP/IP error 111 (Connection refused).
2012-11-15 14:57:52 WARNING OGG-01223 TCP/IP error 111 (Connection refused).
2012-11-15 14:58:33 WARNING OGG-01223 TCP/IP error 111 (Connection refused).
Source Context :
SourceModule : [er.extrout]
SourceID : [scratch/aime1/adestore/views/aime1_adc4150256/oggcore/OpenSys/src/app/er/extrout.c]
SourceFunction : [tcp_send_data]
SourceLine : [1352]
ThreadBacktrace : [9] elements
: [data1/ggate/libgglog.so(CMessageContext::AddThreadContext()+0x1e) [0x2ae54f14806e]]
: [/data1/ggate/libgglog.so(CMessageFactory::CreateMessage(CSourceContext*, unsigned int, ...)+0x2cc) [0x2ae54f14444
c]]
: [/data1/ggate/libgglog.so(_MSG_ERR_TCP_GENERIC(CSourceContext*, char const*, CMessageFactory::MessageDisposition)+
0x31) [0x2ae54f12951f]]
: [data1/ggate/extract(tcp_send_data(extract_def*)+0x2b3) [0x512cd1]]
: [data1/ggate/extract(flush_tcp(extract_def*, int)+0x15c) [0x513940]]
: [data1/ggate/extract(RECOVERY_initialize()+0x371) [0x524f91]]
: [data1/ggate/extract(main+0x4a5) [0x56ca65]]
: [lib64/libc.so.6(__libc_start_main+0xf4) [0x38b061d994]]
: [data1/ggate/extract(__gxx_personality_v0+0x38a) [0x4e8b7a]]
2012-11-15 14:59:14 ERROR OGG-01224 TCP/IP error 111 (Connection refused); retries exceeded.
2012-11-15 14:59:14 ERROR OGG-01668 PROCESS ABENDING.

Similar Messages

  • 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...

  • 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.

  • WARNING OGG-01930  Datastore error in 'dirbdb': BDB0060 PANIC:

    Hi experts,
    Source: RAC 2 Nodes.
    Target : Single
    Config GoldenGate Monitor.
    After create datastore and stop all process and start manager process.after find error
    *2012-12-12 13:29:05 WARNING OGG-01930 Datastore error in 'dirbdb': BDB0060 PANIC: fatal region error detected; run recovery.*
    Try repair datastore
    GGSCI (dbcloudrac01) 1> repair datastore
    *2012-12-12 13:22:34 WARNING OGG-01930 Datastore error in 'dirbdb': BDB0060 PANIC: fatal region error detected; run recovery.*
    Source Context :
    *SourceModule            : [ggapp.util.pcs]*
    *SourceID                : [scratch/aime1/adestore/views/aime1_adc4150256/oggcore/OpenSys/src/gglib/ggapp/pcsutl.c]*
    *SourceFunction          : [AbendHandler]*
    SourceLine              : [893]
    ThreadBacktrace         : [16] elements
    *: [u02/SGolden/libgglog.so(CMessageContext::AddThreadContext()+0x1e) [0x2ac01a65a06e]]*
    *: [u02/SGolden/libgglog.so(CMessageFactory::CreateMessage(CSourceContext*, unsigned int, ...)+0x2cc) [0x2ac01a65644c]]*
    *: [u02/SGolden/libgglog.so(_MSG_ERR_SIGNAL_RECEIVED(CSourceContext*, int, char const*, CMessageFactory::MessageDisposition)+0x3b) [0x2ac01a63ccaf]]*
    *: [./ggsci [0x49c728]]*
    *: [lib64/libpthread.so.0 [0x3d1580eb10]]*
    *: [u02/SGolden/libdb-5.2.so [0x2ac01aa39778]]*
    *: [u02/SGolden/libdb-5.2.so(__env_detach+0x14c) [0x2ac01aa444fc]]*
    *: [u02/SGolden/libdb-5.2.so(__env_remove_env+0xdf) [0x2ac01aa4567f]]*
    *: [u02/SGolden/libdb-5.2.so(__env_open+0x2dd) [0x2ac01aa3f1dd]]*
    *: [u02/SGolden/libggrepo.so(ggs::gglib::ggrepo::PersistenceEnv::Open(ggs::gglib::ggrepo::OpenMode_t) const+0x30e) [0x2ac01a80245e]]*
    *: [u02/SGolden/libggrepo.so(ggs::gglib::ggrepo::PersistenceEnv::Check() const+0x9a) [0x2ac01a802d7a]]*
    *: [./ggsci(DatastoreRepair()+0x3d) [0x45be5b]]*
    *: [./ggsci(do_cmd(char*, char*)+0x31fc) [0x47e19c]]*
    *: [./ggsci(main+0x1e9) [0x47e5f9]]*
    *: [lib64/libc.so.6(__libc_start_main+0xf4) [0x3d14c1d994]]*
    *: [./ggsci(__gxx_personality_v0+0x182) [0x456c2a]]*
    *2012-12-12 13:22:34 ERROR OGG-01117 Received signal: Segmentation violation (11).*
    *2012-12-12 13:22:34 WARNING OGG-01930 Datastore error in 'dirbdb': BDB0060 PANIC: fatal region error detected; run recovery.*
    *2012-12-12 13:22:34 ERROR OGG-01668 PROCESS ABENDING*
    Segmentation fault
    Thanks,
    T N

    BDB errors should have been fixed according to the below document
         BDB0060 BDB1581 BDB1582 BDB1507 BDB0118 BDB2027 Errors In Datastore (Doc ID 1495998.1)
    But could see the errors still being reported in the latest version of OGG
    Bug 15922899: BDB0060 BDB1581 BDB1582 ERRORS IN DATASTORE
    Thanks,
    Kamal.

  • I will be working on a project to migrate from Sybase ASE (15.7) to SQL Server 2014 using Oracle golden gate........I am trying to find documentation which can guide me to use a separate box installation of OGG and how to configure it for Sybase and SQL s

    Hi,
    I need guide to install OGG on a separate box which will help me to migrate Sybase to SQL server.
    Viral Dave

    hi - just an fyi
    we have SQL Server 2012 and from my reads and understanding OGG supports SQL Server up to 2008. not to say it wouldn't work on higher versions if installed. in the link above check out the SQL Server installation chapter. before purchasing the license I would contact Oracle.
    maybe someone here has installed it on a higher version and got it to work. we are currently working on setting up OGG to work on Oracle to Oracle servers.

  • Audacity 1.3.3, how to export OGG files? [SOLVED]

    I can't find the way to export files in ogg format using the latest Audacity (1.3.3). Even in the preferences menu it doesn't appear anymore (edit > preferences > file formats, I only see mp3, no WAV, FLAC, OGG,...) Then when exporting, I can't choose mp3 or ogg, just wav and others.
    Anybody knows how this new version works?
    Thanks.
    Last edited by Bogart (2007-06-02 23:39:21)

    It is strange. I have the necessary libs installed, also tried deleting configuration files, but still the same. Downgrading to 1.3.2-beta solves the problem, though. Here are some screenshots so you see the problem:
    Audacity-1.3.2:
    Audacity-1.3.3:
    And when I select File > Export, 1.3.2 gives me options (wav, ogg, flac, mp3) while 1.3.3 gives me none

  • ITunes refuses to play shared .ogg files

    I have the xiph codec thing installed for playing ogg files. Ogg files play fine if the files are stored locally on the mac. However, if I try to play the same files when they are stored on another computer on the network, it refuses to play them. Why?
    Nearly all my music files are ogg vorbis. I have only one imac running OS X 10.4.
    All my other computers are linux based and share their music through Rhythmbox's DAAP music sharing function.
    itunes has no problem playing regular mp3 files from shared sources. Only has a problem playing shared ogg files.

    I have ogg files stored locally (on a PC) and iTunes won't play them, no idea why.

  • Convert Ogg files to ipod

    I have several ogg video files that i want to put on to my ipod. How do i do this? i need a FREE download plz

    Bump

  • ERROR OGG-01148 programming error, data type not supported for column

    I am getting following error when I put null in insert statement
    2011-03-31 18:30:45 ERROR OGG-01148 programming error, data type not supported for column TXID in table advoss.tblaudittrail.
    I am replicating MySQL 5.5.9 to Oracle 11g rel2 via goldengate 11

    I am able to diagnose what is cuasing the problem
    unsigned flag was the culprit of this error
    I am able to insert null after removing unsigned flag.
    thank you very much for your kind support

  • Although iTunes works with XiphQT and hence ogg files, front Row will not

    Hello,
    front Row displays "front Row cannot play the current song" although the underlying QT infrastructure/iTunes plays ogg files just fine. Does anybody have a suggestion other than re-encoding them as mp3s?
    Thanks.
    PS. I have the the latest 10.5.2 updates installed through system update.

    But the QuickTime player can indeed play ogg files just fine like iTunes. I have the latest version of XiphQT (http://xiph.org/quicktime/), which is installed under what seems to be the QT component directory. If you are still surprised, you could readily test this and get rid of this fairly self-contained component afterward, assuming you don't have tons of ogg files like me.
    Thanks.
    $ find /Library/Components/XiphQT.component/
    /Library/Components/XiphQT.component/
    /Library/Components/XiphQT.component//Contents
    /Library/Components/XiphQT.component//Contents/Info.plist
    /Library/Components/XiphQT.component//Contents/MacOS
    /Library/Components/XiphQT.component//Contents/MacOS/XiphQT
    /Library/Components/XiphQT.component//Contents/Resources
    /Library/Components/XiphQT.component//Contents/Resources/English.lproj
    /Library/Components/XiphQT.component//Contents/Resources/English.lproj/InfoPlist .strings
    /Library/Components/XiphQT.component//Contents/Resources/MetaDataConfig.plist
    /Library/Components/XiphQT.component//Contents/Resources/OggExport.nib
    /Library/Components/XiphQT.component//Contents/Resources/OggExport.nib/classes.n ib
    /Library/Components/XiphQT.component//Contents/Resources/OggExport.nib/info.nib
    /Library/Components/XiphQT.component//Contents/Resources/OggExport.nib/objects.x ib
    /Library/Components/XiphQT.component//Contents/Resources/XiphQT.rsrc
    /Library/Components/XiphQT.component//Icon

  • OGG based stream wont open with VLC program

    Hi, I have tried to open my country`s online radio stream via VLC but no success.
    1. I opened File, 2. streaming/exporting wizard 3. writing all needed information:input stream: mrfm.ogg
    partial extract:no, streaming method:UDP-unicast, destination. is my IP address, include substitution:no, transcode avoid:no, encap format:MPEG ts, TTL:1, sap announce: no
    MRL: sout=#standard (mux=ts,dst=my IP addu access=udp) sout-transcode-soverlay=no
    no suitable access, an error has occurred which probably prevented the proper execption of the program. main depug thread 43556352 joined (input/input c: 412)
    I am basic user couldnt fix Mplayer installion (too difficult) also dont know how to fix this problem with Quicktimeplayer. I can listen several other home and foreign radiostations without problems.

    januszmn wrote:
    The client times out.....and the server keeps running, no connection is made, though....the original....
    http://williams.comp.ncat.edu/Networks/JavaSocketExample.htm
    works without a hitch with either localhost or another machine running the server program....
    I guess nobody actually read to original description, or the arguments, or the stack trace I have provided when requested...No, nobody read the original description because there was a million lines of code. I read the other stuff and (as I already predicted) you have a network connectivity problem. Nothing to do with your code at all.
    As I already said, you now have to learn about your network. Can you ping the server you are connecting to? Can you telnet to the port where the server is running? (You should really understand basic networking before you write networking programs, not after.)

  • Is DDL is suported in ogg from sqlserver 2005  to oracle 11g xe

    Hi !
    i want to use ogg to trasfer all tables and sp from sql server 2005 to oracle 11g xe. (using windows 2008,ogg112101_ggs_Windows_x86_ora11g_32bit.zip)
    is it suported? becasue i read "Extraction or replication of DDL (data definition language) operations.Non-supported objects and operations for SQL Server" in
    from SQL Server Installation and Setup Guide
    11g Release 2 Patch Set 1 (11.2.1.0.1)
    yours sincerely

    Does that mean even i cant migragte MSSQL stored procedure to oracle 11g xe also?Correct. You can't do that with GoldenGate. However, as Steve mentioned, you should look into SQL Developer migration capabilities (formally Migration Workbench). It can convert some T-SQL to PL/SQL but you'll need to do some (probably a lot) of custom code changes. Porting application logic from one language to another is basically a holy grail for IT systems. OGG will convert datatypes on the fly but it will never port application logic on the fly.
    Good luck,
    -joe

Maybe you are looking for

  • Not All Fields are Displayed in RSA3 for a Generic Extractor ??

    Hi all,     I have a created a Generic Extarctor based on a View and enhanced the Extract Structure with 3 ZZ Fields. Now it has 26 fields with width of 273. In RSA3, I could see inly 12 fields with width of 147 only.    <b>No</b> field has checked a

  • ITunes still doesn't recognize iPod Touch with Microsoft Security Essentials Installed

    Just updated iTunes to v. 10.3.1.55 and still have the same problem with iTunes freezing when connecting my iTouch.  It will eventually respond but never recognizes my ipod.  Un-install Microsoft Security Essentials and it works fine.  I have 2 other

  • Why is my iMac slowing down? Have EtreCheck info. Could someone check?

    Hi, I would love for someone to help me work out why my iMac is starting to slow down. Do I need to get more GB? Problem description: iMac has started to slow down, a lot of applications taking a while to load and sometimes freezing, going from appli

  • LP to iTunes and CD

    I would like to convert about 50 old LP albums to digital music and then to iTunes and out to my iPod. My audio equipment is old and I would like to do this as a one-time project. My research says I need a turntbale, a phono pre-amp, and then some wa

  • NSDate, NSTimeInterval, Calculating time passed and Core Data

    I'm creating a timesheet/stopwatch application of sorts for the iPhone. I am using an NSDate in CoreData and following this pattern: 1) Start: Session* session = (Session*)\[NSEntityDescription insertNewObjectForEntityForName:@"Session" inManagedObje