Syscontext use in a object by one schema can't access by others

Syscontext related one schema objects given error during access in othere schema and use to take
sys privs like "select any dictionary "
Grant create any context to HR;
conn hr/hr123 ;
then
CREATE OR REPLACE PROCEDURE "HR"."SET_ATT_DATE" (att_date IN DATE) AS
var_date VARCHAR2(30);
BEGIN
var_date:=TO_CHAR(att_date,'DD-MM-YYYY');
DBMS_SESSION.SET_CONTEXT('ATTENDANCE_CTX','ATT_DATE',var_date);
END;
create context ATTENDANCE_CTX using SET_ATT_DATE ;
Whenever THIS procedure name "HR.SET_ATT_DATE" is used by schema scott in program it is given
error insuficient priviledge during compilation but whenever i am given "select any dictionary to
scott " then it's getting compile
where as i have given grant priviledge
grant execute on HR.SET_ATT_DATE to scott.
Plz help me in this regards

Thanks very much Mylenium for your help - I've scoured the file looking for everything you mention, and there anything fancy at all. I'm using no time-stretching or remapping, simply putting a text layer on top of a video, and moving its in and out points. No blurs or odd keyframes as far as I can tell. Video and comp are both 29.97 framerate (comp created using "New comp from selection").
Glen

