Transfer Logins from Oracle to Sql Server

  • Hi all,

    I need to do Transfer All Logins from Oracle to Sql Server.

    Please do the needful.

  • 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.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply