Unlock Object Privilege

Hi All,
I want to give Unlock object (Say package) privilege to a user. I tired looking at the methods in the Security manager, but i couldnt find anything. Any help would be great.
Thanks,
Ashok

I do think the same aswell. because these user parameters are stored in userpref.xml which is stored in the client directory and again runtime agents do not take into account the user parameter values specified in the userpref.xml file.
Even you will modify the parametrs by using any other programs(java), still it is not going reflect in the odi studio unless you restart it.
<Object class="com.sunopsis.dwg.dbobj.SnpUserParam">
          <Field name="Key" type="java.lang.String"><![CDATA[DEFAULT_LOCK_ON_OPENING]]></Field>
     <Field name="Value" type="java.lang.String"><![CDATA[ *0* ]]></Field>
     <Field name="Label" type="java.lang.String"><![CDATA[Lock object when opening]]></Field>
     <Field name="Type" type="java.lang.String"><![CDATA[com.sunopsis.graphical.userparam.SnpsTextFieldEditor]]></Field>
     <Field name="Help" type="java.lang.String"><![CDATA[Lock object when opening]]></Field>
     <Field name="Visible" type="boolean"><![CDATA[true]]></Field>
     <Field name="Updatable" type="boolean"><![CDATA[true]]></Field>
     <Field name="Position" type="int"><![CDATA[0]]></Field>
</Object>
So may be no workaround for this.
Just wait for the suggestion from other experts.
Bhabani
http://dwteam.in

