Topic awaiting preservation: Oracle Restrict User Access by IP (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 03-09-2007 21:43
In mysql we create users and privileges through a grant statement. code: grant all privileges on database.* to user@[b]192.168.1.102[/b] identified by 'password'
|
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 03-10-2007 21:15
always believed this to be part of the standard, so have you tried in oracle? |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 03-11-2007 05:55
Our DBA tells me that this is not the way that Oracle works. He says that there are ways to accomplish the same type of thing but it is a bit more complex than setting the user's rights. |
Maniac (V) Mad Scientist From: :morF |
posted 03-16-2007 15:21
Having looked into this myself, I believe you're right. The trigger seems to be the best way to do it, once you get it right, but Oracle is sadly lagging behind in this area. Do you have to use Oracle for this project? |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 03-16-2007 16:40
Just not possible. Our application is tied to oracle pretty tightly as are our clients. |