jaymukh
22nd April 2006, 01:50
We have one Production Oracle database users have no problem accessing that. We follow the normal old rule of using ora7_admin6.1 to create oracle users in the production schema/database.
Now, for archiving we created another database in oracle for keeping the archived data.
so what we did created a login id in the new archiving database for each user who needs access to archived data. But for some users it is giving a problem...accessing the database...
I checked ora_users but there is only one entry per user, then how do we separate the two database issue.
One thing may be that we need to give same password for the same user in both oracle database as there is only one entry in ora_storage file. Is that right...
Our baan version IVb4 and oracle7.
Many thanks in advance for any help...
Thanks

Jaymukh

dave_23
22nd April 2006, 01:52
One thing may be that we need to give same password for the same user in both oracle database as there is only one entry in ora_storage file. Is that right...

That's the one!

Dave