Similar Messages

  • System and Object privileges question

    hello everyone.
    I was really making it a priority to really understand both system and object privileges for users. I have setup a couple of 'sandboxes' at home and have done lots of testing. So far, it has gone very well in helping me understand all the security involved with Oralce (which, IMHO, is flat out awesome!).
    Anyway, a couple of quick questions.
    As a normal user, what view can I use to see what permissions I have in general? what about permissions on other schemas?
    I know I can do a:
    select * from session_privs
    which lists my session privileges.
    What other views (are they views/data dictionary?) that I can use to see what I have? Since this is a normal user, they don't have access to any of the DBA_ views.
    I'll start here for now, but being able to see everything this user has, would be fantastic.
    Cheers,
    TCG

    Sorry. should have elaborated more.
    In SQLPLUS, (logged in while logged into my Linux OS), I am working to try and get sqlplus to display the results of my query so it is easy to read. Right now, it just displays using the first 1/4 or 1/3 of the monitor screen to the left. Make sense? So it does not stretch the results out to utilize the full screen. it is hard to break down and read the results because they are "stacked" on top of each other.
    Would be nice if I could adjust sqlplus so the results are easier to read.
    HTH.
    Jason

  • How to unlock objects in Transport Organizer?

    I found a program to unreleased the objects. And create new TR so it wont affect the logs on the old TR#s. Do you think I'm doing the safe way?
    Now, I need to delete and create another object(fmod, fgroup or table) to save it in a new transport request. My problem is the object I deleted is locked in the old TR # so it saves on the same TR. How will I unlock this object?
    Actually, I made a program where I can modify TLOCK table that changes the TR# where it is locked. Is it also safe to forced change the TR?
    Thanks guys!

    Hi Maui,
    To unlock a transport use goto se03 --> Request Task --> Unlock Objects
    Eneter your request and select unlock and execute. this will unlock the request.
    Cheers
    VJ

  • Object Privilege

    Dear All,
    I'm having one problem in my database. I'm having two database one is testdb1 and another is proddb1 running in two different server. I've done the followings-
    1. I've created a dblink from testdb1 to proddb1 database using two different schema (test1 to prod1).
    2. Now through dblink test1 schema of testdb database can access all objects available in prod1 schema of proddb1 database.
    Now I want to give object privileges on some selected objects of prod1 schema to test1 schema. How to do it?
    Can any Guru provide me this solution?

    Hi,
    Come you said that you have created a DataBase link...asking to provide commands... !!
    Any How..
    Follow the Steps:-
    1 > Create a Required User in Prod (assign the default tablespaces etc.,).
    2 > Grant the Necessary Privilges
    3 > Grant the Object Privilges as per your Requirements, as you said that you want to Restrict to some Objects only.
    4 > Test it with that Create User Whether you can Access the Objects with Respective Privi's are working fine or not
    5 > Then Create a DataBase Link From Test DB to Prod with that Created User.
    Bingo.. !!
    Now, Test the User Over DB Link... Any thing else Requried..
    Now, I don't have DB on My System to show the Demo... :-(
    Reference for Creating User and DB Links .. !!
    http://www.dba-oracle.com/concepts/create_users.htm
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/ds_admin.htm#sthref4108
    - Pavan Kumar N

  • How to unlock objects in a transport request

    Hi, can you help me? I don't know how to unlock objects during a transport request. At the moment I have to unlock them one by one manually. I'm looking for a way to do it automatically.
    Thanks..

    Hi Bay,
    goto SE03,on the right side drill down Requests//task
    double click on unlock objects>give your transports request>execute
    Hope this helps
    Regards,
    Venkatesh

  • Granting object privileges to remote users.

    Hello,
    Here's the situation:
    I have 2 databases located on 2 different servers both running Win2k3. In the first database the main schema is M1 and it has to read objects on the another schema M2, located on the second database.
    I created a database link on the first database, to point to the second database
    create database link connect2M2db connect to M2 identified by M2 using 'connect2M2db'Now I would like to grant object privileges(insert,update,delete) to M1 on M2' objects. Can anyone tell me how to do that?
    Thanks in advance.

    I didn't put the whole thing, (my bad) but your reply was helpful. As I said before, I have 2 dbs, on 2 differents servers. I created the dblink on the first server. I also created synonyms on the first server using the following syntax:
    "create or replace synonym syn_name for user2.table" which from the link you provided me, is wrong as I didn't append the dblink name.
    After that, I would like to grant object privileges to user1, by executing the command from server2. For doing that, is the following syntax correct: "grant select on table_name to user1". My issue is that user1 does not exist on server2. Should I rather use the following: "grant select on table_name@dblink to user1"?

  • How to unlock objects from a Released Task?

    Hi Group,
    I have a TR in which, there was a task added for my developments.
    Thing is, in the same TR one person has created a program and smartform objects and released the task.
    Now, I have to move these 2 objects into another TR.... I tried with various options like, tried to release the lock of the objects going thru the released task, Changing the package to Temp, Deleting the object from the released task and etc., but nothing is happening and a message is coming up(while Unlocking the objects - Request/Task XXXXXXXX already released(not modifiable).
    In summary, I want to release the locks(on the objects - under a Task that got released) and move these Unlocked objects into a separate new TR.
    Kindly let me know your inputs.
    Regards,
    Vishnu.

    Hello
    Though it may not be the right way, i generally follow this approach for similar case. I would change the status of the task (TRSTATUS) in debugging mode in table E070 from 'N' to 'D' and make the changes. It has so worked so far for me without any issues.
    Now the request will be modifiable and you can delete the objects from this request and move to a new one.
    But make sure you also delete the objects which will be transferred to the request from the task after you release the task in SE09/10.
    Regards
    Ranganath

  • How to view object privileges of a user in Oracle10g?

    I try to view the object privileges of a user through the table user_object_privs but it didn't work. I didn't get the correct name of the table or there were some problem with my Oracle. Please help me. Thanks a lot.

    Thanks, that link helped me out. I was looking for this:
    SELECT OWNER, TABLE_NAME, GRANTEE, PRIVILEGE FROM DBA_TAB_PRIVS WHERE GRANTEE='<put name here>';

  • How to unlock objects in EP

    Hi,
    I am new to EP any body know How to unlock objects in EP. thanks in Advance.
    Thanks,
    Vikas

    Go to system admin, Monitoring ,Portal , Object locking.
    You should be able to see all your locked objects.
    Select and unlock.

  • HR OM  LOCK and UNLOCK object!

    hi!
    some one know HR OM object's LOCK and UNLOCK object ?
    thank you very much!

    Hi ,
    these can be used to lock/unlock  om objects..
    CALL FUNCTION 'HR_ENQUEUE_OBJECT'
           EXPORTING
                PLVAR            = ACT_ENQK-PLVAR
                OTYPE            = ACT_ENQK-OTYPE
                OBJID            =  ACT_ENQK-OBJID
                ENQUEUE_ONCE     = ' '
           IMPORTING
    call function HR_DEQUEUE_OBJECT
    These can be used to lock the OM objects..
    Br,
    Vijay.

  • Roles/System privileges/Object privileges

    Oracle 10g. we created a role and assigned this role to the user. We also assigned some system privileges and Object privileges directly to the same user. Now the company's new policy is that the user's permissions have to be assigned only via role. system privileges and Object privileges cannot be assigned directly to the user. So I have to alter the role. The steps are:
    1. grant system privileges and Object privileges to role. (this will be executed as a script)
    These privileges were directly assigned to the user.
    2. revoke all privileges which were directly assigned to the user.
    Do I miss anything?
    Please advise.
    Thanks
    S.

    Object privileges cannot be assigned directly to the user.Privileges acquired via ROLE do not apply within PL/SQL procedures.
    You may face some coding challenges in the future due to this policy.

  • Alter Object Privilege onm Oracle 9i

    Is there a command that I can run that will update all Object Privilege's to SELECT for a role
    At the moment this role has
    GRANT EXECUTE ON .ACTIVE_SALES_PART_API TO SALES_ENQ
    GRANT EXECUTE ON .BASE_PART_CHARACTERISTIC_API TO SALES_ENQ
    GRANT EXECUTE ON .CHARACTERISTIC_API TO SALES_ENQ
    GRANT EXECUTE ON .CHARACTERISTIC_TEMPLATE_API TO SALES_ENQ
    GRANT EXECUTE ON .COMPANY_FINANCE_API TO SALES_ENQ
    GRANT EXECUTE ON .CONFIG_CHARACTERISTIC_API TO SALES_ENQ
    GRANT EXECUTE ON .CONFIG_OPTION_VALUE_API TO SALES_ENQ
    GRANT EXECUTE ON .CONFIG_PART_SPEC_REV_API TO SALES_ENQ
    GRANT EXECUTE ON .CUSTOMER_AGREEMENT_API TO SALES_ENQ
    GRANT EXECUTE ON .CUSTOMER_INFO_ADDRESS_API TO SALES_ENQ
    GRANT EXECUTE ON .CUSTOMER_INFO_API TO SALES_ENQ
    GRANT EXECUTE ON .CUSTOMER_INFO_MSG_SETUP_API TO SALES_ENQ
    GRANT EXECUTE ON .CUSTOMER_ORDER_PRICING_API TO SALES_ENQ
    GRANT EXECUTE ON .CUST_ORD_CUSTOMER_API TO SALES_ENQ
    GRANT EXECUTE ON .CUST_ORD_PRINT_CONTROL_API TO SALES_ENQ
    GRANT EXECUTE ON .DOCUMENT_TEXT_API TO SALES_ENQ
    GRANT EXECUTE ON .INVENTORY_PART_API TO SALES_ENQ
    GRANT EXECUTE ON .INVENTORY_PART_PLANNING_API TO SALES_ENQ
    GRANT EXECUTE ON .INVOICE_PROPERTY_CODE_API TO SALES_ENQ
    GRANT EXECUTE ON .ISO_COUNTRY_API TO SALES_ENQ
    GRANT EXECUTE ON .ISO_CURRENCY_API TO SALES_ENQ
    Message was edited by:
    HoLy_PiLgRiM

    I like the use of dynamic sql in sqlplus for example
    select 'grant select on'||TABLE_NAME||' to SALES_ENQ;' from user_tables;
    This type of thing generates output that can then be run or spooled and run.
    If you spool you need to set head off set feedback off set echo of set linesize (longer than select output....) set pagesize 0.....
    Hope this helps.

  • Catalog object privilege validation failed for user.

    Hi,
    I'm getting following error after adding the HTML tags in dashboard 11g.
    How to set the privileges?..Kindly let me know.Thank you.
    Error Massage:
    Catalog object privilege validation failed for user to path /users/User1/_portal/page 1.
    You do not currently have sufficient privileges to save a report or dashboard page that contains HTML markup. Dashboard contains custom HTML tags as part of static text.

    Hi User,
    Go to Settings -> Administrators -> Manage Privileges -> 'Answers'
    Here you can view - "Save Content with HTML Markup" next to it you will see 'Presentation Server Administrators'
    Click it and Change for 'Everyone'
    And, Save changes. Restart BI Services now you can add the contents and it will not popup any error messages.
    Thank you.
    Award Points and Close the Post as Answered to help others with same issue :)

  • Export object privileges to another user

    dear,
    i want to export thr object privilege to another user on oracle 10g. how can do it? i try to export the user/scheam than immport to another user but still no work..
    Regards

    I guess he want user B to have same object privileges as user A
    If this is the case, it depends on what object privileges user A has.
    You can find that out from user_tab_privs after logon as user A.
    If the GRANTABLE = 'NO' you have to logon as each schema holder to grant the privs.

  • Unlock Object

    Hi all,
    I created a transport request with a Zprogram as an object.
    I want to unlock the object in SE09/SE10.
    I am using ECC 6.0
    How can I do it?
    Regards,
    Nikhil Moghe

    hi,
      first execute SE03 T-Code. double click on unlock objects which under  Request/task tab. Provide request/task no and then execute it.
    hope useful.
    Regards,
    BBR.

