Home » RDBMS Server » Security » Create oracle session manually
Create oracle session manually [message #169145] |
Tue, 25 April 2006 05:35  |
karl_eisner
Messages: 8 Registered: April 2006
|
Junior Member |
|
|
Hi!
i know that when a user logs on an oracle session is created for this user. now i want to make it possible that a user can call e.g. a stored procedure without logon to the server. so i have to create a session for this user manually. i call the oracle procedure with a link in microsoft sharepoint portal server 2003. we use the apache server and the modplsql. is this possible?
thank you in advance.
|
|
|
Re: Create oracle session manually [message #169164 is a reply to message #169145] |
Tue, 25 April 2006 09:00   |
smartin
Messages: 1803 Registered: March 2005 Location: Jacksonville, Florida
|
Senior Member |
|
|
The closest thing I can think of would be a database link of some kind, but I don't know anything about sharepoint.
Why not log the user in? It doesn't have to be a manual, interactive process. But then they would be executing operations under a specific username that could be tracked and audited and used for tuning purposes. Why wouldn't you want that?
[Updated on: Tue, 25 April 2006 09:01] Report message to a moderator
|
|
|
Re: Create oracle session manually [message #169178 is a reply to message #169145] |
Tue, 25 April 2006 09:54   |
karl_eisner
Messages: 8 Registered: April 2006
|
Junior Member |
|
|
Hi!
thank you for your reply.
The aim is to simplify identity management. when a user logs on he has to logon at the sharepoint server (active directory account). then he uses a sharepoint link to call a stored procedure and he has to logon with the oracle account at the oracle database. the Active directory account and the oracle account are the same. We want that the logon at the ORacle Databaseserver isn't necessary that user have to logon because they are authenticated by sharepoint (AD). when the user has a session at the oracle db the oracle logon isn't necessary. the oracle porcedures are development in pl/sql and we use apache and mod_plsql (DAD) to call the procedures.
hope you have an idea! thank in advance
[Updated on: Tue, 25 April 2006 10:02] Report message to a moderator
|
|
|
|
|
|
Goto Forum:
Current Time: Fri May 02 12:30:39 CDT 2025
|