Restricting users [message #233923] |
Sat, 28 April 2007 04:41 |
knight07
Messages: 8 Registered: April 2007
|
Junior Member |
|
|
Hello oracle gurus:
I'm new to oracle but have a question about users.
Is there a way to restrict a user to log in from specific locations knowing the range of the IPs available from that locations?
And is it possible to limit the user (or group of users) to access few hours only during business day? (from example from 8:30 am - 1:30 pm).
Please help
|
|
|
|
|
Re: Restricting users [message #238731 is a reply to message #234088] |
Sat, 19 May 2007 14:15 |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
CREATE A PROFILE
WITH CONNECT TIME AND THEN ASSIGN THE PROFILE TO THAT USER
CREATE PROFILE P LIMIT
CONNECT_TIME 300 ;
ALTER USER ABC PROFILE P;
AFTER 5 HOURS HE WILL DISCONNECT AUTOMATICALY
|
|
|
|
|
|
Re: Restricting users [message #238755 is a reply to message #238739] |
Sat, 19 May 2007 16:46 |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
As you call password verify function by runnging (utlpwdmg.sql)script and then the function name in profile.....like that you can create your own function and call it in profile.
not only reserved for password verify function you can call ur own function
[Updated on: Sat, 19 May 2007 16:48] Report message to a moderator
|
|
|
|
Re: Restricting users [message #238759 is a reply to message #238757] |
Sat, 19 May 2007 17:02 |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
as in profiles we call password function...is it?
now if we create a function according to our requirments and call that function in profile....
|
|
|
|
Re: Restricting users [message #238761 is a reply to message #238760] |
Sat, 19 May 2007 17:38 |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
can we call only the fucntion creat by utlpwdmg.sql or any 1 we can call??
we call any function not only password verify function....in profile is it??
so now go and write customize function for password management and as well as what else you want to customize in that.
and then call it in profile.
|
|
|
|
|
|
|
|
|
|
Re: Restricting users [message #238822 is a reply to message #238797] |
Sun, 20 May 2007 03:48 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
OK, those cities are nice, but the most beautiful place in the world is - and always will be - Lulungomeena.
|
|
|