Poor CLOB performance over dblink

These statements take 4 seconds to complete:
drop table t_test purge;
create table t_test as
SELECT CONTENT_ID,SITEID
from sitecontent@remotedb;These statements don't complete after at least 10 minutes of waiting:
drop table t_test purge;
create table t_test as
SELECT CONTENT_ID,SITEID, BODY
from sitecontent@remotedb;The only difference is that the second SQL contains a reference to BODY, which is a CLOB column.
The SITECONTENT table consists of just 2815 records. The CONTENT_ID and SITEID columns are NUMBER. A max(length(body)) returns a result of 29,005. And a count where length(body)>15000 returns just 115. So we are not talking about huge amounts of data for the table, nor large amounts for very many rows. Certainly not enough, I would have thought, to explain a difference in completion times between about 4 seconds and apparently forever.
Is this a known issue with CLOBs over database links? (I have looked, but not found anything relevant). Is there anything I can do to remedy the situation (not asking for quick fixes, just any steps I can plod my way through!). When I look at the local database, it's just constantly waiting on SQL*Net message from dblink.
This is 11.2.0.1 on RHEL5.5 x86_64.
Thanks in advance.

Well, I tried that:
Connected.
SQL> set autotrace traceonly explain statistics;
SQL> create table t_test as select ctext from clobtest@remotedb;
Table created.
SQL>No statistics were displayed, in other words. (Same result when selecting vtext, as it happens). I don't think autotrace works on DDL statements, does it? It's working fine for selects, though. So, ignoring the create table bit for now, here's the Vtext statistics:
SQL> select vtext from clobtest@remotedb;
2831 rows selected.
Execution Plan
Plan hash value: 1402521094
| Id  | Operation              | Name     | Rows  | Bytes | Cost (%CPU)| Time     | Inst   |
|   0 | SELECT STATEMENT REMOTE|          |  2994 |  5853K|   312   (1)| 00:00:04 |        |
|   1 |  TABLE ACCESS FULL     | CLOBTEST |  2994 |  5853K|   312   (1)| 00:00:04 |   RMDB |
Note
   - fully remote statement
   - dynamic sampling used for this statement (level=2)
Statistics
          0  recursive calls
          0  db block gets
          0  consistent gets
          0  physical reads
          0  redo size
    3629480  bytes sent via SQL*Net to client
       2428  bytes received via SQL*Net from client
        190  SQL*Net roundtrips to/from client
          0  sorts (memory)
          0  sorts (disk)
       2831  rows processedI can't produce the equivalent Ctext statistics, of course, since a select from a remote clob simply generates an ORA_22992.
I'm sort-of stumped at this point.

