Problem on 10g Express using join (+), but works on Standard 10g

Good Day all,
I am having a problem with the following query:
select srds.specific_date,l.DayCntr
from (select add_months(sysdate,-1)+ rownum * 5 as Specific_date from all_objects where rownum < 35) srds,
(select rownum as DayCntr from all_objects oc where rownum < 35) l
where l.DayCntr < 32
and l.DayCntr = (to_number(to_char(srds.specific_date(+),'DD')))
and ((srds.specific_date between add_months(sysdate,-1) and sysdate)
or (srds.specific_date is null))
order by daycntr;
On express 10g, not all rows are returned as expected, minmum of 31 rows, getting sometimes 20
while on 10g Standard it does work, any ideas?
Thanks

for me its works fine in both Oracle 10.2.0.3 and Oracle XE and return the same result. maybe is not a query problem, maybe a installation problem
10 G
Connected.
@10g> select srds.specific_date,l.DayCntr
  2  from (select add_months(sysdate,-1)+ rownum * 5 as Specific_date from all_objects where rownum < 35) srds,
  3  (select rownum as DayCntr from all_objects oc where rownum < 35) l
  4  where l.DayCntr < 32
  5  and l.DayCntr = (to_number(to_char(srds.specific_date(+),'DD')))
  6  and ((srds.specific_date between add_months(sysdate,-1) and sysdate)
  7  or (srds.specific_date is null))
  8  order by daycntr;
SPECIFIC_DATE          DAYCNTR
                             1
                             2
05/11/2008 15:20:10          5
                             6
                             7
10/11/2008 15:20:10         10
                            11
                            12
15/11/2008 15:20:10         15
                            16
                            17
20/11/2008 15:20:10         20
                            21
                            22
26/10/2008 15:20:10         26
                            27
31/10/2008 15:20:10         31
17 rows selected.
XE
Connected.
@XE> select srds.specific_date,l.DayCntr
  2  from (select add_months(sysdate,-1)+ rownum * 5 as Specific_date from all_objects where rownum < 35) srds,
  3  (select rownum as DayCntr from all_objects oc where rownum < 35) l
  4  where l.DayCntr < 32
  5  and l.DayCntr = (to_number(to_char(srds.specific_date(+),'DD')))
  6  and ((srds.specific_date between add_months(sysdate,-1) and sysdate)
  7  or (srds.specific_date is null))
  8  order by daycntr;
SPECIFIC_DATE          DAYCNTR
                             1
                             2
05/11/2008 15:22:46          5
                             6
                             7
10/11/2008 15:22:46         10
                            11
                            12
15/11/2008 15:22:46         15
                            16
                            17
20/11/2008 15:22:46         20
                            21
                            22
26/10/2008 15:22:46         26
                            27
31/10/2008 15:22:46         31
17 rows selected.
@XE>
@XE>