Similar Messages

  • Queue available in one schema want to access through other schema

    Hi All,
    There is one queue available in apps schema. I want to access the queue from other schema. Can anyone provide me the steps.
    Regards

    select * from schema_name.table_name;
    *you must have sufficient privileges to see this scheme                                                                                                                                                                                               

  • How to give select prvileges on objects in ONE schema only.

    hi.. i wanna to do gve a select on tables only privilege to all objects in one schema only,
    is there any single command that enable me to do so ?
    or do i have to allocate priviledge to each and every schema objects available ?

    I think there is no command that will give permission on all the objects in one go.
    but u can do it in some tricky way.
    some thing like this
    spool permission.sql
    SELECT 'grant select on '||TABLE_NAME|| ' to abc; ' FROM USER_TABLES
    spool off
    change the abc user with the real schema name
    then run the permission.sql file connected with the user containing the tables.
    first try this on some test db and check if it works
    regards
    Ansh

  • HT1848 How do I transfer the songs from my desktop to my iPad using the same iTunes account? I can only sync the other way. Thanks

    How do I transfer the songs from my desktop to my iPad using the same iTunes account? I can only sync the other way. Thanks

    DaisyDoodle,
    The songs on your Shuffle should still be in your iTunes library.  That means you should just be able to connect your Nano to the same iTunes library and sync it just as you would with your Shuffle. There is no limit to the number of iPods, iPads, or iPhones you can sync to one computer, iTunes library, or account.
    As for preparing the Shuffle for your husband, just restore it via iTunes and then let him sync it to his own iTunes library or if its the same iTunes library, let him configure it to sync only his content.
    Here are instructions on how to restore the Shuffle if need be.
    http://support.apple.com/kb/ht1481
    B-rock

  • HT1918 Created an apple I'd using a wrong e-mail address. Can't access the e-mail to varify the Apple ID in order to be able to change the account settings. Any idea how can change the account information without having to varify the account through the e

    Created an apple I'd using a wrong e-mail address. Can't access the e-mail to varify the Apple ID in order to be able to change the account settings. Any idea how can change the account information without having to varify the account through the e-mail?

    You are trying to find a loophole to circumvent a basic rule that prohibits the transfer of purchased content from one Apple ID to another.
    Content tied to an Apple ID are bound to that Apple ID forever. You can not merge or trade accounts. Well, not (officially) anyway...

  • I have 2 different accounts at the same websites. Whenever I go to that website, one of my usernames prefills the UN field and I can't access the other account. I cannot overwrite my pre-filled username. Ideas?

    I have 2 different accounts at the same websites. Whenever I go to that website, one of my two user names (always the same one) pre-fills the user-name field and I can't access the other account. The website rightfully rejects my password. I cannot overwrite my pre-filled user-name because the second I hit enter to logon, the original user-name rewrites itself into it's field. Neither of the user names is being saved by firefox anywhere in the "tools"; Options, security, advanced or privacy menu fields.
    I did notice that that website has installed a cookie onto my computer called "_rememberme" which contains the user-name that is plaguing me.
    This is a website that I access for very sensitive and important information and I must have both accounts accessible at different times.
    Thanks, Joshua
    XP, sp3; FF3.6.3
    == This happened ==
    A few times a week
    == I added the second account on this website.

    You need to clear that remember me cookie and make sure that you remove a check mark to remember you on that website.
    Tools > Options > Privacy > Cookies: "Show Cookies"
    You can disable the automatic fill of a name and password.
    See:
    http://kb.mozillazine.org/Password_only_filled_after_entering_user_name
    http://kb.mozillazine.org/signon.autofillForms
    To open the ''about:config'' page, type '''about:config''' in the location (address) bar and press the Enter key, just like you type the url of a website to open a website.
    If you see a warning then you can confirm that you want to access that page.

  • On imac 10.6.8 using current version of Aperture.  How can I access the Aperture Library  on my external hard drive that I use with time machine for backup?  I can only access the application but not the library..

    On imac 10.6.8 using current version of Aperture.  How can I access the Aperture Library  on my external hard drive that I use with time machine for backup?  I can only access the application but not the library..

    Go into Time Machine (the program not the bundle on the extrnal disk) and using Time Machine's browser go to the Folder where the library lives. You could look in the library bundle in Time Machine but that won't really tell you much,
    If you want to make sure it truely has backed up your library you will need to restore it and open the restored library with Aperture.
    If all this still has you confused you need to read up on Time Machine in order to get a feel for how it works, for what it is doing and for how to restore files from it.

  • I loos my APPLE ID, I have a new one, how can get access to data stored in the old one?

    I loos my APPLE ID, Now I have a new one, how can get access to data stored in the old one?

    Do you have the email & password of the old Apple ID?

  • I used to be able to but now can't access the iCloud on my iPad...help

    I used to be able to but now can't access the iCloud on my iPad...help

    Welcome to the Apple Community.
    Could you please elaborate a little.

  • I'm using Iphone 6 just now and I can't access my photo library at whatsapp

    I'm using Iphone 6 just now and I can't access my photo library at whatsapp

    I turned on and off home sharing and it recognised the photo album.

  • How can i access all the objects of one schema from another schema

    Dear All,
    How can i access all the objects(Tables,Views,Triggers,Procedures,Functions,Packages etc..) and do the modifications of one schema from another schema (Without using synonyms concept).
    Thanks in advance,
    Mahi

    First of all, synonyms only help you easy reference the object. It doesn't have any implication of object privilege.
    As long as you have proper privilege on target object. You can access it with or without synonyms.
    Assuming you have proper privilege of objects, you can use following command to assume schema owner.
    ALTER SESSION SET CURRENT_SCHEMA = Schema_owner

  • To find Missing DB Objects from one schema,sid to other schema,sid

    Hi Friends..
    I have an requirement as bellow...
    Recently we migrated from one schema to other ,some of the DB objects are missed while migrating.
    After Migration now the schema and SID are Different for newly created schema
    while comparing the newly created schema2 with old schema1 found that some of the DB objects are missed.
    So i need to find out the difference's from Schema1 to Schema2.
    But now schema 2 is having different sid and schema name and to make the changes in schema2 with respect to schema1.
    Please let me know how to go ahead with this....
    Thanks in advance...

    Hi,
    Here's one way:
    SELECT     object_name
    ,     object_type
    FROM     all_objects
    WHERE     owner     = 'SCHEMA1'     -- Case-sensitive
        MINUS
    SELECT     object_name
    ,     object_type
    FROM     all_objects
    WHERE     owner     = 'SCHEMA2'     -- Case-sensitive
    ;Use a database link for one half of the MINUS, if necessary.
    This will not detect objects that have the same name and type, but are different. For example, if both schemas have a table called TABLE_X, the query above will not display TABLE_X, even if the two tables have different rows and/or columns.

  • Moving objects from one schema to another

    Hi,
    again as part of my learning exercise, I was trying to move objects from a schema in 10GR2 to 11GR2 database.
    I am able to use exp and imp commands to achieve this objective -
    On source database -
    $> exp userid=scott/tiger owner=(schemaname) file=data.dmp statistics=none
    Copied the dump file on target server and then
    $> imp userid=scott/tiger file=data.dmp fromuser=uname touser=scott
    And this works fine.
    What I am not able to understand is how I can achieve this by using datapump instead?
    Your help is much appreciated.
    Thanks.

    Thanks.
    Worked perfectly.
    This is what I did (in case someone is in my position)-
    On source database-
    expdp scott/tiger schemas=<source schema>directory=DATA_PUMP_DIR dumpfile=data.dmp job_name=some_job
    Copied dump file to target server.
    On target database-
    $> impdp scott/tiger directory=DATA_PUMP_DIR dumpfile=data.dmp remap_schema=<source schema>:<target schema> job_name=imp_kob

  • How can I import objects of one schema into others ?

    Hi all,
    I want to import the objects of a schema into another users schema. e.g I want to import the whole schema of user Scott into another user... Robert's schema ? Is it possible to do so ?
    Any help would be precious.
    Thanx
    Zaaf.

    Hi,
    Lets imagine that you have two users, scott and user1.
    Step 1. take export of scott schema
    exp scott/tiger file=scott.dmp
    step 2. import into user1 schema
    imp user1/password file=scott.dmp full=y
    hope this will help you.

  • Data Guard Implementation   Importing one schema  will it reflect in other?

    Hi All,
    I have succesfully implemented data guard (Primary) and Physical Standby
    for 10g R2.
    It works fine. I would like to know if on the primary if I remove one schema and import the data/objects using a dump file will it get reflected in the standby?
    ie we have to refresh our primary database with actual production data by dropping one user (prod) and its objects. And I will run the import(dump file) in order to bring the data from production
    Will this refresh the data in the standby ?
    Thank u all
    Rajesh Alex

    The answer is Yes, that's the goal of the dataguard configuration, to replicate all changes from the primary to the standby database.
    Any DML or DDL is recorded by the redolog mechanism, and the redo information is transported from the primary to the standby database where the information is applied, exactly the same way it was applied at the primary database. DDL commands (create, alter, drop) are considered transactions against data dictionary tables, so they are recorded just like any other DML transaction on the redolog mechanism and transfered just the same to the standby.
    The time it will take to get replicated at the standby database will depend on the kind of Dataguard configuration you have, if you have a high avilability or a high performance configuration.
    ~ Madrid

Maybe you are looking for

  • Captivate5: I'd like to take the user to a certain page after pausing.

    Cap5, Output SWF. When a user exits from the course, bookmarking takes him back to the slide last viewed. But I'd like to take him to another page as soon as he continues to work with this project. Any advanced action or variable available like "on r

  • Inbound delivery status change

    Hi, i have a situation where in the inbound ASN status changes from C to B,after a return delivery is done  in MIGO (mvt type 122)against the goods receipts. is there any way to prevent the inbound deliveries from opening up? we are using ECC 6.0. An

  • Cannot load certain websites, cannot find fix

    I've noticed I cannot load 2 specific websites through Firefox: www.bankofinternet.com and www.quiksilver.com these sites will not load in any other browser on my computer as well. I've tried loading the pages directly & through google search. I've t

  • ERM To CUP Role Import

    Hello all, I am wondering, has anyone one out there had any issues when importing ERM roles into CUP. Currently I have found that if you add functional area to the role in ERM (and it's the exact same functional area in CUP) it will not upload into C

  • Copy And Paste Automation

    Hi there, I was wondering if anyone knew of a way to copy and paste automation (without selecting and alt dragging it)? I am used to using pro tools and very frequently use tab to transient and paste automation at that transient, basically I'm lookin