I am a studen开发者_运维百科t of Undergraduate studies , and I am facing little problem in granting rights of ownership to a user A to a stored procedure being owned by user B in database Oracle 10g m
I want to make a database user, which would use my predefined functions (login(pass, login), get_users_you_are_in_charge_off(login, pass) etc.).
I am logged in as the dba account and I want to create a view in User1\'s schema, but selecting data from User2\'s.
I have written a code in JAVA to search files from the system.User specifies the filename and extension on text input on applet window and on button click code establishes a connection to oracle datab
I\'m scratching my head on this one as I see a ton of helper websites showing how to create MySQL users and grant privileges but for some reason it just does not work for me.I tried on both WinXP and
I ha开发者_开发知识库ve a MySQL DB with a user that has access only a few tables. This user has been granted CREATE TEMPORARY TABLES for this database and by watching the query logs, I can see them cr
How to grant on multiple databases? MySQL. Someth开发者_开发问答ing like GRANT SELECT,INSERT,UPDATE,DELETE,CREATE
I need to check the current user\'s java grants, something similar to what has been set by: dbms_java.grant_permission(\'SCOTT\',\'java.net.SocketPermission\',\'*\',\'connect\');
This question was originally using MySQL 5.1.44, but is applicable to MySQL 8.0+ too. Let\'s say I have a table with records inserted by different users of my application. How can I give a specific us
Working every day on a large Oracle production database (10g), we noticed that operations like granting an user read privileges on a table