Similar Messages

  • Javax.faces.FacesException: javax.servlet.ServletException: OracleJSP error: javax.el.ELException: Expression uses functions, but no FunctionMapper was provided

    Guys,
    I have a WebCenter Portal application which consumes few adf applications. This task is achieved by WSRP, and I am creating the portlet.xml in the adf application by the Jdeveloper.
    These ADF applications are deployed in another server instance in Weblogic Server. However, the installation was made equal in WCP and ADF, which was considering the portal libraries for portlet consuming as well.
    The thing is, in my embeddable weblogic, the application runs fine. However, when I deployed in the server, I get the following error in some adf pages:
    <Sep 26, 2013 7:23:57 PM BRT> <Error> <oracle.adfinternal.controller.application.AdfcExceptionHandler> <ADFC-50018> <ADFc: No exception handler was found for an application exception.
    javax.faces.FacesException: javax.servlet.ServletException: OracleJSP error:
    javax.el.ELException: Expression uses functions, but no FunctionMapper was provided
      at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:415)
    Is it possible the WebCenter libraries are conflicting? What is the best pratices in consuming ADF application from WebCenter?
    Any help would be appreciated.
    WebCenter version 11.1.1.8.
    Best Regards,
    Raphael

    Raphael, please don't multipost!
    javax.faces.FacesException: javax.servlet.ServletException: OracleJSP error: javax.el.ELException: Expression uses funct…
    Mod: locking

  • Can you and will you fix the "plug-in container" using so much memeory problem? I like using firefox, but if this keeps going on I am going to have to start using something like Chrome or going back to I/E.

    I use the latest version of Firefox, I run Windows XP on an older computer and the last two updates have included a "plug-in container" that use way too much memory when running a Flash based app. Can and will you be fixing this soon, I have "Googled" the problem and it seems pretty rampant, there are a lot of people having the problem and some who have left Firefox for Chrome, I enjoy using Firefox but if the problem continues I will have to find something else myself.
    == This happened ==
    Every time Firefox opened
    == After downloading the last two versions of Firefox.

    <u>HOW TO TURN OFF PLUGIN-CONTAINER.EXE</u>
    https://support.mozilla.com/en-US/forum/1/706123?

  • Server 2012 Local Shares - Cannot access using \\IP but works via \\localhost

    I've been stuck on this problem for the last couple of days and I can't find a solution on the internet that works.
    I have a Windows Server 2012 instance running on Amazon AWS with a public IP address. I am using it as an SCCM (System Center 2012 Configuration Manager) Server (so it is a Domain Controller also). I realize that it's probably not best practice to use a public
    IP here, but I'm in a weird position where we are not connecting any of the Clients to the actual Domain (they are Workgroup computers all around the world). The goal here is to use SCCM to deploy software packages to all of the Clients, which are not on the
    same LAN/VPN/Domain.
    This is my first time setting something up like this, so I followed this guide. I am able to get the Workgroup computers to show up in the SCCM Server Device list (via manual client install), but these Workgroup computers need access to the Server's shares
    to download the software packages. On Amazon, I opened all ports and allowed all IPs to communicate with the Server. I am able to RDP into the Server from any Workgroup computer using the IP address, but cannot access the Server's SMB shares even though I
    am attempting the connection with a Domain account with access to those shares.
    I decided to see if I can even connect to the shares locally on the Server. Logging in with an account with administrator privileges, I can access \\localhost\shares without
    a problem. But when I try to do \\X.X.X.X\shares,
    it asks for user/pass (confirming that it is able to connect) and I put in the correct credentials for the account with administrator privileges (using DOMAIN\ACCOUNT), but it continually says that the user/pass is incorrect. After I click cancel, an error
    comes up saying "Error Code 0x80004005 Unspecified Error".
    It is crazy to me that the administrator account that is logged in cannot access the local shares via the public IP address... obviously no remote computer would be able to access the shares if the Server itself cannot. I have tried disabling the firewall,
    but this makes no difference. I am able to ping the IP from the Server and I get a response.
    I have searched around the internet for a solution but nothing has worked. Here are some of the suggestions I've found (that have failed): 
    - Making sure "Client for Microsoft Networks" and "File and Printer Sharing for Microsoft Networks is installed and enabled for the Ethernet Adapter 
    - Enabling NetBIOS over TCP/IP in IPv4 properties 
    - Ensuring IPv6 is disabled 
    - Server, TCP/IP NetBIOS Helper, and Workstation (services) are all running
    Any ideas? Sorry for such a long post, just wanted to get as many details as I could. All help is appreciated. Thanks! 
    Shawn

    Hi,
    Are there any anti-virus software or other third party products running on the server? If yes, please disable them to see if it resolves the issue.
    Here is a similar thread below I suggest you refer to:
    Shared Folder Access
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/c0bbbe8e-55d8-467c-bb85-2b98f122cc15/shared-folder-access?forum=winserverPN
    Best Regards,
    Amy

  • Flash wont  "register" On XP sp3 using IE7 but works fine on  Safari

    Hi,
    I lost flash a while ago on my desktop I do not even remeber how long ago. I just downloaded safari and used that for things that need flash like youtube and such.
    I would really like to fix this so it will work with Internet Explorer again however. I have read several  help letters posted  and tried to uninstall and reinstall and reboot many times and look for the killbit all sorts of things but no luck. When I go to control panel and click on the flash icon it says flash is installed for the safari but not for IE the version for safari is 10.3.181.34 when I am doing the install for IE it runs to 53 percent and then fails and says "error failed to register". I have  ran malwarebytes and avg and  ccleaner and avast antivirus thinking it had to be some sort of malware, but no difference.
       If someone would take me by  the hand and tell me step by step what to do to diagnose and fix this I would be estatic. So thanks in advance for any and all help offered.
    Jim III

    I will give this a try, I saw this before but did not do it because the "note" says it is in the "uninstaller" so that info led me  astray I will post back on my results. Thanks for the quick help.
    Solution
    Warning! By following the directions below, you will modify the Windows System Registry. A mistake could cause serious system damage, which may require you to reinstall your operating system.
    If you are not comfortable editing the registry, get help from your system administrator or another IT professional.
    If you choose to proceed, first back up your entire hard drive, and create a Windows System Restore Point.
    Adobe Systems cannot be held responsible for damage resulting from your following these instructions.
    Note: The following solution is not required for Flash Player 10 and above. These registry changes were included in the Flash Player uninstaller and can be downloaded here.
    Make sure you are logged into a Windows Administrator account. If you are not, you will not be able to use SubInACL.
    Download SubInACL from the Microsoft Download Center.
    Follow the installation instructions. Make sure you install SubInACL (subinacl.exe) to the directory C:\Program Files\Windows Resource Kits\Tools.
    Download the reset_fp10.zip file.
    Open the fp10.zip file and extract the reset_fp10.cmd file to the directory C:\Program Files\Windows Resource Kits\Tools\.
    Both this file and SubInACL (subinacl.exe) must be in this directory.
    Double-click reset_fp10.cmd. A command window will open, and SubInACL will run.
    Do not use the machine while SubInACL is running.
    After SubInACL finishes, you will see a prompt "Press any key to continue".
    Install Flash Player from the Flash Player download page.
    To confirm that your installation succeeded, visit the About Flash Player page. At the top of the screen, you should see a message that reads "Adobe Flash Player Successfully Installed."

  • Why would links or search bars on the top half of the page not work on any site when i use firefox but work fine in IE?

    links and search bars on the top half of pages dont work and its not that i click them and they dont work but it wont let me click them its like it doesnt see them

    Recently, the Yahoo Toolbar and the Babylon extension have been reported to cause that problem. They seem to overlap invisibly over the top of the web page display. If you have either or both, uninstall or disable them/it, or see if an update is available that solves the problem.
    *See --> http://support.mozilla.com/en-US/kb/Uninstalling+add-ons
    *See --> http://support.mozilla.com/en-US/kb/Cannot%20uninstall%20an%20add-on
    *See --> http://kb.mozillazine.org/Uninstalling_toolbars
    If that does not solve the problem:
    *See --> [http://support.mozilla.org/en-US/kb/Troubleshooting+extensions+and+themes Troubleshooting extensions and themes]
    *See --> [http://support.mozilla.org/en-US/kb/Troubleshooting+plugins Troubleshooting plugins]
    *See --> [http://support.mozilla.org/en-US/kb/Basic+Troubleshooting Basic Troubleshooting]
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • ACL denied using Pkb but works using anonymous block with same user

    I have a recent 11g installation with a developer that is getting a access denied message when using a package but is able to run the same code manually in sqlplus and it works.
    eg. I have granted access to connect and resolve to the user BLAH.
    from sqlplus, BLAH can do
    select trim(substr(utl_inaddr.get_host_name,1,30)) from dual;
    TRIM(SUBSTR(UTL_INADDR.GET_HOST_NAME,1,30))
    serverhostname
    and get the hostname successfully, but this same line in a pkb fails when called like so
    exec func_name.something()
    BEGIN func_name.something(); END;
    ERROR at line 1:
    ORA-24247: network access denied by access control list (ACL)
    ORA-06512: at "SYS.UTL_INADDR", line 4
    ORA-06512: at "SYS.UTL_INADDR", line 35
    ORA-06512: at line 1
    ORA-06512: at "BLAH.FUNC_NAME", line 83
    ORA-06512: at line 1
    but if you were to do this same bit of code in sqlplus as follows:
    set serveroutput on
    declare
    mhost varchar(30);
    begin
    select trim(substr(utl_inaddr.get_host_name,1,30)) into mhost
    from dual;
    dbms_output.put_line(mhost);
    end;
    it works.
    I do not understand this at all. This is the same user account that owns the pkb and is running it in sqlplus. The user has been granted the connect and resolve priv through being granted a role that has this permission.
    Can anyone help me out here?

    Thanks, the oracle logic behind this doesn't make sense to me - if the user can do this action, then surely the user should be able to run the package...
    Anyway, I will try to grant directly to the user that needs the privs, but then how do I grant this privilege to multiple users, it's some awkward bit of pl/sql just to grant it to one user.
    Here is what I did:
    dbms_network_acl_admin.create_acl(acl => 'filename.xml',
    description => 'Network permissions for BLAH_USER to connect/resolve any host',
    principal => 'BLAH_USER', is_grant => TRUE, privilege => 'connect');
    dbms_network_acl_admin.add_privilege(acl => 'filename.xml', principal => 'BLAH_USER', is_grant => TRUE, privilege => 'resolve');
    dbms_network_acl_admin.assign_acl(acl => 'filename.xml', host => '*');
    grant execute on dbms_network_acl_admin to BLAH_USER;
    but this only works for 1 user and I cannot recreate this as the acl now already exists. Would I have to change filename.xml every time and do all these steps for every user?
    This is why I granted to a role and then granted that role to the BLAH_USER originally.
    Any ideas on how to make this scalable to many users or to add users to this ACL?

  • Problem with IPhoto 6 - keeps closing, but works fine under a dif acct

    After deleting my IPhoto Library from my Pictures, I can no longer get IPhoto to STAY open. It opens, then immediately closes. I've tried deleting the com.apple.IPhoto.plist file. I've also tried using APPLE+ALT while opening Iphoto, to rebuild the library. The problem remains.
    What's weird is that if I have an external hard drive connected to the laptop, IPhoto stays open. Once I eject the hard drive, then close and reopen IPhoto, it closes just like before.
    I tried creating another account, and IPhoto works fine under that account.
    Any idea how I can fix this problem?
    Thanks!

    1. Repair Permissions using Disk Utility
    *I did this already.*
    2. Delete the com.apple.iPhoto.plist file from the HD/Users/ Your Name / library / preferences folder. You'll need to reset your User options afterwards.
    *I did this already*
    3. Create a new account (systempreferences -> accounts) and see if the problem is repeated there. If it is, then a re-install of the app might be indicated. If it's not, then it's likely the app is okay and the problem is something in the main account.
    *Did this already. Problem does NOT occur under new account. The problem only occurs in the main account.
    What is the next step?
    If needed, here's the error report below:
    Date/Time: 2008-08-05 08:23:47.780 -0400
    OS Version: 10.4.11 (Build 8S2167)
    Report Version: 4
    Command: iPhoto
    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Parent: WindowServer [531]
    Version: 6.0.6 (6.0.6)
    Build Version: 4
    Project Name: iPhotoProject
    Source Version: 3220000
    PID: 851
    Thread: 4
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d253 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082ca6e CFRunLoopRunInMode + 61
    3 com.apple.HIToolbox 0x92def878 RunCurrentEventLoopInMode + 285
    4 com.apple.HIToolbox 0x92deef82 ReceiveNextEventCommon + 385
    5 com.apple.HIToolbox 0x92deedd9 BlockUntilNextEventMatchingListInMode + 81
    6 com.apple.AppKit 0x93275485 _DPSNextEvent + 572
    7 com.apple.AppKit 0x93275076 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    8 com.apple.AppKit 0x9326edfb -[NSApplication run] + 512
    9 com.apple.AppKit 0x93262d4f NSApplicationMain + 573
    10 com.apple.iPhoto 0x0000ae06 0x1000 + 40454
    11 com.apple.iPhoto 0x0000ad21 0x1000 + 40225
    Thread 1:
    0 libSystem.B.dylib 0x9003f6cf syscallthreadswitch + 7
    1 com.apple.AppKit 0x9334c6a2 -[NSUIHeartBeat _heartBeatThread:] + 1399
    2 com.apple.Foundation 0x927f72c0 forkThreadForFunction + 123
    3 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x9001a1cc select + 12
    1 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x9000ffec read + 12
    1 com.apple.Foundation 0x927ea4aa _NSReadBytesFromFile + 183
    2 com.apple.Foundation 0x927f55b2 -[NSData initWithContentsOfFile:] + 82
    3 com.apple.Foundation 0x9283b035 -[NSPlaceholderMutableDictionary initWithContentsOfFile:] + 71
    4 com.apple.Foundation 0x92803e5f +[NSDictionary dictionaryWithContentsOfFile:] + 67
    5 com.apple.iPhoto 0x00266c71 0x1000 + 2514033
    6 com.apple.iPhoto 0x00266a81 0x1000 + 2513537
    7 com.apple.CoreFoundation 0x90828f5b CFQSortArray + 1372
    8 com.apple.CoreFoundation 0x908288ec CFArraySortValues + 352
    9 com.apple.Foundation 0x928036be -[NSCFArray sortUsingFunction:context:] + 162
    10 com.apple.iPhoto 0x00267d28 0x1000 + 2518312
    11 com.apple.iPhoto 0x00190181 0x1000 + 1634689
    12 com.apple.iPhoto 0x0019049a 0x1000 + 1635482
    13 com.apple.Foundation 0x927f72c0 forkThreadForFunction + 123
    14 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 4 Crashed:
    0 com.apple.CoreFoundation 0x908110c5 CFRetain + 56
    1 com.apple.MediaBrowser 0x3e661f56 -[MediaGrabberiTunes _loadMusicThreaded] + 733
    2 com.apple.Foundation 0x927f72c0 forkThreadForFunction + 123
    3 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 4 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x9081109b ecx: 0x01800038 edx: 0x11de7250
    edi: 0x00000000 esi: 0x00000000 ebp: 0xb02b1e98 esp: 0xb02b1e70
    ss: 0x0000001f efl: 0x00010246 eip: 0x908110c5 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x479fff com.apple.iPhoto 6.0.6 /Applications/iPhoto.app/Contents/MacOS/iPhoto
    0xddaa000 - 0xddb4fff com.apple.BookService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/BookService.NetService/Co ntents/MacOS/BookService
    0xddbc000 - 0xddc6fff com.apple.CalendarsService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/CalendarsService.NetServi ce/Contents/MacOS/CalendarsService
    0xddce000 - 0xddd8fff com.apple.CardsService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/CardsService.NetService/C ontents/MacOS/CardsService
    0xdde0000 - 0xddf4fff com.apple.HomePageService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/HomePageService.NetServic e/Contents/MacOS/HomePageService
    0xde02000 - 0xde07fff com.apple.NetSlidesService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/NetSlidesService.NetServi ce/Contents/MacOS/NetSlidesService
    0xde0d000 - 0xde18fff com.apple.PrintsService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/PrintsService.NetService/ Contents/MacOS/PrintsService
    0xe301000 - 0xe36efff com.DivXInc.DivXDecoder 6.6.0 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0xe5ba000 - 0xe5bbfff com.apple.textencoding.unicode 2.1 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x39d60000 - 0x39dc0fff com.apple.NetServices.NetServices 6.0 /Applications/iPhoto.app/Contents/NetServices/Frameworks/NetServices.framework/ Versions/A/NetServices
    0x3e5c0000 - 0x3e5c3fff com.apple.NetServices.BDRuleEngine 1.0.2 /Applications/iPhoto.app/Contents/NetServices/Frameworks/BDRuleEngine.framework /Versions/A/BDRuleEngine
    0x3e5f0000 - 0x3e5f7fff com.apple.NetServices.BDControl 1.0.5 /Applications/iPhoto.app/Contents/NetServices/Frameworks/BDControl.framework/Ve rsions/A/BDControl
    0x3e660000 - 0x3e696fff com.apple.MediaBrowser 2.0.3 (103) /Applications/iPhoto.app/Contents/Frameworks/MediaBrowser.framework/Versions/A/ MediaBrowser
    0x3e6f0000 - 0x3e740fff com.apple.DotMacKit 10 (2.0) /Applications/iPhoto.app/Contents/Frameworks/DotMacKit.framework/Versions/A/Dot MacKit
    0x8f8c0000 - 0x8f95ffff com.apple.QuickTimeImporters.component 7.5 (861) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.77 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.8 (368.31) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.28 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91008000 - 0x91047fff com.apple.CFNetwork 129.22 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib
    0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91521000 - 0x9154dfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91560000 - 0x91634fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91710000 - 0x917b9fff com.apple.QD 3.10.25 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186b000 - 0x91886fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91891000 - 0x918cefff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91948000 - 0x919fafff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a40000 - 0x91a56fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a5b000 - 0x91a79fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a7e000 - 0x91addfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91aef000 - 0x91af3fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91af5000 - 0x91b7dfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b81000 - 0x91bbefff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91bc4000 - 0x91bdefff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91be3000 - 0x91be5fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91be7000 - 0x91cc5fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91ce2000 - 0x91ce2fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91ce4000 - 0x91d72fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d79000 - 0x91d79fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d7b000 - 0x91dd4fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ddd000 - 0x91e01fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e09000 - 0x92212fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9224c000 - 0x92600fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9262d000 - 0x9271afff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9271c000 - 0x92799fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927da000 - 0x92a0afff com.apple.Foundation 6.4.9 (567.36) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b24000 - 0x92b3bfff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b46000 - 0x92b9efff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92bb2000 - 0x92bb2fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bb4000 - 0x92bc4fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bd3000 - 0x92bdbfff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92be1000 - 0x92be7fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92bed000 - 0x92c7efff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c92000 - 0x92c96fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c99000 - 0x92cb7fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92cc9000 - 0x92ccffff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cd5000 - 0x92d38fff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d5f000 - 0x92da0fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dc7000 - 0x92dd5fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92ddc000 - 0x92de1fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92de6000 - 0x930dbfff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931e1000 - 0x931ecfff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x931f1000 - 0x9320cfff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9325c000 - 0x9325cfff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9325e000 - 0x93914fff com.apple.AppKit 6.4.9 (824.44) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c95000 - 0x93d10fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d49000 - 0x93e02fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e45000 - 0x93e45fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e47000 - 0x94008fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9404e000 - 0x9408ffff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94097000 - 0x940d1fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940d6000 - 0x940ecfff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94280000 - 0x9428ffff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94296000 - 0x942a1fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942ed000 - 0x94307fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9430d000 - 0x94625fff com.apple.QuickTime 7.5.0 (861) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x947ab000 - 0x948f1fff com.apple.AddressBook.framework 4.0.6 (488) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x9497d000 - 0x9498cfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94993000 - 0x949bcfff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x949c2000 - 0x949d1fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x949d5000 - 0x949fafff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94a06000 - 0x94a23fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x94ac8000 - 0x94ac8fff com.apple.DiscRecording 3.2.0 (???) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x94aca000 - 0x94b48fff com.apple.DiscRecordingEngine 3.2.0 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingEngine.framework/Versions/A/DiscRecordingEngine
    0x94b78000 - 0x94bbafff com.apple.DiscRecordingContent 3.2.0 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingContent.framework/Versions/A/DiscRecordingContent
    0x95861000 - 0x95863fff com.apple.ExceptionHandling 1.2 (???) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x967c3000 - 0x967c3fff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96e32000 - 0x96e37fff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x97978000 - 0x97978fff com.apple.AppleAppSupport 1.4 /System/Library/PrivateFrameworks/AppleAppSupport.framework/Versions/A/AppleApp Support
    0x97ab6000 - 0x97ad2fff com.apple.DiscRecordingUI 3.2.0 /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x9814d000 - 0x99145fff com.apple.QuickTimeComponents.component 7.5 (861) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    Model: MacBookPro2,2, BootROM MBP22.00A5.B00, 2 processors, Intel Core 2 Duo, 2.16 GHz, 3 GB
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz
    AirPort: AirPort Extreme, 1.2.2
    Bluetooth: Version 1.9.5f4, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHW2120BH, 111.79 GB
    Parallel ATA Device: MATSHITADVD-R UJ-857D
    USB Device: iPhone, Apple Inc., Up to 480 Mb/sec, 500 mA
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA

  • Airport Express blinks orange but works?

    Hey all,
    Lately my Airport Express has had periods where it's working, but blinking orange. The only times I've had it blink before was when my cable modem had gone wonky or my settings were messed up. I've checked to make sure that my iMac's Airport wireless hasn't 'drifted' to an unlocked network - it really IS my network that's running.
    What does the orange blinking mean if my network is still running? I have my iMac, a PS3, and a Wii all connected to it, but neither the PS3 nor Wii are usually on.
    Thanks

    When you opened AirPort Utility and clicked on Manual Setup, did you click on the amber dot to see what the message said?
    If you previously told AirPort Utility that you did not want to be notified when new updates were available, you can reverse this by opening AirPort Utility, clicking on Manual Setup, clicking the Base Station tab (just below the row of icons), clicking Options and changing your preference.
    Also check Preferences under the AirPort Utility menu to make any changes as needed. Look at the top of the screen next to the Apple icon for the AirPort Utility menu.

  • My mouse scroll wheel doesnt work while using firefox, but works with everthing else

    when using firefox my mouse wheel will not work in any website, it will work if i open a pdf file

    If it's an Acer laptop, there appears to be a bug with the ALPS drivers. See: https://bugzilla.mozilla.org/show_bug.cgi?id=605357

  • Problem with validateRegExp (problem with IE and chrome but works for firefox)

    Hi everyone,
    I have a simple af:inputText with an af:validateRegExp in it with pattern "([^$%# ]+([ ]*[^$%# ]+)*)$".
    Now when I enter a very big value in this inputText and finally add a space to it, it gives a proper validation exception in Mozilla FireFox.
    But when I run the same thing in IE/ Chrome the screen hangs and after some time page not responding exception comes. What it is observed in chrome is that after a very long time it gives the proper validation exception even if page not responding error has come earlier. Has anyone faced such kind of problem earlier? Is there any solution for this?
    {code}
    <af:inputText label="Label 1"
                          binding="#{backingBeanScope.backing_datePOC.it1}"
                          id="it1" maximumLength="120">
              <af:validateRegExp pattern="([^$%# ]+([ ]*[^$%# ]+)*)$"/>
            </af:inputText>
    {code}

    Hi Frank,
    Thanks for your reply. I tried checking this pattern in java as well using an validator, in that case the thread got sucked for a bigger length string. So I guess the problem is with expression only. But I dont get one thing, if the problem would have been with expression it shouldnt have worked for smaller length string. But in this case it is working fine with a smaller length string.
    Regards,
    Vipin V B

  • HT4437 How to stream audio from a Safari web site to Airport Express using Airplay?

    I'm able to stream audio from iTunes to my Airport Express using Airplay, but I can't stream audio from SoundCloud.com or any other system audio (not in iTunes) to the Airport Express. It is my understanding that AirFoil can do the trick but I do not want to spend 25$ if there is another way to do it.
    Thanks in advance.

    Tgara wrote:
    grunta22 wrote:
    I have played around and it's all fixed (not sure what I did and I don't think it was working all along), Tgara, you're right the icon colour has changed to orange for music (but still blue for you tube). 
    Cheers
    Good you got it sorted!
    I was wrong about one thing.   Regardless of how I connect (e.g., wifi or Bluetooth), the Airplay icon in an Apple App turns orange when connected to a device, not blue as I mentioned above.  This is probably why you see blue in the Youtube app.
    OK, I am retracting all my posts about the airplay icon and it's color scheme. 
    Seems as if the airplay icon on the music app is orange, but the airplay icon on the podcast app is blue. There appears to be no rhyme or reason to these color schemes or their significance, so I am abandoning all further speculation. 

  • SQL - JOIN using UNION ?? UNION using JOIN ?? with example!

    I was asked this question during one of my interviews. Can you do JOIN using UNION keyword? Can you do UNION using JOIN keyword?
    That is -
    1. I should get same output as JOIN without using JOIN keyword, but using UNION Keyword?
    2. I should get same output as UNION without using UNION keyword, but using JOIN Keyword?
    Can you give me an example of how to do this if possible?

    Hi,
    Welcome to the forum!
    user13067794 wrote:
    I was asked this question during one of my interviews. Can you do JOIN using UNION keyword? Can you do UNION using JOIN keyword?The correct answer to those questions is: Why would you want to? All versions of Oracle (and probably any other database product) provide JOIN to do certain things and UNION to do other things. Why not use those features the way they were designed to be used? Even if it is possible to do what you ask, it's going to be more complicated and less efficient.
    If you really must:
    That is -
    1. I should get same output as JOIN without using JOIN keyword, but using UNION Keyword? You can select the relevant columns from each table, and NULLs for all the columns from other tables, in a UNION query. Then you can use GROUP BY or analytic functions to combine data from different rows. For example, this JOIN:
    SELECT     d.dname
    ,     e.mgr
    FROM     scott.dept     d
    JOIN     scott.emp     e  ON     d.deptno  = e.deptno
    ;could be written using UNION, but no JOIN, like this:
    WITH     union_data     AS
         SELECT     deptno
         ,     dname
         ,     NULL     AS empno
         ,     NULL     AS mgr
         FROM     scott.dept
        UNION ALL
         SELECT     deptno
         ,     NULL     AS dname
         ,     empno
         ,     mgr
         FROM     scott.emp
    ,     quasi_join     AS
         SELECT     MAX (dname) OVER (PARTITION BY deptno)     AS dname
         ,     mgr
         ,     empno
         FROM     union_data
    SELECT     dname
    ,     mgr
    FROM     quasi_join
    WHERE     empno     IS NOT NULL
    ;Depending on your tables and your requirements, you might be able to do something a little simpler.
    2. I should get same output as UNION without using UNION keyword, but using JOIN Keyword?A FULL OUTER JOIN is similar to UNION.
    This UNION query:
    SELECT     dname          AS txt
    FROM     scott.dept
    UNION
    SELECT     TO_CHAR (mgr)     AS txt
    FROM     scott.emp
    ;Can be written like this, using JOIN but no UNION:
    SELECT DISTINCT
         NVL2 ( e.empno
              , TO_CHAR (e.mgr)
              , d.dname
              )          AS txt
    FROM          scott.dept     d
    FULL OUTER JOIN     scott.emp     e  ON       1 = 2
    user13067794 wrote:I too don't any example as such, but I am thinking on this line -
    Select a.x, b.y
    from a,b
    where a.key=b.key and sal<5000
    UNION
    Select a.x, b.y
    From a,b
    Where a.key=b.key and sal>7000
    can we get same result using JOIN?That's a very special case. You can get the same results without using UNION like this:
    Select distinct
         a.x
    ,      b.y
    from      a
    ,     b
    where      a.key     = b.key
    and      (        sal < 5000
         OR     sal > 7000
    Can we do something similar using UNION without using JOIN keyword??What you posted does not use the JOIN keyword.
    To get the same results without using a join (either with or without the JOIN keyword), you can use UNION together with aggregate or analytic functions, as I showed earlier.
    Edited by: Frank Kulash on Jul 5, 2011 9:01 PM

  • Paypal button doesn't work on Safari. but works on Firefox

    I have over 100 pairs of "Add to Cart" buttons on my website. One of each is on the individual item page and the other is on my Order Form.
    I have one button that works on the order form, but the identical button doesn't work on the individual page when using SAFARI, but works when I use FIREFOX!
    I have recreated the button several times and put it in the proper place several times, saved the changes and republished. Still it doesn't work in Safari!
    This must be a Safari issue not a PayPal issue
    Any suggestions?

    If that's checked, see: How to perform a "clean install" of Flash Player in Mac OS X

  • Query to count no.of orders using joins and subqueries

    I have 3 tables i want to show the no. of orders when order placed date is equal to Create date(user registered date)
    order table contains following columns
    [OrderId]
          ,[UserId]
          ,[OrderPlaced]
          ,[Paid]
          ,[DatePaid]
          ,[PaymentMethod]
          ,[PaymentRef]
          ,[BillTo]
          ,[AddressLine1]
          ,[AddressLine2]
          ,[City]
          ,[County]
          ,[CountryId]
          ,[PostCode]
          ,[Shipped]
          ,[DateShipped]
          ,[Packing]
          ,[ShipTo]
          ,[ShippingAddressLine1]
          ,[ShippingAddressLine2]
          ,[ShippingCity]
          ,[ShippingCounty]
          ,[ShippingCountryId]
          ,[ShippingPostCode]
          ,[ShippingCost]
          ,[ShippingOptionId]
          ,[AllocatedPoint]
          ,[PointValue]
          ,[PromoCode]
          ,[DiscountValue]
          ,[InvoiceNumber]
          ,[IPAddress]
          ,[StatusCode]
          ,[IssueCode]
          ,[USStateId]
          ,[ShippingUSStateId]
          ,[CurrencyCode]
          ,[ExchangeRate]
          ,[LastActivityDate]
          ,[AwardedPoint]
          ,[Archived]
          ,[LastAlertDate]
    aspnet_Membership table contains
    [Password]
          ,[PasswordFormat]
          ,[PasswordSalt]
          ,[MobilePIN]
          ,[Email]
          ,[LoweredEmail]
          ,[PasswordQuestion]
          ,[PasswordAnswer]
          ,[IsApproved]
          ,[IsLockedOut]
          ,[CreateDate]
          ,[LastLoginDate]
          ,[LastPasswordChangedDate]
          ,[LastLockoutDate]
          ,[FailedPasswordAttemptCount]
          ,[FailedPasswordAttemptWindowStart]
          ,[FailedPasswordAnswerAttemptCount]
          ,[FailedPasswordAnswerAttemptWindowStart]
          ,[Comment]
    Account table contains 
    [UserId]
          ,[FirstName]
          ,[LastName]
          ,[Email]
          ,[ContactNumber]
          ,[DOB]
          ,[Note]
    my code is
    SELECT a.UserId, m.Email, o.OrderPlaced, o.OrderId, m.CreateDate
    FROM Account a, aspnet_Membership m, Orders o
    where a.UserId=o.UserId and a.Email=m.Email ORDER BY a.UserId 
    I had displayed the required details using joins but now i want the number of orders when order placed date is equal to Create date(user registered date)
    can anyone help me iam a fresher
    Thanks in advance.

    You cant use subquery in ORDER BY like this.
    you need to do it like this
    SELECT a.UserId, m.Email, o.OrderPlaced, o.OrderId, m.CreateDate
    FROM Account a
    INNER JOIN aspnet_Membership m
    ON a.Email=m.Email
    INNER JOIN (SELECT *,COUNT(OrderId) OVER (PARTITION BY Createddate) AS Cnt FROM Orders) o
    on a.UserId=o.UserId
    ORDER BY a.UserId,o.Cnt
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

Maybe you are looking for

  • Stuck at Logging in to MobileMe window

    I made my website in iWeb and alerted my domain subscriber to make web.me my alias. Now I'm trying to publish to MobileMe. I get the "Logging in to MobileMe" window, which looks like it's trying to connect, but it never connects... or stops until I f

  • How to download Temp tables from Function Module

    Hi Gurus, I have a function Module which is getting data from various DSOs and putting in another DSO. For data validation purposes I need to download data which is in temp tables. I know I need to go to SE37 and set breakpoint and then go to rsa3 an

  • OCCI environment (in)compatibility

    I have compiled a sample OCCI program in the following environment: However, program crashes (no exceptions caught). Oracle Database: 10.2.3.0 Visual Studio 2005 (VC8): when I use the DLL in vc71 folder it works fine however application crashes (thou

  • Error in Pages after upgrading to leopard.

    Hi Everyone, I just recently upgraded to Leopard and everything is runing smoothly (and beautifully) except Pages. For some reason, every time I open Pages I get this error: "Some warnings occurred. Would you like to review them now? You can review w

  • A135-7403 Overheating, trying to get to CPU

    I decided to take apart my A135-7403 laptop today to put some thermal paste on my cpu and clean out the fan which is loaded with dust. I am just about home free by taking out the last screw that connect to the case but the motherboard will not come l