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