Create a new user with no rights to see others table, pl/sql, etc... [message #57009] |
Wed, 14 May 2003 04:14 |
John Cokoulou
Messages: 2 Registered: May 2003
|
Junior Member |
|
|
Okey my problem is this,
I ve a database server with some users (tables), packages, bodies of some pl/sqls etc...
And now I m forced to create a new user for some students, I dont want this students to see others users tables, packages, bodies (pl/sql) etc (by using TOAD or Scheme manager or sqlplus, ... ) ?
How shall I do ?
Is there anything to think of, like change the system/manager password etc ?
thanks for all helpppppp!
|
|
|
|
Re: Create a new user with no rights to see others table, pl/sql, etc... [message #57015 is a reply to message #57009] |
Wed, 14 May 2003 11:23 |
John Cokoulou
Messages: 2 Registered: May 2003
|
Junior Member |
|
|
Okey, thanks for your help. I ve not created the user, but hope it will work.
I ve another question about the pl/sql wrap function. To compile the plain pl/sql code with the wrapper util.
How do I do ?
first I wrap the code and then ? how do I send it to my database? do I use the sqlplus and type what ? is it just as include all sql files like
>@mytables.sql
but in this case for the wrapped file ?
Do I only wrapp the pl/sql function and not the header.
Thank you again for all help!
BR
J Cokoulou
|
|
|
|