|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Wednesday, February 20, 2013 5:03 AM
Points: 82,
Visits: 123
|
|
Hi all,
I need to do Transfer All Logins from Oracle to Sql Server.
Please do the needful.
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Friday, May 03, 2013 12:41 PM
Points: 417,
Visits: 1,122
|
|
| What exactly are you trying to do? Oracle does not have any Logins, only Users. Are you trying to move the database from Oracle to SQL Server? If so you will most likely have to create logins for each Oracle user. To find the Oracle user's you can query the Oracle database by selecting username from the sys.dba_users table.
|
|
|
|