Database connection restriction [message #150476] |
Thu, 08 December 2005 01:43 |
daniellin
Messages: 2 Registered: November 2005 Location: Namibia
|
Junior Member |
|
|
Hi All Oracle Experts,
We have the problem with the database connection restriction for our users. The problem is as follow:
When the user login to the forms:
“http://172.16.32.14:7779/forms90/f90servlet?form=stmain.fmx” on the database SID DEV, the user can actually login with the database SID PRD. This causes the security issue for the database connection. The database SID PRD is connected to the live database, and DEV is being used as the test environment in the Test server. Therefore, when the users connect to DEV, they should not have the right to connect to PRD. If the user validates the data, it will apply to the PRD Database. We do not want this to happen.
The steps which we have taken:
-----------------------------------
1.We made the changes on the tnsnames.ora files on the database and application side of DEV.
2.We delete the lines which consist of prd, so it will not find the PRD connection at tnsnames.ora file
3.We restart the Oracle application and database services on the database DEV.
After we made these changes, the problem is still exist. May anyone help me to solve this problem? What could be the cause of this problem?
Our Oracle version is "Oracle 9i Database Release 2 (9.2.0.1.0) + Patchset 9.2.0.4".
Thanks
Daniel Lin
|
|
|
|
|
Re: Database connection restriction [message #150751 is a reply to message #150749] |
Fri, 09 December 2005 07:37 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
Then do not provide tnsentries to connect to PROD!!. I still do not understand
Every client ( sql*plus, forms/reports or any 3rd party tool) has its own tnsnames.ora
Make sure none of them have entries to PROD.
|
|
|