A very very tricky question

Hi All,
Please help me in this question. There is a table with 4 columns in a table
col1,
col2
col3
col4
A user should be able to see the first 3 columns and be able to refer the col4 although he does not have access privilege on the col4.
Is this possible in Oracle ? If yes, please le me know how to.
I think it is not possible by views.. may be some new features of 9i or 10g like vpd.
Please let me know
Thanks in advance
VS

This appears to be a duplicate of a question you posted in another forum
Re: A very tricky question
Since it is the same folks in the Database - General forum and in the SQL & PL/SQL forums, please try not to cross-post. Having multiple discussions on exactly the same topic in different forums is going to be confusing for posters and often leads to folks duplicating a lot of effort.
Justin

Similar Messages

  • Very High-Level Question on Approach (PI ccBPM or CE7.1?)

    All -
    I have a very high-level question. I am not current on what would be the appropriate tool for my scenario.
    My scenario...
    Transitioning business to use new sales order system.
    This will be a phased roll-out, not Big Bang.
    Company ordering website needs to send orders to one of two systems (new and old).
    Assume order has a flag or some other value that is an indicator to which backend application it should be sent.
    Each recieving application has an order insert web service, which would be in PI 7.1's ESR.
    What we "envision" is that there would be some kind of fronting web/enterpise service that would read the "flag", then pass the message to the appropriate web service (and on to the appropriate application).
    But I really am not clear how to architect this, if any rules "engines" (ccBPM or in CE 7.1) would be  or should be used.
    You opinions are welcome...
    Thank you for your time...

    Hi Eric,
    It would be more elegant , if you can classify this orders logically and provide two user interfaces one for each type.
    But coming back to your question , if you are planning to implement the process in BPM , you could utilize the capabilities of BRM for this purpose . BRM comes with CE 7.1 and works in conjunction with BPM.
    [BRM Help|https://www.sdn.sap.com/irj/sdn/nw-rules-management]
    Once you want a complete roll out , you can remove the BRM  decision making.Logically this would solve the purpose. ccBPM is not really positioned for this approach. It can be used when you need to interact with multiple systems using different protocols.
    Caveat : The use of BPM will restrict your UI to WebDynpro Java (atleast for now). The whole process needs to be built around webservices or RFCs.
    Regards
    Bharathwaj

  • VERY SPECIFIC RAM QUESTION (not answered in prior topics)

    I have a very specific RAM question. I've been pouring through the discussions and I see TONS of stuff about the proper way to upgrade RAM. I've done that before without incident, but here is my dilemma:
    I'm using the 3.0Ghz, 8-core, MP currently with 8GB of the 667Mhz RAM (8x1GB). The memory is all matched from OWC and I have had no problems.
    I just bought 16GB of new RAM from OWC (4x4GB).
    I'm going to remove all 8 of the current 1GB DIMM's, and place two of the 4GB DIMM's in slots 1 & 2 on riser A, and two of the 4GB DIMM's in slots 1 & 2 on riser B. That will give me 16GB's in matched pairs on slots 1 & 2 of both riser A and B.
    My question is this: Should I install two of my old 1GB DIMM's in slots 3/4 of riser A, and two of the old 1GB DIMM's in slots 3/4 of riser B (for a total of 20GB's)?
    I've read that having all 8 slots filled = better performance but I'm not sure the mix of 4GB DIMM's and 1GB DIMM's.
    Any Thoughts?
    Thanks So Much,
    Tom

    Optimally you want matched quads in each Riser. However, Bare Feats did some memory benchmarks that you might wish to read regarding memory performance versus different configurations. As for proper installation see the following:
    Mac Pro memory arrangement photos;
    Mac Pro Memory Configuration.

  • JSP Question..Very Very Urgent....Please help....

    Hi...
    I am working on customizing existing JSP Page. The idea is to retrieve the customer name as show in 1 and send is as run time parameter to SQL query and use the result of select statement to pass it to 2.
    <INPUT TYPE="HIDDEN" NAME="soldtoCustPartyName" VALUE="<%= soldtoCustPartyName %>">.............1
    The above line of code gives the customer name. We need to find the site id for the above customer and pass it to the following line of code. site id will replace the hardcoded number '7945'.
    pageContext.setAttribute("party_site_id", new BigDecimal(7945), PageContext.REQUEST_SCOPE);...............2
    Hence we create database connection to find out site id. The query will return the site id depending upon the customer name as in 1. SQL statement will be something like:
    select site_id from ..... where fixed conditions and sitename = (from 1).
    How can we create SQL statement to take run time values.
    For eg. we do the following to execute Query after connecting to the databse..
    Statement statement = connection.createStatement();
    ResultSet rs = null;
    rs = statement.executeQuery("SELECT party_id from apps.hz_party_sites where cust_name='IBM'");
    <% rs.next(); %>
    <% out.print(rs.getInt("party_id")); %>
    How can the above query be modified to take run time value for cust_name.
    THIS IS VERY VERY URGENT.....PLEASE HELP.......

    Where are these run time values coming from? The user is entering the values into a form with that input?
    If so, then the user will need to submit the form, you need a servlet to process the form, take the value from the parameter with the same name as the input, insert it into the SQL statement, and run the database query, get the results and store them in the context you want.

  • UPDATE ROUTINE --- CUBE --- ODS Very Very URGENT

    Hi Collegues/Friends ,
    First I need to thank for the intiators of this site , as I came to know that for many
    problems we will get different best solutions ... Hoping the same I am posting a question
    which is very very very urgent as the client is running after me for this .
    My Requirement is as Follows. ..
    I Moving the data from Cube to ODS . While i need to write a routine for an extra field in
    ODS based on Billing Quantity in Base Unit of Measure . The Key Field in the ODS Is UNIQKEY
    Transaction and It is a Characterstic in the Cube and we have MAterial as another
    Characteristic  and core element as navigational attribute .
    In the Cube for every UNIQKEY transaction- there are more than One line items. 
    My data fields in the ODS are Billing Quantity in Base Unit of MEasure and and EXTRA FIELD
    : No of Items in Transaction . But the thing is that I have only Billing Quantity in Base
    Unit of Measure in cube as a key figure
    BAsing on the UNIQKEY transcation and Billing Quantity In Base Unit Of Measure I need to
    populate the No of Items in Transaction... For this i need to write a routine .
    Let suppose say that for the Materials the core elements are as follows
    Material  Core element
    10         1 -- fuel -- In liters
    20         2 -- Cigar - in PAck
    30         3 -- Coke - in Cans
    Now Lets see how the records are there in InfoCUbe
    Uniqkey  /  Material  / Core element /Billin Quantiy
    A          /   10      /     1        /    22
    B          /   30      /     3        /    2
    C          /   10      /    1         /  15
    C          /   30      /     3        /     2
    D          /   20      /     2        /    10
    D          /   30      /     3        /    2
    And IN the ODS -- I need to Populate the No OF items in Transaction.
    the Logic behind this as follows .
    1.if Materail is of type  1(Mean if the core element - 1)
    I need to Populate the No of items in tnx = 1
    2.If Material id of type 2 or 3 I need to populate the billing quantity to the no of
    transcations.
    3. If the Uniqkey tanscation contains two line items as  suppose that you have 20 litres of
    fuel and 2 cans of coke, then No of Items in the transaction should be 3 and Billing
    Quantity in BUoM 22
    billing quantity in BUoM = 20 litres for the first line item and 2 for the second line
    item...
    then as the first line item is fuel, field No OF Items in the Transcation should be 1
    (replacing the 20) + 2 = 3
    so the final result in the ODS should be billing quantity in BUoM = 22 and The Items in the
    Transcation = 3
    For this I have Written a Rouinte like this for that field
    PROGRAM UPDATE_ROUTINE.
    $$ begin of global - insert your declaration only below this line  -
    TABLES: /BI0/PMATERIAL.
    DATA: TITEMS LIKE /BIC/AZPOCODS00-/BIC/ZTITEMS,
           CORE_ELEMENT like /BI0/PMATERIAL-RPA_WGH1.
    $$ end of global - insert your declaration only before this line   -
    FORM compute_data_field
      TABLES   MONITOR STRUCTURE RSMONITOR "user defined monitoring
      USING    COMM_STRUCTURE LIKE /BIC/CS8ZPOCTUS04
               RECORD_NO LIKE SY-TABIX
               RECORD_ALL LIKE SY-TABIX
               SOURCE_SYSTEM LIKE RSUPDSIMULH-LOGSYS
      CHANGING RESULT LIKE /BIC/AZPOCODS00-/BIC/ZTITEMS
               RETURNCODE LIKE SY-SUBRC "Do not use!
               ABORT LIKE SY-SUBRC. "set ABORT <> 0 to cancel update
    $$ begin of routine - insert your code only below this line        -
    fill the internal table "MONITOR", to make monitor entries
    check not COMM_STRUCTURE-material is initial.
      select SINGLE RPA_WGH1
            INTO CORE_ELEMENT
            from /BI0/PMATERIAL
            where
            material = COMM_STRUCTURE-material
            and  OBJVERS <>'D'.
       IF CORE_ELEMENT EQ '1'.
       TITEMS = '1'.
         CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
           EXPORTING
             input         = titems
          IMPORTING
            OUTPUT        = titems
       ELSE.
       TITEMS = COMM_STRUCTURE-BILL_QTY.
       ENDIF.
    result value of the routine
      RESULT = TITEMS..
    if abort is not equal zero, the update process will be canceled
      ABORT = 0.
    $$ end of routine - insert your code only before this line         -
    Does it satisfy all the conditions ?? mentioned above if . As far As i know as the only key
    field in the transcation it will satisfy the first two conditions .
    I want to know or If possioble anybody pls take some pain for me to send the code or any
    Ideas for satisfying all the conditions.
    Hope I will get immediate replies....
    Mail me to [email protected]

    Reddy,
    Please do not post in all sections ... makes it hard to follow up on posts..
    Arun

  • HT3226 My iphone 4s fell down on the floor and a very very small bit on the edge of my iphone were broken. Can I insert a new iphone body panel with replace the old one

    My iphone 4s fell down on the floor and a very very small bit on the edge of my iphone were broken. Can I insert a new iphone body panel with replace the old one.. ???

    I think I had it on the iCloud, I just changed computers and had part of my old computer backed up, where are the default iTunes info saved like the pictures and I know my contacts were backed up cuz I kept getting updated stuff that I wasn't sure about, but it was contacts where some belonged to my wife's contacts....but anyway, if the cloud backed up contacts, it should have grabbed pictures too? Like I asked before, if they were backed up to the computer, is there a default iTunes folder they are saved to? I had a crap load of pictures on there that I usually could really access if I was connected to wi-fi. I turned off my data stuff as I only have 4GB and between me and my 2 kids, we seemed to use up a lot of it. My son would play music from Pandora during work, and use up all our data til I limited him to only 3GB, my daughter and I barely used 1GB. Anyway, thanks to everybody that is answering. I thought I might have done good finding the dang sim card, but pointless I guess.
    Ralph - F.Y.I. I would be happy to back up the iPhone if I could turn it on LOL......I am pretty positive I did, but what about Text messages? ANY of those saved too or not? Sorry guys, I don't know a **** of a lot about cell phones, but I do know about memory cards, but not sim cards that act like memory cards or look like them anyway. What is the purpose of a sim card if I may ask a stupid question since they don't hold any data from my phone stuff. I just hope my stuff comes back on the new replacement phone once I get it up and running. Again, thanks to everybody for the edumucation.

  • Since upgrading to 7.0.1; when opening a new tab, system is very, very slow - not sure where to look to fix the issues. Prior, I would have tabs pop open.

    I really do not have a lot more details to add to the question; in opening more than one tab; system is very, very slow either from trying to open when on-line or trying to open a link embedded in an email. Did not have an issue before the upgrade.

    Problem solved, I think, though not internally to Firefox and not for earlier Windows versions: Windows 7 preserves former version of files and folders. right click on the filen ame or foldername and select "restore previous version". At this juncture, I have copied the previous and current versions of the folder so I can try them out and if necessary move the sessionstore file from one to another.

  • Much disappointed / Much angry / very very unhappy

    I am very very unhappy / much angry / much disappointed to update iphone 4s from ios7.1.2 to ios 8/8.1.1 if apple not make possible to downgrade i will sell it .
    i Was satisfy with ios 7.1.2 but suddenly my iphone updated on ios 8, its many times hang in a day having lots of troubles

    Wow, that's sad.  So, what's your technical question?
    You do realize that updating your iOS is your choice, correct?  No one from Apple required you to update your iOS.
    Your phone didn't 'suddenly' update to iOS 8.  You chose to allow the update to occur.  You have to initiate the update manually.  It doesn't update all on it's own.

  • DVSeries Audio issue - Very Very low voice.

    I got my DV6 laptop 2 days back.
    I am not able to hear voice from any good orginal DVD to the full.
    Problem: Voice from speaker is very very low.
    I updated my drivers. I reinstalled everything with factory settings. I am trying hard but hardly able to hear anything out of it.

    ok, this is actually driving me MAD now!
    @Rudegar, thanx for the reply but i don t see how this relates to my question 

  • Why is technet site very very slow

    Hi,
    I found technet site to be very very slow compared to other
    oracle sites. Can OTN do anything about it -Satya
    null

    Oracle JDeveloper Team (guest) wrote:
    : Satya (guest) wrote:
    : : Hi,
    : : I found technet site to be very very slow compared to other
    : : oracle sites. Can OTN do anything about it -Satya
    : You will have most success posting questions regarding the OTN
    : Website by using the 'Contact OTN' link on the top of this
    page.
    Thanks -Satya
    null

  • CCC or Disk Utility to clone a Mac HD of one new iMac to another, over ThunderBolt, we are getting I/O errors. Even though the clone fails, the destination  system does boot and log in, however, the logins take a very very very long time.

    When using CCC (Carbon Cophy Cloner) or Disk Utility to clone a Mac HD of one new iMac to another, over ThunderBolt, we are getting I/O errors. Even though the clone fails, the destination  system does boot and log in, however, the logins take a very very very long time.
    Thoughts.
    Edit: Already ran Disk Utility. Also reinstalled a fresh OS on top of the cloned OS and it seemed to remedy the problem. Then, cloned to next machine in the row of the lab. Same problem.

    OK, by that I assume that you used Disk Utility to repair the subject disk and it reported "The volume (name) appears to be OK" in green.
    Also verify you followed the instructions here: http://help.bombich.com/kb/usage-scenarios/i-want-to-clone-my-entire-hard-drive- to-a-new-hard-drive-or-a-new-machine
    If so, the Thunderbolt connection begins to look suspicious.
    Reinstalling OS X subsequent to the "clone" operation may be an acceptable workaround but you should not have had the I/O errors you describe, nor should the login times (subsequent to the initial login, that is) be unacceptably long. It calls into question the integrity of all the information that was transferrred.
    I'll try to attract the attention of a CCC expert who will likely provide more competent assistance. You can also try the Bombich support site: http://help.bombich.com

  • The download speed in iTunes on mac is very very slow.

    The download speed in iTunes on mac is very very slow (One film - 180 hours download time ???). I did a download via IPad, too. Via iPad the download was finished after 30 minutes.
    Regards

    Okay. I found the mistake. TimeMachine made backups on TimeCapsule (700 GB). So I had no more free space on TimeCapsule. Because the mediathek is on TimeCapsule, too --> Download speed was very slow.
    Sorry for my silly question :-(

  • W/ this latest version, getting MANY "the connection was reset" pages, plus VERY VERY VERY slow loading. I'm running Windows 7 on a new Dell. What is up w/ that?

    w/ this latest version, getting MANY "the connection was reset" pages, plus VERY VERY VERY slow loading. I'm running Windows 7 on a new Dell. What is up w/ that?
    I don't know how else to phrase that. I'm a pretty good user, but after defragging, backing up, and getting rid of a bunch of files that "may" slow down performance of firefox, the fact is, "the connection was reset" comes up five or six times a day--AND the browser is going slow as molasses. I haven't had this much trouble since before I got my new dell.

    hello whatagem123, it is never a good idea to stick with outdated versions of firefox just for the sake of addons, as this will put the integrity of your system and your the personal data on it at risk - there are various [https://www.mozilla.org/security/known-vulnerabilities/firefox.html known security vulnerabilities (some of them highly critical)] that were fixed in later versions!
    so please [[Update Firefox to the latest version]] & [https://www.mozilla.org/en-US/plugincheck/ update your plugins] (your java plugin has security vulnerabilities that are actively and widely exploited on the web).
    afterwards i'd recommend resetting firefox - this will keep your bookmarks and passwords but will get rid of most other customizations. this might well fix both the issues you've described in your question...
    [[Reset Firefox – easily fix most problems]]

  • Internet Browsing Very, Very Slow/Incomplete Page Loads

    _*The Computers:*_
    MacPro 2008 dual quad core and MacBookPro 2.66 mid 2009 both running OS 10.5.8.
    _*The Problem:*_
    The Mac Pro which is hard wired is very very slow and many times will time out before it can load a page or will only load part of the page (lots of little boxes with question marks in them or page loads part of the way and stops)and the wheel just keeps spinning. Sometimes I can hit the x and reload and it will work just fine. Sometimes, this does not help. The MacBook Pro which is wireless behaves the same way.
    _*The Internet Set Up:*_
    DSL line runs from wall to Surewest (ISP) router, then out to a 5 port Dlink switch. From the switch I run straight into the Mac Pro and to the Airport Express. The Airport Express is about 2.5 years old. It runs b/g while the MacBook Pro has draft N capability. I noticed that since I replaced my older MacBook Pro which was b/g, the new one shows a much stronger signal, which is why I can't understand why its slower.
    _*The Testing:*_
    I don't think its my ISP because when I run speedtest.net, I get what I always get, 3mb/s download and I have run that test many, many times over the last few days. The only change has been in the ping. It used to be consistently 16-17 ms and now it varies going as high as 24-26 ms. I have no clue if that is indicative of a problem. Data downloads, including iTunes work just fine.
    _*Potential Culprit:*_
    The only other change was that this weekend, I downloaded xmarks (formerly foxmarks) to unify and coordinate my bookmarks across both computers. I have since run the xmarks uninstaller on both machines and deleted the online account. However, it has not made any difference.
    _*Attempted Solutions:*_
    I already rebooted the Airport Express and changed the channel from auto to a higher number. No effect.
    _*Other Possible Solutions:*_
    I will reboot the ISP modem tonight.
    I am also considering uninstalling and reinstalling Safari with the thought that xmarks somehow screwed it up, but I also had the problem in Firefox in which I did not install xmarks. If I pull the Safari bookmark.plst file before I uninstall Safari, I should be able to just drop it in to the fresh install and keep my bookmarks.
    Someone suggested that I switch to Open DNS. This is beyond my area of expertise so to speak, so I am a little afraid to mess with it. If one of you wouldn't mind giving me a more complete explanation and instructions, I would appreciate it.
    Any other thoughts, advice or things to try? Thanks for the assistance.

    Greetings,
    Deleting and then reinstalling Safari is not a solution, so I would strongly advise against it. It's very rare that the application you're having a problem with using is the actual problem; rather, it's something the program relies on that is causing the problem. Instead, try this:
    Quit Safari if it's running and open System Preferences>Network>Advanced.
    In the DNS Server window, make sure IPv6 is turned off, and enter these two DNS servers to replace the ones you currently have (if any):
    208.67.222.222
    208.67.220.220
    click Apply Now and quit System Preferences.
    Next, do these things in order:
    1. Go to Home/Library/Cookies and delete the Cookies.plist file.
    2. Go to Home/Library/Caches/com.apple.Safari and delete the contents of that folder.
    3. Go to Home/Library/Caches/com.apple.Safari/Web Page Previews and delete the contents of that folder.
    4. If you don't want to use the Top Sites feature, open Terminal and paste in this command:
    defaults write com.apple.Safari DebugSnapshotsUpdatePolicy -int 2
    5. Go to Home/Library/Caches/Metadata/Safari and delete the contents of that folder.
    6. Go to Home/Library/Caches/Safari and delete the contents of that folder.
    7. Go to Home/Library/Safari and delete these files (if you have them):
    Downloads.plist
    History.plist
    Form Values
    LastSession.plist
    WebpageIcons.db
    Then Repair Disk Permisions, restart Safari and see if the speed is improved.

  • DNS very very slow

    Hello Admins and Apple Techies
    I do use SLS on a Mac Mini 1.83GHz with 2GB of memory.
    More or less all services do work fine, except the very very slow DNS.
    I did the following settings.
    1) DNS Server settings are Debug loglevel, localnets, forwarders are the DNS servers of my networkprovider which are 195.186.1.162, 195.186.4.162
    2) Zone settings are 1.99.168.192.in-addr.arpa, 192.168.99.1 for server.private., addressbook.server.private. as alias to server.private., calendar.server.private as alias to server.private. and ical.server.private. as alias to server.private.
    3) The clients and the server do have the following settings in the network settings for DNS entry.
    192.1686.99.1, 195.186.162, 195.186.4.162
    Below you will see the logfile for a query of store.apple.com. As you can see it took 2 minutes to get the server IP of store.apple.com. If I switch off my DNS Server, the clients get this page very very quick. The CPU load is close to nothing.
    26-Oct-2009 14:37:34.137 createfetch: store.apple.com A
    26-Oct-2009 14:37:34.138 connection refused resolving 'store.apple.com/A/IN': 195.186.1.162#53
    26-Oct-2009 14:37:34.147 createfetch: store.apple.com AAAA
    26-Oct-2009 14:37:35.139 createfetch: store.apple.com A
    26-Oct-2009 14:37:35.150 createfetch: store.apple.com AAAA
    26-Oct-2009 14:37:42.933 connection refused resolving 'store.apple.com/AAAA/IN': 17.254.0.59#53
    26-Oct-2009 14:37:44.269 connection refused resolving 'store.apple.com/AAAA/IN': 17.72.133.64#53
    26-Oct-2009 14:37:55.587 connection refused resolving 'store.apple.com/A/IN': 17.254.0.50#53
    26-Oct-2009 14:37:57.833 success resolving 'store.apple.com/A' (in 'apple.com'?) after disabling EDNS
    26-Oct-2009 14:37:57.834 createfetch: store.apple.com.akadns.net A
    26-Oct-2009 14:37:57.834 connection refused resolving 'store.apple.com.akadns.net/A/IN': 195.186.4.162#53
    26-Oct-2009 14:38:00.040 success resolving 'store.apple.com/AAAA' (in 'apple.com'?) after reducing the advertised EDNS UDP packet size to 512 octets
    26-Oct-2009 14:38:00.040 createfetch: store.apple.com.akadns.net AAAA
    26-Oct-2009 14:38:00.041 connection refused resolving 'store.apple.com.akadns.net/AAAA/IN': 195.186.4.162#53
    26-Oct-2009 14:38:08.147 createfetch: store.apple.com.bluewin.ch A
    26-Oct-2009 14:38:08.147 connection refused resolving 'store.apple.com.bluewin.ch/A/IN': 195.186.4.162#53
    26-Oct-2009 14:38:08.157 createfetch: store.apple.com.bluewin.ch AAAA
    26-Oct-2009 14:38:11.153 createfetch: store.apple.com.bluewin.ch A
    26-Oct-2009 14:38:11.163 createfetch: store.apple.com.bluewin.ch AAAA
    26-Oct-2009 14:38:20.055 connection refused resolving 'store.apple.com.bluewin.ch/AAAA/IN': 195.186.1.110#53
    26-Oct-2009 14:38:26.235 connection refused resolving 'store.apple.com.akadns.net/A/IN': 204.2.178.133#53
    26-Oct-2009 14:38:26.970 connection refused resolving 'store.apple.com.bluewin.ch/AAAA/IN': 195.186.4.162#53
    26-Oct-2009 14:38:33.055 success resolving 'store.apple.com.bluewin.ch/A' (in 'bluewin.ch'?) after disabling EDNS
    26-Oct-2009 14:38:33.211 success resolving 'store.apple.com.bluewin.ch/AAAA' (in 'bluewin.ch'?) after reducing the advertised EDNS UDP packet size to 512 octets
    26-Oct-2009 14:39:28.038 createfetch: store.apple.com.akadns.net A
    26-Oct-2009 14:39:28.049 createfetch: store.apple.com.akadns.net AAAA
    26-Oct-2009 14:39:37.056 createfetch: store.apple.com.akadns.net A
    26-Oct-2009 14:39:37.067 createfetch: store.apple.com.akadns.net AAAA
    26-Oct-2009 14:39:37.928 success resolving 'store.apple.com.akadns.net/A' (in 'akadns.NET'?) after reducing the advertised EDNS UDP packet size to 512 octets
    26-Oct-2009 14:39:38.262 createfetch: store.apple.com.akadns.net AAAA
    26-Oct-2009 14:39:39.264 createfetch: store.apple.com.akadns.net AAAA
    26-Oct-2009 14:39:39.275 success resolving 'store.apple.com.akadns.net/AAAA' (in 'akadns.NET'?) after disabling EDNS
    Thank you for anyones advice and help.
    Kind regards
    Thomas Thaler

    In the forum afp548 I did get the following replay:
    Quote by: MacTroll
    Your DNS server is attempting to use DNS-SEC, for validated DNS lookups. This requires a larger UDP packet size, >512 bytes, than your firewall seems to like. It then has to wait to both decide it needs to reduce packet size /and/ to get a negative result on the lookup.
    I would imagine that the DNS resolver on OS X client doesn't bother to do a DNS-SEC lookup, and hence no issue.
    My question is now how do I change the behavior of Snow LEopard Server DNS?
    Thanky ou for your feedback and tips.

Maybe you are looking for

  • Collection of non-persistent objects

    Greetings Is it possible to persist a Collection of non-persistent objects through the kodo externalization feature? The non-persistent objects themselves are externalizable, but I don't know how I would go about persisting a Collection of them. ..dr

  • VF0070 gamma correction - for experts...

    I am using VF0070 for image analyzing - my aim is to take RGB spectrum image and transform it into reflective spectrometer graph. I'm encountering problems regarding on how colors as seen at the computer screen are different from their REAL RGB. I'm

  • JEditorPane Change proportion Size

    I need to be able to display a html page in a JEditorPane and make sure is has the same propertion as a Internet explorer. Here is whats happening, when I display the same page on iNTERNET Explorer it displays correct proportion. When I display the s

  • Field on the PO

    Hi gurus, is there a field on the PO which can be used to put in a text on why the PO is late? We have a built a report to comapre the statistical devleiry dates from the PO and compare it with the posting date of the material document and then it de

  • No audio in microphone and some have destortion and some audioes are very slow.

    when i play some audios or vedio there is some destortion and some audioes are very very slow  . the notebook speaker is working fine but all this happen only in headphone, i check other headphone but same problem. but when i play hd vedio its audio