Read only schema issues

Hello everyone
I have created a read only schema on oracle Apps and have granted select privileges to all synonyms and views and execute privileges to packages.
The read only schema is unable to access some synonyms and views below is the example:
conn to read only schema
select * from HR_ALL_ORGANIZATION_UNITS
'no rows returned'
Note: - The above is a view, and the view's script contains 2 tables hr_all_organization_units and hr_all_organization_units_tl.
Please help me on this
Thanks and Regards
Shahrukh Yasin

Hi
There is one function "show record" which is giving FALSE when i run the below query on read only schema
select hr_security.show_record('HR_ALL_ORGANIZATION_UNITS',171) from dual
and when i run it from APPS Schema it gived TRUE.
I have already given execute privileges on ALL the database PACKAGE, PACKAGE BODY, FUNCTION, PROCEDURE to read only schema, but the problem is same
Thanks and Regards
shahrukh Yasin

Similar Messages

  • Read Only Schema in Oracle APPS EBS R12 database

    I want create a read only schema say apps_read in EBS database which have select access on all objects like apps. Kindly let us know how can I accomplish it or What is the best practice of doing it.

    Hussein - I have gone through all the threads but No one solves my problem. Actually there is a table in applsys schema i.e table_name ecx_outqueue.
    ECX_OUTQUEUE is having columns of type "User Defined Type Objects". I have highlighted these columns in Italics. Kindly help me How I can give select access on these user defined objects.on
    SQL> desc applsys.ecx_outqueue
    Name                                      Null?    Type
    Q_NAME                                             VARCHAR2(30)
    MSGID                                     NOT NULL RAW(16)
    CORRID                                             VARCHAR2(128)
    PRIORITY                                           NUMBER
    STATE                                              NUMBER
    DELAY                                              TIMESTAMP(6)
    EXPIRATION                                         NUMBER
    TIME_MANAGER_INFO                                  TIMESTAMP(6)
    LOCAL_ORDER_NO                                     NUMBER
    CHAIN_NO                                           NUMBER
    CSCN                                               NUMBER
    DSCN                                               NUMBER
    ENQ_TIME                                           TIMESTAMP(6)
    ENQ_UID                                            NUMBER
    ENQ_TID                                            VARCHAR2(30)
    DEQ_TIME                                           TIMESTAMP(6)
    DEQ_UID                                            NUMBER
    DEQ_TID                                            VARCHAR2(30)
    RETRY_COUNT                                        NUMBER
    EXCEPTION_QSCHEMA                                  VARCHAR2(30)
    EXCEPTION_QUEUE                                    VARCHAR2(30)
    STEP_NO                                            NUMBER
    RECIPIENT_KEY                                      NUMBER
    DEQUEUE_MSGID                                      RAW(16)
    SENDER_NAME                                        VARCHAR2(30)
    SENDER_ADDRESS                                     VARCHAR2(1024)
    SENDER_PROTOCOL                                    NUMBER
    USER_DATA                                          SYSTEM.ECXMSG
    USER_PROP                                          SYS.ANYDATA
    SQL>

  • Steps to create a read only schema

    Plataform 11.5.10.2
    Hi Guys,
    Can someone provide me with the steps to create a read only schema in Apps please.
    Thanks in advance

    Check the following thread:
    READ-ONLY APPS Schema in EBS
    READ-ONLY APPS Schema in EBS.

  • Identifying Read-Only Schemas

    HI,
    Can any body tell how to identify Read-Only Schemas in a database, In a single query/
    Thanks,
    Sunil.

    Your question is not very clear. you want to find out all privs of a user or all users can read certain object?
    If you need to find out all privs of a user you can join some tables like
    select grantee, 'ROLE' privtype, granted_role privname, null owner,
    null table_name, admin_option grantable
    from dba_role_privs
    where grantee like upper('&WhichUser')
    union
    select grantee, 'SYSPRIV' privtype, privilege privname, null owner,
    null table_name, admin_option grantable
    from dba_sys_privs
    where grantee like upper('&WhichUser')
    union
    select grantee, 'TABPRIV' privtype, privilege privname, owner,
    table_name, grantable
    from dba_tab_privs
    where grantee like upper('&WhichUser')
    order by 1, 2, 3, 4, 5;

  • Read only table issue

    By default, read only table should take selected row as current row as long as we have
    selectedRowKeys & selectionListener within table definition. But, it doesn't, why?
    How to resolve this issue? Thanks.

    you can verify your selectionListener event by creating your own custom selection listener
    public void mySelectionListener(SelectionEvent selectionEvent) {
    FacesContext fc = FacesContext.getCurrentInstance();
    String me = "#{bindings.myViewObject1.collectionModel.makeCurrent}"
    MethodExpression myMethodExpr = fc.getApplication().getExpressionFactory().createMethodExpression(fc.getELContext(),me, null, new Class[] {SelectionEvent.class});
    myMethodExpr.invoke(fc.getElContext(), new Object[] {selectionEvent});
    RowKeySet rwKeySet = selectionEvent.getAddedSet();
    and in your jspx <af:table selectionListener="#{package1.view.backing_myBackingBean.mySelectionListener}"/>
    by that way you can atlest verify whats wrong... ,hope this helps,

  • Read only HDD issue

    I have read only issue when I connect my HDD to my MBA, I don't want to format my HDD, is there any other way to resolve this?

    you can verify your selectionListener event by creating your own custom selection listener
    public void mySelectionListener(SelectionEvent selectionEvent) {
    FacesContext fc = FacesContext.getCurrentInstance();
    String me = "#{bindings.myViewObject1.collectionModel.makeCurrent}"
    MethodExpression myMethodExpr = fc.getApplication().getExpressionFactory().createMethodExpression(fc.getELContext(),me, null, new Class[] {SelectionEvent.class});
    myMethodExpr.invoke(fc.getElContext(), new Object[] {selectionEvent});
    RowKeySet rwKeySet = selectionEvent.getAddedSet();
    and in your jspx <af:table selectionListener="#{package1.view.backing_myBackingBean.mySelectionListener}"/>
    by that way you can atlest verify whats wrong... ,hope this helps,

  • Read-only file issue in PQA

    We found an issue in the 1.0.0.4 version of PQA. When selecting a media reference file the 'Frames' indicator is not populated and the file path remains greyed-out if the file is marked as read-only. When it is not read-only everything is peachy keen. I didn't see anything about this in the documentation so it's possible a lucky Austinite just won a FREE CAR!
    CTA, CLA, MTFBWY

    I'd like to point out that this issue has been resolved as of PQA 2014.  You can download the latest version here.
    Paul Davidson
    Sound and Vibration Software Staff Product Support Engineer
    National Instruments

  • Read Only Barcode Issue

    I have a form that was imported from a PDF document in Adobe LiveCycle Designer ES 8.2.  I added a 3 of 9 barcode and the Default value is the form number (*1.764903.105NFS*).  I do not want a user to be able to click on the barcode, so I made it Read Only.  When this form is opened in Adobe Acrobat, I'm not able to click on the barcode, however, when this form is opened in Adobe Reader, I'm able to click on the barcode and the value displays (the form number) - which is what I do NOT want to happen. I have added Adobe Reader Extensions and I'm opening the form in Adobe Reader 9.4 and Adobe Acrobat Professional 7.0.
    Also having the same barcode issue with forms that are designed in LC Designer.

    you can verify your selectionListener event by creating your own custom selection listener
    public void mySelectionListener(SelectionEvent selectionEvent) {
    FacesContext fc = FacesContext.getCurrentInstance();
    String me = "#{bindings.myViewObject1.collectionModel.makeCurrent}"
    MethodExpression myMethodExpr = fc.getApplication().getExpressionFactory().createMethodExpression(fc.getELContext(),me, null, new Class[] {SelectionEvent.class});
    myMethodExpr.invoke(fc.getElContext(), new Object[] {selectionEvent});
    RowKeySet rwKeySet = selectionEvent.getAddedSet();
    and in your jspx <af:table selectionListener="#{package1.view.backing_myBackingBean.mySelectionListener}"/>
    by that way you can atlest verify whats wrong... ,hope this helps,

  • Add instance on Read only field issue

    I have a subform with two fields , one a date field to capture current system date and time and another is a Text field for some comments.
    Then there are two buttons ,one for Adding the instance for these two fields and another is a Save button which makes these two fields
    The requirement is that once both the fields are filled with data and i click on save button, the fields should become read only ,however when i click on the add instance button the instance is added successfully but the save button click is not making the new instance read only.
    The Code for Add Instance Button is :
    "New1.FileNote.instanceManager.addInstance(true);
    xfa.form.recalculate(true);"
    The code for Save button to make the fields read only is :
    New1.FileNote.DateTimeField101.access = "readOnly";
    New1.FileNote.TextField37.access = "readOnly";
    Please guide me as I am totally blank on how to code the same..Have a rough logic of using a for loop with index of the Add Instance but not getting the way out for the code.
    Thanks a lot for any help and guidance.

    Hi Steve,
    Thanks for your reply..I made it happen using the for loop with Index and resolve node. However there is another issue which occured after that..I have a date/time field in that repeating subform instance.
    The run time property is set to Current Date/Time. Now the issue is whenever i click on save, form.recalculate instance changes the existing time value in the previous subbform instance as well
    Is there a way to retain the existing value in the field of the previous instance ??
    Regards
    Kapil

  • IFolder shared read only folder issue

    I have a 3.8.4 ifolder that I shared with another user but only gave him read only rights to it. He can still go in and edit any file I put in there and save cha ges to the file. The changes will not sync back to my folder but we now have the same doc with different ainformatin in it. That is not what I call read only!Has anyone else seen this behavior?Dan

    Dchunt,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Read only filesystem issues

    Hello! I installed Archlinux and I got to the part where I am installing sound and video and other goodies like that. I just rebooted and logged in and it said this:
    -- taylor: /home/taylor: change directory failed: No suh file or directory
    Logging in with home = "/"
    as soon as i saw that i though oh no thats my root! I cant do anything with that!
    then out of curiosity i tried anyway. I typed:
    sudo pacman -S alsa-utils
    It said:
    sudo: unable to mkdir /var/db/sudo/taylor: Read-only file system
    (then it says that lecture from SA stuff)
    error: failed to init transaction (unable to lock database)
    error: could not lock database: Read-only file system
    well, sadly, I know enough terminal to spot the problem, but, I cant fix it. Oh well, I guess I'll learn from you guys right now! thanks for the help.

    https://bbs.archlinux.org/viewtopic.php?id=39256
    Check fstab for correct mount options for / , and also the bootloader (usually there should be "ro" at the end, though im not sure)
    If there is no /home:
    sudo mkdir /home/yourname
    sudo chown yourusername /home/yourname
    Good luck.

  • External WD Hard Drive suddenly Read only - Permissions Issue and Error 50

    After completing a recent OS update, I noticed my WD, External HD was no longer accessible. When trying the run a backup, via Time Machine, I would see the following error: "Time Machine Error. The backup volume is read only." If I tried the open the back up drive to see individual files, I would receive an error suggesting I did not have sufficient privileges to access the drive. Apple tech. support suggested I lot into my computer as the "root" user. Once I did this, I still received the Time Machine error, but, could open the Back Up drive in Finder and access files. It was still impossible to add files to the back up drive, but, at least they're accessible. Lastly, I would click the "Get Info"option for the backup drive. Once in the Info window, I would choose the sharing and Permissions tab. All privileges are set to "Custom". When I try to change them to "Read/Write" I see the following error, "The Operation could not be completed. An expected error occurred (error code -50). The tech. Apple tech. support rep. was stumped. Any ideas? Thanks so much.

    Your backups may be corrupted.
    See #A6 in Time Machine - Troubleshooting (or use the link in *User Tips* at the top of this forum).

  • Read-only scenario issue in SAP BPC 7.0 SP07

    Please do not post duplicate threads across forums.
    Hi
    This is related to SAP BPC.
    The appset which runs on SAP BPC 7.0 SP07, is not able to write on read-only scenarios, while the appset which runs on SAP BPC 7.0 SP3, allows to write through script logic.
    If a read-only scenario cannot be written even through a script logic, it is impossible to finalize working versions.
    So, let me know if anyone came across such similar problem.And how was it resolved?
    Thank you.
    Divya
    Edited by: Pravender on May 11, 2010 12:28 PM

    Hi,
    for BPC please the a look the these forums:
    /community [original link is broken]
    SAP Planning and Consolidation, version for SAP NetWeaver
    SAP Planning and Consolidation, version for the Microsoft platform
    Regards Matthias

  • Desktop appears to be Read Only - Permissions issue

    I believe I have an issue with Permissions that has caused me to lose access to the Dock and items on the Desktop. I was having an issue with my external FW Drive and was doing some troubleshooting with it. At one point I restarted the entire system and when it came back up there was a message I had never seen before. It was asking me to hold the power button until it restarted. The message was in several different langauges in the middle of the screen That was a new one to me. I was not able to get past that point
    I decided to try the Disk Utility on the OS X CD. I only had the 10.2 CD and couldn't find my 10.3 I ran the Repair Permissions and it fixed about 10 items. The Disk itself was coming back as OK.
    After a restart, I could move the mouse, but did not have the Dock and could not click on anything on the Desktop. I basically had to get around by using the Recently Used Apps list.
    I think it messed up the permissions somehow and I need to change them back. I was able to get around to enable Root access per the Apple docs. Now I just need to get the permissions correct.
    I updated the Hard Drive and my Desktop to verify that all entries had R+W. I also upsdated my entire user folder (house icon) to give R+W to the Group and Others.
    I'm still not getting access.
    Anyone else seen this?
    Would this have been caused by using the 10.2 CD instead of 10.3?
    Does anyone know where the different Group names are established? For example, one of them is called "Wheel". What does that reference?
    Thanks.
    G4 Digital Audio   Mac OS X (10.3.9)  

    I tried to adjust the permissions a little more and run the Disk Utility, but it didn't help. I went ahead and made the upgrade to 10.4 and that fixed it. I'm not really sure if there would have been another way to fix it, but that was probably the easiest.
    G4 Digital Audio Mac OS X (10.3.9)

  • Read only access issue after time machine migrate

    Having a small issues on my new rMBP. I recently switched from my MBA to this newer rMBP and I previously had a Time Machine backup that I migrated over. For some reason though..when accessing my external hard drive it keeps asking to authenticate the user and I have to put in a password anytime I edit or add files to this external drive. I was also having issues running some commands in Terminal where it said I didn't have access..my current user shows up as being admin but I'm not entirely sure how to get past all these restrictions and have read/write access  to everything.

    So I looked at the above images and noticed that the disk labeled "HD-PATU3" is almost entirely full - only 5GB of 1TB is available - so it's essentially "full".
    You said that this drive "was" used for Time Machine backups - is that still what you want to do with it in addition to your own files? If you do still want to use as TimeMachine that's OK, but you can't predict what TM will do with it as far as space goes unless you split the disk into two partitions. TM knows how to remove old "snapshots" to make room for new backups, but do you need space on there as well for your own stuff?  Some people think it's not a good idea to mix your own stuff and TM stuff on the same disk volume, so that has to be your decision to do.
    You might want to take a look at http://pondini.org/TM/6.html and read what he has to say (Pondini is a TM expert/god/phsychic - basically he recommends splitting up the drive into two partitions - one for TM and one for you - that way things are easier for your data as you don't have to live with issues the TM enforces on it's backup volumes. So answer the questions:
         1. how large is the internal drive on the rMBP?
         2. how much do you want the external drive to have for backups and your stuff - in fact is there a reason why you don't have all
             stuff on the internal drive? There are performance penalties for having your data and TM backups on the same disk. You
             probably have a nice large internal disk on the new rMBP so is this really what you want to do?
         3. Depending on the answers we can get more specific to solve your issue(s)
    later......

Maybe you are looking for

  • I'm getting the kernal panic screen when I put in DVD

    My iMac G5, 2 GB has been slow, and occasionally getting the "restart your computer" screen. I ran the Apple Hardware Test on it twice. It passed both times, so I decided it must be software. I proceeded to do a clean install of the OS. Now I'm getti

  • Problem in screen programming

    Hi All, I have created a PUSH-BUTTON on the screen. On that button I am displaying a ICON by using the ICON NAME (ICON_INSERT_ROW).  It is correctly displaying in while logging in with EN language.  If I login with PT language it is not displaying th

  • Can I find an owner of a device with just the imei

    can I find an owner of a device with just the imei

  • Ldapseacrh command when upgrading to 10.1.2.3.0

    Hi Everyone, I am looking into upgrading my application server environment from 10.1.2.2.0 to 10.1.2.3.0. I noticed in the patch set notes in section 7.1.6 to run the ldapsearch command to see which middle tiers are using a metadata repository. I ran

  • 8530 Internet Explorer Issues

    Device info Your carrier: Sprint Model info and OS version:8530  v5.0.0654 (Bundle 1108, Platform 4.2.0.298 Apps and free space File free before and after a battery remove/replace: Post battery space - 114402645 bytes Did a battery pull fix your issu