Recent content by skanat

  1. S

    how to export all the DB objects?

    I know exists "exp" but where can I use it?
  2. S

    ORA-04031: unable to allocate 1036 bytes of shared memory ("large pool","unknown obje

    Does anyone know about this ERROR??? I don'r know where is it from!! thanks people! nat
  3. S

    How to quit PRIVILEGES???

    Thank you very much!!
  4. S

    How to quit PRIVILEGES???

    Thank man! (or woman)
  5. S

    How to grant on a SEQUENCE???

    I also answered that question in my own. THANKS!!
  6. S

    How to quit PRIVILEGES???

    With GRANT we add privileges to an object... but if now I don't want that privileges? If I want to QUIT them from the object?? Thanks people! Bernat
  7. S

    How to refer to a non active user object???

    I found the answer in my own: I just dont' had GRANT privileges to the object. Then I created a Synonim and then I can refer other users objects. thakns!
  8. S

    How to quit PRIVILEGES???

    With GRANT we add privileges to an object... but if now I don't want that privileges? If I want to QUIT them from the object?? Thanks people! Bernat
  9. S

    How to grant on a SEQUENCE???

    Look, I execute on the SQL*Plus (logged as the owner of the table NAME_SEQUENCE): 'grant select on NAME_SEQUENCE to ANOTHER_USER_NAME'. I execute also woth ALTER and connected as ANOTHER_USER_NAME I can not refer the NAME_SEQUENCE. Can anybody helps me???? PLeaaaaaaseeeeee!! Thanks people. Bernat
  10. S

    How to refer to a non active user object???

    One more thing: How can I refer to a different user object. For example, I'm programming as a user (called 'noupo8') and I created another user ('no_id_user'). Just to have procedures with owa_custom authentification and anothers with Basic authentification. Connected by NO_ID_USER (dba...
Back
Top