Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connecting Oracle Forms using rlogin

Status
Not open for further replies.

lokesh123

Programmer
Jun 14, 2001
21
0
0
US
The present application requires the auditing of a particular table. Auditing has been enabled in the init.ora file. This audit fails when the user access the Forms screen throught the rlogin from from a different machine. This occurs immediately after the commit is encountered. However on disconnecting & reconnecting to FOrms again through rlogin the transaction is recorded in the Audit table until the first commit. It was observered that the Oracle Session becomes 'INACTIVE' as soon as the COmmit is encountered in the V$SESSIONS table. Can anybody explain the reason and how to avoid this situation.
 
Which RDBMS, Forms are you using and on which platform? Because there is a bug listed with Oracle regarding the use of rlogin in running char-mode forms.

 
I'm currently using Oracle 8.0.0 with Forms4.5 on Unix Platform
 
I'm currently using Oracle 8.0.0 with Forms4.5 on Unix Platform. I presume you are talking about the security bug that Oracle has when you login through "rlogin", however my question is why does the session become 'INACTIVE' in the V$Sessions table. I encountered this because i'm currently auditing a certain table, but there are no records audited after the first commit. I hope i've made it clear as to what my requirement is.
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top