CAN NOT FIND DESCRIPTION DATA for ACLs in ACL VIEWS

Hi,
anyone knows where acl description data stored? (fixed_table, view, sys table)
(I know XDB.XDB$ACL and xdb.xs$securityclass objects, but I do not want to parse those xmls)
BEGIN
DBMS_NETWORK_ACL_ADMIN.CREATE_ACL(acl => '/sys/acls/my.xml',
description => 'ACL_DESC',

See XDS_ACL view, it does the parsing for you :
SQL> SELECT description FROM sys.xds_acl;
DESCRIPTION
Read-only privileges to anonymous
Protected:Readable by PUBLIC and all privileges to OWNER
Protected:Readable by PUBLIC and all privileges to OWNER
Public:All privileges to PUBLIC
Private:All privileges to OWNER only and not accessible to others
Read-Only:Readable by all and writeable by none
6 rows selected
And it was not that hard to do it "manually" BTW :
SQL> SELECT x.description
  2  FROM XDB.XDB$ACL
  3     , XMLTable(
  4         XMLNamespaces(default 'http://xmlns.oracle.com/xdb/acl.xsd')
  5       , '/acl'
  6         passing object_value
  7         columns description varchar2(4000) path '@description'
  8       ) x
  9  ;
DESCRIPTION
Read-only privileges to anonymous
Protected:Readable by PUBLIC and all privileges to OWNER
Protected:Readable by PUBLIC and all privileges to OWNER
Public:All privileges to PUBLIC
Private:All privileges to OWNER only and not accessible to others
Read-Only:Readable by all and writeable by none
6 rows selected

Similar Messages

  • Debuging mapping - error : Could not find test data for target operators ?

    Hello, Please help me.
    I use Oracle Warehouse Builder 10gR2.
    I created a cube with two dimensions.
    I debugged the mappings of these two dimensions then viewed their data after deployment.
    I tried to debug the mapping of the cube, and got the error: Could not find test data for all source and target operators.
    For source objects exist test data but for the target operator (cube_out) logically we do not need test data !!!! .
    But the error is here: Could not find test data for target operators. Why ??
    How to configure or explain to owb that the target operator do not have test data ????
    I need your help.
    thank you in advance.

    Sorry, I can not understand your approach ?
    I explain you in detail : I work in ROLAP.
    I have two dimensions : DIM_1 and DIM_2 linked with the cube (Fact_table).
    I have three mappings : MAP_DIM1, MAP_DIM2, MAP_CUBE.
    For the MAP_CUBE, I have source operator : VIEW_IN and Target operator : CUBE_OUT.
    I could see the data dimensions : DIM_1 and DIM_2 after debugging and Deployment in the OLAP schema.
    I tried debugged the mapping: MAP_CUBE so I got the error: Could not find test data for all source and target operators.*
    thank you for help.

  • WebtopNaming - can not find server name for server ID

    We have a LB, and web servers in front of OpenSSO app servers in our environment.
    OpenSSO debug log CoreSystem fills up with lot of errors like these:
    ERROR: WebtopNaming.getServerFromID() can not find server name for server ID : 07
    com.iplanet.services.naming.ServerEntryNotFoundException: Cannot find server.
    Sometimes, it even complains about a server id (07 in the following trace) which doesn't even exist in the Site Id Table.
    There are no changes in the configuration. DNS is properly configured and all the servers and their connectivity are available. CoreSystem throws these errors even after a restart of opensso app servers.
    Any ideas about the root cause?
    amNaming:05/13/2011 10:22:37:009 AM PST: Thread[WebContainer : 0,5,main]
    Server Id Table -> {%protocol://%host:%port%uri/AssertionManagerServlet/AssertionManagerIF=iplanet-am-naming-samlassertionmanager-url, http://host4.company.com:8080/openSSO=04, com.iplanet.dpro.profile.agent.ProfileService=iplanet-am-naming-profile-class, %protocol://%host:%port%uri/SecurityTokenManagerServlet/SecurityTokenManagerIF=iplanet-am-naming-securitytokenmanager-url, %protocol://%host:%port%uri/authservice=iplanet-am-naming-auth-url, %protocol://%host:%port%uri/sts=sun-naming-sts-url, %protocol://%host:%port%uri/SAMLAwareServlet=iplanet-am-naming-samlawareservlet-url, http://host5.company.com:8080/openSSO=05, com.sun.identity.authentication.server.AuthXMLHandler=iplanet-am-naming-auth-class, com.sun.identity.policy.remote.PolicyRequestHandler=iplanet-am-naming-policy-class, %protocol://%host:%port%uri/loggingservice=iplanet-am-naming-logging-url, %protocol://%host:%port%uri/jaxrpc/=iplanet-am-naming-jaxrpc-url, %protocol://%host:%port%uri/FSAssertionManagerServlet/FSAssertionManagerIF=iplanet-am-naming-fsassertionmanager-url, %protocol://%host:%port%uri/identity/=sun-naming-idsvcs-rest-url, 03,05,04,02|03,01|03=iplanet-am-platform-site-id-list, %protocol://%host:%port%uri/identityservices/=sun-naming-idsvcs-jaxws-url, %protocol://%host:%port%uri/sts/mex=sun-naming-sts-mex-url, %protocol://%host:%port%uri/profileservice=iplanet-am-naming-profile-url, %protocol://%host:%port%uri/SAMLPOSTProfileServlet=iplanet-am-naming-samlpostservlet-url, 02|02,01|01,05|05,04|04=iplanet-am-platform-lb-cookie-value-list, %protocol://%host:%port%uri/SAMLSOAPReceiver=iplanet-am-naming-samlsoapreceiver-url, https://host4.company.com:8443/openSSO=01, com.sun.identity.log.service.LogService=iplanet-am-naming-logging-class, %protocol://%host:%port%uri/sessionservice=iplanet-am-naming-session-url, https://host5.company.com:8443/openSSO=02, %protocol://%host:%port%uri/policyservice=iplanet-am-naming-policy-url, iplanet-am-naming-service=serviceObjectClasses, com.iplanet.dpro.session.service.SessionRequestHandler=iplanet-am-naming-session-class, https://opensso-qa.company.com:443/openSSO=03}
    amNaming:05/13/2011 10:22:37:009 AM PST: Thread[WebContainer : 0,5,main]
    Site Id Table -> {03=03, 02=03, 01=03, 05=05, 04=04}
    amNaming:05/13/2011 10:22:37:009 AM PST: Thread[WebContainer : 0,5,main]
    Platform Servers -> [https://opensso-qa.company.com:443/openSSO, https://host5.company.com:8443/openSSO, https://host4.company.com:8443/openSSO, http://host4.company.com:8080/openSSO, http://host5.company.com:8080/openSSO]
    amNaming:05/13/2011 10:22:37:009 AM PST: Thread[WebContainer : 0,5,main]
    Platform Server IDs -> [03, 02, 01, 04, 05]
    amNaming:05/13/2011 10:22:37:010 AM PST: Thread[WebContainer : 0,5,main]
    ERROR: WebtopNaming.getServerFromID() can not find server name for server ID : 07
    com.iplanet.services.naming.ServerEntryNotFoundException: Cannot find server.
    at com.iplanet.services.naming.ServerEntryNotFoundException.<init>(ServerEntryNotFoundException.java:52)
    at com.iplanet.services.naming.WebtopNaming.getServerFromID(WebtopNaming.java:709)
    at com.iplanet.dpro.session.SessionID.setServerID(SessionID.java:380)
    at com.iplanet.dpro.session.SessionID.parseSessionString(SessionID.java:363)
    at com.iplanet.dpro.session.SessionID.getSessionServerID(SessionID.java:261)
    at com.iplanet.dpro.session.service.SessionService.isLocalSite(SessionService.java:881)
    at com.iplanet.dpro.session.Session.getSessionServiceURL(Session.java:1197)
    at com.sun.identity.authentication.UI.LoginServlet.initializeRequestContext(LoginServlet.java:153)
    at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:578)
    at com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:459)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    Thank You for the response.
    Here is my site configuration in OpenSSO:
    There are 4 servers in the two opensso hosts (2 secure, 2 non secure)
    Servers:
    http://host4.company.com:8080/openSSO
    http://host5.company.com:8080/openSSO
    https://host4.company.com:8443/openSSO
    https://host5.company.com:8443/openSSO
    Only one site with secure URLs is configured
    Sites:
    site1
    Primary URL: https://opensso-qa.company.com:443/openSSO
    Assigned Servers:
    https://host4.company.com:8443/openSSO
    https://host5.company.com:8443/openSSO
    From the CoreSystem log, Server ID definitions are:
    https://host4.company.com:8443/openSSO=01
    https://host5.company.com:8443/openSSO=02
    https://opensso-qa.company.com:443/openSSO=03
    http://host4.company.com:8080/openSSO=04
    http://host5.company.com:8080/openSSO=05
    Sometimes it throws an exception with existing server IDs. But sometimes it also complains about non existing server IDs.

  • I am a student who subscribed to the 9.99 photography package, I didn't realize there was a discount for students.  I would like to upgrade to the full package with the student discount.  I can not find the option for this. How do I do this?

    I am a student who subscribed to the 9.99 photography package, I didn't realize there was a discount for students.  I would like to upgrade to the full package with the student discount.  I can not find the option for this. How do I do this?

    Hi Djmontanalv,
    Please go through the link below.
    http://helpx.adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html
    Regards,
    Anand

  • When I use 32 bit version I easily find plugins but for Nighty 64 bit I can not find some plugin for this browser what can i do I don't want to return back to 32 bit please advice

    When I use 32 bit version of Mozilla I easily find plugins but for Nighty 64 bit I can not find some plugin for this browser what can i do
    I don't want to return back to 32 bit I love Nighty 64 bit and I'm satisfied with performance
    what can I do please advice ?

    Many plugin vendors haven't updated their plugins to work with x64, or you have to download a special x64 version (Flash and Java for example). Which plugins is it that you are having problems with?

  • I have a compaq 6200 pro i can not find the driver for SM bus controller.

    I down graded the 6200 pro with the i3 chip  to winXP and now I can not find the driver for the SM bus controller does this system have a sm bus controller?

    Hi: Please click on the device in the device manager. Then click on the details tab. Post the top string of characters you see. Those will identify the type and model of the missing device and I can send you the link to the drivers. It is either your AMT driver, TPM driver or IMEI driver. In the meantime, install the chipset driver and reboot if you have not done so already. http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=12454&prodSeriesId=5037900&prodNameId=5037902&swEnvOID=1093&swLang=13&mode=2&taskId=135&swItem=vc-88640-1 Paul

  • Can not find a battery for X61 on Lenova or other

    I am in desperate need of a new battery for my X61  Type 7675-4KU.  It will not recharge more than 40%.   I can not find one available on Lenova site or at retail store of purchase or other.

    The X61 uses the same batteries as the X60. Check the Lenovo online store.
    bernadettelowth wrote:
    I am in desperate need of a new battery for my X61  Type 7675-4KU.  It will not recharge more than 40%.   I can not find one available on Lenova site or at retail store of purchase or other.
    I don't work for Lenovo. I'm a crazy volunteer!

  • HT4352 I can not find any settings for iTunes where are they?

    I have set up home sharing on my Apple TV and now I am supposed to turn on home sharing on my ipad. There are no settings in iTunes on my ipad. I have spent hours looking for them, they donotexist. I have all sorts of options to look formusicandmovies and photos butthere is no"advanced" settings, and thereis no "file - settings - advanced". There is also no setting forhomesharing, no icons. I can not find any of these options the help files are talking about. Can some one please tell me how to find the settings in iTunes on my ipad.

    now I am supposed to turn on home sharing on my ipad.
    Where did you see this ?
    But it is Settings > Music (or Videos) - Home Sharing.
    Can some one please tell me how to find the settings in iTunes on my ipad
    It is not in iTunes on your iPad.
    I have all sorts of options to look formusicandmovies and photos butthere is no"advanced" settings, and thereis no "file - settings - advanced".
    Because it is in iTunes on your computer because that is what AppleTV uses to play videos.
    Notice the paragraph heading and paragraph 2
    Setting up Home Sharing in iTunes on your computer
    Make sure you're using the latest version of iTunes.
    Mac: Choose iTunes > Check for Updates.Windows: Choose Help > Check for Updates.
    Choose File > Home Sharing > Turn On Home Sharing.
    Note: If you're using iTunes 10.7 or earlier, choose Advanced > Turn on Home Sharing.

  • Qosmio G30: I can not find Linux drivers for Bluetooth and TV Tuner

    I have the Qosmio Q30 HD-DVD(PQG32) running on Ubuntu Linux. My Problem is I can not find drivers for Bluetooth and TV Tuner.
    Does Toshiba support Linux? If yes when I find it?

    TV tunner, forget it there is'nt a Linix driver for it yet.
    Bluetooth NO PROBLEM
    First turn on your wireless card.
    2nd runn the command toshutils -b I think
    toshutils is a support program for toshiba laptops.
    you also need to have the bluetooth drivers loaded on your machine.
    If everything is working correctly a little B bluetooth logo will appear on the top toolbar

  • HT4623 I can not find software update for IOS6 on my IPad

    I can not find a software update for my Ipad 2 the IOS6

    Did you plug your iPad to your computer and launched the latest version of iTunes?

  • Had one mac backed up with TC went to back another to same time capsule now can not find back up for original mac

    Had my main mac computer in office for many weeks backed up with TC, all was fine. Earlier today went to back up my Mac Book to the same TC. All appeared to go fine. However went to original mac to see the back ups from the main mac. Said connection error could n ot connect. I can not find any of the original back ups?
    I was told that it was a straight forward procedure to add another computer's backups?

    On the main computer I try and enter the Time Machine and it is telling me that there is no Location for Time Machine Backups. It then tells me that I need to set time machine up again. I then select the time capsule and ask to use it for back up. It then goes on to tell me that "There was an error connecting to server. Check server name or IP Address, then try again.

  • Have a jpg picture that I want to print on a cd. Can not find a format for full picture

    Can not find a cd  layout that I can put a full picture that I have on it.  It is in jpg format.  I have a ip2700 printer.

    OK, great!  EasyPhoto-Print EX should have come with your printer. If not you can d/l it from here.
    Here is a screen shot but I sugest you read the manual which you can also d/l from the Canon site.
    Simply click these two places to delete the pre-made layouts.
    Now click here and select the one you want or made previously.  
    Hope this helps you.
    EB
    EOS 1Ds Mk III, EOS 1D Mk IV EF 50mm f1.2 L, EF 24-70mm f2.8 L,
    EF 70-200mm f2.8 L IS II, Sigma 120-300mm f2.8 EX APO
    Photoshop CS6, ACR 9, Lightroom 6

  • Can not find installation information for this machine

    i keep getting the following message: could not find installation information for this machine contact apple care? Pleaes help anyone.

    The following previous discussion may help. Several of the posts mention internet connection related issues. https://discussions.apple.com/message/21501061#21501061

  • Can not find camera software for my Satellite A300-247

    Hello,
    I moved from Vista to Windows-7 64 BIT. And I can not find Download. Does anyone know how to find a suitable download?
    Thanks !

    After the webcam driver / software installation, you have to restart the notebook.
    After the system has booted up, the new webcam tool should appear in
    All Programs -> Toshiba

  • Can not find master data in the cube

    ItemNo is an navigation attribute of 0Material. We are using 0material in a cube. When I display the cube data include ItemNo, I don't find the data I am looking for. For example:
    In 0Material:
    0Material      ItemNo    Description
    AAA                001           Test
    BBB                002           Test
    In the cube I expect to see:
    0Material             ItemNo            On Hand Qty
    AAA                      001                      1000
    BBB                      002                       2000
    Instead I saw:
    0Material             ItemNo            On Hand Qty
    AAA                                                1000
    BBB                                                2000
    0Material got refreshed after cube data got loaded. Is that why I don't find the refreshed Master data?
    Thank you!

    Hi,
    When you laod the cube, the Values for Master are automatically get created in the master data (If they are not present earlier and with "Data Update Type in the Data Tragets" setting in InfoPackage).
    Now when you are loading your cube with 0Material and Item Number, the values for Item Number seems blank. Thats the reason why you are not able to see the Item Number in Cube though it is present in Master. Because now these are two different keys, one with Item Number value and other without Item Number value.
    Regards,
    Yogesh.

Maybe you are looking for