Maybe you are looking for

  • No longer connecting to wifi

    My phone recently no longer connects to my home wifi or any other wifi.  I had it automatically set it up use the house's wifi.  It hasn't been an issue for over a year.  Any thoughts?  I'm told that it can't make a connection to the wifi.  I tried d

  • I can not accept the new terms and conditions of iTunes Store.. Why?

    Today I wanted to install the application Twetter on my iphone, but the app store is a pop-up window that says that I had to accept the new terms and conditions itunes store ...Now, I have read 58 pages of the contract, but there is no button on the

  • MSI GT660 Laptop charge problem

    My computer is awesome, its about a year old now. Lately its been having trouble charging, or "running on power". I have to tilt the power cable, or put my phone on the cable to tilt it so it charges, and if i play a game on it, sometimes it will "un

  • FPMComponent required for Help Service to work in ESS?

    Hi, This question may sound stupid but I need to confirm. Is the FPMComponent required to be used for Help Service to work? I have configured help services. On some ESS pages it is being displayed. But it is not showing in some cases. I observed that

  • Monitory does not power up after memory timing changed

    (See my sig for spects)  I tried changing memory timings to 2-3-3-6.  The last thing I tried was mem volt from 2.55 to 2.75 and the TI/T2 Memory timing to T1 I hit save and exit and the computer seem to start but no graphics?.    ???  SO I had to fli