Similar Messages

  • Poor graphics performance over time

    I've seen an issue ever since upgrading to Lion where after some period of time (haven't nailed down how long, but measured in hours) 3D game performance suffers greatly (60+fps down to 12fps).  Rebooting fixes the issue until it sits long enough.
    The drop doesn't seem to happen mid-game... only after leaving for a while and returning to the computer.   I've run all the usual diagnostics.  The iMac does not "sleep" during that time (i have it set to always on).  During the performance slow down, all system stats look normal: no spikes in CPU usage, memory usage, etc.  All internal temperatures report out normal as well.   No other hardware or software changes other than the Lion upgrade.  When the FPS slow down is occuring, all system animations also suffer (sliding in Dashboard, Dock magnification, etc).   Quit the game and the system animations come back to full speed.
    The game I play most often's technical support is worthless (i'm looking at you Blizzard), so I'm hoping someone else has run in to this issue, or that an actual support person can help without telling me to run a permissions check. 
    Thanks!

    FromPC2Mac wrote:
    I just bought this MacBook Pro the 26th and it came with Leopard. After installing XP on the system, I can't get over the fact of the poor graphics performance. Even moving windows would result in a bad frame rate. Obviously, this is caused by a lack of "good" drivers for the GeForce 8600M GT. The drivers from Nvidia aren't working, so either this is the best of Windows I'm getting on this system or there's some sort of driver that I haven't heard of. Does anyone have any insight on this?
    First off... Congrats on buying a MBP!
    You might be interested in this thread:
    http://discussions.apple.com/thread.jspa?threadID=1200236&tstart=0
    Hopefully this will help.
    Good luck.

  • Poor iSCSI Performance over 10GbE connection.

    Hi Solaris Folks,
    I'v a setup of two SunFire X4540 connected over a 10GbE link (a Cisco Catalyst 4507 in the middle) using Sun's Dual 10 GbE NIC (X1027A-Z) on both machines.
    The plan is to provide the 2nd machine a ZFS volume via iSCSI from the 1st machine. The 1st machine has a ZPool wiht 22x 2-way mirror vdevs and a locale
    FileBench test shows good results.
    I've now configured the 1st machine to share a ZFS volume via iSCSI and on the 2nd machine I used that target as a raw-device for a new ZPool. If I now run
    FileBench againt the "iSCSI-ZPool" I get results which are far away from the local benchmarks and far away from really using the 10GbE link (most times the
    bandwidth is around 1,5 GBit/s).
    Did a couple of performance tuning which I found in the Sun Blogs and Wikis but without any luck to increase the performance significantly.
    Anybody out there who tried the same (iSCSI over 10GbE)? Any experience with iSCSI performance? Suggestions?
    Here is an overview about the changes I made:
    iSCSI Initiator only:
    tcp-nodelay=1; in /kernel/drv/iscsi.conf
    iSCSI Targer only:
    Configured a TPGT so that only the 10GbE connection can be used.
    On both machines:
    tcp_recv_hiwat 400000, tcp_xmit_hiwat 400000, tcp_max_buf 2097152, tcp_cwnd_max 2097152 on /dev/tcp via ndd
    soft-lso-enable = 1; and accept_jumbo=1; within nxge.conf
    MTU on both NICs is set to 9194. Jumbo Frames are also configured on the Cisco switch ports.
    Regards,
    Lemmy

    The answer could be .. don't use ZFS volumes
    I have an SSD and a simple Seagate disk. Both on SATA. Same capacity of 74.53GB
    If I use those disks to create a pool and make volumes on the pool and then
    use the shareiscsi property to create a target (and there is plenty of documentation
    describing that as the easy way to do it ) the performance
    is dreadful.
    If on the other hand I use iscsitadm to make a target out of the devices of two disks using commands like this
    for example
    iscsitadm create target --type raw -b /dev/dsk/c4t0d0
    iscsitadm create target --type raw -b /dev/dsk/c4t1d0
    and then on the initiator create the pool then the performance is entirely different!
    A bit more detail:
    For example I built a target out of a zfs volume then on the initiator I wrote to the pool using zfs send/recv with about 3.2GB. It took 26 minutes 24 sec - pathetic.
    I almost gave up waiting!
    So i exported the these useless zfs pools, removed the static-configs etc and cleared the zfs property etc and started again.
    If the target is instead built "manually" using iscsitadm e.g. "iscsitadm create target --type raw -b /dev/dsk/c4t0d0" (dsk or rdsk it doesn't seem to make much difference)
    the same write test takes just 3 min 12sec.
    So in this example Solaris 10 10/09 (x86) the performance degrades by a factor of 8 if you use zfs volumes. Nice idea ... easy to use but ... terrible overhead.
    At least for SATA disks.
    Incidentally for a SATA SSD disk the factor is not so bad (5 min vs 3 min) . However an ordinary disk like ST3808110AS .. 8 times slower with zfs volumes.
    No idea why .. but easily reproducible.
    So .. what do you see if you don't use zfs volumes but instead use the disk device name itself (whole disk remember - not a slice)
    For target and initiator I was using Solaris 10 10/09 (x86) on a v20z with 3rd party eSATA card. SunOS kernel patched recently to 5.10 Generic_142901-10 on the target.

  • ORA-01653 error while executing a select query over DBLINK

    Hi,
    We have a query that is running to extract some data from a remote DB over DBLINK.
    The query is failing by throwing the error "ORA-01653 -- Unable to extend.........".
    Is this a problem with the "temp" tablespace of local database or is this with the "temp" tablespace of remote DB.
    As far as my knowledge goes, I guess any statement , selecting data over dblink where the query is being fired actually in remote db over dblink uses the temp tablespace of that DB only and hence the problem should be with the temp tablespace of remote db only but I am not very sure about this.
    Is there any chance that it can be problem with "temp" tablespace of local DB from where the query is being fired over dblink.
    It would be really helpful if anyone can throw some light on this.
    Thanks

    The error stack will normally tell you if the exception is raised in the remote database.
    You might try using the driving_site hint (see performance guide) to push work to the remote site or pull it local. It all depends on your particular query and explain plan.
    Remember to use { code } (without the embedded spaces) tags to frame your code and explain plan so it remains formatted, if you post it here.

  • Very poor network performance with a G4

    I have a white & grey G4 (1.25GHz and 256MB) running OS X 10.4.5. It's exhibiting very poor network performance, e.g. it will not FTP files over a LAN at more than about 40KB/second.
    Other nodes on the same switch perform fine, as do other ports on the switch. The machine is set to autodetect for speed & duplex, so my question is -- how do I debug this? I've tried swapping network cables already...
    Thanks!
    Chris

    This came down to an incompatibility between the G4 and the Cisco. When the switch is set to force 100Mbit but negotiate duplex, the G4 doesn't like it. Going back to auto speed & duplex fixed the problem...

  • I have recently upgraded my ipad mini to iOS 6.0.2 and still have poor wifi performance. My 3rd generation ipad works great on the same network. I have done all the resets I can think of but nothing helps. I would not have purchased the mini had I known.

    On the same wifi network, third generation ipad, iphone4s and MacBook Pro work just fine.  The ipad mini often can not connect with the mail server and seems to hang a long time trying to open a web page. Had I known the mini had this kind of difficulty on wifi, I would have reconsidered my purchase. I have tried resetting the network and renewing the lease on the mini in addition. To completing the most current iOS upgrade. Still poor wifi performance. Unacceptable, in my opinion.

    Yes I tried this manyfold. But did not work.  Reading on, I took Tesserac's advice. Shut down router and computer.
    Start router after 15 minutes and wait another 10 minutes before starting the computer.
    Et voila.... everything is back in working order,
    Regards form Curacao, Dutch Caribean.
    Pete van Linden

  • [SOLVED] Poor 2D performance of Radeon 7200 with newest xf86-video-ati

    Today arrived new version (6.12.99) of ATI OSS driver (also new version of ati-dri 7.6, mesa 7.6 and xorg-server 1.7.1) Since that moment I'm experiencing poor 2D performance, especially in GIMP (scrooling of zoomed canvas). Also switching of virt. desktop where is bloated Java app. or fat Firefox instance result in poor render of screen (program renders by parts/semiwindows).
    Here is some relevant infoozzzz:
    lspci
    02:00.0 VGA compatible controller: ATI Technologies Inc Radeon R100 QD [Radeon 7200]
    pacman -Syu
    [2009-11-02 08:52] synchronizing package lists
    [2009-11-02 08:53] starting full system upgrade
    [2009-11-02 09:00] removed gnome-mount (0.8-1)
    [2009-11-02 09:00] upgraded libdrm (2.4.13-1 -> 2.4.15-1)
    [2009-11-02 09:00] upgraded libx11 (1.2.2-1 -> 1.3.2-1)
    [2009-11-02 09:00] upgraded xextproto (7.0.5-1 -> 7.1.1-1)
    [2009-11-02 09:00] upgraded libxext (1.0.5-2 -> 1.1.1-1)
    [2009-11-02 09:00] upgraded libxxf86vm (1.0.99.1-1 -> 1.1.0-1)
    [2009-11-02 09:00] upgraded fixesproto (4.0-3 -> 4.1.1-1)
    [2009-11-02 09:00] upgraded libxfixes (4.0.3-2 -> 4.0.4-1)
    [2009-11-02 09:00] upgraded libxdamage (1.1.1-2 -> 1.1.2-1)
    [2009-11-02 09:00] upgraded libgl (7.5.1-2 -> 7.6-2)
    [2009-11-02 09:00] upgraded ati-dri (7.5.1-2 -> 7.6-2)
    [2009-11-02 09:00] upgraded bash (4.0.033-1 -> 4.0.035-1)
    [2009-11-02 09:00] upgraded dbus-glib (0.82-1 -> 0.82-2)
    [2009-11-02 09:00] upgraded gstreamer0.10 (0.10.24-1 -> 0.10.25-1)
    [2009-11-02 09:00] upgraded libxv (1.0.4-1 -> 1.0.5-1)
    [2009-11-02 09:00] upgraded gstreamer0.10-base (0.10.24-1 -> 0.10.25-1)
    [2009-11-02 09:00] upgraded libtheora (1.0-1 -> 1.1.1-1)
    [2009-11-02 09:00] upgraded gstreamer0.10-base-plugins (0.10.24-1 -> 0.10.25-1)
    [2009-11-02 09:00] upgraded gstreamer0.10-python (0.10.16-1 -> 0.10.17-1)
    [2009-11-02 09:00] upgraded exaile (0.3.0.1-2 -> 0.3.0.1-3)
    [2009-11-02 09:00] upgraded libxt (1.0.6-1 -> 1.0.7-1)
    [2009-11-02 09:00] upgraded xulrunner (1.9.1.3-2 -> 1.9.1.4-1)
    [2009-11-02 09:00] upgraded firefox (3.5.3-1 -> 3.5.4-1)
    [2009-11-02 09:00] upgraded gnome-disk-utility (2.28.0-1 -> 2.28.0-2)
    [2009-11-02 09:00] upgraded gnutls (2.8.3-1 -> 2.8.4-1)
    [2009-11-02 09:00] upgraded gstreamer0.10-ffmpeg (0.10.8-1 -> 0.10.9-1)
    [2009-11-02 09:00] upgraded inputproto (1.5.1-2 -> 2.0-1)
    [2009-11-02 09:00] upgraded kernel-headers (2.6.31.4-1 -> 2.6.31.4-2)
    [2009-11-02 09:00] upgraded libatasmart (0.16-1 -> 0.17-1)
    [2009-11-02 09:00] upgraded libdmx (1.0.99.1-1 -> 1.1.0-1)
    [2009-11-02 09:00] upgraded libgksu (2.0.8-1 -> 2.0.12-1)
    [2009-11-02 09:00] upgraded libgphoto2 (2.4.6-3 -> 2.4.7-1)
    [2009-11-02 09:00] upgraded libgsf (1.14.15-1 -> 1.14.16-1)
    [2009-11-02 09:00] upgraded libldap (2.4.18-1 -> 2.4.19-1)
    [2009-11-02 09:00] upgraded libmpcdec (1.2.6-1 -> 1.2.6-2)
    [2009-11-02 09:00] upgraded libsexy (0.1.11-1 -> 0.1.11-2)
    [2009-11-02 09:00] upgraded libusb1 (1.0.1-1 -> 1.0.3-1)
    [2009-11-02 09:00] upgraded libxmu (1.0.4-2 -> 1.0.5-1)
    [2009-11-02 09:00] upgraded libxpm (3.5.7-2 -> 3.5.8-1)
    [2009-11-02 09:00] upgraded libxaw (1.0.6-1 -> 1.0.7-1)
    [2009-11-02 09:00] upgraded libxcomposite (0.4.0-2 -> 0.4.1-1)
    [2009-11-02 09:00] upgraded libxdmcp (1.0.2-2 -> 1.0.3-1)
    [2009-11-02 09:00] upgraded libxfont (1.4.0-1 -> 1.4.1-1)
    [2009-11-02 09:00] upgraded libxfontcache (1.0.4-2 -> 1.0.5-1)
    [2009-11-02 09:00] upgraded renderproto (0.9.3-2 -> 0.11-1)
    [2009-11-02 09:00] upgraded libxrender (0.9.4-2 -> 0.9.5-1)
    [2009-11-02 09:00] upgraded libxft (2.1.13-1 -> 2.1.14-1)
    [2009-11-02 09:00] upgraded libxi (1.2.1-1 -> 1.3-2)
    [2009-11-02 09:00] upgraded libxinerama (1.0.99.1-1 -> 1.1-1)
    [2009-11-02 09:00] upgraded libxkbfile (1.0.5-1 -> 1.0.6-1)
    [2009-11-02 09:00] upgraded libxres (1.0.3-2 -> 1.0.4-1)
    [2009-11-02 09:00] upgraded libxtst (1.0.3-2 -> 1.1.0-1)
    [2009-11-02 09:00] upgraded libxvmc (1.0.4-2 -> 1.0.5-1)
    [2009-11-02 09:00] upgraded libxxf86dga (1.1.1-0.1 -> 1.1.1-1)
    [2009-11-02 09:00] upgraded libxxf86misc (1.0.1-2 -> 1.0.2-1)
    [2009-11-02 09:00] upgraded mesa (7.5.1-2 -> 7.6-2)
    [2009-11-02 09:00] upgraded nautilus (2.28.0-1 -> 2.28.1-1)
    [2009-11-02 09:00] upgraded nspr (4.8-1 -> 4.8.2-1)
    [2009-11-02 09:00] upgraded openssh (5.3p1-1 -> 5.3p1-2)
    [2009-11-02 09:00] upgraded pcre (7.9-1 -> 8.00-1)
    [2009-11-02 09:00] upgraded sg3_utils (1.27-2 -> 1.28-1)
    [2009-11-02 09:01] upgraded shared-mime-info (0.70-1 -> 0.70-2)
    [2009-11-02 09:01] upgraded tightvnc (1.3.10-2 -> 1.3.10-3)
    [2009-11-02 09:01] upgraded virtualbox-modules (3.0.8-1 -> 3.0.10-1)
    [2009-11-02 09:01] upgraded virtualbox-ose (3.0.8-1 -> 3.0.10-1)
    [2009-11-02 09:01] upgraded vte (0.22.2-1 -> 0.22.3-1)
    [2009-11-02 09:01] upgraded xf86-input-evdev (2.2.5-1 -> 2.3.0-1)
    [2009-11-02 09:01] upgraded xf86-video-ati (6.12.4-1 -> 6.12.99.git20091014-1)
    [2009-11-02 09:01] upgraded xf86-video-vesa (2.2.0-1 -> 2.2.1-1)
    [2009-11-02 09:01] upgraded xorg-apps (7.5-1.1 -> 7.5-2)
    [2009-11-02 09:01] upgraded xorg-font-utils (7.4-3 -> 7.5-2)
    [2009-11-02 09:01] upgraded xorg-fonts-alias (1.0.1-2 -> 1.0.2-1)
    [2009-11-02 09:01] Regenerating font encodings... done.
    [2009-11-02 09:01] upgraded xorg-fonts-encodings (1.0.2-3 -> 1.0.3-1)
    [2009-11-02 09:01] upgraded xorg-server-utils (7.4-7 -> 7.5-3)
    [2009-11-02 09:01] upgraded xorg-server (1.6.3.901-1 -> 1.7.1-1)
    [2009-11-02 09:01] upgraded xorg-utils (7.4-4 -> 7.5-1)
    [2009-11-02 09:01] upgraded xorg-xauth (1.0.3-1 -> 1.0.4-1)
    [2009-11-02 09:01] upgraded xorg-xkb-utils (7.4-2 -> 7.5-1)
    [2009-11-02 09:01] upgraded xterm (246-1 -> 250-1)
    cat /etc/X11/xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "dri"
    Load "drm"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "LTN"
    ModelName "H1996NSL/PNST"
    HorizSync 30.0 - 96.0
    VertRefresh 50.0 - 160.0
    Option "DPMS"
    EndSection
    Section "Device"
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    Option "AGPMode" "4" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    Option "EnablePageFlip" "on" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    Option "ColorTiling" "on" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    Option "RenderAccel" "on" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ShowCache" # [<bool>]
    #Option "DynamicClocks" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    Option "DRI" "on" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    Identifier "Card0"
    Driver "radeon"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024"
    EndSubSection
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    glxinfo
    http://pastebin.com/f71f5461c
    BTW I'm not using Compiz. Has anyone an idea what could happen? In Glxgears I'm achieving 1200fps, but working with GIMP is laggy-horror.
    THX.
    Last edited by Srigi (2009-11-04 07:27:45)

    exactly the same here...
    01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]
    glxinfo: http://pastebin.com/m75fc2c9
    Xorg.0.log: http://pastebin.com/m267826b1
    xorg.conf: http://pastebin.com/m75c033c2
    greets,
    smax

  • Poor Bluetooth performance with all aluminum Mac Pro

    The all aluminum case for pre-mavericks Mac Pro is the primary reason for poor antenna performance of Bluetooth. Aluminum, being a good conductor, acts as a reflector of EMF forming what is known as a Faraday Cage, essentially trapping emissions within the box. Normally, holes drilled in the case would allow enough EMF to pass through the case but the hole size for transmission is directly proportional to the lowest frequency that will pass through easily. An example is the typical microwave oven where the window is actually a conducting sheet with small enough hole such that higher freq light waves pass easily through the sheet but lower frequency microwaves do not. Perhaps if the drive bay covers were made of plastic, transmission of the Bluetooth and wifi would be sufficient. One might carefully nibble a slot or two in the side door but this would surely invalidate any warranty and care would have to be taken not to get aluminum particles inside the computer. This would probably nullify any FCC approval of the machine due to clocking noise interference with other devices. The best approach would probably be a tuned waveguide that passes frequencies only around 2.4 GHz ~ 5 GHz through the case (very similar to the way tuned ports on audio speakers pass a band of frequencies needed to extend bass response). I'm sure Apple will have corrected this design flaw in the new Mac Pro introduced this year. If you have lots of time on your hands you can get a college level text on electromagnetics (Maxwell's Equations, etc.) and derive all the details but with a bit of experimenting and reading about tin can antenna mods to wireless routers you should be able to improve Bluetooth performance significantly.

    Thanks for the suggestion.  I will have to move my wireless home base station.  It is on the same desk as my mini so much less than 5 feet away. 

  • Poor 3G performance from Hutchinson 3 Service Provide at HK

    any Hong Kong 3G iphone users experiencing poor 3G performance on Hutchinson 3 network? test my 3G iphone against original EDGE iphone at same spot on office floor, browsing to www.yahoo.com and the performance was marginally quicker than EDGE. after calling our service provide, being told that we were capped on network bandwidth of 7.2mbps but the real speed testing was around 0.3mbps.... this is unacceptable performance.
    Apple - please speak to vendor, this is making your product look BAD.

    Hi Welcome to the community forums
    Here is a basic guide to getting help from the community members done by CL Keith Please read through the link posted http://forumhelp.dyndns.info/speed/first_steps.html
    once you have posted the information asked for then the community members can help you more
    Thank You
    This is a customer to customer self help forum the only BT presence here are the forum moderators
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • IPhone 4S Poor Battery Performance SOLVED!!

    iPhone 4S Poor Battery Performance SOLVED!!
    I found the issue with the iPhone 4S battery performance.
    I bought 2 iPhone 4S models on the first day. One for my wife and one for me. The strange thing was that mine would kill the battery in 4-6 hours and ran VERY WARM to the touch. My wife's phone worked great. It was cold to the touch. She would forget to charge it at night... and the battery performance was great... even better than our prior 3GS models.
    What was the difference? I have my phone connected to Exchange for my corporate email. But exchange is not exactly the problem. The issue is in Notification Center. For some reason, I had hundreds of calendar reminders that kept refreshing on notification center. Furthermore, the reminders would flicker between the time remaining and the start time for the event at such a fast rate that it could not be read... (clearly a bug)
    What is the solution? Go to Settings>Notifications>Calendar and disable Notification Center. You can still have the "alert style" set to Banners, or Alerts and you will still receive notices about your events, but it will not BUILD a summary in the Notification Center drop down screen. This is where the BUG exists. [Oddly, this does not affect my iPad 2, but is an issue for iOS 5 on the iPhone (different builds, maybe?)]
    So, it appears that Notification Center has an endless loop in collecting the calendar events from Exchange and this is burning up our 4S batteries. Once you stop the madness from Notification Center, your iPhone 4S will perform as advertised.
    Enjoy!
    Tim

    TimothyW wrote:
    iPhone 4S Poor Battery Performance SOLVED!!
    I found the issue with the iPhone 4S battery performance.
    I bought 2 iPhone 4S models on the first day. One for my wife and one for me. The strange thing was that mine would kill the battery in 4-6 hours and ran VERY WARM to the touch. My wife's phone worked great. It was cold to the touch. She would forget to charge it at night... and the battery performance was great... even better than our prior 3GS models.
    What was the difference? I have my phone connected to Exchange for my corporate email. But exchange is not exactly the problem. The issue is in Notification Center. For some reason, I had hundreds of calendar reminders that kept refreshing on notification center. Furthermore, the reminders would flicker between the time remaining and the start time for the event at such a fast rate that it could not be read... (clearly a bug)
    What is the solution? Go to Settings>Notifications>Calendar and disable Notification Center. You can still have the "alert style" set to Banners, or Alerts and you will still receive notices about your events, but it will not BUILD a summary in the Notification Center drop down screen. This is where the BUG exists. [Oddly, this does not affect my iPad 2, but is an issue for iOS 5 on the iPhone (different builds, maybe?)]
    So, it appears that Notification Center has an endless loop in collecting the calendar events from Exchange and this is burning up our 4S batteries. Once you stop the madness from Notification Center, your iPhone 4S will perform as advertised.
    Enjoy!
    Tim
    Check this out. They are stumpped:
    http://www.guardian.co.uk/technology/2011/oct/28/iphone-4s-battery-apple-enginee rs

  • Purge MV logs over dblink

    Is it possible to purge MVlogs over dblink? what syntax needs to be followed?
    begin
    dbms_snapshot.purge_log('testing_mview@ORCL10R2',1,'DELETE' );
    END;
    ORA-20000: ORA-00979: illegal reference to remote database
    ORA-06512: at "SYS.DBMS_IREFRESH", line 77
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2693
    ORA-06512: at line 2

    Hi,
    I'd rather try something like this:
    BEGIN
    dbms_snapshot.purge_log@ORCL10R2('testing_mview',1,'DELETE' );
    END;

  • Satellite Pro S500-11C - poor audio performance

    Hi Folks,
    I have a Satellite Pro S500-11C which suffers from the poor audio performance mentioned in reviews of the S500-11C (yeah I should have *+listened+* to the reviews and excuse the pun).
    This is making it very difficult to use this laptop for audio applications such as music, VOIP and Skype without having to carry about a heaeset of some type.
    Has anyone else eperianced this problem and had a solution. Any help from Toshiba??
    Best Regards,
    Andrew

    Sorry but what kind of problem do you mean exactly? Is the sound not loud enough or what?
    I mean this notebook has standard stereo speakers and not high end harman/kardon speakers inside.
    I have Satellite L300 in front of me with same stereo speakers. Sound is OK but not so good as on other laptops with h/K speakers.
    By the way: what kind of help do you expect? Some new driver that makes speakers louder maybe?

  • NLS over dblink

    we have two oracle 8.1.7 databases - the first one with charset EE8MSWIN1250 the second with WE8DEC.
    In the second db there is a dblink to the first one.
    Users have their NLS_NCHAR environment variable set to EE8MSWIN1250.
    When they are connected to the second database and are accessing tables from the first db through the link data conversion occurs (I guess) two times first from EE8MSWIN1250 to WE8DEC (over dblink) and then from WE8DEC back to the EE8MSWIN1250 (to user code page) and some chars are replaced by '?'.
    Is there any way how to get those data unchanged ?

    Hi Janus,
    Unfortunately what you are seeing is the expected behavior. Assuming for now that the two databases were created with the correct database character sets.
    EE8MSWIN1250 is for Eastern European languages; hence you must be storing one or more of these language data inside your database: Croatian, Hungarian, Polish, Romanian, Czech or Slovenian.
    WE8DEC is for Western European languages; this is for storing French, German and Spanish etc.
    Now if you start pushing data from one database character set to another, Oracle will always try and apply character set conversion to preserve your data; however these two character sets are not compatible, when Oracle encounters any characters than can not be stored in the target database character set, replacement characters such as '?' will be used. See below for the differences between the 2 character sets.
    Characters in WE8DEC that are not in EE8MSWIN1250
    INVERTED EXCLAMATION MARK
    CENT SIGN
    POUND SIGN
    YEN SIGN
    FEMININE ORDINAL INDICATOR
    SUPERSCRIPT TWO
    SUPERSCRIPT THREE
    SUPERSCRIPT ONE
    MASCULINE ORDINAL INDICATOR
    VULGAR FRACTION ONE QUARTER
    VULGAR FRACTION ONE HALF
    INVERTED QUESTION MARK
    LATIN CAPITAL LETTER A WITH GRAVE
    LATIN CAPITAL LETTER A WITH TILDE
    LATIN CAPITAL LETTER A WITH RING ABOVE
    LATIN CAPITAL LETTER AE
    LATIN CAPITAL LETTER E WITH GRAVE
    LATIN CAPITAL LETTER E WITH CIRCUMFLEX
    LATIN CAPITAL LETTER I WITH GRAVE
    LATIN CAPITAL LETTER I WITH DIAERESIS
    LATIN CAPITAL LETTER N WITH TILDE
    LATIN CAPITAL LETTER O WITH GRAVE
    LATIN CAPITAL LETTER O WITH TILDE
    LATIN CAPITAL LETTER O WITH STROKE
    LATIN CAPITAL LETTER U WITH GRAVE
    LATIN CAPITAL LETTER U WITH CIRCUMFLEX
    LATIN SMALL LETTER A WITH GRAVE
    LATIN SMALL LETTER A WITH TILDE
    LATIN SMALL LETTER A WITH RING ABOVE
    LATIN SMALL LETTER AE
    LATIN SMALL LETTER E WITH GRAVE
    LATIN SMALL LETTER E WITH CIRCUMFLEX
    LATIN SMALL LETTER I WITH GRAVE
    LATIN SMALL LETTER I WITH DIAERESIS
    LATIN SMALL LETTER N WITH TILDE
    LATIN SMALL LETTER O WITH GRAVE
    LATIN SMALL LETTER O WITH TILDE
    LATIN SMALL LETTER O WITH STROKE
    LATIN SMALL LETTER U WITH GRAVE
    LATIN SMALL LETTER U WITH CIRCUMFLEX
    LATIN SMALL LETTER Y WITH DIAERESIS
    LATIN CAPITAL LIGATURE OE
    LATIN SMALL LIGATURE OE
    LATIN CAPITAL LETTER Y WITH DIAERESIS
    Characters in EE8MSWIN1250 that are not in WE8DEC
    NO-BREAK SPACE
    BROKEN BAR
    DIAERESIS
    NOT SIGN
    SOFT HYPHEN
    REGISTERED SIGN
    ACUTE ACCENT
    CEDILLA
    MULTIPLICATION SIGN
    LATIN CAPITAL LETTER Y WITH ACUTE
    DIVISION SIGN
    LATIN SMALL LETTER Y WITH ACUTE
    LATIN CAPITAL LETTER A WITH BREVE
    LATIN SMALL LETTER A WITH BREVE
    LATIN CAPITAL LETTER A WITH OGONEK
    LATIN SMALL LETTER A WITH OGONEK
    LATIN CAPITAL LETTER C WITH ACUTE
    LATIN SMALL LETTER C WITH ACUTE
    LATIN CAPITAL LETTER C WITH CARON
    LATIN SMALL LETTER C WITH CARON
    LATIN CAPITAL LETTER D WITH CARON
    LATIN SMALL LETTER D WITH CARON
    LATIN CAPITAL LETTER D WITH STROKE
    LATIN SMALL LETTER D WITH STROKE
    LATIN CAPITAL LETTER E WITH OGONEK
    LATIN SMALL LETTER E WITH OGONEK
    LATIN CAPITAL LETTER E WITH CARON
    LATIN SMALL LETTER E WITH CARON
    LATIN CAPITAL LETTER L WITH ACUTE
    LATIN SMALL LETTER L WITH ACUTE
    LATIN CAPITAL LETTER L WITH CARON
    LATIN SMALL LETTER L WITH CARON
    LATIN CAPITAL LETTER L WITH STROKE
    LATIN SMALL LETTER L WITH STROKE
    LATIN CAPITAL LETTER N WITH ACUTE
    LATIN SMALL LETTER N WITH ACUTE
    LATIN CAPITAL LETTER N WITH CARON
    LATIN SMALL LETTER N WITH CARON
    LATIN CAPITAL LETTER O WITH DOUBLE ACUTE
    LATIN SMALL LETTER O WITH DOUBLE ACUTE
    LATIN CAPITAL LETTER R WITH ACUTE
    LATIN SMALL LETTER R WITH ACUTE
    LATIN CAPITAL LETTER R WITH CARON
    LATIN SMALL LETTER R WITH CARON
    LATIN CAPITAL LETTER S WITH ACUTE
    LATIN SMALL LETTER S WITH ACUTE
    LATIN CAPITAL LETTER S WITH CEDILLA
    LATIN SMALL LETTER S WITH CEDILLA
    LATIN CAPITAL LETTER S WITH CARON
    LATIN SMALL LETTER S WITH CARON
    LATIN CAPITAL LETTER T WITH CEDILLA
    LATIN SMALL LETTER T WITH CEDILLA
    LATIN CAPITAL LETTER T WITH CARON
    LATIN SMALL LETTER T WITH CARON
    LATIN CAPITAL LETTER U WITH RING ABOVE
    LATIN SMALL LETTER U WITH RING ABOVE
    LATIN CAPITAL LETTER U WITH DOUBLE ACUTE
    LATIN SMALL LETTER U WITH DOUBLE ACUTE
    LATIN CAPITAL LETTER Z WITH ACUTE
    LATIN SMALL LETTER Z WITH ACUTE
    LATIN CAPITAL LETTER Z WITH DOT ABOVE
    LATIN SMALL LETTER Z WITH DOT ABOVE
    LATIN CAPITAL LETTER Z WITH CARON
    LATIN SMALL LETTER Z WITH CARON
    CARON
    BREVE
    DOT ABOVE
    OGONEK
    DOUBLE ACUTE ACCENT
    HORIZONTAL BAR
    LEFT SINGLE QUOTATION MARK
    RIGHT SINGLE QUOTATION MARK
    LEFT DOUBLE QUOTATION MARK
    RIGHT DOUBLE QUOTATION MARK
    EURO SIGN
    TRADE MARK SIGN
    However, there is also a very likely possibility that your current database character sets may not reflect the encoding of the data inside your database; in that case you need to change the database character set of your current database. Please refer to the White Paper (Character Set Migration Best Practices on the Globalization Support Home Page on OTN.http://technet.oracle.com/tech/globalization/content.html
    Regards
    Nat

  • BI Statistics Highly Aggregated cube 0TCT_CA1 poor load performance

    BI Statistics Highly Aggregated cube 0TCT_CA1 load ffrom DataSource 0TCT_DSA1 has very poor load performance.
    In our DEV BW, it ran 8 min for 12,000 records. We have even worse performance in test box.
    Initial loads then run very long since DataSource 0TCT_DSA1 does not allow us to load by calendar month.
    If you have seen this issue, please let me know.
    Jay Roble
    General Mills

    Compressing the cube would not help, since the cube is empty & we are trying to load 90 days of history.
    The source table has an index on the timestamp field that the extractor uses in it's delta loads.
    The loads run very slow, even with index dropped & no PSA.
    We know that in production there will be appx rows 400,000 loaded 14,400 added with daily delta loads due to aggregation.
    So we are seeing slow delta loads in our QA testing.
    Not sure why the extractor can't just deliver the 14K aggregated rows vs. 400K.
    Note: DS 0TCT_DSA1 has no selction criteria when doing initial full loads.

  • Poor graphics performance.

    Hi.
    Include your product name and specs such as processor speed, memory, and storage capacity. Please do not include your Serial Number, IMEI, MEID, or other personal information.
    Macbook Pro retina (early 2013)
    2.7 GHz Intel Core I7
    16GB 1600 MHz DDR3
    NVIDIA GeForce GT 650M 1024 MB
    512 GB SSD
    Provide the version numbers of your operating system and relevant applications, for example "iOS 6.0.3" or "iPhoto 9.1.2".
    OS X 10.9.3 (13D65)
    Describe the problem, and include any details about what seems to cause it.
    My rMBP has poor graphical performance compared to other rMBP. I think there might be something wrong inside it. Appstore or Steam games for Mac  (Bioshock Inf and Max Payne 3) at lowest graphical settings will give me between 5-10FPS. I think this might be weird for such a well specced computer.
    List any troubleshooting steps you've already tried, or temporary fixes you've discovered.
    Formatting, bootcamp with Win7, Updating to mavericks, stopping apps, Reset SMC.
    Nothing has worked yet. I don't play games often, but since i first started trying a few times last year, i've noticed that it's almost impossible,

    You should be getting more FPS. Do you have switched graphic card option on or off in the energy saving section?

Maybe you are looking for

  • File based Sync-Async Bridge

    Hi All, I have a scenario where a file is available in a shared folder. This file needs to be picked by a RFC Function module called in a Synchronous mode and the contents of the file needs to be displayed as the output of this RFC. Is this achievabl

  • While upgrading my iPhone5 OS to iOS 7 'Term & Condition' page for iCloud  keep coming even after Agreeing multiple times.

    Hi, I am upgrading the OS of my iPhone5 to iOS7 directly from the device. It downloaded and started upgrade. During the upgrade process I got stuck in 'Terms & Condition' for iCloud. I clicked on 'Agree' buttom multiple times. Still itnstallation is

  • Adobe Flash player patch trouble 10.3.183.5 version

    Have baselined the flash patch along with sun java, REader X and shockwave. All is fine for all the patches that I have baselined except for the flash one. in Patch Mgmt it never shows as patched, even though manual check on the devices shows it has

  • DPP and EOS Utility update without CD?

    I have lost the software CD for my 5DII and am trying to update my software. There are a couple of posts on other forums that claim to have a workaround but I have not been able to successfully update. Has anyone else had this problem?

  • How to deactivate or uninstall or remove iTunes in 10.6.8?

    How can one either reinstall the system withOUT iTunes or uninstall it, or put it on ice so it can't affect any aifc or aiff file of whiich I have about 1500 on my Mini I do NOT like iTunes. period. QuickTime has all the features I use